From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EEC0515813A for ; Mon, 30 Dec 2024 19:41:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3858E0769; Mon, 30 Dec 2024 19:41:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF281E0769 for ; Mon, 30 Dec 2024 19:41:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9B9C33FE60 for ; Mon, 30 Dec 2024 19:41:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 215751999 for ; Mon, 30 Dec 2024 19:41:38 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1735587657.cfdc3a923b4e748aa257c3dcb9d0b2796c58bac9.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/abcl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lisp/abcl/Manifest dev-lisp/abcl/abcl-1.9.2-r1.ebuild X-VCS-Directories: dev-lisp/abcl/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: cfdc3a923b4e748aa257c3dcb9d0b2796c58bac9 X-VCS-Branch: master Date: Mon, 30 Dec 2024 19:41:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cdcd97d7-900e-4dd1-8c72-685cbb30ad19 X-Archives-Hash: fd3413f9df75a49573b635d7f1149036 commit: cfdc3a923b4e748aa257c3dcb9d0b2796c58bac9 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Thu Dec 26 07:37:01 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Dec 30 19:40:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfdc3a92 dev-lisp/abcl: drop 1.9.2-r1 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Florian Schmaus gentoo.org> dev-lisp/abcl/Manifest | 1 - dev-lisp/abcl/abcl-1.9.2-r1.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) diff --git a/dev-lisp/abcl/Manifest b/dev-lisp/abcl/Manifest index f3bd449657b0..f5218e9e493c 100644 --- a/dev-lisp/abcl/Manifest +++ b/dev-lisp/abcl/Manifest @@ -1,2 +1 @@ -DIST abcl-src-1.9.2.tar.gz 2477992 BLAKE2B b69610ee11e59dc0c408905b3a5f57d23872d80466a2f3aa4828048cb016de371a6f90dace612cb1a0fd71919cd611b4d506b22491c54b3435c80ec27f3642ed SHA512 1b758b26be5dbe00fb75aef0ffca6cdfbbb7982a545c63b6378dbd3d22bed76e15628ee099c5728c3600d67fb74def249195060cc1af1486f6d52fcdb9ce245a DIST abcl-src-1.9.3.tar.gz 2490465 BLAKE2B faa42892b5bcd8b4e2b931060a3c1889350ed1041c4c5d159b400b780feaa6bc1f854595be8fa7d777a82fe1b11bae756f1db309f333e210cb4cb90428b0a923 SHA512 1d4df4baf71252e6eb07045c50118dd4de08470978d743abe146bcc9dbcaace166b9bba9b4adf250446439ceb8534087acd8da2913b1469bca430e3684e96bc4 diff --git a/dev-lisp/abcl/abcl-1.9.2-r1.ebuild b/dev-lisp/abcl/abcl-1.9.2-r1.ebuild deleted file mode 100644 index c604978517bc..000000000000 --- a/dev-lisp/abcl/abcl-1.9.2-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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" - -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 -}