diff options
author | 2005-09-03 02:13:47 +0000 | |
---|---|---|
committer | 2005-09-03 02:13:47 +0000 | |
commit | ce4a3296af65e6ffe5b808c8a4b8da856f3d2bbf (patch) | |
tree | 1e8dac5fcff6892995af6ac6734e48c6aab0fa5a /media-gfx/povtree/povtree-1.5.ebuild | |
parent | old licenses #104660 (diff) | |
download | historical-ce4a3296af65e6ffe5b808c8a4b8da856f3d2bbf.tar.gz historical-ce4a3296af65e6ffe5b808c8a4b8da856f3d2bbf.tar.bz2 historical-ce4a3296af65e6ffe5b808c8a4b8da856f3d2bbf.zip |
version bump 1.5, bug 50577
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'media-gfx/povtree/povtree-1.5.ebuild')
-rw-r--r-- | media-gfx/povtree/povtree-1.5.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/media-gfx/povtree/povtree-1.5.ebuild b/media-gfx/povtree/povtree-1.5.ebuild new file mode 100644 index 000000000000..67ed3cc24579 --- /dev/null +++ b/media-gfx/povtree/povtree-1.5.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/povtree/povtree-1.5.ebuild,v 1.1 2005/09/03 02:13:47 vanquirius Exp $ + +S="${WORKDIR}" +MY_P="${PN}${PV}" +DESCRIPTION="Tree generator for POVray based on TOMTREE macro" +HOMEPAGE="http://propro.ru/go/Wshop/povtree/povtree.html" +SRC_URI="http://propro.ru/go/Wshop/povtree/${MY_P}.zip" + +KEYWORDS="~ppc ~x86" +LICENSE="as-is" +SLOT="0" +IUSE="" + +RDEPEND=">=virtual/jre-1.3 + virtual/x11" +DEPEND="app-arch/unzip" + +src_install() { + # wrapper + dobin ${FILESDIR}/povtree || die "dobin failed" + # package + insinto /usr/lib/povtree + doins povtree.jar || die "doins failed" + dodoc TOMTREE-${PV}.inc help.jpg || die "dodoc failed" +} |