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/iterate/
Date: Sun, 13 Dec 2015 18:38:54
Message-Id: 1450032091.d950d52662a0934b9cd31e20c259d2c07069f4e6.nimiux@gentoo
1 commit: d950d52662a0934b9cd31e20c259d2c07069f4e6
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 13 18:41:31 2015 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 13 18:41:31 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d950d526
7
8 dev-lisp/iterate: Fix headers, remove broken link and dead code
9
10 dev-lisp/iterate/iterate-1.4.3.ebuild | 7 +++----
11 dev-lisp/iterate/iterate-9999.ebuild | 11 ++---------
12 2 files changed, 5 insertions(+), 13 deletions(-)
13
14 diff --git a/dev-lisp/iterate/iterate-1.4.3.ebuild b/dev-lisp/iterate/iterate-1.4.3.ebuild
15 index 7d85fd1..b1e13fd 100644
16 --- a/dev-lisp/iterate/iterate-1.4.3.ebuild
17 +++ b/dev-lisp/iterate/iterate-1.4.3.ebuild
18 @@ -1,12 +1,11 @@
19 -# Copyright 1999-2010 Gentoo Foundation
20 +# Copyright 1999-2015 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 -# $Header: $
23 +# $Id$
24
25 inherit common-lisp-2 eutils
26
27 DESCRIPTION="ITERATE is a lispy and extensible replacement for the Common Lisp LOOP macro"
28 -HOMEPAGE="http://common-lisp.net/project/iterate/
29 - http://www.cliki.net/iterate/"
30 +HOMEPAGE="http://common-lisp.net/project/iterate/"
31 SRC_URI="http://common-lisp.net/project/${PN}/releases/${P}.tar.gz"
32
33 LICENSE="MIT"
34
35 diff --git a/dev-lisp/iterate/iterate-9999.ebuild b/dev-lisp/iterate/iterate-9999.ebuild
36 index af5d2b4..3653a55 100644
37 --- a/dev-lisp/iterate/iterate-9999.ebuild
38 +++ b/dev-lisp/iterate/iterate-9999.ebuild
39 @@ -1,14 +1,13 @@
40 # Copyright 1999-2015 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 -# $Header: $
43 +# $Id$
44
45 EAPI=5
46
47 inherit common-lisp-3 darcs
48
49 DESCRIPTION="ITERATE is a lispy and extensible replacement for the Common Lisp LOOP macro"
50 -HOMEPAGE="http://common-lisp.net/project/iterate/
51 - http://www.cliki.net/iterate/"
52 +HOMEPAGE="http://common-lisp.net/project/iterate/"
53 EDARCS_REPOSITORY="http://www.common-lisp.net/project/iterate/darcs/${PN}/"
54
55 LICENSE="MIT"
56 @@ -16,9 +15,3 @@ SLOT="0"
57 IUSE=""
58
59 RDEPEND="!dev-lisp/cl-${PN}"
60 -
61 -#src_install() {
62 -# common-lisp-install *.{lisp,asd}
63 -# common-lisp-symlink-asdf
64 -# dodoc doc/*.pdf
65 -#}