summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanagiotis Christopoulos <pchrist@gentoo.org>2010-11-07 18:10:24 +0000
committerPanagiotis Christopoulos <pchrist@gentoo.org>2010-11-07 18:10:24 +0000
commit315c65e36e034fe33da5b50e4c596531b787d69f (patch)
treeacee68cd3da0be8792c146e8ff71668abb35386e /dev-lisp/cl-quick-arrays/cl-quick-arrays-1.0-r1.ebuild
parentdev-lisp/cl-pxmlutils removal, p.masked from 17Sep2010, wrt bug #337963 (diff)
downloadgentoo-2-315c65e36e034fe33da5b50e4c596531b787d69f.tar.gz
gentoo-2-315c65e36e034fe33da5b50e4c596531b787d69f.tar.bz2
gentoo-2-315c65e36e034fe33da5b50e4c596531b787d69f.zip
dev-lisp/cl-quick-arrays removal, p.masked from 17Sep2010, wrt bug #337963
Diffstat (limited to 'dev-lisp/cl-quick-arrays/cl-quick-arrays-1.0-r1.ebuild')
-rw-r--r--dev-lisp/cl-quick-arrays/cl-quick-arrays-1.0-r1.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-lisp/cl-quick-arrays/cl-quick-arrays-1.0-r1.ebuild b/dev-lisp/cl-quick-arrays/cl-quick-arrays-1.0-r1.ebuild
deleted file mode 100644
index 6e30b18ccd04..000000000000
--- a/dev-lisp/cl-quick-arrays/cl-quick-arrays-1.0-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-quick-arrays/cl-quick-arrays-1.0-r1.ebuild,v 1.9 2008/03/27 16:25:47 armin76 Exp $
-
-inherit common-lisp
-
-DEB_PV=8
-
-DESCRIPTION="Common Lisp library offering less flexible, but faster arrays"
-HOMEPAGE="http://packages.debian.org/unstable/libs/cl-quick-arrays
- http://www.cliki.net/quick-arrays"
-SRC_URI="mirror://gentoo/${PN}_${PV}-${DEB_PV}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
-IUSE=""
-DEPEND="dev-lisp/common-lisp-controller
- virtual/commonlisp"
-
-CLPACKAGE=quick-arrays
-
-S=${WORKDIR}/quick-arrays-${PV}
-
-src_compile() {
- :
-}
-
-src_install() {
- common-lisp-install *.asd *.lisp
- common-lisp-system-symlink
- do-debian-credits
-}