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 | 14102c46e3b5161e541f24ec841b70dbbaa49566 (patch) | |
tree | a7e7b5a7d2c971eccbb02328211235b05cdf7d25 /dev-java/exolabcore | |
parent | Stable on alpha wrt bug #112840 (diff) | |
download | historical-14102c46e3b5161e541f24ec841b70dbbaa49566.tar.gz historical-14102c46e3b5161e541f24ec841b70dbbaa49566.tar.bz2 historical-14102c46e3b5161e541f24ec841b70dbbaa49566.zip |
Removed log4j dependency (bug #100275). Some minor cleanup.
Package-Manager: portage-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 | 16 | ||||
-rw-r--r-- | dev-java/exolabcore/exolabcore-0.3.7_p20050205.ebuild | 10 |
3 files changed, 18 insertions, 14 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..641fe28c51ab 100644 --- a/dev-java/exolabcore/Manifest +++ b/dev-java/exolabcore/Manifest @@ -1,15 +1,15 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 0b16532b69f06676292336611cd9029d exolabcore-0.3.7_p20050205.ebuild 1525 -MD5 ebf77f6c1e99806c054ec7d867762851 ChangeLog 978 -MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 -MD5 30283d4392dfcac346e8235a6d414a01 files/exolabcore-0.3.7_p20050205-buildfile.patch 1714 +MD5 3f59c1c788fce306ade0e3971171c2b4 ChangeLog 1126 +MD5 7a5e6f134f19db26ff7c9720e562e556 exolabcore-0.3.7_p20050205.ebuild 1532 MD5 1ec464487fcbdf1fa9d7b6d6f9a87bef files/digest-exolabcore-0.3.7_p20050205 72 +MD5 30283d4392dfcac346e8235a6d414a01 files/exolabcore-0.3.7_p20050205-buildfile.patch 1714 +MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) +Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFC2AaS/rLF9B432nYRAlQFAKDA6p4Xgqc3Zo2YiWdjFrBlGmHwtgCfTKga -gxxjprjAGqIPQzEiZcx7uH4= -=e1iJ +iD8DBQFDohZOndWRXhKOboURAgL7AJ4kBnqSN1psU+yOIURFChgkJc+1tACffZDC +9A8vpgc0+oCzkcxDxndp6fA= +=gPFd -----END PGP SIGNATURE----- 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/* |