summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-08-01 22:59:17 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-08-01 22:59:17 +0000
commit9a9dde0927939c25fea5bdddcc0d67891427dd6b (patch)
tree1c4d7e7337e03538b2d587a610da01d557b4f7e2 /dev-java/xp/xp-0.5-r1.ebuild
parentGet rid of src_unpack() and wrap the prep logic in java_prepare(). Update and... (diff)
downloadhistorical-9a9dde0927939c25fea5bdddcc0d67891427dd6b.tar.gz
historical-9a9dde0927939c25fea5bdddcc0d67891427dd6b.tar.bz2
historical-9a9dde0927939c25fea5bdddcc0d67891427dd6b.zip
Remove old.
Package-Manager: portage-2.2.20/cvs/Linux x86_64
Diffstat (limited to 'dev-java/xp/xp-0.5-r1.ebuild')
-rw-r--r--dev-java/xp/xp-0.5-r1.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-java/xp/xp-0.5-r1.ebuild b/dev-java/xp/xp-0.5-r1.ebuild
deleted file mode 100644
index 9c9a04521995..000000000000
--- a/dev-java/xp/xp-0.5-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xp/xp-0.5-r1.ebuild,v 1.7 2012/11/16 09:37:10 ulm Exp $
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="XP is an XML 1.0 parser written in Java"
-HOMEPAGE="http://www.jclark.com/xml/xp"
-SRC_URI="ftp://ftp.jclark.com/pub/xml/xp.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.4
- app-arch/unzip"
-RDEPEND=">=virtual/jre-1.4"
-
-S=${WORKDIR}
-
-src_unpack() {
- unpack ${A}
- rm -v xp.jar || die
- cp "${FILESDIR}/build.xml" .
-}
-
-#premade javadocs
-EANT_DOC_TARGET=""
-
-src_install() {
- java-pkg_dojar xp.jar
- dodoc docs/copying.txt || die
- #has index.html and javadocs here
- use doc && java-pkg_dohtml -r docs/*
- use source && java-pkg_dosrc com
-}