diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-01-23 03:08:12 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-01-23 03:08:12 +0000 |
commit | 7380b943862875ae2f2d7323c703b05f4716852f (patch) | |
tree | d67f3500011a925fac1cccae29e2634fd5fb9f94 /dev-java/castor | |
parent | Stable on x86 for bug #119926 (diff) | |
download | gentoo-2-7380b943862875ae2f2d7323c703b05f4716852f.tar.gz gentoo-2-7380b943862875ae2f2d7323c703b05f4716852f.tar.bz2 gentoo-2-7380b943862875ae2f2d7323c703b05f4716852f.zip |
Stable on amd64 and x86.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-java/castor')
-rw-r--r-- | dev-java/castor/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/castor/Manifest | 14 | ||||
-rw-r--r-- | dev-java/castor/castor-0.9.9.ebuild | 6 |
3 files changed, 9 insertions, 16 deletions
diff --git a/dev-java/castor/ChangeLog b/dev-java/castor/ChangeLog index 49fa761cbfc4..38835cdcd49e 100644 --- a/dev-java/castor/ChangeLog +++ b/dev-java/castor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/castor # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/castor/ChangeLog,v 1.18 2006/01/08 03:13:29 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/castor/ChangeLog,v 1.19 2006/01/23 03:08:12 nichoj Exp $ + + 23 Jan 2006; Joshua Nichols <nichoj@gentoo.org> castor-0.9.9.ebuild: + Marked stable on amd64 and x86. *castor-0.9.9.1 (08 Jan 2006) diff --git a/dev-java/castor/Manifest b/dev-java/castor/Manifest index acc7e9982e76..28a7bb17227a 100644 --- a/dev-java/castor/Manifest +++ b/dev-java/castor/Manifest @@ -1,11 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 e19158951d2f4fa2800cfcf906e5382d ChangeLog 2595 +MD5 1f878d033b7cbb0439362962c7bd7f83 ChangeLog 2701 MD5 d7c2a05a293c9d5cb5537a60827b062f castor-0.9.5.3-r1.ebuild 1813 MD5 029653534ff66d4fc39c19faa225d4d2 castor-0.9.7.ebuild 1923 MD5 235d833c830323a339555e560347f240 castor-0.9.9.1.ebuild 1925 -MD5 c8ea1cd7d3b396c6354ffa40de1dfe8d castor-0.9.9.ebuild 1923 +MD5 48265c8e8dfd49b25efe0d5e16b513e9 castor-0.9.9.ebuild 1921 MD5 a07a47cbd64524563caccf7a0f649553 files/0.9.5.3-jikes.patch 1316 MD5 925da383ab0658b27587273d0f315f06 files/build-xml.patch 2859 MD5 943c414729ed76f67dc46a6373bd6094 files/digest-castor-0.9.5.3-r1 68 @@ -13,10 +10,3 @@ MD5 21050c5d30ff492f6d2bedc47492a19c files/digest-castor-0.9.7 66 MD5 86020e5854d4b9773ab371ceef4dce12 files/digest-castor-0.9.9 66 MD5 772c7b104899654dd57a6d5101e2dba9 files/digest-castor-0.9.9.1 68 MD5 774373e19c9c08854e8d705a1756afbb metadata.xml 416 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDwIO6ndWRXhKOboURAjspAJ9odzL4bHndbdH3VWPJ+nJsJ8YMmwCfYr6V -VElgHdByp3XS2trQVuLlQR0= -=SShR ------END PGP SIGNATURE----- diff --git a/dev-java/castor/castor-0.9.9.ebuild b/dev-java/castor/castor-0.9.9.ebuild index 521afe851795..3033bd47b3db 100644 --- a/dev-java/castor/castor-0.9.9.ebuild +++ b/dev-java/castor/castor-0.9.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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.ebuild,v 1.2 2005/12/16 01:13:01 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/castor/castor-0.9.9.ebuild,v 1.3 2006/01/23 03:08:12 nichoj Exp $ inherit eutils java-pkg @@ -8,7 +8,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 jikes postgres source" |