public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-java/
Date: Sat, 16 Oct 2021 18:04:53 +0000 (UTC)	[thread overview]
Message-ID: <1634407487.33d667e580d7547fb0fc707c5414fa6c52af7e78.gyakovlev@gentoo> (raw)

commit:     33d667e580d7547fb0fc707c5414fa6c52af7e78
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 18:03:03 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 18:04:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33d667e5

app-eselect/eselect-java: add 0.4.3

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 app-eselect/eselect-java/Manifest                  |  1 +
 app-eselect/eselect-java/eselect-java-0.4.3.ebuild | 37 ++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/app-eselect/eselect-java/Manifest b/app-eselect/eselect-java/Manifest
index 4a18d431db5..364a40bc4fe 100644
--- a/app-eselect/eselect-java/Manifest
+++ b/app-eselect/eselect-java/Manifest
@@ -1 +1,2 @@
 DIST eselect-java-0.4.2.tar.bz2 13782 BLAKE2B 10fd7faa3759f5b0d52c04bcd5a9f1c438814f4b477c12d2f0843c146d10cd8f7db43594ca4dc29de85bc33864fe1b205c69f9d2dc10c739ca1d50071fac6aad SHA512 dbb9ff873cf3073f60ba783e32b5a75c88114f790643d4a898db5429d04452f64cc5757a1ec2fb7c33beee1fc4509abeb7016f112c2bc75543a4250a85cb19cb
+DIST eselect-java-0.4.3.tar.bz2 13799 BLAKE2B 353035ef1c0b3e1cd79021c9198bedf29fdcb3f13fdfb2e5a8384796f2a48236d671f07d7657409273dd1f52e37272d91383d2a14d64ed0cedb686a8e277b009 SHA512 40b10768f00f03c49e1b60aab615658ac1d986444aaf487ca74f7c14edb5dce62d85fc3ce049e857d0ec2eaea496afa17c45de59e7179331f112eb51cbe451e5

diff --git a/app-eselect/eselect-java/eselect-java-0.4.3.ebuild b/app-eselect/eselect-java/eselect-java-0.4.3.ebuild
new file mode 100644
index 00000000000..a680ad3c189
--- /dev/null
+++ b/app-eselect/eselect-java/eselect-java-0.4.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="A set of eselect modules for Java"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Java"
+SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+	!app-eselect/eselect-maven
+	app-admin/eselect"
+
+src_prepare() {
+	default
+	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:[~2021-10-16 18:04 UTC|newest]

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