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/java-config/
Date: Thu, 18 Feb 2016 17:05:23 +0000 (UTC)	[thread overview]
Message-ID: <1455815036.22d6ca90de8cf83894715a2b42cd678f10ee37cb.chewi@gentoo> (raw)

commit:     22d6ca90de8cf83894715a2b42cd678f10ee37cb
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 18 17:03:48 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 17:03:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22d6ca90

dev-java/java-config: Remove java-config-wrapper dependency, EAPI bump

java-config-wrapper is very obsolete but we have relied on it because
it installs the java-config symlink. We don't have time to do a
java-config bump yet but we can easily install the symlink
here. Addresses bug #504124.

Package-Manager: portage-2.2.27

 dev-java/java-config/java-config-2.2.0-r1.ebuild | 36 ++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/dev-java/java-config/java-config-2.2.0-r1.ebuild b/dev-java/java-config/java-config-2.2.0-r1.ebuild
new file mode 100644
index 0000000..171c3ed
--- /dev/null
+++ b/dev-java/java-config/java-config-2.2.0-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+# jython depends on java-config, so don't add it or things will break
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Java environment configuration query tool"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Java"
+SRC_URI="https://dev.gentoo.org/~sera/distfiles/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+# baselayout-java is added as a dep till it can be added to eclass.
+RDEPEND="
+	!dev-java/java-config-wrapper
+	sys-apps/baselayout-java
+	sys-apps/portage"
+
+python_install_all() {
+	distutils-r1_python_install_all
+
+	# This replaces the file installed by java-config-wrapper.
+	cp -a "${ED}/usr/bin/${PN}-2" "${ED}/usr/bin/${PN}" || die
+}
+
+python_test() {
+	esetup.py test
+}


             reply	other threads:[~2016-02-18 17:05 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-18 17:05 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-08  6:28 [gentoo-commits] repo/gentoo:master commit in: dev-java/java-config/ Sam James
2024-07-29  8:55 Arthur Zamarin
2024-07-27 11:58 Sam James
2024-07-27 11:58 Sam James
2024-07-27 11:58 Sam James
2024-06-27  7:23 Florian Schmaus
2023-12-20 15:47 Michał Górny
2023-12-20 10:36 Sam James
2023-12-20 10:36 Sam James
2023-12-20 10:36 Sam James
2023-11-17  8:25 Florian Schmaus
2023-11-16 20:30 Florian Schmaus
2023-11-16 15:55 Florian Schmaus
2023-11-14 14:12 Florian Schmaus
2023-11-14 14:11 Florian Schmaus
2023-11-14 14:11 Florian Schmaus
2023-10-12  9:47 Sam James
2023-09-17 14:35 Arthur Zamarin
2023-05-30 18:01 Mike Gilbert
2023-01-03 13:01 Florian Schmaus
2022-05-01 20:47 Georgy Yakovlev
2021-12-25 10:11 Georgy Yakovlev
2021-05-23  9:10 Miroslav Šulc
2021-05-23  9:08 Miroslav Šulc
2021-05-23  9:08 Miroslav Šulc
2020-12-15 19:32 Fabian Groffen
2020-11-05 22:41 Patrice Clement
2020-07-16 21:10 Patrice Clement
2020-07-09 11:52 Sam James
2020-07-05 13:44 Agostino Sarubbo
2020-07-05 13:36 Agostino Sarubbo
2020-07-05  8:52 Sergei Trofimovich
2020-06-23 13:30 Patrice Clement
2020-06-23 13:30 Patrice Clement
2020-06-18  7:36 Patrice Clement
2020-06-17 21:04 Patrice Clement
2020-04-29 18:31 Thomas Deutschmann
2020-04-18  3:02 Craig Andrews
2020-04-15  5:54 Mike Gilbert
2019-05-18 10:02 Michał Górny
2019-01-05 23:17 Georgy Yakovlev
2018-11-02 21:37 Patrice Clement
2017-05-05 15:28 Manuel Rüger
2017-01-24 20:21 James Le Cuirot
2016-04-03 22:36 James Le Cuirot
2016-04-03 22:36 James Le Cuirot
2016-02-21 11:55 James Le Cuirot
2016-02-18 19:13 James Le Cuirot
2015-09-11  7:53 Justin Lecher

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=1455815036.22d6ca90de8cf83894715a2b42cd678f10ee37cb.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