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: Mon, 28 May 2018 17:56:43
Message-Id: 1527530197.8aa4959dfbd1ead12d60c5c2de7702a8de221f64.nimiux@gentoo
1 commit: 8aa4959dfbd1ead12d60c5c2de7702a8de221f64
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 28 17:56:37 2018 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Mon May 28 17:56:37 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8aa4959d
7
8 dev-lisp/terminfo: Use snapshot ebuild
9
10 dev-lisp/terminfo/terminfo-1.10.ebuild | 15 +++------------
11 1 file changed, 3 insertions(+), 12 deletions(-)
12
13 diff --git a/dev-lisp/terminfo/terminfo-1.10.ebuild b/dev-lisp/terminfo/terminfo-1.10.ebuild
14 index 64294693..9f9f730a 100644
15 --- a/dev-lisp/terminfo/terminfo-1.10.ebuild
16 +++ b/dev-lisp/terminfo/terminfo-1.10.ebuild
17 @@ -5,23 +5,14 @@ EAPI=6
18
19 inherit common-lisp-3
20
21 -LINEDITPKG="linedit-0.17.5"
22 -
23 DESCRIPTION="Common Lisp interface to the terminfo database."
24 HOMEPAGE="http://users.actrix.co.nz/mycroft/cl.html
25 - https://github.com/nikodemus/linedit"
26 -SRC_URI="mirror://gentoo/${LINEDITPKG}.tar.gz"
27 + https://www.cliki.net/Terminfo"
28 +SRC_URI="mirror/gentoo/${P}.tar.bz2"
29
30 -LICENSE="BSD"
31 +LICENSE="MIT"
32 SLOT="0"
33 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
34 IUSE=""
35
36 RDEPEND="sys-libs/ncurses"
37 -
38 -S="${WORKDIR}"/"${LINEDITPKG}"
39 -
40 -src_install() {
41 - common-lisp-install-sources "${PN}.lisp"
42 - common-lisp-install-asdf "${PN}.asd"
43 -}