diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-10-29 12:31:49 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-10-29 12:31:49 +0000 |
commit | 0971ab8c3f24b48f957e243e81e45f0dba604521 (patch) | |
tree | e18054199f8a6dd8eecd54317c38d7f8b32f7fca /dev-java/rhino | |
parent | Updated all profile deprecation notices to advise the upgrading of portage (diff) | |
download | historical-0971ab8c3f24b48f957e243e81e45f0dba604521.tar.gz historical-0971ab8c3f24b48f957e243e81e45f0dba604521.tar.bz2 historical-0971ab8c3f24b48f957e243e81e45f0dba604521.zip |
removed nomirror, why was it there?
Diffstat (limited to 'dev-java/rhino')
-rw-r--r-- | dev-java/rhino/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/rhino/Manifest | 10 | ||||
-rw-r--r-- | dev-java/rhino/rhino-1.5.5.ebuild | 3 |
3 files changed, 10 insertions, 8 deletions
diff --git a/dev-java/rhino/ChangeLog b/dev-java/rhino/ChangeLog index 2cada6ce044d..4db4da49ac24 100644 --- a/dev-java/rhino/ChangeLog +++ b/dev-java/rhino/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/rhino # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/ChangeLog,v 1.21 2004/10/27 14:33:57 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/ChangeLog,v 1.22 2004/10/29 12:31:49 axxo Exp $ + + 29 Oct 2004; Thomas Matthijs <axxo@gentoo.org> rhino-1.5.5.ebuild: + removed nomirror, why was it there? *rhino-1.5.5 (23 Oct 2004) diff --git a/dev-java/rhino/Manifest b/dev-java/rhino/Manifest index 87e3e09ea293..f47a3dd5a4b6 100644 --- a/dev-java/rhino/Manifest +++ b/dev-java/rhino/Manifest @@ -1,8 +1,8 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 acb490c789eba0e5bdeeb4b0309a59cb rhino-1.5.5.ebuild 1301 -MD5 59360cddfcc05486a27f5c340c1228ab ChangeLog 2633 +MD5 838015a9b6e80a865e1f75cc32521044 rhino-1.5.5.ebuild 1281 +MD5 8409a5a8f008f772f859bbe6422f73cf ChangeLog 2741 MD5 4622606981d4aa0930c917b65cf2f202 metadata.xml 350 MD5 c663f3b82777d7ee2506dc0a03955198 files/jsscript 123 MD5 6d48e39fc85ff462180102a36f8fc589 files/digest-rhino-1.5.5 126 @@ -10,7 +10,7 @@ MD5 0a5ef83b30538dd468f24d14be07769f files/00_dont-fetch-swing-ex.patch 604 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBf7H9/rLF9B432nYRAvp7AJ9LxCEPeuUXJFcHLMMar4iJbaQR9QCeMNSS -AhIL2gESyp5x03olBy53JaM= -=DiJI +iD8DBQFBgjhL/rLF9B432nYRAmBpAJ4ndJclBgd0/KQHPYAv4rzCGBNDyQCdFuL7 +Kmeoa9YcTP2zqx7E69mnJvI= +=DCWj -----END PGP SIGNATURE----- diff --git a/dev-java/rhino/rhino-1.5.5.ebuild b/dev-java/rhino/rhino-1.5.5.ebuild index 5eba2a7ba0db..eaa876087cdd 100644 --- a/dev-java/rhino/rhino-1.5.5.ebuild +++ b/dev-java/rhino/rhino-1.5.5.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/rhino/rhino-1.5.5.ebuild,v 1.1 2004/10/23 16:07:15 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/rhino-1.5.5.ebuild,v 1.2 2004/10/29 12:31:49 axxo Exp $ inherit eutils java-pkg @@ -18,7 +18,6 @@ DEPEND="dev-java/ant-core app-arch/unzip jikes? ( dev-java/jikes )" RDEPEND=">=virtual/jre-1.3" -RESTRICT="nomirror" src_unpack() { unpack ${MY_P}.zip |