diff options
author | 2003-08-02 05:39:27 +0000 | |
---|---|---|
committer | 2003-08-02 05:39:27 +0000 | |
commit | 17c991e8f33f57849faa247d9d5d8c4630e364c7 (patch) | |
tree | 1ba320e8bb8e1456b105177a7254c623b961ae03 /dev-java/commons-logging | |
parent | New Bioperl version 1.2.2 - (diff) | |
download | gentoo-2-17c991e8f33f57849faa247d9d5d8c4630e364c7.tar.gz gentoo-2-17c991e8f33f57849faa247d9d5d8c4630e364c7.tar.bz2 gentoo-2-17c991e8f33f57849faa247d9d5d8c4630e364c7.zip |
Removing old ebuild files so it helps to keep a clean tree
Diffstat (limited to 'dev-java/commons-logging')
-rw-r--r-- | dev-java/commons-logging/Manifest | 2 | ||||
-rw-r--r-- | dev-java/commons-logging/commons-logging-1.0.2-r1.ebuild | 45 | ||||
-rw-r--r-- | dev-java/commons-logging/files/digest-commons-logging-1.0.2-r1 | 1 |
3 files changed, 0 insertions, 48 deletions
diff --git a/dev-java/commons-logging/Manifest b/dev-java/commons-logging/Manifest index f49ce5d3b1a3..9a1d125bec4b 100644 --- a/dev-java/commons-logging/Manifest +++ b/dev-java/commons-logging/Manifest @@ -1,8 +1,6 @@ MD5 7306041acd814ab544439aeacee3ea7f commons-logging-1.0.2-r2.ebuild 986 MD5 e7e2ecb0e36393fb5456de5ccc24e9cc ChangeLog 1725 -MD5 324c9dc379c62ab28ca28a4c9c70e173 commons-logging-1.0.2-r1.ebuild 1404 MD5 5644f81c18c694498542b137b3a42f00 commons-logging-1.0.3.ebuild 958 MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 MD5 3d6fb50b9453c1e9c219a22a23345e23 files/digest-commons-logging-1.0.3 76 -MD5 6032390c4d5d4b32bf5221695d74fcf1 files/digest-commons-logging-1.0.2-r1 76 MD5 59cddf5d41c6f4a1173f8695239aaf7e files/digest-commons-logging-1.0.2-r2 150 diff --git a/dev-java/commons-logging/commons-logging-1.0.2-r1.ebuild b/dev-java/commons-logging/commons-logging-1.0.2-r1.ebuild deleted file mode 100644 index af044b1c18aa..000000000000 --- a/dev-java/commons-logging/commons-logging-1.0.2-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.0.2-r1.ebuild,v 1.8 2003/04/26 05:36:58 strider Exp $ - -S="${WORKDIR}/${P}-src" -DESCRIPTION="The Jakarta-Commons Logging package is an ultra-thin bridge between different logging libraries." -HOMEPAGE="http://jakarta.apache.org/commons/logging.html" -SRC_URI="http://jakarta.apache.org/builds/jakarta-commons/release/${PN}/v${PV}/${P}-src.tar.gz" -DEPEND=">=virtual/jdk-1.3 - >=dev-java/log4j-1.2.5 - >=dev-java/ant-1.4" -RDEPEND=">=virtual/jdk-1.3" -LICENSE="Apache-1.1" -SLOT="0" -KEYWORDS="x86" -IUSE="jikes junit" - -src_compile() { - local myc - - cd logging - cp LICENSE.txt ../LICENSE - - if [ -n "`use jikes`" ] ; then - myc="${myc} -Dbuild.compiler=jikes" - fi - - if [ -n "`use junit`" ] ; then - echo "junit.jar=`java-config --classpath=junit`" | sed s/:.*// > build.properties - ANT_OPTS=${myc} ant test || die "Testing Classes Failed" - fi - - echo "log4j.jar=`java-config --classpath=log4j`" >> build.properties - - ANT_OPTS=${myc} ant dist || die "Compilation failed" -} - -src_install () { - cd logging - dojar dist/commons-logging-api.jar || die "Unable to install" - dojar dist/commons-logging.jar || die "Unable to install" - dodoc RELEASE-NOTES.txt - dohtml PROPOSAL.html STATUS.html usersguide.html - dohtml -r dist/docs/* -} diff --git a/dev-java/commons-logging/files/digest-commons-logging-1.0.2-r1 b/dev-java/commons-logging/files/digest-commons-logging-1.0.2-r1 deleted file mode 100644 index 608ab555e60d..000000000000 --- a/dev-java/commons-logging/files/digest-commons-logging-1.0.2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 78bfaac25906a54b925bcc285872c9c9 commons-logging-1.0.2-src.tar.gz 33550 |