summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Brinkmann <luckyduck@gentoo.org>2005-01-24 15:53:44 +0000
committerJan Brinkmann <luckyduck@gentoo.org>2005-01-24 15:53:44 +0000
commit5f80578d6917b5ffc51912159c32550f158e92ca (patch)
tree9f1ed249d6a0b88149391ee683abd98d611e9838 /dev-java/gnu-classpath/gnu-classpath-0.11.ebuild
parentbug 76168 (diff)
downloadhistorical-5f80578d6917b5ffc51912159c32550f158e92ca.tar.gz
historical-5f80578d6917b5ffc51912159c32550f158e92ca.tar.bz2
historical-5f80578d6917b5ffc51912159c32550f158e92ca.zip
removed deprecated versions of gnu-classpath, marked 0.12 stable on x86.
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'dev-java/gnu-classpath/gnu-classpath-0.11.ebuild')
-rw-r--r--dev-java/gnu-classpath/gnu-classpath-0.11.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-java/gnu-classpath/gnu-classpath-0.11.ebuild b/dev-java/gnu-classpath/gnu-classpath-0.11.ebuild
deleted file mode 100644
index f8347d333ea4..000000000000
--- a/dev-java/gnu-classpath/gnu-classpath-0.11.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/gnu-classpath-0.11.ebuild,v 1.6 2005/01/01 18:25:28 eradicator Exp $
-
-DESCRIPTION="Free core class libraries for use with virtual machines and compilers for the java programming language"
-SRC_URI="ftp://ftp.gnu.org/gnu/classpath/classpath-${PV}.tar.gz"
-HOMEPAGE="http://www.gnu.org/software/classpath/"
-IUSE="jikes gtk"
-RDEPEND=">=virtual/jre-1.4
- gtk? ( media-libs/gdk-pixbuf >=x11-libs/gtk+-2 >=media-libs/libart_lgpl-2.1 )"
-DEPEND=">=virtual/jdk-1.4
- app-arch/zip
- jikes? ( dev-java/jikes )"
-LICENSE="GPL-2-with-linking-exception"
-SLOT="0"
-KEYWORDS="~x86 ~sparc ~ppc ~amd64"
-S=${WORKDIR}/classpath-${PV}
-
-src_compile() {
- local myjavac="--with-java=`java-config -c`"
- local myc=""
- use jikes && myjavac="--with-jikes=/usr/bin/jikes"
- use gtk && myc="${myc} --enable-gtk-peer" || myc="${myc} --disable-gtk-peer"
- econf \
- --enable-jni \
- ${myc} \
- --prefix=/usr/share/${PN}\
- ${myjavac} || die
- emake || die
-}
-
-src_install () {
- einstall || die
-}