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: Sun, 15 Oct 2017 20:02:13
Message-Id: 1508097730.eb5061da12a4fc37688ac83c2b6e5b4d487c1cd2.nimiux@gentoo
1 commit: eb5061da12a4fc37688ac83c2b6e5b4d487c1cd2
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 15 20:02:10 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 15 20:02:10 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=eb5061da
7
8 dev-lisp/terminfo: Bumps version to 1.10
9
10 dev-lisp/terminfo/terminfo-1.10.ebuild | 26 ++++++++++++++++++++++++++
11 1 file changed, 26 insertions(+)
12
13 diff --git a/dev-lisp/terminfo/terminfo-1.10.ebuild b/dev-lisp/terminfo/terminfo-1.10.ebuild
14 new file mode 100644
15 index 00000000..6a0a9817
16 --- /dev/null
17 +++ b/dev-lisp/terminfo/terminfo-1.10.ebuild
18 @@ -0,0 +1,26 @@
19 +# Copyright 1999-2017 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +
22 +EAPI=6
23 +
24 +inherit common-lisp-3
25 +
26 +LINEDITVERSION="0.17.5"
27 +
28 +DESCRIPTION="Common Lisp interface to the terminfo database."
29 +HOMEPAGE="http://users.actrix.co.nz/mycroft/cl.html"
30 +SRC_URI="https://dev.gentoo.org/~nimiux/${CATEGORY}/linedit/linedit-${LINEDITVERSION}.tar.bz2"
31 +
32 +LICENSE="MIT"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
35 +IUSE=""
36 +
37 +RDEPEND="sys-libs/ncurses"
38 +
39 +S="${WORKDIR}"/linedit-"${LINEDITVERSION}"
40 +
41 +src_install() {
42 + common-lisp-install-sources "${PN}.lisp"
43 + common-lisp-install-asdf "${PN}.asd"
44 +}