public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/gradle-bin/
Date: Sat,  2 Apr 2022 18:01:11 +0000 (UTC)	[thread overview]
Message-ID: <1648922268.b256478f5711d88554cc359c187be234a6cb50c9.flow@gentoo> (raw)

commit:     b256478f5711d88554cc359c187be234a6cb50c9
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 17:57:48 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 17:57:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b256478f

dev-java/gradle-bin: add 7.4.2

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-java/gradle-bin/Manifest                |  1 +
 dev-java/gradle-bin/gradle-bin-7.4.2.ebuild | 61 +++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

diff --git a/dev-java/gradle-bin/Manifest b/dev-java/gradle-bin/Manifest
index 01da2eb2d5b9..128938cdb76a 100644
--- a/dev-java/gradle-bin/Manifest
+++ b/dev-java/gradle-bin/Manifest
@@ -3,4 +3,5 @@ DIST gradle-bin-7.1.1.zip 154838841 BLAKE2B 0a0ad08101f0c5fa7c0cb2a4c9ad6e53320c
 DIST gradle-bin-7.2.zip 157058280 BLAKE2B 918213df58ac2afbd075c74588f60676cd7dc99030834828138c621348ac1abd368e0b54c2f6937cbfc9533e55e310b46cf841c92dcb1039b898c6f456032d38 SHA512 6ccc79f08afdc20b3d5abf876c3cabb69114d1ab4285cdb77158cd8c5e09207589edefb6c79f2bcffe4629a38c6b9e2f473de42dab29a24310965bc5816b907d
 DIST gradle-bin-7.3.3.zip 158875257 BLAKE2B 94f86e06da3eae4a9522d35a28577d033d64ce1bc2f36d0f5c1992e9b92ec311d25bd98bbeaf4b8a9869f22d93e14c88952e12166e436a0a6c206541d1f967aa SHA512 03f2bdd77202788cd43bb3e3a6390340f4d083d69ade5a53e0163204fb85307f5bbbbf4e04077c6ae558bc36ab3c478674f941079bc14a8344f55631fbba1490
 DIST gradle-bin-7.4.1.zip 159312495 BLAKE2B 591ab6af118d8fac7d0ead1a040ed4e69b8f84d18807fc4fb88778a58917a31d2111f2c140f7d723523a2411b6e57e7682ba94bd9043c948bafb1de7c2c066ff SHA512 bd2bc3570537e0878186a81eecee2c8578b2f7ea76a23b1f49de9cd0e70529a591f42c2d1433f29eddfab87f25d986a6c48b52e66396653153f20785f39aa977
+DIST gradle-bin-7.4.2.zip 159315974 BLAKE2B c7c8dbe82d22dec699d1997a781f3a66110c9910dfe67df2304c48cead96c130ca072550b8c5fa2362744cd2ea3c9723c45a6ecf6e0737fe3c9b7e286b44f4ae SHA512 2e1d05486baa9661d5c8ffead2df87874a66f6cfc958ee6840432b89d221d8b0af9e3cad3675766f5413d12aa61c5b5fb0dd82f4164e5da3022865eba9ceadbf
 DIST gradle-bin-7.4.zip 159248291 BLAKE2B db9dde35d0c285afb8b30d08ee1a509660d7bf169530d734b1bffd0dbf22fec0360b12a78588e5f8b6180669678868f86e73950bf9bfd110ac1f24a73b3d2549 SHA512 9742efccd6539325f6cb3929f794afaf8f55763b9a09cccea8d6a84c55b8e0bf350ddf10d59e9a5271b9320719ade57e2e4c0b9bac5faf0afcb0304c75728cc9

