From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/saxon/
Date: Tue, 21 Mar 2017 23:00:53 +0000 (UTC) [thread overview]
Message-ID: <1490137175.6db380358d69dad59f66a190151ee0060fe3c8c3.monsieurp@gentoo> (raw)
commit: 6db380358d69dad59f66a190151ee0060fe3c8c3
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 22:59:35 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 22:59:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6db38035
dev-java/saxon: clean up old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-java/saxon/saxon-6.5.5-r1.ebuild | 59 ------------------------------------
dev-java/saxon/saxon-6.5.5.ebuild | 57 ----------------------------------
2 files changed, 116 deletions(-)
diff --git a/dev-java/saxon/saxon-6.5.5-r1.ebuild b/dev-java/saxon/saxon-6.5.5-r1.ebuild
deleted file mode 100644
index 02d7e411228..00000000000
--- a/dev-java/saxon/saxon-6.5.5-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-JAVA_PKG_IUSE="doc examples source"
-inherit java-pkg-2 java-ant-2 eutils versionator
-
-MY_P="${PN}$(replace_all_version_separators -)"
-DESCRIPTION="A collection of tools for processing XML documents: XSLT processor, XSL library, parser"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
-HOMEPAGE="http://saxon.sourceforge.net/"
-
-LICENSE="MPL-1.1"
-SLOT="6.5"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEP="dev-java/jdom:0"
-
-RDEPEND=">=virtual/jre-1.4
- ${COMMON_DEP}"
-
-DEPEND=">=virtual/jdk-1.4
- app-arch/unzip
- ${COMMON_DEP}"
-
-S="${WORKDIR}"
-
-src_unpack() {
- unpack ${A}
-
- unzip -qq source.zip -d src || die "failed to unpack"
-
- cp "${FILESDIR}/build-${PV}.xml" build.xml || die
-
- rm -v *.jar || die
- rm -rf doc/api || die
- rm samples/java/*.class || die
- mkdir lib && cd lib
- java-pkg_jar-from jdom
-}
-
-src_compile() {
- java-pkg_filter-compiler jikes
-
- eant -Dproject.name=${PN} jar $(use_doc)
-}
-
-src_install() {
- java-pkg_dojar dist/${PN}.jar
-
- if use doc; then
- java-pkg_dojavadoc dist/doc/api
- dohtml -r doc/*
- fi
- use examples && java-pkg_doexamples samples
- use source && java-pkg_dosrc src/*
-}
diff --git a/dev-java/saxon/saxon-6.5.5.ebuild b/dev-java/saxon/saxon-6.5.5.ebuild
deleted file mode 100644
index c0bb28bba2c..00000000000
--- a/dev-java/saxon/saxon-6.5.5.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-JAVA_PKG_IUSE="doc examples source"
-inherit java-pkg-2 java-ant-2 eutils versionator
-
-MY_P="${PN}$(replace_all_version_separators -)"
-DESCRIPTION="A collection of tools for processing XML documents: XSLT processor, XSL library, parser"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
-HOMEPAGE="http://saxon.sourceforge.net/"
-
-LICENSE="MPL-1.1"
-SLOT="6.5"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-COMMON_DEP="~dev-java/jdom-1.0"
-
-RDEPEND=">=virtual/jre-1.4
- ${COMMON_DEP}"
-
-DEPEND=">=virtual/jdk-1.4
- app-arch/unzip
- ${COMMON_DEP}"
-
-S="${WORKDIR}"
-
-src_unpack() {
- unpack ${A}
-
- unzip -qq source.zip -d src || die "failed to unpack"
-
- cp "${FILESDIR}/build-${PV}.xml" build.xml || die
-
- rm -v *.jar || die
- rm -rf doc/api || die
- rm samples/java/*.class || die
- mkdir lib && cd lib
- java-pkg_jar-from jdom-1.0
-}
-
-src_compile() {
- java-pkg_filter-compiler jikes
-
- eant -Dproject.name=${PN} jar $(use_doc)
-}
-
-src_install() {
- java-pkg_dojar dist/${PN}.jar
-
- if use doc; then
- java-pkg_dojavadoc dist/doc/api
- dohtml -r doc/*
- fi
- use examples && java-pkg_doexamples samples
- use source && java-pkg_dosrc src/*
-}
next reply other threads:[~2017-03-21 23:01 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-21 23:00 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-15 11:14 [gentoo-commits] repo/gentoo:master commit in: dev-java/saxon/ Miroslav Šulc
2024-07-14 15:39 Sam James
2024-07-14 8:36 Arthur Zamarin
2024-07-14 8:36 Arthur Zamarin
2024-07-14 8:36 Arthur Zamarin
2024-06-14 10:12 Miroslav Šulc
2024-04-17 9:12 Miroslav Šulc
2023-12-17 10:06 Miroslav Šulc
2023-10-24 12:54 Miroslav Šulc
2022-04-23 7:05 Miroslav Šulc
2022-04-22 18:10 Arthur Zamarin
2022-04-22 18:10 Arthur Zamarin
2022-04-22 18:10 Arthur Zamarin
2022-04-22 18:10 Arthur Zamarin
2022-04-15 6:36 Arthur Zamarin
2022-04-15 6:22 Agostino Sarubbo
2022-03-15 17:23 Sam James
2022-03-15 17:23 Sam James
2020-10-20 4:11 Sam James
2019-05-18 1:14 Aaron Bauman
2018-04-14 19:18 Mikle Kolyada
2018-04-14 19:18 Mikle Kolyada
2018-04-12 20:54 Thomas Deutschmann
2018-04-05 3:29 Aaron Bauman
2018-03-14 15:01 Mikle Kolyada
2018-03-03 20:42 Patrice Clement
2017-07-13 18:32 Alexis Ballier
2017-03-21 23:00 Patrice Clement
2017-03-21 23:00 Patrice Clement
2015-10-17 22:36 Patrice Clement
2015-09-29 21:20 James Le Cuirot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1490137175.6db380358d69dad59f66a190151ee0060fe3c8c3.monsieurp@gentoo \
--to=monsieurp@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox