commit: 747c24ab4696c79737e8733341e2aa68421ac13d
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 22:11:51 2018 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 22:11:51 2018 +0000
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..00000000
--- 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
-}