From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/abcl/
Date: Tue, 29 Aug 2023 20:03:31 +0000 (UTC) [thread overview]
Message-ID: <1693339408.9062517f3f24048bfa823d5c3f41330acf17ef82.xgqt@gentoo> (raw)
commit: 9062517f3f24048bfa823d5c3f41330acf17ef82
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 29 19:41:43 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Aug 29 20:03:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9062517f
dev-lisp/abcl: bump to 1.9.2
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-lisp/abcl/Manifest | 1 +
dev-lisp/abcl/abcl-1.9.2.ebuild | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-lisp/abcl/Manifest b/dev-lisp/abcl/Manifest
index 93a72cd31d84..aabcf4c762a4 100644
--- a/dev-lisp/abcl/Manifest
+++ b/dev-lisp/abcl/Manifest
@@ -1 +1,2 @@
DIST abcl-src-1.9.1.tar.gz 2499007 BLAKE2B 4448a42caa1c283291691eaf5f045504d4e9549b50929ca414094523ea4ce8180f769073b7c8be3358fb3976974c7a86e1b42f850d1ff7f5ab0955731aeabc8b SHA512 52ee6b82d99f8667610afdc4af2065cd868aa6661f6d4d1af1dbae979128529d5b2e0523caf7b3c6a5460ba55636c7aca4b145fabb6b4748b5ac046742fc8960
+DIST abcl-src-1.9.2.tar.gz 2477992 BLAKE2B b69610ee11e59dc0c408905b3a5f57d23872d80466a2f3aa4828048cb016de371a6f90dace612cb1a0fd71919cd611b4d506b22491c54b3435c80ec27f3642ed SHA512 1b758b26be5dbe00fb75aef0ffca6cdfbbb7982a545c63b6378dbd3d22bed76e15628ee099c5728c3600d67fb74def249195060cc1af1486f6d52fcdb9ce245a
diff --git a/dev-lisp/abcl/abcl-1.9.2.ebuild b/dev-lisp/abcl/abcl-1.9.2.ebuild
new file mode 100644
index 000000000000..db16ee80cdf0
--- /dev/null
+++ b/dev-lisp/abcl/abcl-1.9.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 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"
+S="${WORKDIR}/abcl-src-${PV}"
+
+LICENSE="GPL-2-with-classpath-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=virtual/jre-1.8:*"
+DEPEND=">=virtual/jdk-1.8:*"
+
+DOCS=( README )
+
+src_compile() {
+ eant abcl.compile
+ eant abcl.jar || die "Can't make ABCL jar archive"
+}
+
+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
+}
next reply other threads:[~2023-08-29 20:03 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-29 20:03 Maciej Barć [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-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ć
2022-07-15 1:47 Sam James
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=1693339408.9062517f3f24048bfa823d5c3f41330acf17ef82.xgqt@gentoo \
--to=xgqt@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