diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-10-29 12:37:30 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-10-29 12:37:30 +0000 |
commit | 15edbe31daad53e0e5912161177fc57a616e949c (patch) | |
tree | 7b5d6899383909c8a410c8a0f7f02a31ce48be37 /dev-java/commons-validator | |
parent | removed nomirror, why was it there? (Manifest recommit) (diff) | |
download | gentoo-2-15edbe31daad53e0e5912161177fc57a616e949c.tar.gz gentoo-2-15edbe31daad53e0e5912161177fc57a616e949c.tar.bz2 gentoo-2-15edbe31daad53e0e5912161177fc57a616e949c.zip |
removed nomirror
Diffstat (limited to 'dev-java/commons-validator')
-rw-r--r-- | dev-java/commons-validator/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/commons-validator/commons-validator-1.0.2-r3.ebuild | 3 | ||||
-rw-r--r-- | dev-java/commons-validator/commons-validator-1.1.3.ebuild | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/dev-java/commons-validator/ChangeLog b/dev-java/commons-validator/ChangeLog index 7bded1402c56..0b8f4333b8a3 100644 --- a/dev-java/commons-validator/ChangeLog +++ b/dev-java/commons-validator/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-validator # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-validator/ChangeLog,v 1.16 2004/10/17 07:27:04 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-validator/ChangeLog,v 1.17 2004/10/29 12:33:36 axxo Exp $ + + 29 Oct 2004; Thomas Matthijs <axxo@gentoo.org> + commons-validator-1.0.2-r3.ebuild, commons-validator-1.1.3.ebuild: + removed nomirror 17 Oct 2004; Dylan Carlson <absinthe@gentoo.org> commons-validator-1.0.2-r3.ebuild, commons-validator-1.1.3.ebuild: diff --git a/dev-java/commons-validator/commons-validator-1.0.2-r3.ebuild b/dev-java/commons-validator/commons-validator-1.0.2-r3.ebuild index 9bc5e3d1f21a..f4b46bb22404 100644 --- a/dev-java/commons-validator/commons-validator-1.0.2-r3.ebuild +++ b/dev-java/commons-validator/commons-validator-1.0.2-r3.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/commons-validator/commons-validator-1.0.2-r3.ebuild,v 1.7 2004/10/17 07:27:04 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-validator/commons-validator-1.0.2-r3.ebuild,v 1.8 2004/10/29 12:33:36 axxo Exp $ inherit java-pkg @@ -21,7 +21,6 @@ RDEPEND=">=virtual/jre-1.3 >=dev-java/xerces-2.6.2-r1" LICENSE="Apache-1.1" SLOT="0" -RESTRICT="nomirror" KEYWORDS="x86 ~ppc ~sparc ~amd64" IUSE="doc jikes junit" diff --git a/dev-java/commons-validator/commons-validator-1.1.3.ebuild b/dev-java/commons-validator/commons-validator-1.1.3.ebuild index be1fbc69e002..ceff469725b4 100644 --- a/dev-java/commons-validator/commons-validator-1.1.3.ebuild +++ b/dev-java/commons-validator/commons-validator-1.1.3.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/commons-validator/commons-validator-1.1.3.ebuild,v 1.4 2004/10/17 07:27:04 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-validator/commons-validator-1.1.3.ebuild,v 1.5 2004/10/29 12:33:36 axxo Exp $ inherit java-pkg @@ -20,7 +20,6 @@ RDEPEND=">=virtual/jre-1.3 >=dev-java/xerces-2.6.2-r1" LICENSE="Apache-1.1" SLOT="0" -RESTRICT="nomirror" KEYWORDS="~x86 ~ppc ~sparc ~amd64" IUSE="doc jikes junit" |