summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2007-12-09 14:30:37 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2007-12-09 14:30:37 +0000
commit5dbf725bba74cb598a0e1b956ab2e5b79781f01f (patch)
treeb7ddf6c8dc2df9d241de229c1ac3b10ba05805fc /dev-java/gnu-jaxp/gnu-jaxp-1.3.ebuild
parentStable on ppc, see bug #200585. (diff)
downloadhistorical-5dbf725bba74cb598a0e1b956ab2e5b79781f01f.tar.gz
historical-5dbf725bba74cb598a0e1b956ab2e5b79781f01f.tar.bz2
historical-5dbf725bba74cb598a0e1b956ab2e5b79781f01f.zip
Remove ~ppc keyword, remove old version.
Package-Manager: portage-2.1.4_rc9
Diffstat (limited to 'dev-java/gnu-jaxp/gnu-jaxp-1.3.ebuild')
-rw-r--r--dev-java/gnu-jaxp/gnu-jaxp-1.3.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-java/gnu-jaxp/gnu-jaxp-1.3.ebuild b/dev-java/gnu-jaxp/gnu-jaxp-1.3.ebuild
deleted file mode 100644
index 466074e6cfba..000000000000
--- a/dev-java/gnu-jaxp/gnu-jaxp-1.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-jaxp/gnu-jaxp-1.3.ebuild,v 1.10 2007/01/22 09:18:43 flameeyes Exp $
-
-inherit java-pkg eutils
-
-MY_P=${PN/gnu-/}-${PV}
-
-DESCRIPTION="GNU JAXP, a free implementation of SAX parser API, DOM Level 2, Sun JAXP 1.1."
-HOMEPAGE="http://www.gnu.org/software/classpathx/jaxp/"
-SRC_URI="mirror://gnu/classpathx/${MY_P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="doc"
-
-RDEPEND=">=virtual/jre-1.3
- =dev-libs/libxml2-2*
- dev-libs/libxslt"
-DEPEND=">=virtual/jdk-1.3
- app-arch/unzip
- ${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- econf --disable-gcj || die "configure failed!"
- local makeflags="gnujaxp.jar"
- use doc && makeflags="${makeflags} javadoc"
- make ${makeflags} || die "compile failed!"
-}
-
-src_install() {
- java-pkg_dojar gnujaxp.jar
- dodoc README
- use doc && java-pkg_dohtml -r apidoc/*
-}