diff options
author | Robert Buchholz <rbu@gentoo.org> | 2007-09-15 09:43:57 +0000 |
---|---|---|
committer | Robert Buchholz <rbu@gentoo.org> | 2007-09-15 09:43:57 +0000 |
commit | f3c3845e544b90d23dfeb48b723c4a2993b93ef7 (patch) | |
tree | 9a2b7b755d5c1392a95068cf87d27646e6f79ee3 /dev-java/castor | |
parent | maybe fix #192272 (diff) | |
download | gentoo-2-f3c3845e544b90d23dfeb48b723c4a2993b93ef7.tar.gz gentoo-2-f3c3845e544b90d23dfeb48b723c4a2993b93ef7.tar.bz2 gentoo-2-f3c3845e544b90d23dfeb48b723c4a2993b93ef7.zip |
amd64 stable (bug #181425)
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-java/castor')
-rw-r--r-- | dev-java/castor/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/castor/castor-0.9.9.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/castor/ChangeLog b/dev-java/castor/ChangeLog index eca43fdf3b86..4168daead590 100644 --- a/dev-java/castor/ChangeLog +++ b/dev-java/castor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/castor # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/castor/ChangeLog,v 1.40 2007/08/03 17:25:04 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/castor/ChangeLog,v 1.41 2007/09/15 09:43:57 rbu Exp $ + + 15 Sep 2007; Robert Buchholz <rbu@gentoo.org> castor-0.9.9.1-r2.ebuild: + amd64 stable (bug #181425) 03 Aug 2007; Petteri Räty <betelgeuse@gentoo.org> -castor-1.0.5.ebuild: Remove old version. diff --git a/dev-java/castor/castor-0.9.9.1-r2.ebuild b/dev-java/castor/castor-0.9.9.1-r2.ebuild index 70f41461617d..3aeb5f39fde1 100644 --- a/dev-java/castor/castor-0.9.9.1-r2.ebuild +++ b/dev-java/castor/castor-0.9.9.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/castor/castor-0.9.9.1-r2.ebuild,v 1.2 2007/06/14 00:29:07 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/castor/castor-0.9.9.1-r2.ebuild,v 1.3 2007/09/15 09:43:57 rbu Exp $ JAVA_PKG_IUSE="doc source" inherit eutils java-pkg-2 java-ant-2 @@ -9,7 +9,7 @@ DESCRIPTION="Data binding framework for Java" SRC_URI="http://dist.codehaus.org/${PN}/${PV}/${P}-src.tgz" HOMEPAGE="http://www.castor.org" LICENSE="Exolab" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" SLOT="0.9" IUSE="doc examples source" |