diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-29 01:40:24 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-29 01:40:24 +0000 |
commit | 655914fe95b300320e12623c90fa4748a8324321 (patch) | |
tree | fecc3b1d87cb026d4f68e88cd27b4967be0a8cf5 /dev-java/jump | |
parent | ver bump (diff) | |
download | historical-655914fe95b300320e12623c90fa4748a8324321.tar.gz historical-655914fe95b300320e12623c90fa4748a8324321.tar.bz2 historical-655914fe95b300320e12623c90fa4748a8324321.zip |
Fix dep on ant. (thanks compnerd)
Diffstat (limited to 'dev-java/jump')
-rw-r--r-- | dev-java/jump/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/jump/Manifest | 14 | ||||
-rw-r--r-- | dev-java/jump/jump-0.4.1-r1.ebuild | 5 |
3 files changed, 19 insertions, 5 deletions
diff --git a/dev-java/jump/ChangeLog b/dev-java/jump/ChangeLog index 88baa901a7ae..0d6f6c10d8dd 100644 --- a/dev-java/jump/ChangeLog +++ b/dev-java/jump/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/jump # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jump/ChangeLog,v 1.6 2004/10/22 09:33:46 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jump/ChangeLog,v 1.7 2004/10/29 01:40:24 absinthe Exp $ + + 28 Oct 2004; Dylan Carlson <absinthe@gentoo.org> jump-0.4.1-r1.ebuild: + Fix dep on ant. (thanks compnerd) 22 Oct 2004; Dylan Carlson <absinthe@gentoo.org> jump-0.4.1-r1.ebuild: Keywords ~amd64. diff --git a/dev-java/jump/Manifest b/dev-java/jump/Manifest index c3788d0859d5..a79fde471cf0 100644 --- a/dev-java/jump/Manifest +++ b/dev-java/jump/Manifest @@ -1,4 +1,14 @@ -MD5 b87079d523cd9bbe3e7975de6bf7fac0 ChangeLog 1157 -MD5 c74cc7121c8f04677cba6bd63f0c4784 jump-0.4.1-r1.ebuild 898 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 5ad8f6dbc5b589fbfa410585934e46f0 ChangeLog 1267 +MD5 e26a193e695fc1b3fb0cc379e3ddd602 jump-0.4.1-r1.ebuild 913 MD5 123cf9440c1d4ac78f2caba1624765f9 metadata.xml 158 MD5 8639e23fcf927f50dce51882c08403a1 files/digest-jump-0.4.1-r1 61 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBgZ5BPQS8wXCOFl8RAkpwAKCSPFYRY23oWZ5Hh1S8UpLogI8WwwCeJ8SH +jdO3KEyXpKe6qEujFScReT0= +=XFve +-----END PGP SIGNATURE----- diff --git a/dev-java/jump/jump-0.4.1-r1.ebuild b/dev-java/jump/jump-0.4.1-r1.ebuild index e5a4a6573906..46c36550e60f 100644 --- a/dev-java/jump/jump-0.4.1-r1.ebuild +++ b/dev-java/jump/jump-0.4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jump/jump-0.4.1-r1.ebuild,v 1.3 2004/10/22 09:33:46 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jump/jump-0.4.1-r1.ebuild,v 1.4 2004/10/29 01:40:24 absinthe Exp $ inherit java-pkg @@ -11,7 +11,8 @@ KEYWORDS="x86 ~ppc ~sparc ~amd64" LICENSE="BSD" SLOT="0" DEPEND=">=virtual/jre-1.2 - sys-apps/sed" + sys-apps/sed + dev-java/ant" RDEPEND=">=virtual/jre-1.2" IUSE="doc" |