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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F390158095 for ; Tue, 30 Aug 2022 05:28:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65DF6E0922; Tue, 30 Aug 2022 05:28:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4CD6CE0922 for ; Tue, 30 Aug 2022 05:28:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2321F340F4B for ; Tue, 30 Aug 2022 05:28:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 689F2599 for ; Tue, 30 Aug 2022 05:28:25 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1661837301.3dd5246655b8cd2a4bfb014366b2a7ca28f94fa3.fordfrog@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.8.0.ebuild X-VCS-Directories: dev-lisp/abcl/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 3dd5246655b8cd2a4bfb014366b2a7ca28f94fa3 X-VCS-Branch: master Date: Tue, 30 Aug 2022 05:28:25 +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: 7fcd5050-53c9-43b3-a1a1-0c0704686ac5 X-Archives-Hash: 7f43b371de3226328f9519ef57a572a6 commit: 3dd5246655b8cd2a4bfb014366b2a7ca28f94fa3 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Mon Aug 29 14:58:23 2022 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Tue Aug 30 05:28:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd52466 dev-lisp/abcl: drop 1.8.0 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/27060 Signed-off-by: Miroslav Šulc gentoo.org> dev-lisp/abcl/Manifest | 1 - dev-lisp/abcl/abcl-1.8.0.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/dev-lisp/abcl/Manifest b/dev-lisp/abcl/Manifest index 273a6c5fd489..e3c4c5d796f6 100644 --- a/dev-lisp/abcl/Manifest +++ b/dev-lisp/abcl/Manifest @@ -1,2 +1 @@ -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.8.0.ebuild b/dev-lisp/abcl/abcl-1.8.0.ebuild deleted file mode 100644 index b1292825bfd6..000000000000 --- a/dev-lisp/abcl/abcl-1.8.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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://abcl.org/releases/${PV}/${MY_P}.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}"/${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 -}