commit: 0d4b5ca55e988f3121ae1a24fab2588d3659e537
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 11 16:32:27 2018 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Apr 11 16:32:27 2018 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0d4b5ca5
dev-lisp/abcl: Bumps to version 1.5.0. Drops old versions
dev-lisp/abcl/abcl-1.1.1.ebuild | 35 ----------------------
.../abcl/{abcl-1.3.1.ebuild => abcl-1.5.0.ebuild} | 4 +--
2 files changed, 2 insertions(+), 37 deletions(-)
diff --git a/dev-lisp/abcl/abcl-1.1.1.ebuild b/dev-lisp/abcl/abcl-1.1.1.ebuild
deleted file mode 100644
index bc687af0..00000000
--- a/dev-lisp/abcl/abcl-1.1.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils java-pkg-2 java-ant-2
-
-MY_P=${PN}-src-${PV}
-
-DESCRIPTION="Armed Bear Common Lisp is a Common Lisp implementation for the
JVM."
-HOMEPAGE="http://common-lisp.net/project/armedbear/"
-SRC_URI="http://common-lisp.net/project/armedbear/releases/${PV}/${MY_P}.tar.gz"
-RESTRICT="mirror"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="jad"
-
-DEPEND=">=virtual/jdk-1.5"
-RDEPEND=">=virtual/jre-1.5
- jad? ( dev-java/jad-bin )"
-
-S="${WORKDIR}"/${MY_P}
-
-src_compile() {
- eant abcl.compile || die "Can't compile ABCL"
- eant abcl.jar || die "Can't make ABCL jar archive"
-}
-
-src_install() {
- java-pkg_dojar dist/abcl.jar
- java-pkg_dolauncher ${PN} --java_args "-server -Xrs" --main
org.armedbear.lisp.Main
- dodoc README || die "Can't install README"
-}
diff --git a/dev-lisp/abcl/abcl-1.3.1.ebuild b/dev-lisp/abcl/abcl-1.5.0.ebuild
similarity index 91%
rename from dev-lisp/abcl/abcl-1.3.1.ebuild
rename to dev-lisp/abcl/abcl-1.5.0.ebuild
index bb5c177f..8b8a3370 100644
--- a/dev-lisp/abcl/abcl-1.3.1.ebuild
+++ b/dev-lisp/abcl/abcl-1.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,7 +14,7 @@ RESTRICT="mirror"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~x86"
IUSE="jad"
DEPEND=">=virtual/jdk-1.5"