diff options
author | Panagiotis Christopoulos <pchrist@gentoo.org> | 2010-11-07 18:30:53 +0000 |
---|---|---|
committer | Panagiotis Christopoulos <pchrist@gentoo.org> | 2010-11-07 18:30:53 +0000 |
commit | 2fc4e6937c3c7178697d6b782651fcd081b97747 (patch) | |
tree | 393e3744b06e44f2745fc423128428b2df0a8969 /dev-lisp | |
parent | dev-lisp/cl-statistics removal, p.masked from 17Sep2010, wrt bug #337963 (diff) | |
download | historical-2fc4e6937c3c7178697d6b782651fcd081b97747.tar.gz historical-2fc4e6937c3c7178697d6b782651fcd081b97747.tar.bz2 historical-2fc4e6937c3c7178697d6b782651fcd081b97747.zip |
dev-lisp/cl-store removal, p.masked from 17Sep2010, wrt bug #337963
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-store/ChangeLog | 13 | ||||
-rw-r--r-- | dev-lisp/cl-store/Manifest | 5 | ||||
-rw-r--r-- | dev-lisp/cl-store/cl-store-0.6.ebuild | 39 | ||||
-rw-r--r-- | dev-lisp/cl-store/files/0.6-custom.lisp-sbcl.patch | 21 | ||||
-rw-r--r-- | dev-lisp/cl-store/metadata.xml | 5 |
5 files changed, 0 insertions, 83 deletions
diff --git a/dev-lisp/cl-store/ChangeLog b/dev-lisp/cl-store/ChangeLog deleted file mode 100644 index 94f90785714e..000000000000 --- a/dev-lisp/cl-store/ChangeLog +++ /dev/null @@ -1,13 +0,0 @@ -# ChangeLog for dev-lisp/cl-store -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-store/ChangeLog,v 1.2 2007/02/04 01:16:59 flameeyes Exp $ - - 04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: - Regenerate digest in Manifest2 format. - -*cl-store-0.6 (11 Oct 2005) - - 11 Oct 2005; Matthew Kennedy <mkennedy@gentoo.org> - +files/0.6-custom.lisp-sbcl.patch, +metadata.xml, +cl-store-0.6.ebuild: - Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>. - diff --git a/dev-lisp/cl-store/Manifest b/dev-lisp/cl-store/Manifest deleted file mode 100644 index 2a9a7ec7f6f6..000000000000 --- a/dev-lisp/cl-store/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX 0.6-custom.lisp-sbcl.patch 830 RMD160 4e5ca24529a4e8dc1df4b4f0e20c22814f1e422b SHA1 cde4fa056390c2fd07bcb496caf97ca6e56ea83d SHA256 59af027579e2003ffa8b3cb8ebdceb8f272f291127a01000c34eec458938d792 -DIST cl-store_0.6.tgz 43882 RMD160 d1c58cc8d6b99daff38dd71e7ab4131973e2657b SHA1 533fe66446d3ef7443015d0c8fb9fd32820561dc SHA256 4aa83f621075fae23ee70e48b778b66ecb71ffe03e2c09272a0e55b631bc31c2 -EBUILD cl-store-0.6.ebuild 1062 RMD160 bc757f228ddafc39ff7ecc78205fa5a8dd9531f6 SHA1 d4afedb41972af84c80364313dcea95e5cd3e3b9 SHA256 3a0223ab43a5008614c5d6d2ea0dd492b2c7cbb817af1bb141e986cba0d3c7ad -MISC ChangeLog 551 RMD160 f752068e620e92549e7797cf98b3d24678457482 SHA1 62adf550e09e2d01b5b1979d435caf213c0c5010 SHA256 8e00e30ed76f2015c2f683753294ec02f12299846101ad86535adacf9d87c5ed -MISC metadata.xml 164 RMD160 5edb79931b874dc3a72128f0742b9d4c4eb3c8c1 SHA1 2f781e1fca36d790a027079805d56cf397e6a6f8 SHA256 f8efc9385015233c71f279f85bd0a327525b7136cf8714cc04449d8bea4ce22f diff --git a/dev-lisp/cl-store/cl-store-0.6.ebuild b/dev-lisp/cl-store/cl-store-0.6.ebuild deleted file mode 100644 index 131d4902daac..000000000000 --- a/dev-lisp/cl-store/cl-store-0.6.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-store/cl-store-0.6.ebuild,v 1.1 2005/10/11 15:19:49 mkennedy Exp $ - -inherit common-lisp eutils - -DESCRIPTION="CL-STORE is a Common Lisp library for serializing and deserializing Common Lisp objects." -HOMEPAGE="http://common-lisp.net/project/cl-store/ - http://www.cliki.net/cl-store" -SRC_URI="http://common-lisp.net/project/cl-store/files/cl-store_${PV}.tgz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" -DEPEND="sys-apps/texinfo" - -CLPACKAGE=cl-store - -S=${WORKDIR}/${PN}_${PV} - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PV}-custom.lisp-sbcl.patch # Fix for SBCL >= 0.9.5 -} - -src_compile() { - makeinfo doc/cl-store.texi -o cl-store.info -} - -src_install() { - ( shopt -s nullglob; for i in . clisp cmucl ecl lispworks sbcl; do - insinto $CLSOURCEROOT/$CLPACKAGE/$i - doins $i/*.{lisp,asd} - done ) - common-lisp-system-symlink - dodoc LICENCE README ChangeLog - doinfo *.info* -} diff --git a/dev-lisp/cl-store/files/0.6-custom.lisp-sbcl.patch b/dev-lisp/cl-store/files/0.6-custom.lisp-sbcl.patch deleted file mode 100644 index e850abba1455..000000000000 --- a/dev-lisp/cl-store/files/0.6-custom.lisp-sbcl.patch +++ /dev/null @@ -1,21 +0,0 @@ -=================================================================== -RCS file: /project/cl-store/cvsroot/cl-store/sbcl/custom.lisp,v -retrieving revision 1.8 -retrieving revision 1.10 -diff -u -r1.8 -r1.10 ---- cl-store/sbcl/custom.lisp 2005/05/05 12:58:57 1.8 -+++ cl-store/sbcl/custom.lisp 2005/10/04 08:14:02 1.10 -@@ -52,9 +52,10 @@ - (slot-value dd 'sb-kernel::name)) - - (defvar *sbcl-struct-inherits* -- (list (get-layout (find-class t)) -- (get-layout (find-class 'sb-kernel:instance)) -- (get-layout (find-class 'cl:structure-object)))) -+ `(,(get-layout (find-class t)) -+ ,@(when-let (class (find-class 'sb-kernel:instance nil)) -+ (list (get-layout class))) -+ ,(get-layout (find-class 'cl:structure-object)))) - - (defstruct (struct-def (:conc-name sdef-)) - (supers (required-arg :supers) :type list) diff --git a/dev-lisp/cl-store/metadata.xml b/dev-lisp/cl-store/metadata.xml deleted file mode 100644 index f418045b09c8..000000000000 --- a/dev-lisp/cl-store/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>common-lisp</herd> -</pkgmetadata> |