diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2005-09-11 12:01:21 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2005-09-11 12:01:21 +0000 |
commit | d9eb845c4cf4fb1c75f13750e3f84049005fd245 (patch) | |
tree | ee91a9d184415035bc4a4b0d4640187e8d9d32b9 /dev-java/castor | |
parent | fix icon (diff) | |
download | historical-d9eb845c4cf4fb1c75f13750e3f84049005fd245.tar.gz historical-d9eb845c4cf4fb1c75f13750e3f84049005fd245.tar.bz2 historical-d9eb845c4cf4fb1c75f13750e3f84049005fd245.zip |
Fixed SRC_URI and HOMEPAGE because castor seems to have moved to a new location.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'dev-java/castor')
-rw-r--r-- | dev-java/castor/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/castor/Manifest | 12 | ||||
-rw-r--r-- | dev-java/castor/castor-0.9.5.3-r1.ebuild | 6 |
3 files changed, 15 insertions, 10 deletions
diff --git a/dev-java/castor/ChangeLog b/dev-java/castor/ChangeLog index 067584a0c171..5ec6bb37ad8e 100644 --- a/dev-java/castor/ChangeLog +++ b/dev-java/castor/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-java/castor # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/castor/ChangeLog,v 1.11 2005/07/12 23:33:29 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/castor/ChangeLog,v 1.12 2005/09/11 12:01:21 betelgeuse Exp $ + + 11 Sep 2005; Petteri Räty <betelgeuse@gentoo.org> + castor-0.9.5.3-r1.ebuild: + Fixed SRC_URI and HOMEPAGE because castor seems to have moved to a new + location. 12 Jul 2005; Thomas Matthijs <axxo@gentoo.org> castor-0.9.5.3-r1.ebuild: Dep/Style fixes diff --git a/dev-java/castor/Manifest b/dev-java/castor/Manifest index 1cccf83e14b0..c61594f48bb5 100644 --- a/dev-java/castor/Manifest +++ b/dev-java/castor/Manifest @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 5a3e168a466882478c76feca68cb1a62 castor-0.9.5.3-r1.ebuild 1880 -MD5 9690e0630d044bf15cf02ac2324aebec ChangeLog 1690 +MD5 a60f8a28c39620e66f235ba6479a35b5 castor-0.9.5.3-r1.ebuild 1866 +MD5 1c04bd25408f6371c7af9fba486d0a6d ChangeLog 1863 MD5 774373e19c9c08854e8d705a1756afbb metadata.xml 416 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 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) +Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFC1FNW/rLF9B432nYRAjqUAJoDABmAgzWxQYkK0SpGZOy+CMqVaACgq8+3 -3jI/zKq76Mwjk0duwi68VLs= -=oPEw +iD8DBQFDJBynQiJ/wx066S4RAkwEAJ9a0FokUvlH6oK0aXrn8hapiRgtEQCfXtmu +Zs/C7sxeXcPEP5xzG6/s9S0= +=GukL -----END PGP SIGNATURE----- diff --git a/dev-java/castor/castor-0.9.5.3-r1.ebuild b/dev-java/castor/castor-0.9.5.3-r1.ebuild index 07fa69d056a0..66ef4a38bef7 100644 --- a/dev-java/castor/castor-0.9.5.3-r1.ebuild +++ b/dev-java/castor/castor-0.9.5.3-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/castor/castor-0.9.5.3-r1.ebuild,v 1.2 2005/07/12 23:33:29 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/castor/castor-0.9.5.3-r1.ebuild,v 1.3 2005/09/11 12:01:21 betelgeuse Exp $ inherit eutils java-pkg DESCRIPTION="Data binding framework for Java" -SRC_URI="ftp://ftp.exolab.org/pub/castor/castor_${PV}/castor-${PV}-src.tgz" -HOMEPAGE="http://castor.exolab.org/" +SRC_URI="http://dist.codehaus.org/${PN}/${PV}/${P}-src.tgz" +HOMEPAGE="http://www.castor.org" LICENSE="Exolab" KEYWORDS="x86 amd64 sparc" SLOT="0.9" |