From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-io/
Date: Mon, 31 Aug 2015 11:39:25 +0000 (UTC) [thread overview]
Message-ID: <1441021135.279d404b24261d5eb26b944a58a6285c0c5c2393.mrueg@gentoo> (raw)
commit: 279d404b24261d5eb26b944a58a6285c0c5c2393
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 11:38:55 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 11:38:55 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=279d404b
dev-java/commons-io: Remove old
Package-Manager: portage-2.2.20.1
dev-java/commons-io/Manifest | 1 -
dev-java/commons-io/commons-io-2.0.1.ebuild | 57 -----------------------------
2 files changed, 58 deletions(-)
diff --git a/dev-java/commons-io/Manifest b/dev-java/commons-io/Manifest
index faeff6c..4c8d184 100644
--- a/dev-java/commons-io/Manifest
+++ b/dev-java/commons-io/Manifest
@@ -1,2 +1 @@
-DIST commons-io-2.0.1-src.tar.gz 280920 SHA256 32be3e626618b49c2e2fb268bd2101d7ae38438131df4560fc800bd2f26fdff8 SHA512 0e01d12c46707ff254b8aa3b31fe8d027e7bafd34a2c2c96b8867084bbe43c763d03f773189ec17ffc6525ad8d022009cb64cdf288a401194e8c0ebbe5d99ee2 WHIRLPOOL 4e34102bdf9b025165f25d09287ce446f838a92c990db099f5a9356cad994b88b9916c089f2ffcb7ceeeb5250b22daace637b7df5a3526711923824d0dc3f8f1
DIST commons-io-2.4-src.tar.gz 330961 SHA256 961c8b41a891933c2d662d8e490667243ac82422668d1ccdd7bfedfdb944bb58 SHA512 69ac5f7b8de952d8b519ad89d4e9a33a9d269af0e68b735c0180ee8853a30e2a09147ceac362626a2fb3a041bd46eca094be2661ff280c1bab54a0548cae0aee WHIRLPOOL 4db6be6dbba4e3c9f67c471eff709ade22594ef1cea759da5651fa5788b1bcfeca689621eb3ff7ca52dca0229b096d597e9f5cb969ebcc7a06ff18f28ccc3551
diff --git a/dev-java/commons-io/commons-io-2.0.1.ebuild b/dev-java/commons-io/commons-io-2.0.1.ebuild
deleted file mode 100644
index 13f5365..0000000
--- a/dev-java/commons-io/commons-io-2.0.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2014 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 eutils
-
-MY_P="${P}-src"
-DESCRIPTION="Commons-IO contains utility classes, stream implementations, file filters, and endian classes"
-HOMEPAGE="http://commons.apache.org/io/"
-SRC_URI="mirror://apache/commons/io/source/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="1"
-KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="test"
-
-DEPEND=">=virtual/jdk-1.5
- test? ( dev-java/ant-junit )"
-RDEPEND=">=virtual/jre-1.5"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- java-ant_ignore-system-classes
- java-ant_rewrite-classpath
- # Setting java.io.tmpdir doesn't have effect unless we do this because the
- # vm is forked
- java-ant_xml-rewrite -f build.xml --change -e junit -a clonevm -v "true"
-}
-
-EANT_EXTRA_ARGS="-Duser.home=${T}"
-
-src_test() {
- if [[ ${EUID} -ne 0 ]]; then
- ANT_OPTS="-Djava.io.tmpdir=${T} -Duser.home=${T}" \
- ANT_TASKS="ant-junit" \
- eant test \
- -Dgentoo.classpath="$(java-pkg_getjars junit)" \
- -Dlibdir="libdir" \
- -Djava.io.tmpdir="${T}"
- else
- elog "Tests fail unless userpriv is enabled because they test for"
- elog "file permissions which doesn't work when run as root."
- fi
-}
-
-src_install() {
- java-pkg_newjar target/${P}.jar ${PN}.jar
-
- dodoc RELEASE-NOTES.txt NOTICE.txt || die
- use doc && java-pkg_dojavadoc target/apidocs
- use source && java-pkg_dosrc src/main/java/*
-}
next reply other threads:[~2015-08-31 11:39 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-31 11:39 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-11-16 18:36 [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-io/ Patrice Clement
2017-07-17 10:51 Alexis Ballier
2021-04-13 10:30 Miroslav Šulc
2021-04-26 19:11 Sam James
2021-04-26 19:11 Sam James
2021-04-27 18:09 Sam James
2021-04-27 18:18 Miroslav Šulc
2021-05-16 18:58 Sam James
2021-09-24 7:14 Miroslav Šulc
2021-10-26 3:12 Sam James
2021-10-26 3:12 Sam James
2021-10-26 3:14 Sam James
2021-10-26 3:16 Sam James
2021-10-26 6:43 Miroslav Šulc
2021-12-17 10:57 Arthur Zamarin
2022-07-24 17:00 Florian Schmaus
2022-08-23 16:32 Arthur Zamarin
2022-08-23 16:32 Arthur Zamarin
2022-08-23 18:26 Sam James
2022-08-23 18:26 Sam James
2022-08-23 18:53 Arthur Zamarin
2024-03-04 9:14 Miroslav Šulc
2024-03-04 9:14 Miroslav Šulc
2024-03-19 19:48 Arthur Zamarin
2024-03-22 8:43 Miroslav Šulc
2024-09-11 7:52 Miroslav Šulc
2024-09-25 7:04 Miroslav Šulc
2024-10-11 9:56 Arthur Zamarin
2024-10-11 9:56 Arthur Zamarin
2024-10-11 9:56 Arthur Zamarin
2024-10-12 7:28 Michał Górny
2024-10-15 7:32 Miroslav Šulc
2024-10-25 5:46 Arthur Zamarin
2024-10-25 5:46 Arthur Zamarin
2024-10-27 17:39 Eli Schwartz
2024-11-25 7:55 Miroslav Šulc
2024-12-24 7:06 Sam James
2024-12-24 7:06 Sam James
2024-12-25 5:51 Arthur Zamarin
2024-12-30 19:41 Florian Schmaus
2025-04-29 17:27 Miroslav Šulc
2025-08-02 15:19 Arthur Zamarin
2025-08-02 15:19 Arthur Zamarin
2025-08-02 15:19 Arthur Zamarin
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=1441021135.279d404b24261d5eb26b944a58a6285c0c5c2393.mrueg@gentoo \
--to=mrueg@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