From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/java:master commit in: app-eselect/eselect-gradle/
Date: Thu, 24 Jun 2021 17:54:12 +0000 (UTC) [thread overview]
Message-ID: <1624557246.17d27e70ba78f080f5105484b557b3a32633a3b7.flow@gentoo> (raw)
commit: 17d27e70ba78f080f5105484b557b3a32633a3b7
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 24 17:50:26 2021 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Jun 24 17:54:06 2021 +0000
URL: https://gitweb.gentoo.org/proj/java.git/commit/?id=17d27e70
app-eselect/eselect-gradle: add 9999
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
.../eselect-gradle/eselect-gradle-9999.ebuild | 26 ++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/app-eselect/eselect-gradle/eselect-gradle-9999.ebuild b/app-eselect/eselect-gradle/eselect-gradle-9999.ebuild
new file mode 100644
index 00000000..da7f8b8e
--- /dev/null
+++ b/app-eselect/eselect-gradle/eselect-gradle-9999.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Manage multiple Gradle versions on one system"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Java"
+
+if [[ ${PV} == "9999" ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://gitlab.com/Flow/${PN}.git"
+else
+ SRC_URI=""
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+RDEPEND="app-admin/eselect"
+
+src_install() {
+ insinto /usr/share/eselect/modules
+ doins gradle.eselect
+}
next reply other threads:[~2021-06-24 17:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-24 17:54 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-06-24 17:54 [gentoo-commits] proj/java:master commit in: app-eselect/eselect-gradle/ Florian Schmaus
2021-06-24 18:40 Florian Schmaus
2021-06-24 18:44 Florian Schmaus
2021-06-25 10:43 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=1624557246.17d27e70ba78f080f5105484b557b3a32633a3b7.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