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: Mon, 20 Feb 2023 12:08:42 +0000 (UTC)	[thread overview]
Message-ID: <1676894917.3646bf14c0cf778fc8fdedc264b76733866e85d5.flow@gentoo> (raw)

commit:     3646bf14c0cf778fc8fdedc264b76733866e85d5
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 12:08:23 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 12:08:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3646bf14

dev-java/gradle-bin: drop 8.0

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

 dev-java/gradle-bin/Manifest              |  1 -
 dev-java/gradle-bin/gradle-bin-8.0.ebuild | 61 -------------------------------
 2 files changed, 62 deletions(-)

diff --git a/dev-java/gradle-bin/Manifest b/dev-java/gradle-bin/Manifest
index 95b84bc3b892..3517eba86a3c 100644
--- a/dev-java/gradle-bin/Manifest
+++ b/dev-java/gradle-bin/Manifest
@@ -6,4 +6,3 @@ DIST gradle-bin-7.4.2.zip 159315974 BLAKE2B c7c8dbe82d22dec699d1997a781f3a66110c
 DIST gradle-bin-7.5.1.zip 166101707 BLAKE2B e018f8ae0e4cbe1fff2e3fb3029ef4c3f35e1bf541ce75f22561e16c43d8501c2f2501db72081656a836ab1c3358020dbf0be3499e7c16b385d9940c852c62ae SHA512 89189d529df1258a01ad2e6c38b1374dfb3a1440706c1c7f27ace89b6fd5b6849f9809f209e3e410f226aeeb9348d144de70397ac94b4e59fd311a2b0dee0dc9
 DIST gradle-bin-7.6.zip 165398808 BLAKE2B e9ffb8157184a4977f72a5267501ad3bf7201ad77216b64cc99e9c54e4c4787a0c26ca94302cc507ca747dd4c073bfdf8e9ae931b1b329d6d7df339e26d665a5 SHA512 5c5b9ade91898ec2fe142ff98dc7ae681a9f3b923ce40998a731cb84fdfcdbde6510cc9da026a9359526569e37472b06c1a6bc5a2794d2af5e9d6f1d13a21ac8
 DIST gradle-bin-8.0.1.zip 167663052 BLAKE2B e1d08ea2b78c86c4b1e7676856b0311cda7dabb79458193a15cc082317f7f63d194eef5044bc91bd971d1c831976a95bb69569b210fa42ecf708fe99ea2d4634 SHA512 148453411eb554c7606bc200491952c77b4cdd170d9306bc634e1c32e99b52142cb20cfec7d7ed899bc21098a15a45b255d6ea238d432d529a6270f84d2887c5
-DIST gradle-bin-8.0.zip 167597373 BLAKE2B 68c66d6f9372986db97b5ba206d7019a304fabd9fe56189540cc041e3b808b16442c69e4d430bfae3299625b533953a223df4c7b7533d70f8e3508c65643386a SHA512 5c1260aacff4999ffac9061110b50703793f44d31517b9e836396ca682d19e6eb7dd2b117a96c9e839f5ad25c8f3122809e19ce440540e72322afe0a8fccca50

diff --git a/dev-java/gradle-bin/gradle-bin-8.0.ebuild b/dev-java/gradle-bin/gradle-bin-8.0.ebuild
deleted file mode 100644
index 6fceca3ae5c8..000000000000
--- a/dev-java/gradle-bin/gradle-bin-8.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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:[~2023-02-20 12:08 UTC|newest]

Thread overview: 75+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-20 12:08 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-04 17:33 [gentoo-commits] repo/gentoo:master commit in: dev-java/gradle-bin/ Florian Schmaus
2025-01-29  8:38 Florian Schmaus
2025-01-02 20:30 Florian Schmaus
2025-01-02 20:30 Florian Schmaus
2025-01-02 20:30 Florian Schmaus
2024-10-24 10:42 Florian Schmaus
2024-10-24 10:42 Florian Schmaus
2024-09-24  8:12 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-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-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=1676894917.3646bf14c0cf778fc8fdedc264b76733866e85d5.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