diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2006-05-14 07:13:45 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2006-05-14 07:13:45 +0000 |
commit | 3b3fec3bd66895b630860c109cccf82c014eb139 (patch) | |
tree | ba869f7993bf36335ac62e474fd17dd662305a38 /dev-java/exolabcore | |
parent | Fixed HOMEPAGE wrt bug #133081. Fixed emerging with LOCALCLASSPATH disabled a... (diff) | |
download | gentoo-2-3b3fec3bd66895b630860c109cccf82c014eb139.tar.gz gentoo-2-3b3fec3bd66895b630860c109cccf82c014eb139.tar.bz2 gentoo-2-3b3fec3bd66895b630860c109cccf82c014eb139.zip |
Adjusted HOMEPAGE wrt bug #133081.
(Portage version: 2.1_pre10-r5)
Diffstat (limited to 'dev-java/exolabcore')
-rw-r--r-- | dev-java/exolabcore/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/exolabcore/exolabcore-0.3.7_p20050205.ebuild | 16 | ||||
-rw-r--r-- | dev-java/exolabcore/files/digest-exolabcore-0.3.7_p20050205 | 2 |
3 files changed, 16 insertions, 10 deletions
diff --git a/dev-java/exolabcore/ChangeLog b/dev-java/exolabcore/ChangeLog index 7d8f7990c4dd..5eb0170a4e47 100644 --- a/dev-java/exolabcore/ChangeLog +++ b/dev-java/exolabcore/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/exolabcore -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/exolabcore/ChangeLog,v 1.6 2005/12/16 01:19:30 nichoj Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/exolabcore/ChangeLog,v 1.7 2006/05/14 07:13:45 betelgeuse Exp $ + + 14 May 2006; Petteri Räty <betelgeuse@gentoo.org> + exolabcore-0.3.7_p20050205.ebuild: + Adjusted HOMEPAGE wrt bug #133081. 16 Dec 2005; Joshua Nichols <nichoj@gentoo.org> exolabcore-0.3.7_p20050205.ebuild: diff --git a/dev-java/exolabcore/exolabcore-0.3.7_p20050205.ebuild b/dev-java/exolabcore/exolabcore-0.3.7_p20050205.ebuild index a425778cb43b..90ab30c24df4 100644 --- a/dev-java/exolabcore/exolabcore-0.3.7_p20050205.ebuild +++ b/dev-java/exolabcore/exolabcore-0.3.7_p20050205.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/exolabcore/exolabcore-0.3.7_p20050205.ebuild,v 1.8 2005/12/16 01:19:30 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/exolabcore/exolabcore-0.3.7_p20050205.ebuild,v 1.9 2006/05/14 07:13:45 betelgeuse Exp $ inherit eutils java-pkg @@ -9,7 +9,7 @@ MY_PV="${PV%%_p*}" MY_P="${PN}-${MY_DATE}" DESCRIPTION="Exolab Build Tools" -HOMEPAGE="http://cvs.sourceforge.net/viewcvs.py/openjms/tools/" +HOMEPAGE="http://openjms.cvs.sourceforge.net/openjms/exolabcore/" SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" LICENSE="Exolab" @@ -30,15 +30,15 @@ DEPEND=">=virtual/jdk-1.4 jikes? ( dev-java/jikes ) source? ( app-arch/zip )" -S=${WORKDIR}/${MY_P} +S="${WORKDIR}/${MY_P}" src_unpack() { unpack ${A} - cd ${S}/src - epatch ${FILESDIR}/${P}-buildfile.patch + cd "${S}/src" + epatch "${FILESDIR}/${P}-buildfile.patch" - cd ${S}/lib + cd "${S}/lib" rm -f *.jar java-pkg_jar-from cdegroot-db-1 java-pkg_jar-from commons-cli-1 @@ -49,7 +49,7 @@ src_unpack() { } src_compile() { - cd ${S}/src + cd "${S}/src" local antflags="jar" use doc && antflags="${antflags} javadoc" diff --git a/dev-java/exolabcore/files/digest-exolabcore-0.3.7_p20050205 b/dev-java/exolabcore/files/digest-exolabcore-0.3.7_p20050205 index 933532cff2f8..e0e05e402cbd 100644 --- a/dev-java/exolabcore/files/digest-exolabcore-0.3.7_p20050205 +++ b/dev-java/exolabcore/files/digest-exolabcore-0.3.7_p20050205 @@ -1 +1,3 @@ MD5 701a04dcf29f238746c3bf6415b3ba78 exolabcore-20050205.tar.bz2 118062 +RMD160 0a6817c3eb54b38b77bee91e5c638854f4a776e5 exolabcore-20050205.tar.bz2 118062 +SHA256 43b7b62a7c1534fcc3a50ad7f1e745036989762435f307fcbca29940148f25ab exolabcore-20050205.tar.bz2 118062 |