[gentoo-commits] proj/lisp:master commit in: dev-lisp/abcl/

2018-04-11 Thread José María Alonso
commit: d144219d29f9a12b3601bf976243639869ca4e2e
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Apr 11 21:19:09 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Apr 11 21:19:09 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d144219d

dev-lisp/asdf: Drops jad USE flag

 dev-lisp/abcl/abcl-1.5.0.ebuild | 5 ++---
 dev-lisp/abcl/metadata.xml  | 3 ---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/abcl/abcl-1.5.0.ebuild b/dev-lisp/abcl/abcl-1.5.0.ebuild
index 8b8a3370..6a476d2e 100644
--- a/dev-lisp/abcl/abcl-1.5.0.ebuild
+++ b/dev-lisp/abcl/abcl-1.5.0.ebuild
@@ -15,11 +15,10 @@ RESTRICT="mirror"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="jad"
+IUSE=""
 
 DEPEND=">=virtual/jdk-1.5"
-RDEPEND=">=virtual/jre-1.5
-   jad? ( dev-java/jad-bin )"
+RDEPEND=">=virtual/jre-1.5"
 
 S="${WORKDIR}"/${MY_P}
 

diff --git a/dev-lisp/abcl/metadata.xml b/dev-lisp/abcl/metadata.xml
index 144b5404..b556d4d3 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.

-   
-   Enable support for disassembling compiled code using 
JAD
-   
 



[gentoo-commits] proj/lisp:master commit in: dev-lisp/abcl/

2018-04-11 Thread José María Alonso
commit: 0d4b5ca55e988f3121ae1a24fab2588d3659e537
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Apr 11 16:32:27 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Apr 11 16:32:27 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0d4b5ca5

dev-lisp/abcl: Bumps to version 1.5.0. Drops old versions

 dev-lisp/abcl/abcl-1.1.1.ebuild| 35 --
 .../abcl/{abcl-1.3.1.ebuild => abcl-1.5.0.ebuild}  |  4 +--
 2 files changed, 2 insertions(+), 37 deletions(-)

diff --git a/dev-lisp/abcl/abcl-1.1.1.ebuild b/dev-lisp/abcl/abcl-1.1.1.ebuild
deleted file mode 100644
index bc687af0..
--- a/dev-lisp/abcl/abcl-1.1.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils 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/${PV}/${MY_P}.tar.gz;
-RESTRICT="mirror"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~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/abcl-1.3.1.ebuild b/dev-lisp/abcl/abcl-1.5.0.ebuild
similarity index 91%
rename from dev-lisp/abcl/abcl-1.3.1.ebuild
rename to dev-lisp/abcl/abcl-1.5.0.ebuild
index bb5c177f..8b8a3370 100644
--- a/dev-lisp/abcl/abcl-1.3.1.ebuild
+++ b/dev-lisp/abcl/abcl-1.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ RESTRICT="mirror"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="jad"
 
 DEPEND=">=virtual/jdk-1.5"



[gentoo-commits] proj/lisp:master commit in: dev-lisp/abcl/

2017-07-07 Thread José María Alonso
commit: 7d75b968d416d11cedcceef217ddd2eefe1eabef
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Fri Jul  7 15:08:47 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Jul  7 15:08:47 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=7d75b968

dev-lisp/abcl: Updates header and EAPI

 dev-lisp/abcl/abcl-1.1.1.ebuild | 6 +++---
 dev-lisp/abcl/abcl-1.3.1.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/abcl/abcl-1.1.1.ebuild b/dev-lisp/abcl/abcl-1.1.1.ebuild
index 5f4c651a..bc687af0 100644
--- a/dev-lisp/abcl/abcl-1.1.1.ebuild
+++ b/dev-lisp/abcl/abcl-1.1.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=2
+EAPI=6
+
 inherit eutils java-pkg-2 java-ant-2
 
 MY_P=${PN}-src-${PV}

diff --git a/dev-lisp/abcl/abcl-1.3.1.ebuild b/dev-lisp/abcl/abcl-1.3.1.ebuild
index 46eaab0f..bb5c177f 100644
--- a/dev-lisp/abcl/abcl-1.3.1.ebuild
+++ b/dev-lisp/abcl/abcl-1.3.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=2
+EAPI=6
+
 inherit eutils java-pkg-2 java-ant-2
 
 MY_P=${PN}-src-${PV}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/abcl/

2016-06-21 Thread José María Alonso
commit: 5624ca2e47ecef51c9c6a7cb8b4b2f905569942c
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Jun 21 21:19:34 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Jun 21 21:19:34 2016 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5624ca2e

dev-lisp/abcl: Update header and metadata

 dev-lisp/abcl/abcl-1.1.1.ebuild |  4 ++--
 dev-lisp/abcl/abcl-1.3.1.ebuild |  4 ++--
 dev-lisp/abcl/metadata.xml  | 10 --
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/abcl/abcl-1.1.1.ebuild b/dev-lisp/abcl/abcl-1.1.1.ebuild
index 9f86a4f..5f4c651 100644
--- a/dev-lisp/abcl/abcl-1.1.1.ebuild
+++ b/dev-lisp/abcl/abcl-1.1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=2
 inherit eutils java-pkg-2 java-ant-2

diff --git a/dev-lisp/abcl/abcl-1.3.1.ebuild b/dev-lisp/abcl/abcl-1.3.1.ebuild
index 9078228..46eaab0 100644
--- a/dev-lisp/abcl/abcl-1.3.1.ebuild
+++ b/dev-lisp/abcl/abcl-1.3.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=2
 inherit eutils java-pkg-2 java-ant-2

diff --git a/dev-lisp/abcl/metadata.xml b/dev-lisp/abcl/metadata.xml
index 84e0e03..144b540 100644
--- a/dev-lisp/abcl/metadata.xml
+++ b/dev-lisp/abcl/metadata.xml
@@ -1,8 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   common-lisp
-   java
+   
+   commonl...@gentoo.org
+   Common Lisp Project
+   
+   
+   j...@gentoo.org
+   Java
+   

Armed Bear Common Lisp (ABCL) is an implementation of ANSI 
Common
Lisp that runs in a Java virtual machine.



[gentoo-commits] proj/lisp:master commit in: dev-lisp/abcl/

2014-04-30 Thread José María Alonso
commit: dc24e0748039c6b65e9edb6052df1121fced0574
Author: Chema Alonso nimiux AT gentoo DOT org
AuthorDate: Wed Apr 30 08:15:37 2014 +
Commit: José María Alonso nimiux AT gentoo DOT org
CommitDate: Wed Apr 30 08:15:37 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=dc24e074

dev-lisp/abcl: version bump

---
 dev-lisp/abcl/abcl-1.3.1.ebuild | 35 +++
 1 file changed, 35 insertions(+)

diff --git a/dev-lisp/abcl/abcl-1.3.1.ebuild b/dev-lisp/abcl/abcl-1.3.1.ebuild
new file mode 100644
index 000..9078228
--- /dev/null
+++ b/dev-lisp/abcl/abcl-1.3.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+inherit eutils 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 ~ppc ~sparc ~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
+}