From: "Florian Schmaus" <flow@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-java/mill-bin/ Date: Sat, 7 Aug 2021 17:48:05 +0000 (UTC) [thread overview] Message-ID: <1628358402.4d038548ddcf227d8ade810d238de866cac9b9c2.flow@gentoo> (raw) commit: 4d038548ddcf227d8ade810d238de866cac9b9c2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Sat Aug 7 17:45:20 2021 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Sat Aug 7 17:46:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d038548 dev-java/mill-bin: add 0.9.9 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> dev-java/mill-bin/Manifest | 1 + dev-java/mill-bin/mill-bin-0.9.9.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-java/mill-bin/Manifest b/dev-java/mill-bin/Manifest index 77bed4a70..cc60179b9 100644 --- a/dev-java/mill-bin/Manifest +++ b/dev-java/mill-bin/Manifest @@ -1 +1,2 @@ DIST 0.9.8-assembly 63242123 BLAKE2B 851bc6dafe6a9564d7a760736cdc9f9641dc58582ddd215651249a8d1f7664e3f8f034ae6d03fcc801477d85ea87350ce25de1157c521de938ba47214e84568d SHA512 1afb93740df0945df9b7119a3cac1845591b677137fc1f1e215354d19d142c4a92293552590402d78b7337818059fedb21ba5be4d8309df6633c253b5b6378af +DIST 0.9.9-assembly 63255731 BLAKE2B ae4112a087b5aa6205a87fbef690820b4fde0d72962bb65d479bcdb666cf839df180935674947d53e81711377f0a8bd81bda5cdd8341027c9a2bd3bbc1869a3f SHA512 b7589c36a0607602150378c94c5cb6aba56a70ebe73517c081fbd603ad948bbff5302c17d0cecaac32741452598643089350348474988c0ff973e4bf620a7b3c diff --git a/dev-java/mill-bin/mill-bin-0.9.9.ebuild b/dev-java/mill-bin/mill-bin-0.9.9.ebuild new file mode 100644 index 000000000..cc4d3cf04 --- /dev/null +++ b/dev-java/mill-bin/mill-bin-0.9.9.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PN=${PN%-bin} + +DESCRIPTION="A Java/Scala build tool" +HOMEPAGE="https://com-lihaoyi.github.io/mill/" +SRC_URI="https://github.com/com-lihaoyi/${MY_PN}/releases/download/${PV}/${PV}-assembly" +KEYWORDS="~amd64 ~x86" + +LICENSE="MIT" +SLOT="0" +IUSE="" + +RDEPEND=">=virtual/jre-1.8:*" + +S="${WORKDIR}" + +src_install() { + newbin "${DISTDIR}/${PV}-assembly" ${MY_PN} +}
WARNING: multiple messages have this Message-ID (diff)
From: "Florian Schmaus" <flow@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-java/mill-bin/ Date: Sat, 7 Aug 2021 17:48:01 +0000 (UTC) [thread overview] Message-ID: <1628358402.4d038548ddcf227d8ade810d238de866cac9b9c2.flow@gentoo> (raw) Message-ID: <20210807174801.DDvdlIrVJtMwKdgAl2WoOH-HrxxqjtIyKhOWjumWuKk@z> (raw) commit: 4d038548ddcf227d8ade810d238de866cac9b9c2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Sat Aug 7 17:45:20 2021 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Sat Aug 7 17:46:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d038548 dev-java/mill-bin: add 0.9.9 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> dev-java/mill-bin/Manifest | 1 + dev-java/mill-bin/mill-bin-0.9.9.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-java/mill-bin/Manifest b/dev-java/mill-bin/Manifest index 77bed4a70..cc60179b9 100644 --- a/dev-java/mill-bin/Manifest +++ b/dev-java/mill-bin/Manifest @@ -1 +1,2 @@ DIST 0.9.8-assembly 63242123 BLAKE2B 851bc6dafe6a9564d7a760736cdc9f9641dc58582ddd215651249a8d1f7664e3f8f034ae6d03fcc801477d85ea87350ce25de1157c521de938ba47214e84568d SHA512 1afb93740df0945df9b7119a3cac1845591b677137fc1f1e215354d19d142c4a92293552590402d78b7337818059fedb21ba5be4d8309df6633c253b5b6378af +DIST 0.9.9-assembly 63255731 BLAKE2B ae4112a087b5aa6205a87fbef690820b4fde0d72962bb65d479bcdb666cf839df180935674947d53e81711377f0a8bd81bda5cdd8341027c9a2bd3bbc1869a3f SHA512 b7589c36a0607602150378c94c5cb6aba56a70ebe73517c081fbd603ad948bbff5302c17d0cecaac32741452598643089350348474988c0ff973e4bf620a7b3c diff --git a/dev-java/mill-bin/mill-bin-0.9.9.ebuild b/dev-java/mill-bin/mill-bin-0.9.9.ebuild new file mode 100644 index 000000000..cc4d3cf04 --- /dev/null +++ b/dev-java/mill-bin/mill-bin-0.9.9.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PN=${PN%-bin} + +DESCRIPTION="A Java/Scala build tool" +HOMEPAGE="https://com-lihaoyi.github.io/mill/" +SRC_URI="https://github.com/com-lihaoyi/${MY_PN}/releases/download/${PV}/${PV}-assembly" +KEYWORDS="~amd64 ~x86" + +LICENSE="MIT" +SLOT="0" +IUSE="" + +RDEPEND=">=virtual/jre-1.8:*" + +S="${WORKDIR}" + +src_install() { + newbin "${DISTDIR}/${PV}-assembly" ${MY_PN} +}
next reply other threads:[~2021-08-07 17:48 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-08-07 17:48 Florian Schmaus [this message] 2021-08-07 17:48 ` [gentoo-commits] repo/proj/guru:master commit in: dev-java/mill-bin/ Florian Schmaus -- strict thread matches above, loose matches on Subject: below -- 2021-10-27 6:18 Florian Schmaus 2021-10-27 6:18 ` [gentoo-commits] repo/proj/guru:dev " Florian Schmaus 2021-06-24 10:29 Florian Schmaus 2021-06-01 7:54 Florian Schmaus 2021-05-28 21:33 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=1628358402.4d038548ddcf227d8ade810d238de866cac9b9c2.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: linkBe 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