public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flo@geekplace.eu>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-java/mill-bin/
Date: Fri, 28 May 2021 21:33:32 +0000 (UTC)	[thread overview]
Message-ID: <1622237539.0d07d32fc5be15e580344d90f198f393a6d2a73f.flow@gentoo> (raw)

commit:     0d07d32fc5be15e580344d90f198f393a6d2a73f
Author:     Florian Schmaus <flo <AT> geekplace <DOT> eu>
AuthorDate: Fri May 28 21:32:19 2021 +0000
Commit:     Florian Schmaus <flo <AT> geekplace <DOT> eu>
CommitDate: Fri May 28 21:32:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0d07d32f

dev-java/mill-bin: initial import

Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu>

 dev-java/mill-bin/Manifest              |  1 +
 dev-java/mill-bin/metadata.xml          |  8 ++++++++
 dev-java/mill-bin/mill-bin-0.9.7.ebuild | 23 +++++++++++++++++++++++
 3 files changed, 32 insertions(+)

diff --git a/dev-java/mill-bin/Manifest b/dev-java/mill-bin/Manifest
new file mode 100644
index 000000000..656b39c61
--- /dev/null
+++ b/dev-java/mill-bin/Manifest
@@ -0,0 +1 @@
+DIST 0.9.7-assembly 62560866 BLAKE2B d835307d1bc872943a7ca2c62b52b562287f608b1578f33375c85086491f90d9e7a46da59882ad5bf4de6ba682ba2737a4a543e9a1c53543fe2d7eaafd687c46 SHA512 cf399209222e08e7aad5f39c36a64db4ab8ce055e50763561fae6867908640fa1b7704a41625719dbd2f19cae5f17937bda1f6338be038038beb5f8ca150b011

diff --git a/dev-java/mill-bin/metadata.xml b/dev-java/mill-bin/metadata.xml
new file mode 100644
index 000000000..bdf5f6f4f
--- /dev/null
+++ b/dev-java/mill-bin/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type='person'>
+		<email>flo@geekplace.eu</email>
+		<name>Florian Schmaus</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/dev-java/mill-bin/mill-bin-0.9.7.ebuild b/dev-java/mill-bin/mill-bin-0.9.7.ebuild
new file mode 100644
index 000000000..0980ada5b
--- /dev/null
+++ b/dev-java/mill-bin/mill-bin-0.9.7.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"
+
+S="${WORKDIR}"
+
+src_install() {
+	newbin "${DISTDIR}/${PV}-assembly" ${MY_PN}
+}


             reply	other threads:[~2021-05-28 21:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-28 21:33 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-01  7:54 [gentoo-commits] repo/proj/guru:dev commit in: dev-java/mill-bin/ Florian Schmaus
2021-06-24 10:29 Florian Schmaus
2021-08-07 17:48 Florian Schmaus
2021-10-27  6:18 [gentoo-commits] repo/proj/guru:master " Florian Schmaus
2021-10-27  6:18 ` [gentoo-commits] repo/proj/guru:dev " 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=1622237539.0d07d32fc5be15e580344d90f198f393a6d2a73f.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