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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 807591382C5 for ; Tue, 18 May 2021 08:46:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62EBFE07C5; Tue, 18 May 2021 08:46:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FD87E07C5 for ; Tue, 18 May 2021 08:46:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7EB7D340D0C for ; Tue, 18 May 2021 08:46:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CD57737 for ; Tue, 18 May 2021 08:46:04 +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: <1621327548.93a2e5f993df2415e4b7301520d35a8969057175.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.5.0.ebuild X-VCS-Directories: dev-lisp/abcl/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 93a2e5f993df2415e4b7301520d35a8969057175 X-VCS-Branch: master Date: Tue, 18 May 2021 08:46:04 +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: b63d5651-85bc-4140-8afb-d487b3d3e126 X-Archives-Hash: e2ca2d379573992c3ab3b538b1222de0 commit: 93a2e5f993df2415e4b7301520d35a8969057175 Author: Miroslav Šulc gentoo org> AuthorDate: Tue May 18 08:45:48 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Tue May 18 08:45:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a2e5f9 dev-lisp/abcl: removed obsolete 1.5.0 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> dev-lisp/abcl/Manifest | 1 - dev-lisp/abcl/abcl-1.5.0.ebuild | 34 ---------------------------------- 2 files changed, 35 deletions(-) diff --git a/dev-lisp/abcl/Manifest b/dev-lisp/abcl/Manifest index ff80b92d4e9..3a6809ee6e6 100644 --- a/dev-lisp/abcl/Manifest +++ b/dev-lisp/abcl/Manifest @@ -1,2 +1 @@ -DIST abcl-src-1.5.0.tar.gz 1187678 BLAKE2B 4c6993ab90d6fe12e93bf185ecdc16dd5c69ff5c65881e74db51ba9a8167e3a3de4b25ff9971084e92499f654aacec2a07757d100a5977944076476d47c17438 SHA512 d56c23a82103dfebb3361903af096f923738008e551f3b5e07e00f0423c8ade0b07a388b7834b5d79d9191863b38db2c17fa27bffd848d7cba88d6bb67e32db3 DIST abcl-src-1.8.0.tar.gz 2613411 BLAKE2B cd50e5df0b7e48c902bc904ca4ea0e9c293241e04cfda154cb388c5f58da921645333fca8e0a95768a550fcb2a5b6346b3e8958745138ea6826f5c5a62ef0faf SHA512 90cc2d1e52a4dc83a0159a5763d2c7eb344952786a805a82180e0000a0cae26d89ae5a9293b629b7b5131eac05668fe21711abca32aebe05d7400187b0b3793b diff --git a/dev-lisp/abcl/abcl-1.5.0.ebuild b/dev-lisp/abcl/abcl-1.5.0.ebuild deleted file mode 100644 index c12516635a3..00000000000 --- a/dev-lisp/abcl/abcl-1.5.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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" -RESTRICT="mirror" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=">=virtual/jdk-1.5" -RDEPEND=">=virtual/jre-1.5" - -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 -}