From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/mill-bin/
Date: Tue, 21 Mar 2023 11:15:36 +0000 (UTC) [thread overview]
Message-ID: <1679397332.f90dc0622ad7be34335df7e8deedaf2815e5e1a8.flow@gentoo> (raw)
commit: f90dc0622ad7be34335df7e8deedaf2815e5e1a8
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 11:15:13 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 11:15:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f90dc062
dev-java/mill-bin: add 0.10.12
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-java/mill-bin/Manifest | 1 +
dev-java/mill-bin/mill-bin-0.10.12.ebuild | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-java/mill-bin/Manifest b/dev-java/mill-bin/Manifest
index 783f60960e5e..1f2d424b3abb 100644
--- a/dev-java/mill-bin/Manifest
+++ b/dev-java/mill-bin/Manifest
@@ -1,3 +1,4 @@
DIST mill-bin-0.10.10 71059080 BLAKE2B acca082500d69ad87031dda36df363db38a5559188abc5eeea07b928892812063761566d4b909b3176e8a8a1d434540aafebfea0a46f368216c8273543817b34 SHA512 8bd4b3f86d6c85a15ee62c4ab3640d40f0e08232e1954a246915efa4f98f6cc78938cf042180f401daa1a40dad5ba98d7e3a2c4ecf2af6f0d27a3158157b2e0a
DIST mill-bin-0.10.11 71060980 BLAKE2B 05e0969685a3f2eef84709c8fca97c5b902db46ec2afdeca435a68ac24f99c3b674ed47227d2a13665de38c99b841bfaaf90eeb59577fe7337befbe5363b233e SHA512 bbe63bf68f3cb4c5bf8f4dde2441b10337ee72645e388942dd8d2ea69e16b54c10bfc85a89047ddffbc76a623dd6886c4553be25b2accb97bd69aeb0a03650bc
+DIST mill-bin-0.10.12 72992251 BLAKE2B 9ca6bddcc1e2bc013f1eb6fe60b7b844fa1f7ec0ba53afcabfceb1d3631d754de56167dda650859031c834d95b0a2bd2c6e8776116de6327c990efa23ea1db63 SHA512 4b4db9fe2f84ad5ecea7e00291fc3ac75b543ee48f517fadc2ed8d1671759e5f3a7af51f417f0912d28eddc92ab8e747a749c3f1a48ba691ba3f93fc3a09e54f
DIST mill-bin-0.10.9 71023828 BLAKE2B 6cd71ad3a293b92957b504b850110103290f0017416c370f6de172247e96a42daffe94f7460325bff89b3136e3890eddb0ff7857418a0166327684e785a8e956 SHA512 494ad57e036180a285e44ff24ab8a7070b1b444e4267eb9ea76823f3717db4ca7bcab17013932764ed04fd7127272d87fef08cb59bc43ae257a76fdd715581e9
diff --git a/dev-java/mill-bin/mill-bin-0.10.12.ebuild b/dev-java/mill-bin/mill-bin-0.10.12.ebuild
new file mode 100644
index 000000000000..9a8976de48b3
--- /dev/null
+++ b/dev-java/mill-bin/mill-bin-0.10.12.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 -> ${P}"
+KEYWORDS="~amd64 ~x86"
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND=">=virtual/jre-1.8:*"
+
+S="${WORKDIR}"
+
+src_unpack() {
+ :
+}
+
+src_install() {
+ newbin "${DISTDIR}"/${P} ${MY_PN}
+}
next reply other threads:[~2023-03-21 11:15 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-21 11:15 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-24 11:00 [gentoo-commits] repo/gentoo:master commit in: dev-java/mill-bin/ Florian Schmaus
2024-12-04 11:04 Florian Schmaus
2024-10-31 18:39 Florian Schmaus
2024-10-24 10:42 Florian Schmaus
2024-10-24 10:42 Florian Schmaus
2024-10-17 8:32 Florian Schmaus
2024-08-22 9:51 Florian Schmaus
2024-08-22 9:33 Florian Schmaus
2024-08-22 9:33 Florian Schmaus
2024-03-07 10:25 Florian Schmaus
2024-03-07 10:25 Florian Schmaus
2024-03-07 10:25 Florian Schmaus
2024-01-09 15:52 Florian Schmaus
2023-11-03 9:47 Florian Schmaus
2023-11-03 9:47 Florian Schmaus
2023-10-22 10:28 Florian Schmaus
2023-10-22 10:28 Florian Schmaus
2023-10-22 10:11 Florian Schmaus
2023-09-21 14:21 Florian Schmaus
2023-09-18 9:34 Florian Schmaus
2023-09-11 7:43 Florian Schmaus
2023-07-29 14:05 Florian Schmaus
2023-06-25 15:58 Florian Schmaus
2023-05-04 6:55 Florian Schmaus
2023-05-04 6:55 Florian Schmaus
2023-03-31 10:28 Florian Schmaus
2023-03-21 11:15 Florian Schmaus
2023-01-25 13:15 Florian Schmaus
2023-01-08 10:25 Florian Schmaus
2022-12-16 16:56 Florian Schmaus
2022-12-07 17:12 Florian Schmaus
2022-11-26 12:49 Florian Schmaus
2022-11-26 12:49 Florian Schmaus
2022-11-11 18:57 Florian Schmaus
2022-10-20 11:11 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-25 12:41 Florian Schmaus
2022-07-04 14:05 Florian Schmaus
2022-06-13 9:04 Florian Schmaus
2022-06-13 9:04 Florian Schmaus
2022-05-15 19:29 Florian Schmaus
2022-05-15 19:29 Florian Schmaus
2022-05-12 17:01 Florian Schmaus
2022-05-12 17:01 Florian Schmaus
2022-05-12 17:01 Florian Schmaus
2022-04-13 14:27 Florian Schmaus
2022-03-23 11:40 Florian Schmaus
2022-03-23 11:40 Florian Schmaus
2022-03-15 18:59 Florian Schmaus
2022-03-15 18:59 Florian Schmaus
2022-02-20 9:11 Florian Schmaus
2022-01-16 8:02 Florian Schmaus
2022-01-07 8:51 Florian Schmaus
2021-12-22 16:04 Florian Schmaus
2021-11-18 8:38 Florian Schmaus
2021-10-27 6:16 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=1679397332.f90dc0622ad7be34335df7e8deedaf2815e5e1a8.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