diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-20 06:26:07 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-20 06:26:07 +0000 |
commit | 0d186e0ed1ceb04e2085b88f66970d14b1ec3273 (patch) | |
tree | 5c7a0af822214ea9bb0710812a6423368d2d2983 /dev-java/gnu-activation/gnu-activation-20040331.ebuild | |
parent | Fixing bug #68230 (Manifest recommit) (diff) | |
download | gentoo-2-0d186e0ed1ceb04e2085b88f66970d14b1ec3273.tar.gz gentoo-2-0d186e0ed1ceb04e2085b88f66970d14b1ec3273.tar.bz2 gentoo-2-0d186e0ed1ceb04e2085b88f66970d14b1ec3273.zip |
Version bump. Added ~amd64. Cleaned out obsolete build.
Diffstat (limited to 'dev-java/gnu-activation/gnu-activation-20040331.ebuild')
-rw-r--r-- | dev-java/gnu-activation/gnu-activation-20040331.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-java/gnu-activation/gnu-activation-20040331.ebuild b/dev-java/gnu-activation/gnu-activation-20040331.ebuild deleted file mode 100644 index f36e79e0a35a..000000000000 --- a/dev-java/gnu-activation/gnu-activation-20040331.ebuild +++ /dev/null @@ -1,33 +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/gnu-activation/gnu-activation-20040331.ebuild,v 1.5 2004/10/16 17:13:39 axxo Exp $ - -inherit java-pkg - -DESCRIPTION="GNU implementation of the Java Activation Framework" -HOMEPAGE="http://www.gnu.org/software/classpathx/jaf/" -SRC_URI="http://www.gentoo.org/~karltk/java/distfiles/activation-20040331-gentoo.tar.bz2" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="x86" -IUSE="doc" -RDEPEND=">=virtual/jre-1.4" -DEPEND=">=virtual/jdk-1.4" -S=${WORKDIR}/activation-${PV} - -src_compile() { - econf || die - # package fails in parallel builds - MAKEOPTS="-j1" emake || die - if use doc ; then - MAKEOPTS="-j1" emake javadoc || die - fi -} - -src_install() { - java-pkg_dojar activation.jar - - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README - use doc && java-pkg_dohtml -r docs/* -} - |