commit:     bd5791826c5bba1a3d3ae74fca159d856d1bf3f6
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 13 07:53:15 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Apr 13 07:56:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd579182

dev-java/sjsxp: Clean up old.

Package-Manager: portage-2.2.26

 dev-java/sjsxp/sjsxp-1.0.1-r1.ebuild | 44 ------------------------------------
 dev-java/sjsxp/sjsxp-1.0.1-r2.ebuild | 36 -----------------------------
 dev-java/sjsxp/sjsxp-1.0.1.ebuild    | 43 -----------------------------------
 3 files changed, 123 deletions(-)

diff --git a/dev-java/sjsxp/sjsxp-1.0.1-r1.ebuild 
b/dev-java/sjsxp/sjsxp-1.0.1-r1.ebuild
deleted file mode 100644
index f1f5ecf..0000000
--- a/dev-java/sjsxp/sjsxp-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="The Sun Java Streaming XML Parser (SJSXP) is an efficient 
implementation of the StAX API"
-HOMEPAGE="http://sjsxp.dev.java.net/";
-# CVS: cvs -d :pserver:[email protected]:/cvs checkout -r sjsxp-1_0_1 
sjsxp/zephyr
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="bea.ri.jsr173"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-fbsd"
-
-IUSE=""
-
-COMMON_DEP="java-virtuals/stax-api"
-
-RDEPEND=">=virtual/jre-1.5
-       ${COMMON_DEP}"
-DEPEND=">=virtual/jdk-1.5
-       ${COMMON_DEP}"
-
-S="${WORKDIR}/zephyr"
-
-EANT_GENTOO_CLASSPATH="stax-api"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}" || die
-       java-ant_rewrite-classpath
-}
-
-EANT_DOC_TARGET="javadocs"
-
-src_install() {
-       java-pkg_dojar "build/${PN}.jar"
-
-       use doc && java-pkg_dojavadoc build/docs/javadocs/sjsxp
-       use source && java-pkg_dosrc src
-}

diff --git a/dev-java/sjsxp/sjsxp-1.0.1-r2.ebuild 
b/dev-java/sjsxp/sjsxp-1.0.1-r2.ebuild
deleted file mode 100644
index 6c5843f..0000000
--- a/dev-java/sjsxp/sjsxp-1.0.1-r2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="The Sun Java Streaming XML Parser (SJSXP) is an efficient 
implementation of the StAX API"
-HOMEPAGE="http://sjsxp.dev.java.net/";
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="bea.ri.jsr173"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.6
-       ${CDEPEND}"
-DEPEND=">=virtual/jdk-1.6
-       ${CDEPEND}"
-
-S="${WORKDIR}/zephyr"
-
-JAVA_ANT_REWRITE_CLASSPATH="yes"
-EANT_DOC_TARGET="javadocs"
-
-src_install() {
-       java-pkg_dojar "build/${PN}.jar"
-
-       use doc && java-pkg_dojavadoc build/docs/javadocs/sjsxp
-       use source && java-pkg_dosrc src
-}

diff --git a/dev-java/sjsxp/sjsxp-1.0.1.ebuild 
b/dev-java/sjsxp/sjsxp-1.0.1.ebuild
deleted file mode 100644
index 9ae41d9..0000000
--- a/dev-java/sjsxp/sjsxp-1.0.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="The Sun Java Streaming XML Parser (SJSXP) is an efficient 
implementation of the StAX API"
-HOMEPAGE="http://sjsxp.dev.java.net/";
-# CVS: cvs -d :pserver:[email protected]:/cvs checkout -r sjsxp-1_0_1 
sjsxp/zephyr
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="bea.ri.jsr173"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-fbsd"
-
-IUSE=""
-
-COMMON_DEP="dev-java/jsr173"
-
-RDEPEND=">=virtual/jre-1.5
-       ${COMMON_DEP}"
-DEPEND=">=virtual/jdk-1.5
-       ${COMMON_DEP}"
-
-S="${WORKDIR}/zephyr"
-
-src_unpack() {
-       unpack ${A}
-
-       cd "${S}/lib"
-       java-pkg_jar-from jsr173 jsr173.jar jsr173_1.0_api.jar
-}
-
-EANT_DOC_TARGET="javadocs"
-
-src_install() {
-       java-pkg_dojar "build/${PN}.jar"
-
-       use doc && java-pkg_dojavadoc build/docs/javadocs
-       use source && java-pkg_dosrc src
-}

Reply via email to