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

2018-03-18 Thread José María Alonso
commit: 747c24ab4696c79737e8733341e2aa68421ac13d
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Mar 18 22:11:51 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Mar 18 22:11:51 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=747c24ab

dev-lisp/acl-compat: Drops package

 .../acl-compat/acl-compat-1.2.42.20070507.ebuild   | 33 --
 1 file changed, 33 deletions(-)

diff --git a/dev-lisp/acl-compat/acl-compat-1.2.42.20070507.ebuild 
b/dev-lisp/acl-compat/acl-compat-1.2.42.20070507.ebuild
deleted file mode 100644
index d5802938..
--- a/dev-lisp/acl-compat/acl-compat-1.2.42.20070507.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 eutils
-
-MY_PV=${PV:0:6}
-CVS_PV=${PV:7:4}.${PV:11:2}.${PV:13}
-
-DESCRIPTION="Compatibility layer for Allegro Common Lisp"
-HOMEPAGE="http://portableaserve.sourceforge.net/
-   http://packages.debian.org/unstable/web/cl-acl-compat;
-SRC_URI="mirror://debian/pool/main/c/cl-portable-aserve/cl-portable-aserve_${MY_PV}+cvs.${CVS_PV}"-dfsg.orig.tar.gz
-
-LICENSE="LLGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-   dev-lisp/puri
-   dev-lisp/cl-ppcre"
-
-S="${WORKDIR}"/cl-portable-aserve-${MY_PV}+cvs.${CVS_PV}-dfsg.orig
-
-src_install() {
-   cd ${PN} || die
-   common-lisp-install-sources *.{lisp,system}
-   common-lisp-install-sources allegro clisp cmucl lispworks mcl sbcl scl
-   common-lisp-install-asdf
-   dodoc ChangeLog CREDITS README
-}



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

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

dev-lisp/acl-compat: Updates to common-lisp-3 eclass

 dev-lisp/acl-compat/acl-compat-1.2.42.20070507.ebuild | 17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/dev-lisp/acl-compat/acl-compat-1.2.42.20070507.ebuild 
b/dev-lisp/acl-compat/acl-compat-1.2.42.20070507.ebuild
index 1e858d7e..d5802938 100644
--- a/dev-lisp/acl-compat/acl-compat-1.2.42.20070507.ebuild
+++ b/dev-lisp/acl-compat/acl-compat-1.2.42.20070507.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2 eutils
+EAPI=6
+
+inherit common-lisp-3 eutils
 
 MY_PV=${PV:0:6}
 CVS_PV=${PV:7:4}.${PV:11:2}.${PV:13}
@@ -10,7 +11,7 @@ CVS_PV=${PV:7:4}.${PV:11:2}.${PV:13}
 DESCRIPTION="Compatibility layer for Allegro Common Lisp"
 HOMEPAGE="http://portableaserve.sourceforge.net/
http://packages.debian.org/unstable/web/cl-acl-compat;
-SRC_URI="mirror://debian/pool/main/c/cl-portable-aserve/cl-portable-aserve_${MY_PV}+cvs.${CVS_PV}-dfsg.orig.tar.gz"
+SRC_URI="mirror://debian/pool/main/c/cl-portable-aserve/cl-portable-aserve_${MY_PV}+cvs.${CVS_PV}"-dfsg.orig.tar.gz
 
 LICENSE="LLGPL-2.1"
 SLOT="0"
@@ -24,9 +25,9 @@ RDEPEND="!dev-lisp/cl-${PN}
 S="${WORKDIR}"/cl-portable-aserve-${MY_PV}+cvs.${CVS_PV}-dfsg.orig
 
 src_install() {
-   cd ${PN}
-   common-lisp-install *.{lisp,asd,system}
-   common-lisp-install allegro clisp cmucl lispworks mcl sbcl scl
-   common-lisp-symlink-asdf
+   cd ${PN} || die
+   common-lisp-install-sources *.{lisp,system}
+   common-lisp-install-sources allegro clisp cmucl lispworks mcl sbcl scl
+   common-lisp-install-asdf
dodoc ChangeLog CREDITS README
 }



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

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

dev-lisp/acl-compat: Update header

 dev-lisp/acl-compat/acl-compat-1.2.42.20070507.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/acl-compat/acl-compat-1.2.42.20070507.ebuild 
b/dev-lisp/acl-compat/acl-compat-1.2.42.20070507.ebuild
index 69a73e9..1e858d7 100644
--- a/dev-lisp/acl-compat/acl-compat-1.2.42.20070507.ebuild
+++ b/dev-lisp/acl-compat/acl-compat-1.2.42.20070507.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$
 
 inherit common-lisp-2 eutils