public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/maven-bin/
Date: Tue,  7 Feb 2023 08:40:46 +0000 (UTC)	[thread overview]
Message-ID: <1675759230.e7c46a94f15d4fdca4405f4286230a4f5f1e74e9.fordfrog@gentoo> (raw)

commit:     e7c46a94f15d4fdca4405f4286230a4f5f1e74e9
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  7 08:38:54 2023 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Feb  7 08:40:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7c46a94

dev-java/maven-bin: bump to 3.9.0

Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-java/maven-bin/Manifest               |  1 +
 dev-java/maven-bin/maven-bin-3.9.0.ebuild | 64 +++++++++++++++++++++++++++++++
 2 files changed, 65 insertions(+)

diff --git a/dev-java/maven-bin/Manifest b/dev-java/maven-bin/Manifest
index b018e6a18785..7e6983ebd6ae 100644
--- a/dev-java/maven-bin/Manifest
+++ b/dev-java/maven-bin/Manifest
@@ -1 +1,2 @@
 DIST apache-maven-3.8.7-bin.tar.gz 8293440 BLAKE2B 0a586cf0eb2a579d99bbe5736f294369b774ee4b041b37ecd4721eb3b988e274fd6d88bb34cc20a48c98c4f70c256dd74441c0f57119f90958af05e8c16f89c6 SHA512 21c2be0a180a326353e8f6d12289f74bc7cd53080305f05358936f3a1b6dd4d91203f4cc799e81761cf5c53c5bbe9dcc13bdb27ec8f57ecf21b2f9ceec3c8d27
+DIST apache-maven-3.9.0-bin.tar.gz 9024147 BLAKE2B ba2545a44a20c7ed7791ea116fbb72d549409d955f8403355e13cf86b95ffda685d5ee0c3d3377f2b5481b25a2f0e6f45d51e89b1ba5913c9be0688a98f8d585 SHA512 1ea149f4e48bc7b34d554aef86f948eca7df4e7874e30caf449f3708e4f8487c71a5e5c072a05f17c60406176ebeeaf56b5f895090c7346f8238e2da06cf6ecd

