diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2005-12-11 17:35:19 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2005-12-11 17:35:19 +0000 |
commit | 37a3eaaacfc65db1544fa5df80806c7a74a56242 (patch) | |
tree | 99838bfaba56176319c96233754d69282d42cf3e /dev-java | |
parent | install fb.modes into /usr/share/doc instead of /etc (diff) | |
download | historical-37a3eaaacfc65db1544fa5df80806c7a74a56242.tar.gz historical-37a3eaaacfc65db1544fa5df80806c7a74a56242.tar.bz2 historical-37a3eaaacfc65db1544fa5df80806c7a74a56242.zip |
Removed a jar that isn't needed at build-time.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/poi/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/poi/Manifest | 12 | ||||
-rw-r--r-- | dev-java/poi/poi-2.5-r2.ebuild | 5 | ||||
-rw-r--r-- | dev-java/poi/poi-2.5.1.ebuild | 7 |
4 files changed, 17 insertions, 13 deletions
diff --git a/dev-java/poi/ChangeLog b/dev-java/poi/ChangeLog index 8ec6cb5f91f9..c8ca92fc4577 100644 --- a/dev-java/poi/ChangeLog +++ b/dev-java/poi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/poi # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/poi/ChangeLog,v 1.12 2005/10/10 20:34:44 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/poi/ChangeLog,v 1.13 2005/12/11 17:35:19 nichoj Exp $ + + 11 Dec 2005; Joshua Nichols <nichoj@gentoo.org> poi-2.5-r2.ebuild, + poi-2.5.1.ebuild: + Removed a jar that isn't needed at build-time. *poi-2.5.1 (07 Oct 2005) diff --git a/dev-java/poi/Manifest b/dev-java/poi/Manifest index 77e87c9a74b8..401254e64a14 100644 --- a/dev-java/poi/Manifest +++ b/dev-java/poi/Manifest @@ -1,17 +1,17 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 4e80795c15a93fc71a48571e96f7b4ac ChangeLog 1973 +MD5 ce3f186e57e9132291f334516bdcfdc4 ChangeLog 2108 MD5 34ac7de875dec815d44a2bdbf7f4a64f files/digest-poi-2.5-r2 79 MD5 2e7d58ced4af69ab26ddf0bf76cb173f files/digest-poi-2.5.1 81 MD5 bf71154ca919a88d8c12da29e33ef4d9 files/poi-2.5-jikes-fix.patch 1190 MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 -MD5 d46f736bccdce71619e63b4bd8acbe92 poi-2.5-r2.ebuild 1910 -MD5 1af790347284fd0f33c706971bc21dbf poi-2.5.1.ebuild 2082 +MD5 91fc8d0c420647d14ec62badca3216b2 poi-2.5-r2.ebuild 1842 +MD5 01c7a94e0752c39d2aee4523682bdfed poi-2.5.1.ebuild 2034 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDStCWQiJ/wx066S4RArVbAJ9BsVVfIZFqBEnAcThiFFx+zp0XDACeKIoW -TpuJJyj60Qq2m8Lwt900W6I= -=hX42 +iD8DBQFDnGOindWRXhKOboURAmDFAKDIQen164XDTbA0YgiPvj5o9QSxGwCaAu42 +xIn72hfnECT/fzExxezLbL0= +=ixgF -----END PGP SIGNATURE----- diff --git a/dev-java/poi/poi-2.5-r2.ebuild b/dev-java/poi/poi-2.5-r2.ebuild index f3ab61c3afc9..1976c7c60ad3 100644 --- a/dev-java/poi/poi-2.5-r2.ebuild +++ b/dev-java/poi/poi-2.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/poi/poi-2.5-r2.ebuild,v 1.3 2005/10/01 08:18:22 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/poi/poi-2.5-r2.ebuild,v 1.4 2005/12/11 17:35:19 nichoj Exp $ inherit java-pkg eutils @@ -19,7 +19,7 @@ RDEPEND=">=virtual/jre-1.2 =dev-java/commons-beanutils-1.6* >=dev-java/commons-collections-2.1 =dev-java/commons-lang-2.0* - =dev-java/xerces-2.6*" + >=dev-java/xerces-2.6" DEPEND=">=virtual/jdk-1.2 ${RDEPEND} >=dev-java/ant-1.4 @@ -41,7 +41,6 @@ src_unpack() { java-pkg_jar-from commons-beanutils-1.6 commons-beanutils.jar commons-beanutils-1.6.jar java-pkg_jar-from commons-collections commons-collections.jar commons-collections-2.1.jar java-pkg_jar-from commons-lang commons-lang.jar commons-lang-1.0-b1.jar - java-pkg_jar-from xerces-2 xmlParserAPIs.jar xmlParserAPIs-2.2.1.jar java-pkg_jar-from xerces-2 xercesImpl.jar xercesImpl-2.4.0.jar } diff --git a/dev-java/poi/poi-2.5.1.ebuild b/dev-java/poi/poi-2.5.1.ebuild index 00b2d3c63b9e..08d85ae0dba9 100644 --- a/dev-java/poi/poi-2.5.1.ebuild +++ b/dev-java/poi/poi-2.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/poi/poi-2.5.1.ebuild,v 1.1 2005/10/07 20:42:09 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/poi/poi-2.5.1.ebuild,v 1.2 2005/12/11 17:35:19 nichoj Exp $ inherit java-pkg eutils @@ -19,7 +19,7 @@ RDEPEND=">=virtual/jre-1.2 =dev-java/commons-beanutils-1.6* >=dev-java/commons-collections-2.1 =dev-java/commons-lang-2.0* - =dev-java/xerces-2.6*" + >=dev-java/xerces-2.6" DEPEND=">=virtual/jdk-1.2 ${RDEPEND} >=dev-java/ant-core-1.4 @@ -35,13 +35,14 @@ src_unpack() { sed -e 's:<target name="init" depends="check-jars,fetch-jars">:<target name="init" depends="check-jars">:' -i build.xml cd ${S}/lib + rm -f *.jar java-pkg_jar-from log4j log4j.jar log4j-1.2.8.jar java-pkg_jar-from commons-logging commons-logging.jar commons-logging-1.0.1.jar cd ${S}/src/contrib/lib + rm -f *.jar java-pkg_jar-from commons-beanutils-1.6 commons-beanutils.jar commons-beanutils-1.6.jar java-pkg_jar-from commons-collections commons-collections.jar commons-collections-2.1.jar java-pkg_jar-from commons-lang commons-lang.jar commons-lang-1.0-b1.jar - java-pkg_jar-from xerces-2 xmlParserAPIs.jar xmlParserAPIs-2.2.1.jar java-pkg_jar-from xerces-2 xercesImpl.jar xercesImpl-2.4.0.jar } |