diff --git a/dev-java/gradle-bin/gradle-bin-7.4.2.ebuild b/dev-java/gradle-bin/gradle-bin-7.4.2.ebuild
new file mode 100644
index 000000000000..bec8bc49d5c4
--- /dev/null
+++ b/dev-java/gradle-bin/gradle-bin-7.4.2.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+IUSE="doc"
+JAVA_PKG_IUSE="source"
+
+inherit java-pkg-2
+
+MY_PN=${PN%%-bin}
+MY_P="${MY_PN}-${PV/_rc/-rc-}"
+
+DESCRIPTION="A project automation and build tool with a Groovy based DSL"
+SRC_URI="https://services.gradle.org/distributions/${MY_P}-all.zip -> ${P}.zip"
+HOMEPAGE="https://www.gradle.org/"
+
+LICENSE="Apache-2.0"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="app-eselect/eselect-gradle"
+BDEPEND="app-arch/unzip"
+RDEPEND="
+	${DEPEND}
+	>=virtual/jre-1.8:*
+"
+
+S="${WORKDIR}/${MY_P}"
+
+src_compile() {
+	:
+}
+
+src_install() {
+	local gradle_dir="/usr/share/${PN}-${SLOT}"
+
+	if use source; then
+		java-pkg_dosrc src
+	fi
+
+	docinto html
+	dodoc -r docs/release-notes.html
+	if use doc; then
+		dodoc -r docs/{dsl,userguide}
+		java-pkg_dojavadoc docs/javadoc
+	fi
+
+	insinto "${gradle_dir}"
+	doins -r bin/ lib/
+	fperms 755 "${gradle_dir}/bin/gradle"
+	dosym "${gradle_dir}/bin/gradle" "/usr/bin/${PN}-${SLOT}"
+}
+
+pkg_postinst() {
+	eselect gradle update ifunset
+}
+
+pkg_postrm() {
+	eselect gradle update ifunset
+}


             reply	other threads:[~2022-04-02 18:01 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-02 18:01 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-24  8:12 [gentoo-commits] repo/gentoo:master commit in: dev-java/gradle-bin/ Florian Schmaus
2024-09-24  8:12 Florian Schmaus
2024-08-22  9:51 Florian Schmaus
2024-05-26 23:02 Sam James
2024-04-09 14:26 Florian Schmaus
2024-02-29 22:17 Sam James
2024-01-07  9:16 Florian Schmaus
2024-01-07  9:16 Florian Schmaus
2024-01-07  9:16 Florian Schmaus
2024-01-07  9:16 Florian Schmaus
2023-10-22 10:28 Florian Schmaus
2023-10-22 10:28 Florian Schmaus
2023-09-11  8:32 Florian Schmaus
2023-09-11  8:32 Florian Schmaus
2023-09-11  8:32 Florian Schmaus
2023-07-17 20:05 Florian Schmaus
2023-07-01 17:28 Florian Schmaus
2023-06-28 16:32 Sam James
2023-06-28 13:54 Sam James
2023-05-29  7:19 Florian Schmaus
2023-05-29  7:18 Florian Schmaus
2023-04-16  5:26 Sam James
2023-04-16  5:26 Sam James
2023-03-24  6:13 Sam James
2023-03-24  6:13 Sam James
2023-03-16 11:47 Florian Schmaus
2023-02-26 20:23 Florian Schmaus
2023-02-20 12:08 Florian Schmaus
2023-02-20 12:08 Florian Schmaus
2023-02-14 11:47 Florian Schmaus
2023-01-08 10:25 Florian Schmaus
2022-11-26 12:48 Florian Schmaus
2022-11-17  9:14 Florian Schmaus
2022-09-30 10:26 Florian Schmaus
2022-09-30 10:26 Florian Schmaus
2022-09-30 10:24 Florian Schmaus
2022-09-30 10:24 Florian Schmaus
2022-08-28 12:27 Florian Schmaus
2022-08-23 19:09 Florian Schmaus
2022-07-22 16:31 Florian Schmaus
2022-05-13 20:45 Florian Schmaus
2022-05-07 10:56 Jakov Smolić
2022-05-07 10:56 Jakov Smolić
2022-04-02 18:01 Florian Schmaus
2022-03-15 18:59 Florian Schmaus
2022-03-15 10:11 Jakov Smolić
2022-03-15  9:59 Jakov Smolić
2022-02-20  9:11 Florian Schmaus
2022-02-20  9:11 Florian Schmaus
2022-02-12 15:02 Florian Schmaus
2021-12-22 16:04 Florian Schmaus
2021-12-16  8:35 Florian Schmaus
2021-12-16  8:35 Florian Schmaus
2021-12-12  9:36 Florian Schmaus
2021-12-12  9:36 Florian Schmaus
2021-11-18  8:38 Florian Schmaus
2021-08-25  9:07 Florian Schmaus
2021-07-05 13:44 Florian Schmaus
2021-06-25 10:40 Florian Schmaus
2021-06-23 14:20 Sam James
2021-01-18 20:14 Fabian Groffen
2020-07-18  0:01 Sam James
2020-04-30 23:38 James Le Cuirot
2019-02-23 19:53 Patrice Clement
2017-05-03 13:42 Tony Vroon
2017-02-01 14:42 Tony Vroon
2017-01-24 11:57 Tony Vroon

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=1648922268.b256478f5711d88554cc359c187be234a6cb50c9.flow@gentoo \
    --to=flow@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