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/lisp-unit/
Date: Mon, 10 Feb 2014 10:03:25
Message-Id: 1392026644.d316e54b5cc339be659068f75f0f0bb390bd1649.nimiux@gentoo
1 commit: d316e54b5cc339be659068f75f0f0bb390bd1649
2 Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 10 10:04:04 2014 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 10 10:04:04 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=d316e54b
7
8 dev-lisp/lisp-unit: fix live ebuild
9
10 ---
11 dev-lisp/lisp-unit/lisp-unit-9999.ebuild | 18 +++++++++---------
12 1 file changed, 9 insertions(+), 9 deletions(-)
13
14 diff --git a/dev-lisp/lisp-unit/lisp-unit-9999.ebuild b/dev-lisp/lisp-unit/lisp-unit-9999.ebuild
15 index 839085f..b54fe2c 100644
16 --- a/dev-lisp/lisp-unit/lisp-unit-9999.ebuild
17 +++ b/dev-lisp/lisp-unit/lisp-unit-9999.ebuild
18 @@ -1,10 +1,10 @@
19 -# Copyright 1999-2010 Gentoo Foundation
20 +# Copyright 1999-2014 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 # $Header: $
23
24 -EAPI=2
25 +EAPI=5
26
27 -inherit common-lisp-2 git
28 +inherit common-lisp-3 git-2
29
30 DESCRIPTION="A Common Lisp library for unit testing."
31 HOMEPAGE="http://www.cliki.net/lisp-unit/"
32 @@ -15,9 +15,9 @@ SLOT="0"
33 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
34 IUSE="doc"
35
36 -src_install() {
37 - common-lisp-install *.{lisp,asd}
38 - common-lisp-symlink-asdf
39 - dodoc TODO
40 - use doc && dohtml documentation/*
41 -}
42 +#src_install() {
43 + #common-lisp-install-sources *.lisp
44 + #common-lisp-install-asdf
45 + #dodoc TODO
46 + #use doc && dohtml documentation/*
47 +#}