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/cl-charms/
Date: Thu, 01 Dec 2016 14:37:23
Message-Id: 1480603036.9433bb628d3cb0e833b984729863d07efe79ed87.nimiux@gentoo
1 commit: 9433bb628d3cb0e833b984729863d07efe79ed87
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 1 14:37:16 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 1 14:37:16 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9433bb62
7
8 dev-lisp/cl-charms: Updates header, EAPI and REPO_URI
9
10 dev-lisp/cl-charms/cl-charms-9999.ebuild | 11 ++++++-----
11 1 file changed, 6 insertions(+), 5 deletions(-)
12
13 diff --git a/dev-lisp/cl-charms/cl-charms-9999.ebuild b/dev-lisp/cl-charms/cl-charms-9999.ebuild
14 index d64532a..9d18cc6 100644
15 --- a/dev-lisp/cl-charms/cl-charms-9999.ebuild
16 +++ b/dev-lisp/cl-charms/cl-charms-9999.ebuild
17 @@ -1,14 +1,14 @@
18 -# Copyright 1999-2013 Gentoo Foundation
19 +# Copyright 1999-2016 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 -# $Header: $
22 +# $Id$
23
24 -EAPI=5
25 +EAPI=6
26
27 -inherit common-lisp-3 git-2
28 +inherit common-lisp-3 git-r3
29
30 DESCRIPTION="A set of CFFI bindings for libcurses (ncurses), a GUI-like console"
31 HOMEPAGE="http://www.cliki.net/cl-charms"
32 -EGIT_REPO_URI="git://gitorious.org/cl-charms/cl-charms.git"
33 +EGIT_REPO_URI="https://gitorious.org/cl-charms/${PN}.git"
34
35 LICENSE="MIT"
36 SLOT="0"
37 @@ -21,4 +21,5 @@ DEPEND="dev-lisp/alexandria
38
39 src_prepare() {
40 sed -i -e '/:unix/s/ncurses.so/ncurses.so.5/' "${S}/src/charms.lisp" || die
41 + default
42 }