From: "Tony Vroon" <chainsaw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/gradle-bin/
Date: Wed, 3 May 2017 13:42:22 +0000 (UTC) [thread overview]
Message-ID: <1493818936.991f8059ae37a09104c2deaf5f748a2cdcf73177.chainsaw@gentoo> (raw)
commit: 991f8059ae37a09104c2deaf5f748a2cdcf73177
Author: Tony Vroon <chainsaw <AT> gentoo <DOT> org>
AuthorDate: Wed May 3 13:41:58 2017 +0000
Commit: Tony Vroon <chainsaw <AT> gentoo <DOT> org>
CommitDate: Wed May 3 13:42:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=991f8059
dev-java/gradle-bin: Version bump to 3.4.1 as requested by Michael "xmw" Weber in bug #612176
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-java/gradle-bin/Manifest | 1 +
dev-java/gradle-bin/gradle-bin-3.4.1.ebuild | 51 +++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/dev-java/gradle-bin/Manifest b/dev-java/gradle-bin/Manifest
index 2e6cfe34ee5..4395e5f6f6a 100644
--- a/dev-java/gradle-bin/Manifest
+++ b/dev-java/gradle-bin/Manifest
@@ -1 +1,2 @@
DIST gradle-3.3-all.zip 91388147 SHA256 71a787faed83c4ef21e8464cc8452b941b5fcd575043aa29d39d15d879be89f7 SHA512 4b852eaf4030c780516fe9214c289e49fc93fc62672da70b7fd6bbbcd128e6912dd196195ce32570984503ea53b48593a41fbf4ec69b0f18b5e32c2fe9e556b3 WHIRLPOOL d2058d046137b507aecae0ac8ebdc719dc1e1c253162be1975ff9daaca04178398b7621c142ed467a8608bf99d952c1046306aeb3b96626bf70899d7213ba91b
+DIST gradle-3.4.1-all.zip 91604607 SHA256 ed7e9c8bb41bd10d4c9339c95b2f8b122f5bf13188bd90504a26e0f00b123b0d SHA512 bdaabf747e60ae1cf2c9fedb0730a2e3deb914609db05ffc7e4cbd5402bc44e84d2c98154f14fdd7f944c2f49eb5dead0f44c119ac5a16bd7491c3369d784f5c WHIRLPOOL b2796d07b6d7f290bde18f46b36348fa6079d42647775e1d6c448c5ebfbb16fc38954da7083f1ce15d2beb7677308e783e4610d4c841e5dbfb49bff620126b24
diff --git a/dev-java/gradle-bin/gradle-bin-3.4.1.ebuild b/dev-java/gradle-bin/gradle-bin-3.4.1.ebuild
new file mode 100644
index 00000000000..c72fd357956
--- /dev/null
+++ b/dev-java/gradle-bin/gradle-bin-3.4.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+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="http://services.gradle.org/distributions/${MY_P}-all.zip"
+HOMEPAGE="http://www.gradle.org/"
+LICENSE="Apache-2.0"
+SLOT="${PV}"
+KEYWORDS="~x86 ~amd64"
+
+DEPEND="app-arch/zip"
+RDEPEND=">=virtual/jdk-1.6"
+
+IUSE="source doc examples"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+ local gradle_dir="${EPREFIX}/usr/share/${PN}-${SLOT}"
+
+ dodoc docs/release-notes.html getting-started.html
+
+ insinto "${gradle_dir}"
+
+ # source
+ if use source ; then
+ java-pkg_dosrc src/*
+ fi
+
+ # docs
+ if use doc ; then
+ java-pkg_dojavadoc docs/javadoc
+ fi
+
+ # examples
+ if use examples ; then
+ java-pkg_doexamples samples
+ fi
+
+ insinto "${gradle_dir}"
+ doins -r bin/ lib/
+ fperms 755 "${gradle_dir}/bin/gradle"
+ dosym "${gradle_dir}/bin/gradle" "/usr/bin/${MY_PN}-${SLOT}"
+}
next reply other threads:[~2017-05-03 13:42 UTC|newest]
Thread overview: 83+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-03 13:42 Tony Vroon [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-04 8:09 [gentoo-commits] repo/gentoo:master commit in: dev-java/gradle-bin/ Florian Schmaus
2025-08-28 13:09 Florian Schmaus
2025-08-28 13:01 Florian Schmaus
2025-08-28 13:01 Florian Schmaus
2025-08-28 13:01 Florian Schmaus
2025-06-21 7:07 Florian Schmaus
2025-05-24 14:50 Florian Schmaus
2025-04-03 7:16 Florian Schmaus
2025-02-04 17:33 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-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-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=1493818936.991f8059ae37a09104c2deaf5f748a2cdcf73177.chainsaw@gentoo \
--to=chainsaw@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