mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 00:08:09 -07:00
dev-lisp/abcl: Drops old version
Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
@@ -1,34 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit 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/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 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"
|
||||
}
|
||||
@@ -13,7 +13,4 @@
|
||||
Armed Bear Common Lisp (ABCL) is an implementation of ANSI Common
|
||||
Lisp that runs in a Java virtual machine.
|
||||
</longdescription>
|
||||
<use>
|
||||
<flag name="jad">Enable support for disassembling compiled code using JAD</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user