diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2005-07-16 12:06:52 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2005-07-16 12:06:52 +0000 |
commit | 9456313e92b61b0dc631d4c0a8caa265cbf0e7e4 (patch) | |
tree | ea1502b7bd8dd6e5a1ddcae31a31ebaf9319014a /dev-java/infobus-bin | |
parent | remove older, keyword x86 (diff) | |
download | historical-9456313e92b61b0dc631d4c0a8caa265cbf0e7e4.tar.gz historical-9456313e92b61b0dc631d4c0a8caa265cbf0e7e4.tar.bz2 historical-9456313e92b61b0dc631d4c0a8caa265cbf0e7e4.zip |
cleaner
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-java/infobus-bin')
-rw-r--r-- | dev-java/infobus-bin/Manifest | 10 | ||||
-rw-r--r-- | dev-java/infobus-bin/infobus-bin-1.2.ebuild | 28 |
2 files changed, 18 insertions, 20 deletions
diff --git a/dev-java/infobus-bin/Manifest b/dev-java/infobus-bin/Manifest index c90abe0ccead..2564593f4348 100644 --- a/dev-java/infobus-bin/Manifest +++ b/dev-java/infobus-bin/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 +MD5 d0dba3c5eb455aa64931ea2da5a23927 infobus-bin-1.2.ebuild 1075 MD5 323f07ed4684036d5274cf55e8145376 ChangeLog 1267 -MD5 15a231f78014048eb979c4e059965832 files/digest-infobus-bin-1.2 53 -MD5 0bd5d8c69ea4850064b2ae7a7f250927 infobus-bin-1.2.ebuild 1104 MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 +MD5 15a231f78014048eb979c4e059965832 files/digest-infobus-bin-1.2 53 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCz/zxI1lqEGTUzyQRAoa6AKDeuoHv1hgK1vdfDXzcSJeJN17i5QCfdfLO -yQ72L8fP4wVm4sYBEVgN8XI= -=xGw0 +iD8DBQFC2Phy/rLF9B432nYRAk3JAJ4/CNS35MTJxLZzhkrEZNLggEji9ACfa18/ +pN02qaHN9Cbqg8ubGiMwafk= +=W80V -----END PGP SIGNATURE----- diff --git a/dev-java/infobus-bin/infobus-bin-1.2.ebuild b/dev-java/infobus-bin/infobus-bin-1.2.ebuild index f336180411d3..174d859b63b6 100644 --- a/dev-java/infobus-bin/infobus-bin-1.2.ebuild +++ b/dev-java/infobus-bin/infobus-bin-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/infobus-bin/infobus-bin-1.2.ebuild,v 1.5 2005/07/09 16:35:35 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/infobus-bin/infobus-bin-1.2.ebuild,v 1.6 2005/07/16 12:06:52 axxo Exp $ inherit java-pkg @@ -12,30 +12,28 @@ LICENSE="infobus" SLOT="0" RESTRICT="fetch" DEPEND=">=app-arch/unzip-5.50-r1" -RDEPEND=">=virtual/jdk-1.2" +RDEPEND=">=virtual/jre-1.2" IUSE="doc" S=${WORKDIR} pkg_nofetch() { - einfo - einfo " Due to license restrictions, we cannot fetch the" - einfo " distributables automagically." - einfo - einfo " 1. Visit ${HOMEPAGE}" - einfo " 2. Download ${At}" - einfo " 3. Move file to ${DISTDIR}" - einfo " 4. Run emerge on this package again to complete" - einfo - die "User must manually download distfile" + einfo + einfo " Due to license restrictions, we cannot fetch the" + einfo " distributables automagically." + einfo + einfo " 1. Visit ${HOMEPAGE}" + einfo " 2. Download ${At}" + einfo " 3. Move file to ${DISTDIR}" + einfo " 4. Run emerge on this package again to complete" + einfo + die "User must manually download distfile" } src_unpack() { - unzip -qq ${DISTDIR}/${A} + unzip -qq ${DISTDIR}/${A} || die } -src_compile() { :; } - src_install() { use doc && java-pkg_dohtml -r doc/ dohtml *.html |