summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChema Alonso Josa <nimiux@gentoo.org>2018-03-18 23:11:51 +0100
committerChema Alonso Josa <nimiux@gentoo.org>2018-03-18 23:11:51 +0100
commit747c24ab4696c79737e8733341e2aa68421ac13d (patch)
treede154dddd8196a732ff13f0b92927d671194db39
parentdev-lisp/org-davep-dictrepl: Drops package (diff)
downloadlisp-747c24ab4696c79737e8733341e2aa68421ac13d.tar.gz
lisp-747c24ab4696c79737e8733341e2aa68421ac13d.tar.bz2
lisp-747c24ab4696c79737e8733341e2aa68421ac13d.zip
dev-lisp/acl-compat: Drops package
-rw-r--r--dev-lisp/acl-compat/Manifest2
-rw-r--r--dev-lisp/acl-compat/acl-compat-1.2.42.20070507.ebuild33
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-lisp/acl-compat/Manifest b/dev-lisp/acl-compat/Manifest
deleted file mode 100644
index ffa6f75d..00000000
--- a/dev-lisp/acl-compat/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST cl-portable-aserve_1.2.42+cvs.2007.05.07-dfsg.orig.tar.gz 761182 SHA256 9c26d6a03a5418705aa8f5a47e4071fd37c167f691142edb3cdc42103e3e8c7d
-EBUILD acl-compat-1.2.42.20070507.ebuild 897 SHA256 a883e11b83b9c71f5b31de5618b54e4ae8cce870c41a3843362da420008ef3c1 SHA512 3eb948874eedbe63893322d9689477ea89bb7cc79dfcb10f6c363eca15acaa18bdb2bfba0c80d181c4473dfd8685180b631a9ba77f93d02fa74ebd11fce67760 WHIRLPOOL a2737b8a0d0922b95208b63153b68cac6c8ae8113023610a02404ac37e9ed59732bc17c203779a6582b7cda57974ea36cdc9022720d2b65331f91514d58d65b8
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
-}