public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/java:master commit in: dev-java/gradle/
Date: Tue, 11 Oct 2016 19:57:37 +0000 (UTC)	[thread overview]
Message-ID: <1476215812.9470f1d8c1efa1937c205666e877aed65a052b7f.chewi@gentoo> (raw)

commit:     9470f1d8c1efa1937c205666e877aed65a052b7f
Author:     tharvik <tharvik <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Tue Oct 11 11:56:38 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 19:56:52 2016 +0000
URL:        https://gitweb.gentoo.org/proj/java.git/commit/?id=9470f1d8

dev-java/gradle: allow network-sandbox to works

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/java-overlay/pull/40

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-java/gradle/Manifest          | 1 +
 dev-java/gradle/gradle-3.1.ebuild | 9 ++++++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/dev-java/gradle/Manifest b/dev-java/gradle/Manifest
index fa500f2..4bee18a 100644
--- a/dev-java/gradle/Manifest
+++ b/dev-java/gradle/Manifest
@@ -1 +1,2 @@
+DIST gradle-3.1-rc-1-bin.zip 68966616 SHA256 9d67811a2dee405c920e6bced2d687142e2378eb33c3af960bdbaef39bcb2485 SHA512 c7a093921db88d3147a4214a484cede06f1d436614b65ac43420a9a3615a61c01692d177cee2cf3f306226cc69e5866fef4a462e6bd8330a84fe1f363a4c424c WHIRLPOOL 62b207d3e06d866e988c72bb09f33ed1eee09d352f1f4647003b0d215e610754401ea4041ebe1ee391316abbeaaaf3ca7bacac3658c7524168c1c0969587eba2
 DIST gradle-3.1-src.zip 18372591 SHA256 94273588a8ecdedadcf842467e0e71c3b6e2ee7cb2818aa8bf840e44a8a56569 SHA512 fcbed86a2278c613dcf032e4110c53080dfc81561073447b821a37a98b44913c573fb006f6bc08d1e6cd82540b1ccae2167ec590eafa5f655ff8716d548dfad0 WHIRLPOOL 6cd5a79863a86b70730b2cf67ce4edd3ceb7b10d0a112302a5297e430bb5c294c7a970e3a28905a270bcfbd0d41d8dcc6c437c2482462420c98b8c92a8732c6b

diff --git a/dev-java/gradle/gradle-3.1.ebuild b/dev-java/gradle/gradle-3.1.ebuild
index 4d8ad0a..9ca71df 100644
--- a/dev-java/gradle/gradle-3.1.ebuild
+++ b/dev-java/gradle/gradle-3.1.ebuild
@@ -6,7 +6,10 @@ EAPI="6"
 inherit java-pkg-2
 
 DESCRIPTION="A project automation and build tool with a Groovy based DSL"
-SRC_URI="http://services.gradle.org/distributions/${P}-src.zip"
+SRC_URI="
+	http://services.gradle.org/distributions/${P}-src.zip
+	http://services.gradle.org/distributions/${P}-rc-1-bin.zip
+"
 HOMEPAGE="http://www.gradle.org/"
 LICENSE="Apache-2.0"
 SLOT="${PV}"
@@ -22,6 +25,10 @@ IUSE="doc"
 src_prepare() {
 	default
 	java-pkg-2_src_prepare
+
+	sed -i "s|https\\\\://services.gradle.org/distributions/|file://${DISTDIR}/|" \
+		gradle/wrapper/gradle-wrapper.properties \
+		|| die 'unable to edit source fetch'
 }
 
 src_compile() {


             reply	other threads:[~2016-10-11 19:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-11 19:57 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-30  7:25 [gentoo-commits] proj/java:master commit in: dev-java/gradle/ Florian Schmaus
2016-10-05 19:54 James Le Cuirot
2016-09-06 19:42 James Le Cuirot
2015-07-11 13:11 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=1476215812.9470f1d8c1efa1937c205666e877aed65a052b7f.chewi@gentoo \
    --to=chewi@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