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: app-eselect/eselect-java/
Date: Fri,  1 Jan 2016 22:50:06 +0000 (UTC)	[thread overview]
Message-ID: <1451688554.47b7e0290735f8af61a8df3323ff873d4968ce85.chewi@gentoo> (raw)

commit:     47b7e0290735f8af61a8df3323ff873d4968ce85
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  1 16:20:06 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Jan  1 22:49:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b7e029

app-eselect/eselect-java: Version bump

This version removes the java-nsplugin module.

Package-Manager: portage-2.2.26

 app-eselect/eselect-java/Manifest                  |  1 +
 app-eselect/eselect-java/eselect-java-0.2.0.ebuild | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/app-eselect/eselect-java/Manifest b/app-eselect/eselect-java/Manifest
index ed06df7..6d368b4 100644
--- a/app-eselect/eselect-java/Manifest
+++ b/app-eselect/eselect-java/Manifest
@@ -1,2 +1,3 @@
 DIST eselect-java-0.1.0.tar.bz2 14486 SHA256 7dcd2c9d7aa6d693d0b0d558859bdc88c53997d92562a1bf5335de708d19c817 SHA512 4ee13349a9b34cfb007a04423f6961c984ad02135cb1141e504662682dcc35d22f9332b04bad13ec9d538212fe2230407598eed633d5a5edd0633081ec2fa6ae WHIRLPOOL ec94c878f8fab9272b679c25b0ffc553f5fa25dd62dc1a447397befa9a749be3124fc994c34ccc2014e981d088e9cca76beef74356283dee79ec370ea18009c7
 DIST eselect-java-0.1.0.tar.gz 72265 SHA256 035b0c2cb9837b8b3b906cf9d72ec9ebf6e0db3d5e296c2b1c640d0e4a4071f2 SHA512 f8099f394303466ce652f099c16581668544cb4c0ab3c7c8af4b56230c6bdd692e72610be5f522227e874650481554f3b7815da2a4e8d090c31478d399c04e95 WHIRLPOOL 4f2b4432fe46023163b8e8421a505422b6f50599b67892f1b7abfb7b46393aab0590f1ecd69526839392703fed80fb099b8f3e273a34b99da39045c7b8a9cb77
+DIST eselect-java-0.2.0.tar.bz2 13353 SHA256 a860fdf1d5d0560e206fee3912eb768492115bcb430cb9eba031d0cbf90499bf SHA512 376c72317461c743dd91f8576cff7b1279b8f1672aa878c492ec3ed0da5f3c8d25cbb5fd4d9120109a01466dadbd049fb75d642187c850676d939925bcb55fdd WHIRLPOOL c45da204c312c1277f532756363932aeb057261728f1264cbcc01da6feb7568673aff880fa611c471b60a878434eacda592e3743022130c78247b047dbf848be

diff --git a/app-eselect/eselect-java/eselect-java-0.2.0.ebuild b/app-eselect/eselect-java/eselect-java-0.2.0.ebuild
new file mode 100644
index 0000000..a86b534
--- /dev/null
+++ b/app-eselect/eselect-java/eselect-java-0.2.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools
+
+DESCRIPTION="A set of eselect modules for Java"
+HOMEPAGE="https://www.gentoo.org/proj/en/java/"
+SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="
+	!app-eselect/eselect-ecj
+	!app-eselect/eselect-maven
+	!<dev-java/java-config-2.2
+	app-admin/eselect"
+
+src_prepare() {
+	eautoreconf
+}
+
+pkg_postinst() {
+	local REMOVED=0
+
+	rm -v "${EROOT}"usr/lib*/nsbrowser/plugins/javaplugin.so 2>/dev/null && REMOVED=1
+	rm -v "${EROOT}"etc/java-config-2/current-icedtea-web-vm 2>/dev/null && REMOVED=1
+
+	if [[ "${REMOVED}" = 1 ]]; then
+		elog "The eselect java-nsplugin module has been removed and your configuration"
+		elog "has been cleaned up. From now on, you may only install either Oracle or"
+		elog "IcedTea's plugin but not both. Note you can use IcedTea's plugin with an"
+		elog "Oracle VM. See the README installed with icedtea-web for more details."
+	fi
+}


             reply	other threads:[~2016-01-01 22:50 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-01 22:50 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-03-15  7:06 [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-java/ James Le Cuirot
2016-05-17 21:43 James Le Cuirot
2016-05-17 21:43 James Le Cuirot
2016-05-18  9:05 Fabian Groffen
2016-07-11 16:58 Robin H. Johnson
2016-09-17 14:42 Patrice Clement
2016-11-28 22:51 Austin English
2017-01-24 20:21 James Le Cuirot
2017-02-07 11:28 Agostino Sarubbo
2017-10-04  7:47 Michał Górny
2018-01-03 22:57 James Le Cuirot
2018-03-04  9:13 Jason Zaman
2018-03-04 12:07 James Le Cuirot
2018-03-04 12:07 James Le Cuirot
2020-09-17  7:12 Georgy Yakovlev
2020-09-17  8:32 Georgy Yakovlev
2021-01-06 13:12 Fabian Groffen
2021-07-20 12:40 Georgy Yakovlev
2021-07-20 12:40 Georgy Yakovlev
2021-07-20 12:40 Georgy Yakovlev
2021-07-20 12:40 Georgy Yakovlev
2021-07-20 12:40 Georgy Yakovlev
2021-10-16 18:04 Georgy Yakovlev
2021-11-16 10:08 Jakov Smolić
2021-11-16 11:38 Miroslav Šulc
2022-05-01 20:47 Georgy Yakovlev
2022-06-24 10:40 Florian Schmaus
2022-07-26  2:05 Sam James
2022-07-26 17:53 Miroslav Šulc
2024-04-20 11:30 Florian Schmaus
2024-05-26 16:14 Arthur Zamarin
2024-05-27  6:44 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=1451688554.47b7e0290735f8af61a8df3323ff873d4968ce85.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