diff options
author | 2006-11-23 13:23:32 +0000 | |
---|---|---|
committer | 2006-11-23 13:23:32 +0000 | |
commit | 8840a99d9598a09f3bf8a62f571ce463ce397e0b (patch) | |
tree | 9634229d8e3bb111b3462f53006ae094a0512fbe /dev-java | |
parent | Added support for custom LDFLAGS and CC. (diff) | |
download | gentoo-2-8840a99d9598a09f3bf8a62f571ce463ce397e0b.tar.gz gentoo-2-8840a99d9598a09f3bf8a62f571ce463ce397e0b.tar.bz2 gentoo-2-8840a99d9598a09f3bf8a62f571ce463ce397e0b.zip |
stable x86, bug #155622
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/commons-validator/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/commons-validator/commons-validator-1.1.4-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/commons-validator/ChangeLog b/dev-java/commons-validator/ChangeLog index 713f71cf806f..233f16f8460a 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-validator/ChangeLog,v 1.30 2006/10/05 15:33:51 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-validator/ChangeLog,v 1.31 2006/11/23 13:23:32 opfer Exp $ + + 23 Nov 2006; Christian Faulhammer <opfer@gentoo.org> + commons-validator-1.1.4-r1.ebuild: + stable x86, bug #155622 05 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> commons-validator-1.0.2-r5.ebuild, commons-validator-1.1.3-r1.ebuild, diff --git a/dev-java/commons-validator/commons-validator-1.1.4-r1.ebuild b/dev-java/commons-validator/commons-validator-1.1.4-r1.ebuild index 7d79cefa24fd..19caa6a344ff 100644 --- a/dev-java/commons-validator/commons-validator-1.1.4-r1.ebuild +++ b/dev-java/commons-validator/commons-validator-1.1.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.4-r1.ebuild,v 1.2 2006/10/05 15:33:51 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-validator/commons-validator-1.1.4-r1.ebuild,v 1.3 2006/11/23 13:23:32 opfer Exp $ inherit java-pkg-2 java-ant-2 @@ -12,7 +12,7 @@ SRC_URI="mirror://apache/jakarta/commons/validator/source/${MY_P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 x86" IUSE="doc examples source" |