diff options
author | Panagiotis Christopoulos <pchrist@gentoo.org> | 2010-11-07 17:48:25 +0000 |
---|---|---|
committer | Panagiotis Christopoulos <pchrist@gentoo.org> | 2010-11-07 17:48:25 +0000 |
commit | 795ab65599c8200f6a20845064da84c44f65333c (patch) | |
tree | dbff5c9293b88e8dbcf1cbd13e33ac77a6f94f05 /dev-lisp | |
parent | dev-lisp/cl-mel-base removal, p.masked from 17Sep2010, wrt bug #337963 (diff) | |
download | gentoo-2-795ab65599c8200f6a20845064da84c44f65333c.tar.gz gentoo-2-795ab65599c8200f6a20845064da84c44f65333c.tar.bz2 gentoo-2-795ab65599c8200f6a20845064da84c44f65333c.zip |
dev-lisp/cl-memoization removal, p.masked from 17Sep2010, wrt bug #337963
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-memoization/ChangeLog | 28 | ||||
-rw-r--r-- | dev-lisp/cl-memoization/Manifest | 4 | ||||
-rw-r--r-- | dev-lisp/cl-memoization/cl-memoization-20050302.ebuild | 31 | ||||
-rw-r--r-- | dev-lisp/cl-memoization/metadata.xml | 5 |
4 files changed, 0 insertions, 68 deletions
diff --git a/dev-lisp/cl-memoization/ChangeLog b/dev-lisp/cl-memoization/ChangeLog deleted file mode 100644 index 6bda7df0ac56..000000000000 --- a/dev-lisp/cl-memoization/ChangeLog +++ /dev/null @@ -1,28 +0,0 @@ -# ChangeLog for dev-lisp/cl-memoization -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-memoization/ChangeLog,v 1.5 2007/02/03 17:37:06 flameeyes Exp $ - - 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> - cl-memoization-20050302.ebuild: - Use mirror://debian/ where applicable, or use mirror://gentoo/ if the file - has been removed from debian's mirrors. - - 24 May 2005; <mkennedy@gentoo.org> cl-memoization-20050302.ebuild: - Keywording ~sparc - - 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> - -cl-memoization-1.0.ebuild, cl-memoization-20050302.ebuild: - Keywording; Removed old ebuilds - -*cl-memoization-20050302 (10 Apr 2005) - - 10 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> - +cl-memoization-20050302.ebuild: - Keywording for ~amd64 - -*cl-memoization-1.0 (14 Oct 2004) - - 14 Oct 2004; <mkennedy@gentoo.org> +metadata.xml, - +cl-memoization-1.0.ebuild: - Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org> - diff --git a/dev-lisp/cl-memoization/Manifest b/dev-lisp/cl-memoization/Manifest deleted file mode 100644 index cf817280a2cb..000000000000 --- a/dev-lisp/cl-memoization/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST cl-memoization_20050302.tar.gz 80287 RMD160 c73a7a15e241e2181c4c98d6e69b894e4a1bae54 SHA1 6d90a5de96f8fa8fa17b8b045cc44334df6d3cd2 SHA256 f2bd09495c39ce1986c8a0f11087af8d64cd61acc891df421675169bd49afdcc -EBUILD cl-memoization-20050302.ebuild 831 RMD160 f2d05448f8dfef4dbb4b06a79ecf02342b207212 SHA1 82f915c311f451659be71e0d76f15397a34f2bd3 SHA256 a73712035f5f821f0084d32845cbf8613c5586446262f5863faf789de48b3e20 -MISC ChangeLog 1017 RMD160 7786d0b0fa595345ed54af62f584929355a6d7e3 SHA1 4476862870a7d5ac0e86590850fa5606a072225f SHA256 17a7a12745fd2f0a5923b7c0ba919e348d72ebcd25ac3248e17c1c5ca78ab8bb -MISC metadata.xml 164 RMD160 5edb79931b874dc3a72128f0742b9d4c4eb3c8c1 SHA1 2f781e1fca36d790a027079805d56cf397e6a6f8 SHA256 f8efc9385015233c71f279f85bd0a327525b7136cf8714cc04449d8bea4ce22f diff --git a/dev-lisp/cl-memoization/cl-memoization-20050302.ebuild b/dev-lisp/cl-memoization/cl-memoization-20050302.ebuild deleted file mode 100644 index 93887f90a799..000000000000 --- a/dev-lisp/cl-memoization/cl-memoization-20050302.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-memoization/cl-memoization-20050302.ebuild,v 1.4 2007/02/03 17:37:06 flameeyes Exp $ - -inherit common-lisp - -DESCRIPTION="Memoization support to CMU Common Lisp" -HOMEPAGE="http://packages.debian.org/unstable/libs/cl-memoization" -SRC_URI="mirror://debian/pool/main/c/cl-memoization/${PN}_${PV}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=memoization - -S=${WORKDIR}/t - -src_unpack() { - unpack ${A} - rm ${S}/Makefile || die -} - -src_install() { - common-lisp-install *.lisp *.asd - common-lisp-system-symlink - dodoc docs/*.{ps,text} docs/README Memo-Tables/fib.lisp - do-debian-credits -} diff --git a/dev-lisp/cl-memoization/metadata.xml b/dev-lisp/cl-memoization/metadata.xml deleted file mode 100644 index f418045b09c8..000000000000 --- a/dev-lisp/cl-memoization/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> |