diff --git a/dev-java/maven-bin/maven-bin-3.9.0.ebuild b/dev-java/maven-bin/maven-bin-3.9.0.ebuild
new file mode 100644
index 000000000000..6748f5927604
--- /dev/null
+++ b/dev-java/maven-bin/maven-bin-3.9.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit java-pkg-2
+
+MY_PN=apache-${PN%%-bin}
+MY_PV=${PV/_alpha/-alpha-}
+MY_P="${MY_PN}-${MY_PV}"
+MY_MV="${PV%%.*}"
+
+DESCRIPTION="Project Management and Comprehension Tool for Java"
+SRC_URI="mirror://apache/maven/maven-${MY_MV}/${PV}/binaries/${MY_P}-bin.tar.gz"
+HOMEPAGE="https://maven.apache.org/"
+
+LICENSE="Apache-2.0"
+SLOT="3.9"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+	>=virtual/jdk-1.8:*
+	app-eselect/eselect-java"
+
+RDEPEND="
+	>=virtual/jre-1.8:*"
+
+S="${WORKDIR}/${MY_P}"
+
+MAVEN="${PN}-${SLOT}"
+MAVEN_SHARE="/usr/share/${MAVEN}"
+
+QA_FLAGS_IGNORED=(
+	"${MAVEN_SHARE}/lib/jansi-native/linux32/libjansi.so"
+	"${MAVEN_SHARE}/lib/jansi-native/linux64/libjansi.so"
+)
+
+# TODO:
+# We should use jars from packages, instead of what is bundled.
+src_install() {
+	dodir "${MAVEN_SHARE}"
+
+	cp -Rp bin boot conf lib "${ED}/${MAVEN_SHARE}" || die "failed to copy"
+
+	java-pkg_regjar "${ED}/${MAVEN_SHARE}"/boot/*.jar
+	java-pkg_regjar "${ED}/${MAVEN_SHARE}"/lib/*.jar
+
+	dodoc NOTICE README.txt
+
+	dodir /usr/bin
+	dosym "${MAVEN_SHARE}/bin/mvn" /usr/bin/mvn-${SLOT}
+
+	# See bug #342901.
+	echo "CONFIG_PROTECT=\"${MAVEN_SHARE}/conf\"" > "${T}/25${MAVEN}" || die
+	doenvd "${T}/25${MAVEN}"
+}
+
+pkg_postinst() {
+	eselect maven update mvn-${SLOT}
+}
+
+pkg_postrm() {
+	eselect maven update
+}


             reply	other threads:[~2023-02-07  8:40 UTC|newest]

Thread overview: 97+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-07  8:40 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-26  1:56 [gentoo-commits] repo/gentoo:master commit in: dev-java/maven-bin/ Sam James
2024-09-18 12:57 Miroslav Šulc
2024-09-17 13:03 Arthur Zamarin
2024-09-17 13:03 Arthur Zamarin
2024-08-18  8:55 Miroslav Šulc
2024-06-28  8:16 Miroslav Šulc
2024-06-27  9:49 Sam James
2024-06-27  9:49 Sam James
2024-06-27  9:25 Miroslav Šulc
2024-06-18  9:39 Miroslav Šulc
2024-05-26  8:52 Miroslav Šulc
2024-01-03 22:12 Miroslav Šulc
2024-01-03 10:20 Sam James
2024-01-03  8:56 Sam James
2023-12-01 23:04 Miroslav Šulc
2023-11-07  8:38 Miroslav Šulc
2023-11-05 10:08 Sam James
2023-11-05 10:08 Sam James
2023-11-05  7:47 Miroslav Šulc
2023-11-05  7:47 Miroslav Šulc
2023-10-05  7:27 Miroslav Šulc
2023-09-04  8:12 Miroslav Šulc
2023-09-03 14:19 Sam James
2023-09-03 14:19 Sam James
2023-08-04  6:33 Miroslav Šulc
2023-07-28  7:08 Miroslav Šulc
2023-07-27 13:55 Sam James
2023-07-27 13:00 Sam James
2023-06-27  7:33 Miroslav Šulc
2023-06-12  6:48 Miroslav Šulc
2023-06-11 15:46 Sam James
2023-06-11 15:37 Sam James
2023-05-12  7:31 Miroslav Šulc
2023-04-20  7:09 Miroslav Šulc
2023-04-19 11:07 Sam James
2023-04-19  8:58 Arthur Zamarin
2023-04-19  6:30 Miroslav Šulc
2023-04-18  7:02 Sam James
2023-04-18  7:02 Sam James
2023-03-19  7:11 Miroslav Šulc
2023-03-10  8:41 Sam James
2023-03-10  8:41 Sam James
2023-02-02  8:46 Miroslav Šulc
2023-01-31 13:06 Arthur Zamarin
2023-01-31 11:48 Arthur Zamarin
2022-12-31  9:36 Miroslav Šulc
2022-09-06  4:08 Miroslav Šulc
2022-09-05 14:36 Jakov Smolić
2022-09-05 14:01 Agostino Sarubbo
2022-08-02 10:19 Miroslav Šulc
2022-08-02 10:19 Miroslav Šulc
2021-11-04 15:30 Sam James
2021-11-04 15:30 Sam James
2021-10-05  7:27 Miroslav Šulc
2021-09-24  6:48 Miroslav Šulc
2021-09-23 13:58 Agostino Sarubbo
2021-09-23  6:40 Agostino Sarubbo
2021-08-15  7:55 Miroslav Šulc
2021-04-27  5:33 Miroslav Šulc
2021-04-26 19:11 Sam James
2021-04-26 19:11 Sam James
2021-04-26  5:06 Miroslav Šulc
2021-04-25  7:55 Miroslav Šulc
2021-04-25  7:50 Miroslav Šulc
2020-11-04  8:24 Miroslav Šulc
2020-11-04  0:52 Sam James
2020-10-28 14:33 Thomas Deutschmann
2020-09-29 17:40 Miroslav Šulc
2020-09-29 17:36 Miroslav Šulc
2020-09-29 17:16 Miroslav Šulc
2019-10-31 23:50 Thomas Deutschmann
2019-10-30 12:26 Agostino Sarubbo
2019-09-19 13:34 Miroslav Šulc
2019-05-22 11:53 Patrice Clement
2019-05-22 11:53 Patrice Clement
2019-05-21 21:23 Patrice Clement
2019-05-21 21:23 Patrice Clement
2019-05-14 19:12 Patrice Clement
2019-05-14 19:12 Patrice Clement
2019-05-14 19:12 Patrice Clement
2019-05-14 19:12 Patrice Clement
2019-05-14 19:12 Patrice Clement
2019-05-14 19:12 Patrice Clement
2019-05-14 19:12 Patrice Clement
2019-05-14 17:20 Miroslav Šulc
2019-01-14 12:27 Miroslav Šulc
2018-11-22 18:43 Miroslav Šulc
2018-11-04  9:49 Miroslav Šulc
2016-01-26 18:19 Miroslav Šulc
2016-01-26 16:42 Agostino Sarubbo
2016-01-26 16:42 Agostino Sarubbo
2016-01-26 10:42 Miroslav Šulc
2016-01-26 10:12 Miroslav Šulc
2015-10-29 21:25 Patrice Clement
2015-09-07 13:54 Patrice Clement
2015-09-07 10:08 Patrice Clement

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=1675759230.e7c46a94f15d4fdca4405f4286230a4f5f1e74e9.fordfrog@gentoo \
    --to=fordfrog@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