public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "José María Alonso" <nimiux@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/abcl/
Date: Thu, 12 Apr 2018 21:02:46 +0000 (UTC)	[thread overview]
Message-ID: <1523566960.b9970944de07f2b05d3ceb2cb6cd0cbf1efc27bb.nimiux@gentoo> (raw)

commit:     b9970944de07f2b05d3ceb2cb6cd0cbf1efc27bb
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 12 21:02:04 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Apr 12 21:02:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9970944

dev-lisp/abcl: Drops old version

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-lisp/abcl/abcl-0.20.0.ebuild | 34 ----------------------------------
 dev-lisp/abcl/metadata.xml       |  3 ---
 2 files changed, 37 deletions(-)

diff --git a/dev-lisp/abcl/abcl-0.20.0.ebuild b/dev-lisp/abcl/abcl-0.20.0.ebuild
deleted file mode 100644
index cd9abcd39b0..00000000000
--- a/dev-lisp/abcl/abcl-0.20.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-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://common-lisp.net/project/armedbear/releases/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="jad"
-
-DEPEND=">=virtual/jdk-1.5"
-RDEPEND=">=virtual/jre-1.5
-	jad? ( dev-java/jad-bin )"
-
-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 || die "Can't install README"
-}

diff --git a/dev-lisp/abcl/metadata.xml b/dev-lisp/abcl/metadata.xml
index 2dac173457a..0687231d2b7 100644
--- a/dev-lisp/abcl/metadata.xml
+++ b/dev-lisp/abcl/metadata.xml
@@ -13,7 +13,4 @@
 		Armed Bear Common Lisp (ABCL) is an implementation of ANSI Common
 		Lisp that runs in a Java virtual machine.
 	</longdescription>
-	<use>
-	<flag name="jad">Enable support for disassembling compiled code using JAD</flag>
-	</use>
 </pkgmetadata>


             reply	other threads:[~2018-04-12 21:02 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-12 21:02 José María Alonso [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ć
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-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=1523566960.b9970944de07f2b05d3ceb2cb6cd0cbf1efc27bb.nimiux@gentoo \
    --to=nimiux@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