mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-lisp/abcl: build without BSFIX, drop java-ant-2
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: cf3fa180a3
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
committed by
Miroslav Šulc
parent
856fed26f1
commit
4a649afe45
31
dev-lisp/abcl/abcl-1.9.2-r1.ebuild
Normal file
31
dev-lisp/abcl/abcl-1.9.2-r1.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit java-pkg-2
|
||||
|
||||
DESCRIPTION="Armed Bear Common Lisp is a Common Lisp implementation for the JVM"
|
||||
HOMEPAGE="https://abcl.org"
|
||||
SRC_URI="https://abcl.org/releases/${PV}/abcl-src-${PV}.tar.gz"
|
||||
S="${WORKDIR}/abcl-src-${PV}"
|
||||
|
||||
LICENSE="GPL-2-with-classpath-exception"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
BDEPEND=">=dev-java/ant-1.10.14-r3:0"
|
||||
DEPEND=">=virtual/jdk-1.8:*"
|
||||
RDEPEND=">=virtual/jre-1.8:*"
|
||||
|
||||
src_compile() {
|
||||
eant abcl.compile
|
||||
eant abcl.jar
|
||||
}
|
||||
|
||||
src_install() {
|
||||
java-pkg_dojar dist/abcl.jar dist/abcl-contrib.jar
|
||||
java-pkg_dolauncher ${PN} --java_args "-server -Xrs" --main org.armedbear.lisp.Main
|
||||
|
||||
einstalldocs
|
||||
}
|
||||
Reference in New Issue
Block a user