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/filtered-functions/
Date: Sun, 04 Dec 2016 18:40:51
Message-Id: 1480876838.33c0140cc9595d2bf9ec9be71f791731e14baa30.nimiux@gentoo
1 commit: 33c0140cc9595d2bf9ec9be71f791731e14baa30
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 4 18:40:38 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 4 18:40:38 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=33c0140c
7
8 dev-lisp/filtered-functions: Fixes version 0.1
9
10 ...ed-functions-0.10.ebuild => filtered-functions-0.1.ebuild} | 11 ++++-------
11 1 file changed, 4 insertions(+), 7 deletions(-)
12
13 diff --git a/dev-lisp/filtered-functions/filtered-functions-0.10.ebuild b/dev-lisp/filtered-functions/filtered-functions-0.1.ebuild
14 similarity index 78%
15 rename from dev-lisp/filtered-functions/filtered-functions-0.10.ebuild
16 rename to dev-lisp/filtered-functions/filtered-functions-0.1.ebuild
17 index 85f2f1e..8598ca1 100644
18 --- a/dev-lisp/filtered-functions/filtered-functions-0.10.ebuild
19 +++ b/dev-lisp/filtered-functions/filtered-functions-0.1.ebuild
20 @@ -2,13 +2,15 @@
21 # Distributed under the terms of the GNU General Public License v2
22 # $Id$
23
24 +EAPI=5
25 +
26 inherit common-lisp-2
27
28 -MY_P=${PN}_${PV:0:3}
29 +MY_P=${PN}_${PV}
30
31 DESCRIPTION="."
32 HOMEPAGE="http://common-lisp.net/project/closer/filtered.html"
33 -SRC_URI="http://common-lisp.net/project/closer/ftp/${MY_P}.tar.gz"
34 +SRC_URI="http://common-lisp.net/project/closer/ftp/${MY_P}.tar.gz -> ${P}.tar.gz"
35
36 LICENSE="MIT"
37 SLOT="0"
38 @@ -18,8 +20,3 @@ IUSE=""
39 RDEPEND="dev-lisp/closer-mop"
40
41 S="${WORKDIR}"/${MY_P}
42 -
43 -src_install() {
44 - common-lisp-install *.{lisp,asd} test/*.lisp
45 - common-lisp-symlink-asdf
46 -}