diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2005-12-16 01:19:30 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2005-12-16 01:19:30 +0000 |
commit | 2663cf708ef4034dad0bfdec0d3dc924afc66cb3 (patch) | |
tree | 272fd53c0104da5ec26a80761aaf801726bc3f5a /dev-java/exolabcore | |
parent | Stable on alpha wrt bug #112840 (diff) | |
download | gentoo-2-2663cf708ef4034dad0bfdec0d3dc924afc66cb3.tar.gz gentoo-2-2663cf708ef4034dad0bfdec0d3dc924afc66cb3.tar.bz2 gentoo-2-2663cf708ef4034dad0bfdec0d3dc924afc66cb3.zip |
Removed log4j dependency (bug #100275). Some minor cleanup.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-java/exolabcore')
-rw-r--r-- | dev-java/exolabcore/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/exolabcore/Manifest | 17 | ||||
-rw-r--r-- | dev-java/exolabcore/exolabcore-0.3.7_p20050205.ebuild | 10 |
3 files changed, 14 insertions, 19 deletions
diff --git a/dev-java/exolabcore/ChangeLog b/dev-java/exolabcore/ChangeLog index db7ce1e9cf2b..7d8f7990c4dd 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.5 2005/05/30 19:16:52 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/exolabcore/ChangeLog,v 1.6 2005/12/16 01:19:30 nichoj Exp $ + + 16 Dec 2005; Joshua Nichols <nichoj@gentoo.org> + exolabcore-0.3.7_p20050205.ebuild: + Removed log4j dependency (bug #100275). Some minor cleanup. 30 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> exolabcore-0.3.7_p20050205.ebuild: diff --git a/dev-java/exolabcore/Manifest b/dev-java/exolabcore/Manifest index 89c57a5a6bd4..0afcc47a2b63 100644 --- a/dev-java/exolabcore/Manifest +++ b/dev-java/exolabcore/Manifest @@ -1,15 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 0b16532b69f06676292336611cd9029d exolabcore-0.3.7_p20050205.ebuild 1525 +MD5 419e2b713344b389d8ebb0741c745439 .exolabcore-0.3.7_p20050205.ebuild.swp 12288 MD5 ebf77f6c1e99806c054ec7d867762851 ChangeLog 978 -MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 -MD5 30283d4392dfcac346e8235a6d414a01 files/exolabcore-0.3.7_p20050205-buildfile.patch 1714 +MD5 4c7ed4f67cb2697ef1e0738c002bc569 exolabcore-0.3.7_p20050205.ebuild 1530 MD5 1ec464487fcbdf1fa9d7b6d6f9a87bef files/digest-exolabcore-0.3.7_p20050205 72 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFC2AaS/rLF9B432nYRAlQFAKDA6p4Xgqc3Zo2YiWdjFrBlGmHwtgCfTKga -gxxjprjAGqIPQzEiZcx7uH4= -=e1iJ ------END PGP SIGNATURE----- +MD5 30283d4392dfcac346e8235a6d414a01 files/exolabcore-0.3.7_p20050205-buildfile.patch 1714 +MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 diff --git a/dev-java/exolabcore/exolabcore-0.3.7_p20050205.ebuild b/dev-java/exolabcore/exolabcore-0.3.7_p20050205.ebuild index ec1094e6a0af..a425778cb43b 100644 --- a/dev-java/exolabcore/exolabcore-0.3.7_p20050205.ebuild +++ b/dev-java/exolabcore/exolabcore-0.3.7_p20050205.ebuild @@ -1,10 +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/exolabcore/exolabcore-0.3.7_p20050205.ebuild,v 1.7 2005/07/15 18:54:47 axxo Exp $ +# $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 $ inherit eutils java-pkg -MY_P=${P/-0.3.7_p/-} +MY_DATE="${PV##*_p}" +MY_PV="${PV%%_p*}" +MY_P="${PN}-${MY_DATE}" DESCRIPTION="Exolab Build Tools" HOMEPAGE="http://cvs.sourceforge.net/viewcvs.py/openjms/tools/" @@ -20,7 +22,6 @@ RDEPEND=">=virtual/jre-1.4 dev-java/commons-cli dev-java/commons-logging dev-java/exolabtools - dev-java/log4j =dev-java/jakarta-oro-2.0* =dev-java/xerces-1.3*" DEPEND=">=virtual/jdk-1.4 @@ -43,7 +44,6 @@ src_unpack() { java-pkg_jar-from commons-cli-1 java-pkg_jar-from commons-logging java-pkg_jar-from exolabtools - java-pkg_jar-from log4j java-pkg_jar-from jakarta-oro-2.0 jakarta-oro.jar oro.jar java-pkg_jar-from xerces-1.3 } @@ -58,7 +58,7 @@ src_compile() { } src_install() { - java-pkg_newjar dist/${PN}-0.3.7.jar ${PN}.jar + java-pkg_newjar dist/${PN}-${MY_PV}.jar ${PN}.jar use doc && java-pkg_dohtml -r build/doc/* use source && java-pkg_dosrc src/main/* |