diff options
author | Chris Aniszczyk <zx@gentoo.org> | 2004-06-27 16:58:16 +0000 |
---|---|---|
committer | Chris Aniszczyk <zx@gentoo.org> | 2004-06-27 16:58:16 +0000 |
commit | 82fd6c91230e5c434ac5ce2c056f11b518320e6f (patch) | |
tree | c9a3032c67f19961b6cf8883a7d9347fe3844b59 /dev-java | |
parent | Marking stable on x86 (Manifest recommit) (diff) | |
download | gentoo-2-82fd6c91230e5c434ac5ce2c056f11b518320e6f.tar.gz gentoo-2-82fd6c91230e5c434ac5ce2c056f11b518320e6f.tar.bz2 gentoo-2-82fd6c91230e5c434ac5ce2c056f11b518320e6f.zip |
Clean up
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/commons-codec/commons-codec-1.1.ebuild | 55 | ||||
-rw-r--r-- | dev-java/commons-codec/files/digest-commons-codec-1.1 | 1 |
2 files changed, 0 insertions, 56 deletions
diff --git a/dev-java/commons-codec/commons-codec-1.1.ebuild b/dev-java/commons-codec/commons-codec-1.1.ebuild deleted file mode 100644 index 2612f481ea92..000000000000 --- a/dev-java/commons-codec/commons-codec-1.1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-codec/commons-codec-1.1.ebuild,v 1.2 2004/06/24 22:20:25 agriffis Exp $ - -inherit java-pkg - -DESCRIPTION="Common Codecs provides implementations of common encoders and decoders such as Base64, Hex, various phonetic encodings, and URLs" -HOMEPAGE="http://jakarta.apache.org/commons/codec/" -SRC_URI="mirror://apache/jakarta/commons/codec/source/${PN}-${PV}-src.tar.gz" - -DEPEND=">=virtual/jdk-1.3 - >=dev-java/log4j-1.2.5 - dev-java/avalon-logkit - >=dev-java/ant-1.4 - jikes? ( dev-java/jikes ) - junit? ( >=dev-java/junit-3.7 )" -RDEPEND=">=virtual/jdk-1.3" -LICENSE="Apache-1.1" -SLOT="0" -KEYWORDS="~x86" -IUSE="doc jikes junit" - -S="${WORKDIR}/${P}/" - -src_unpack() { - unpack ${A} - cd ${S} - cp build.xml build.xml.b0rken - sed -r "s_../LICENSE_LICENSE.txt_" \ - < build.xml.b0rken \ - > build.xml - echo "junit.jar=`java-config -p junit`" > build.properties - echo "conf.home=./src/conf" >> build.properties - echo "source.home=./src/java" >> build.properties - echo "build.home=./output" >> build.properties - echo "dist.home=./output/dist" >> build.properties - echo "test.home=./src/test" >> build.properties - echo "final.name=commons-codec" >> build.properties -} - -src_compile() { - local antflags="compile" - use jikes && antflags="${antflags} -Dbuild.compiler=jikes" - use doc && antflags="${antflags} javadoc" - use junit && antflags="${antflags} test" - echo ${antflags} - ant ${antflags} jar || die "compile problem" -} - -src_install() { - java-pkg_dojar output/dist/${PN}.jar - - dodoc RELEASE-NOTES.txt - use doc && dohtml -r output/dist/docs/ -} diff --git a/dev-java/commons-codec/files/digest-commons-codec-1.1 b/dev-java/commons-codec/files/digest-commons-codec-1.1 deleted file mode 100644 index d9513559ea84..000000000000 --- a/dev-java/commons-codec/files/digest-commons-codec-1.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 30c2f475742dd32d3d43d7037f3d65e0 commons-codec-1.1-src.tar.gz 24707 |