summaryrefslogtreecommitdiff
path: root/dev-java/mill-bin/mill-bin-0.10.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/mill-bin/mill-bin-0.10.4.ebuild')
-rw-r--r--dev-java/mill-bin/mill-bin-0.10.4.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-java/mill-bin/mill-bin-0.10.4.ebuild b/dev-java/mill-bin/mill-bin-0.10.4.ebuild
deleted file mode 100644
index 4b4375e44bc5..000000000000
--- a/dev-java/mill-bin/mill-bin-0.10.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 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}
-}