commit:     eb5061da12a4fc37688ac83c2b6e5b4d487c1cd2
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 15 20:02:10 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Oct 15 20:02:10 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=eb5061da

dev-lisp/terminfo: Bumps version to 1.10

 dev-lisp/terminfo/terminfo-1.10.ebuild | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/dev-lisp/terminfo/terminfo-1.10.ebuild 
b/dev-lisp/terminfo/terminfo-1.10.ebuild
new file mode 100644
index 00000000..6a0a9817
--- /dev/null
+++ b/dev-lisp/terminfo/terminfo-1.10.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit common-lisp-3
+
+LINEDITVERSION="0.17.5"
+
+DESCRIPTION="Common Lisp interface to the terminfo database."
+HOMEPAGE="http://users.actrix.co.nz/mycroft/cl.html";
+SRC_URI="https://dev.gentoo.org/~nimiux/${CATEGORY}/linedit/linedit-${LINEDITVERSION}.tar.bz2";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="sys-libs/ncurses"
+
+S="${WORKDIR}"/linedit-"${LINEDITVERSION}"
+
+src_install() {
+       common-lisp-install-sources "${PN}.lisp"
+       common-lisp-install-asdf "${PN}.asd"
+}

Reply via email to