From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/abcl/
Date: Fri, 15 Jul 2022 01:47:20 +0000 (UTC) [thread overview]
Message-ID: <1657848918.4dd244f9f422fa38ad88b4954de5b0b9535c2d06.sam@gentoo> (raw)
commit: 4dd244f9f422fa38ad88b4954de5b0b9535c2d06
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Thu Jul 14 10:46:30 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 01:35:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dd244f9
dev-lisp/abcl: add 1.9.0
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/26400
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-lisp/abcl/Manifest | 1 +
dev-lisp/abcl/abcl-1.9.0.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-lisp/abcl/Manifest b/dev-lisp/abcl/Manifest
index 3a6809ee6e64..273a6c5fd489 100644
--- a/dev-lisp/abcl/Manifest
+++ b/dev-lisp/abcl/Manifest
@@ -1 +1,2 @@
DIST abcl-src-1.8.0.tar.gz 2613411 BLAKE2B cd50e5df0b7e48c902bc904ca4ea0e9c293241e04cfda154cb388c5f58da921645333fca8e0a95768a550fcb2a5b6346b3e8958745138ea6826f5c5a62ef0faf SHA512 90cc2d1e52a4dc83a0159a5763d2c7eb344952786a805a82180e0000a0cae26d89ae5a9293b629b7b5131eac05668fe21711abca32aebe05d7400187b0b3793b
+DIST abcl-src-1.9.0.tar.gz 2470791 BLAKE2B e6c79a7f9dc94fe978c81f0752774b54b850c3019eb40a66cb043e6463ae6aa80b8e09d628847017335cf077029f6548be40394adf06a8549609b5bb7cb26dd1 SHA512 d061565a4e89fd11238118fccf72ea212b9bc87c708f89f13e8e9564d984ee405a189b93fd904ecae7b7f6663ca130b5c7ab774f7f9fd31282708c639e3ef9f6
diff --git a/dev-lisp/abcl/abcl-1.9.0.ebuild b/dev-lisp/abcl/abcl-1.9.0.ebuild
new file mode 100644
index 000000000000..044985795141
--- /dev/null
+++ b/dev-lisp/abcl/abcl-1.9.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit java-pkg-2 java-ant-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"
+
+LICENSE="GPL-2-with-classpath-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=virtual/jdk-1.8:*"
+RDEPEND=">=virtual/jre-1.8:*"
+
+S="${WORKDIR}/abcl-src-${PV}"
+
+src_compile() {
+ eant abcl.compile
+ 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
+}
next reply other threads:[~2022-07-15 1:47 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-15 1:47 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-30 19:41 [gentoo-commits] repo/gentoo:master commit in: dev-lisp/abcl/ Florian Schmaus
2024-12-25 22:19 Jakov Smolić
2024-11-23 21:26 Maciej Barć
2024-10-17 15:32 Arthur Zamarin
2024-08-05 9:00 Maciej Barć
2024-08-04 21:27 Jakov Smolić
2024-08-04 21:27 Jakov Smolić
2024-07-06 8:47 Miroslav Šulc
2024-02-19 9:07 Miroslav Šulc
2024-02-18 11:43 Jakov Smolić
2024-02-18 11:43 Jakov Smolić
2023-08-29 20:03 Maciej Barć
2023-03-25 12:06 Arthur Zamarin
2023-03-25 1:43 Sam James
2023-03-24 13:41 Arthur Zamarin
2023-02-22 8:20 Miroslav Šulc
2023-01-13 10:54 Florian Schmaus
2022-08-30 5:28 Miroslav Šulc
2022-08-29 14:49 Jakov Smolić
2022-08-29 14:49 Jakov Smolić
2021-05-18 8:46 Miroslav Šulc
2021-05-17 15:36 Sam James
2021-05-17 15:34 Sam James
2021-02-25 21:14 Ulrich Müller
2018-05-14 18:16 José María Alonso
2018-05-13 23:34 Aaron Bauman
2018-05-13 22:29 Thomas Deutschmann
2018-04-12 21:02 José María Alonso
2018-04-11 21:22 José María Alonso
2018-04-11 17:26 José María Alonso
2018-04-11 16:15 José María Alonso
2018-03-07 13:51 Agostino Sarubbo
2017-06-09 22:50 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1657848918.4dd244f9f422fa38ad88b4954de5b0b9535c2d06.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox