summaryrefslogtreecommitdiff
path: root/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.5.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.5.0.ebuild')
-rw-r--r--dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.5.0.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.5.0.ebuild b/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.5.0.ebuild
deleted file mode 100644
index 35f7b5f9e334..000000000000
--- a/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.5.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-SCALA_VERSION="2.13"
-
-DESCRIPTION="Scala language-based scripting and REPL"
-HOMEPAGE="https://ammonite.io/"
-SRC_URI="https://github.com/lihaoyi/Ammonite/releases/download/${PV}/${SCALA_VERSION}-${PV} -> ammonite-${PV}"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-
-S="${WORKDIR}"
-
-RDEPEND=">=virtual/jre-1.8:*"
-
-src_install() {
- newbin "${DISTDIR}/ammonite-${PV}" amm
-}