public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-vfs/
Date: Sun, 27 Nov 2016 17:09:28 +0000 (UTC)	[thread overview]
Message-ID: <1480266556.0e6593d74a46fa1b6bdbf6bc24e728fb59af7e5b.chewi@gentoo> (raw)

commit:     0e6593d74a46fa1b6bdbf6bc24e728fb59af7e5b
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 17:07:47 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 17:09:16 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e6593d7

dev-java/commons-vfs: EAPI 6, fixes bug #600964

r0 used EAPI 0 and therefore lacked SLOT dependencies. Rewritten with
java-pkg-simple and fixed the SRC_URI.

Package-Manager: portage-2.3.2

 dev-java/commons-vfs/commons-vfs-1.0-r1.ebuild | 40 ++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/dev-java/commons-vfs/commons-vfs-1.0-r1.ebuild b/dev-java/commons-vfs/commons-vfs-1.0-r1.ebuild
new file mode 100644
index 00000000..1c29728
--- /dev/null
+++ b/dev-java/commons-vfs/commons-vfs-1.0-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="A single Java API for accessing various different file systems"
+HOMEPAGE="https://commons.apache.org/vfs/"
+SRC_URI="https://archive.apache.org/dist/${PN/-//}/source/${P}-src.tar.gz" # Not on Apache mirrors.
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+RESTRICT="test" # Some failures, can't figure them out.
+
+CP_DEPEND="
+	dev-java/ant-core:0
+	dev-java/commons-collections:0
+	dev-java/commons-httpclient:3
+	dev-java/commons-logging:0
+	dev-java/commons-net:0
+	dev-java/jsch:0
+"
+
+RDEPEND=">=virtual/jre-1.7
+	${CP_DEPEND}"
+
+DEPEND=">=virtual/jdk-1.7
+	${CP_DEPEND}"
+
+S="${WORKDIR}/${P}-src"
+JAVA_SRC_DIR="core/src/main"
+
+src_install() {
+	java-pkg-simple_src_install
+	dodoc {NOTICE,RELEASE_NOTES}.txt
+}


             reply	other threads:[~2016-11-27 17:09 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-27 17:09 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-07-12 12:34 [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-vfs/ Sergei Trofimovich
2021-06-13  7:24 Miroslav Šulc
2021-07-23  5:31 Miroslav Šulc
2021-08-23  5:35 Sam James
2021-08-23 22:16 Agostino Sarubbo
2021-11-26  8:44 Sam James
2022-01-05 20:49 Florian Schmaus
2022-01-05 20:49 Florian Schmaus
2022-01-07 20:42 Arthur Zamarin
2022-01-08  9:05 Miroslav Šulc
2022-01-08 10:17 Arthur Zamarin
2022-01-08 10:17 Arthur Zamarin
2022-01-08 11:13 Miroslav Šulc
2022-01-14 15:07 Arthur Zamarin
2022-02-11 20:05 Arthur Zamarin
2024-03-13 11:06 Miroslav Šulc
2024-05-25  0:49 Sam James
2024-05-25  0:49 Sam James
2024-05-25  2:03 Sam James
2024-05-25  5:05 Arthur Zamarin
2025-01-06 10:25 Miroslav Šulc

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=1480266556.0e6593d74a46fa1b6bdbf6bc24e728fb59af7e5b.chewi@gentoo \
    --to=chewi@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