Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/terminfo/
Date: Sat, 07 Dec 2013 20:37:02
Message-Id: 1386448666.221586ec77d90fe0e626a1ed73024c33d289117e.nimiux@gentoo
1 commit: 221586ec77d90fe0e626a1ed73024c33d289117e
2 Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 7 20:37:46 2013 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 7 20:37:46 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=221586ec
7
8 dev-lisp/terminfo: drop not working version 1.10
9
10 ---
11 dev-lisp/terminfo/terminfo-1.10.ebuild | 21 ---------------------
12 1 file changed, 21 deletions(-)
13
14 diff --git a/dev-lisp/terminfo/terminfo-1.10.ebuild b/dev-lisp/terminfo/terminfo-1.10.ebuild
15 deleted file mode 100644
16 index bac0303..0000000
17 --- a/dev-lisp/terminfo/terminfo-1.10.ebuild
18 +++ /dev/null
19 @@ -1,21 +0,0 @@
20 -# Copyright 1999-2013 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Header: $
23 -
24 -inherit common-lisp-3
25 -
26 -MY_PV="${PN}_${PV}"
27 -
28 -DESCRIPTION="Common Lisp interface to the terminfo database."
29 -HOMEPAGE="http://users.actrix.co.nz/mycroft/cl.html"
30 -SRC_URI="mirror://gentoo/"${MY_PV}".tar.gz"
31 -
32 -LICENSE="BSD-2"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
35 -IUSE=""
36 -
37 -RDEPEND="!dev-lisp/cl-${PN}
38 - sys-libs/ncurses"
39 -
40 -S="${WORKDIR}"/"${MY_PV}"