diff options
author | 2004-10-29 12:31:49 +0000 | |
---|---|---|
committer | 2004-10-29 12:31:49 +0000 | |
commit | 24ba2a49b737e1da2515a57c3be4831cf442ce4b (patch) | |
tree | e57434a6b86e91595ca0abf2ee602ec681616d84 /dev-java/rhino | |
parent | Updated all profile deprecation notices to advise the upgrading of portage (diff) | |
download | gentoo-2-24ba2a49b737e1da2515a57c3be4831cf442ce4b.tar.gz gentoo-2-24ba2a49b737e1da2515a57c3be4831cf442ce4b.tar.bz2 gentoo-2-24ba2a49b737e1da2515a57c3be4831cf442ce4b.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/rhino-1.5.5.ebuild | 3 |
2 files changed, 5 insertions, 3 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/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 |