From: "Florian Schmaus" <flo@geekplace.eu>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/java:master commit in: dev-java/gradle-bin/
Date: Tue, 10 Jan 2017 15:02:32 +0000 (UTC) [thread overview]
Message-ID: <1484060547.3430a965b79f856344c5fc7e2cf545ab59b0c9fd.flow@gentoo> (raw)
commit: 3430a965b79f856344c5fc7e2cf545ab59b0c9fd
Author: Florian Schmaus <flo <AT> geekplace <DOT> eu>
AuthorDate: Tue Jan 10 15:02:27 2017 +0000
Commit: Florian Schmaus <flo <AT> geekplace <DOT> eu>
CommitDate: Tue Jan 10 15:02:27 2017 +0000
URL: https://gitweb.gentoo.org/proj/java.git/commit/?id=3430a965
dev-java/gradle-bin: Add dev-java/gradle-bin-3.3
Package-Manager: portage-2.3.0
dev-java/gradle-bin/Manifest | 1 +
dev-java/gradle-bin/gradle-bin-3.3.ebuild | 61 +++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+)
diff --git a/dev-java/gradle-bin/Manifest b/dev-java/gradle-bin/Manifest
index efec6a8..2d6ff64 100644
--- a/dev-java/gradle-bin/Manifest
+++ b/dev-java/gradle-bin/Manifest
@@ -14,3 +14,4 @@ DIST gradle-2.7-all.zip 65866593 SHA256 2ba0aaa11a3e96ec0af31d532d808e1f09cc6dca
DIST gradle-2.8-all.zip 66378720 SHA256 65f3880dcb5f728b9d198b14d7f0a678d35ecd33668efc219815a9b4713848be SHA512 94ed03c08748688aa54ed48c4c634d97a7909c2f479d82508d736cbf0f4cf44da7d17922643abe275d4602d6e73fabb3aa5a95dc907bd98910f70675433464e7 WHIRLPOOL de9c9014000915aef9fde5e4a7143847fbc72df3cc409db4044ce4c37ec0f1d7cd035528ccf178018d551588a7c09d64f64d7033fe3ce490e98df881b9f92014
DIST gradle-2.9-all.zip 66616757 SHA256 4647967f8de78d6d6d8093cdac50f368f8c2b8038f41a5afe1c3bce4c69219a9 SHA512 c73218fa822971afe148ffdb79c5b05fe86f3ba894b3c9c6c0b3c31d4ac5a51e948fa80c4a42e77c96a3e657c316cd2c213ef5d92147e233b46fa94a1f584234 WHIRLPOOL ba72cdc1362bdd950425eb00f8ef7842f4dd6c567d4a94a44ae63c62cef61ea44d3a14db2674fd58084748ca4c273a74dd6df7fffe3fad9b2798081747ea9b8a
DIST gradle-3.1-all.zip 88979389 SHA256 43be380834a13e28e9504c21f67fe1a8895ab54f314a6596601896dca7213482 SHA512 d98061443f7c5bdd161a75a49efcc3cb0a46847e5d341a3116d44c1379dc5bb35ef4a75a1043649a9ed836d355c0ccd50a15638e5283bea66c37b95968051aa8 WHIRLPOOL 25030e07201c4b5966576ad9d899248ca35c2eb256626de19bd37ceacb9dc2dec8ef6634b9ec52b176c8bf09c6d0cdb66e5d18430a9fbec81cfd7497d4dd522a
+DIST gradle-3.3-all.zip 91388147 SHA256 71a787faed83c4ef21e8464cc8452b941b5fcd575043aa29d39d15d879be89f7 SHA512 4b852eaf4030c780516fe9214c289e49fc93fc62672da70b7fd6bbbcd128e6912dd196195ce32570984503ea53b48593a41fbf4ec69b0f18b5e32c2fe9e556b3 WHIRLPOOL d2058d046137b507aecae0ac8ebdc719dc1e1c253162be1975ff9daaca04178398b7621c142ed467a8608bf99d952c1046306aeb3b96626bf70899d7213ba91b
diff --git a/dev-java/gradle-bin/gradle-bin-3.3.ebuild b/dev-java/gradle-bin/gradle-bin-3.3.ebuild
new file mode 100644
index 0000000..c3b8a5f
--- /dev/null
+++ b/dev-java/gradle-bin/gradle-bin-3.3.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+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
+ app-eselect/eselect-gradle"
+RDEPEND=">=virtual/jdk-1.6"
+
+IUSE="source doc examples"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+ local gradle_dir="${EROOT}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/${P}"
+}
+
+pkg_postinst() {
+ eselect gradle update ifunset
+}
+
+pkg_postrm() {
+ eselect gradle update ifunset
+}
next reply other threads:[~2017-01-10 15:02 UTC|newest]
Thread overview: 67+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-10 15:02 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-09 7:27 [gentoo-commits] proj/java:master commit in: dev-java/gradle-bin/ Florian Schmaus
2024-06-19 8:18 Florian Schmaus
2024-01-17 13:21 Florian Schmaus
2024-01-07 9:16 Florian Schmaus
2024-01-07 9:16 Florian Schmaus
2021-06-25 10:43 Florian Schmaus
2021-06-25 6:23 Florian Schmaus
2021-06-15 10:56 Florian Schmaus
2021-04-12 12:28 Florian Schmaus
2021-04-12 12:28 Florian Schmaus
2021-03-25 10:43 Florian Schmaus
2021-03-25 10:43 Florian Schmaus
2021-02-09 19:01 Florian Schmaus
2020-12-06 18:14 Florian Schmaus
2020-10-27 9:31 Florian Schmaus
2020-09-20 12:09 Florian Schmaus
2020-09-17 12:27 Florian Schmaus
2020-06-07 19:32 Florian Schmaus
2020-06-07 19:32 Florian Schmaus
2020-05-19 10:37 Florian Schmaus
2020-04-24 8:08 Florian Schmaus
2020-03-09 12:59 Florian Schmaus
2020-03-01 19:27 Florian Schmaus
2020-02-24 12:57 Florian Schmaus
2020-02-23 18:43 Florian Schmaus
2020-02-23 16:27 Florian Schmaus
2020-02-23 16:24 Florian Schmaus
2020-01-07 14:00 Florian Schmaus
2019-09-15 14:37 Florian Schmaus
2019-09-14 14:06 Florian Schmaus
2019-07-17 15:44 Florian Schmaus
2019-05-17 10:37 Florian Schmaus
2019-02-23 23:51 Florian Schmaus
2019-02-04 10:24 Florian Schmaus
2019-01-06 17:46 Florian Schmaus
2019-01-06 17:46 Florian Schmaus
2018-09-29 15:44 Florian Schmaus
2018-08-07 8:04 Florian Schmaus
2018-08-07 7:50 Florian Schmaus
2018-06-20 17:22 Florian Schmaus
2018-05-15 7:48 Florian Schmaus
2018-03-10 10:01 Florian Schmaus
2017-12-27 15:16 Florian Schmaus
2017-11-22 14:43 Florian Schmaus
2017-11-22 14:43 Florian Schmaus
2017-10-15 13:38 Florian Schmaus
2017-07-02 10:19 Florian Schmaus
2017-05-18 13:51 Florian Schmaus
2017-04-25 15:41 Florian Schmaus
2017-04-25 15:41 Florian Schmaus
2016-10-05 19:54 James Le Cuirot
2016-08-29 21:54 James Le Cuirot
2016-08-29 21:54 James Le Cuirot
2016-05-17 20:45 James Le Cuirot
2016-04-01 6:20 Florian Schmaus
2016-02-10 9:07 Florian Schmaus
2016-02-08 21:38 Florian Schmaus
2016-01-23 10:43 Florian Schmaus
2015-12-15 10:02 Florian Schmaus
2015-11-15 21:40 Florian Schmaus
2015-10-21 15:49 Florian Schmaus
2015-09-21 19:47 Florian Schmaus
2015-09-13 15:24 Florian Schmaus
2015-07-11 13:16 Florian Schmaus
2015-04-15 10:00 James Le Cuirot
2015-02-24 16:50 Florian Schmaus
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=1484060547.3430a965b79f856344c5fc7e2cf545ab59b0c9fd.flow@gentoo \
--to=flo@geekplace.eu \
--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