summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanagiotis Christopoulos <pchrist@gentoo.org>2010-11-07 18:32:52 +0000
committerPanagiotis Christopoulos <pchrist@gentoo.org>2010-11-07 18:32:52 +0000
commit11916a73b4dfbb8f3f3923e2c15cc60bacba8e48 (patch)
treebcfdf45f090bcdb8474bd1c3f2e6b1d583b18af9 /dev-lisp/cl-terminfo/cl-terminfo-1.3.ebuild
parentdev-lisp/cl-tclink removal, p.masked from 17Sep2010, wrt bug #337963 (diff)
downloadhistorical-11916a73b4dfbb8f3f3923e2c15cc60bacba8e48.tar.gz
historical-11916a73b4dfbb8f3f3923e2c15cc60bacba8e48.tar.bz2
historical-11916a73b4dfbb8f3f3923e2c15cc60bacba8e48.zip
dev-lisp/cl-terminfo removal, p.masked from 17Sep2010, wrt bug #337963
Diffstat (limited to 'dev-lisp/cl-terminfo/cl-terminfo-1.3.ebuild')
-rw-r--r--dev-lisp/cl-terminfo/cl-terminfo-1.3.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-lisp/cl-terminfo/cl-terminfo-1.3.ebuild b/dev-lisp/cl-terminfo/cl-terminfo-1.3.ebuild
deleted file mode 100644
index 8c9f7ce5780e..000000000000
--- a/dev-lisp/cl-terminfo/cl-terminfo-1.3.ebuild
+++ /dev/null
@@ -1,25 +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-terminfo/cl-terminfo-1.3.ebuild,v 1.6 2005/05/24 18:48:36 mkennedy Exp $
-
-inherit common-lisp
-
-DESCRIPTION="Common Lisp interface to the terminfo database."
-HOMEPAGE="http://users.actrix.co.nz/mycroft/cl.html"
-SRC_URI="http://common-lisp.net/project/linedit/files/terminfo_${PV}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
-IUSE=""
-DEPEND="dev-lisp/common-lisp-controller
- virtual/commonlisp
- sys-libs/ncurses"
-
-CLPACKAGE=terminfo
-
-S=${WORKDIR}/terminfo_${PV}
-
-src_install() {
- common-lisp-install *.lisp terminfo.asd
- common-lisp-system-symlink
-}