From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9ACD3139694 for ; Sat, 18 Mar 2017 01:10:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB91621C1B3; Sat, 18 Mar 2017 01:10:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5ADD21C1B3 for ; Sat, 18 Mar 2017 01:10:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A822341398 for ; Sat, 18 Mar 2017 01:10:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC5BA6BF3 for ; Sat, 18 Mar 2017 01:10:03 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1489799377.a2ff2346cb27f5eedf31f2cd9a14660aefd6912d.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jsr173/, dev-java/jsr173/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jsr173/files/build-1.0-r1.xml dev-java/jsr173/files/jsr173-1.0-build.xml dev-java/jsr173/jsr173-1.0-r1.ebuild dev-java/jsr173/jsr173-1.0-r2.ebuild X-VCS-Directories: dev-java/jsr173/files/ dev-java/jsr173/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: a2ff2346cb27f5eedf31f2cd9a14660aefd6912d X-VCS-Branch: master Date: Sat, 18 Mar 2017 01:10:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 201ed821-bb43-430a-8f6e-d3b4389a1e09 X-Archives-Hash: 0a7f8ba0fd0d3bbb8c8b7f297d9cc6f2 commit: a2ff2346cb27f5eedf31f2cd9a14660aefd6912d Author: Patrice Clement gentoo org> AuthorDate: Fri Mar 17 23:18:08 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Mar 18 01:09:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2ff2346 dev-java/jsr173: punt old. Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-java/jsr173/files/build-1.0-r1.xml | 61 ------------------------------ dev-java/jsr173/files/jsr173-1.0-build.xml | 61 ------------------------------ dev-java/jsr173/jsr173-1.0-r1.ebuild | 47 ----------------------- dev-java/jsr173/jsr173-1.0-r2.ebuild | 57 ---------------------------- 4 files changed, 226 deletions(-) diff --git a/dev-java/jsr173/files/build-1.0-r1.xml b/dev-java/jsr173/files/build-1.0-r1.xml deleted file mode 100644 index 0fadc3fb465..00000000000 --- a/dev-java/jsr173/files/build-1.0-r1.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dev-java/jsr173/files/jsr173-1.0-build.xml b/dev-java/jsr173/files/jsr173-1.0-build.xml deleted file mode 100644 index 0fadc3fb465..00000000000 --- a/dev-java/jsr173/files/jsr173-1.0-build.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dev-java/jsr173/jsr173-1.0-r1.ebuild b/dev-java/jsr173/jsr173-1.0-r1.ebuild deleted file mode 100644 index 28de6da6e59..00000000000 --- a/dev-java/jsr173/jsr173-1.0-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="The Streaming API for XML (StAX) is a Java API for parsing and writing XML easily and efficiently" -HOMEPAGE="http://dev2dev.bea.com/xml/stax.html" -SRC_URI="http://ftpna2.bea.com/pub/downloads/${PN}.jar" - -LICENSE="bea.ri.jsr173" -SLOT="0" -KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND=">=virtual/jre-1.3 - dev-java/jaxme" -DEPEND=">=virtual/jdk-1.3 - ${RDEPEND}" - -S=${WORKDIR} - -src_unpack() { - cd "${S}" - jar xvf ${DISTDIR}/${A} || die "failed to unpack" - - cp "${FILESDIR}/build-${PVR}.xml" build.xml - - jar xvf ${P//-/_}_src.jar || die "failed to unpack" - rm -v *.jar || die - cd lib - rm -v *.jar || die - java-pkg_jarfrom jaxme -} - -src_compile() { - local antflags="-Dproject.name=${PN} jar" - eant ${antflags} $(use_doc) || die "Compilation failed" -} - -src_install() { - java-pkg_dojar dist/${PN}.jar - - use doc && java-pkg_dojavadoc dist/doc/api - use source && java-pkg_dosrc src/* -} diff --git a/dev-java/jsr173/jsr173-1.0-r2.ebuild b/dev-java/jsr173/jsr173-1.0-r2.ebuild deleted file mode 100644 index 61a550ed9fa..00000000000 --- a/dev-java/jsr173/jsr173-1.0-r2.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="Library for parsing and writing XML" -HOMEPAGE="http://dev2dev.bea.com/xml/stax.html" -SRC_URI="http://ftpna2.bea.com/pub/downloads/${PN}.jar" - -LICENSE="bea.ri.jsr173" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -CDEPEND="dev-java/jaxme:0" - -RDEPEND=" - ${CDEPEND} - >=virtual/jre-1.6" - -DEPEND=" - ${CDEPEND} - >=virtual/jdk-1.6" - -S="${WORKDIR}" - -src_unpack() { - cd "${S}" || die - - jar xvf "${DISTDIR}/${A}" || die "failed to unpack" - jar xvf ${P//-/_}_src.jar || die "failed to unpack" -} - -src_prepare() { - default - - cd "${S}" || die - java-pkg_clean - cp "${FILESDIR}/${P}-build.xml" build.xml || die - java-pkg_jarfrom jaxme -} - -src_compile() { - local antflags="-Dproject.name=${PN} jar" - eant ${antflags} "$(use_doc)" -} - -src_install() { - java-pkg_dojar "dist/${PN}.jar" - - use doc && java-pkg_dojavadoc dist/doc/api - use source && java-pkg_dosrc src/* -}