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/meta/
Date: Thu, 01 Dec 2016 22:57:35
Message-Id: 1480633050.fa64a007dd95b64b12c44a6e4b4a8e041d8e5a2f.nimiux@gentoo
1 commit: fa64a007dd95b64b12c44a6e4b4a8e041d8e5a2f
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 1 22:57:30 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 1 22:57:30 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fa64a007
7
8 dev-lisp/meta: Adds new live ebuild and updates header
9
10 dev-lisp/meta/meta-0.1.2.ebuild | 4 ++--
11 dev-lisp/meta/{meta-0.1.2.ebuild => meta-9999.ebuild} | 13 ++++++-------
12 2 files changed, 8 insertions(+), 9 deletions(-)
13
14 diff --git a/dev-lisp/meta/meta-0.1.2.ebuild b/dev-lisp/meta/meta-0.1.2.ebuild
15 index f59b758..b65ab31 100644
16 --- a/dev-lisp/meta/meta-0.1.2.ebuild
17 +++ b/dev-lisp/meta/meta-0.1.2.ebuild
18 @@ -1,6 +1,6 @@
19 -# Copyright 1999-2010 Gentoo Foundation
20 +# Copyright 1999-2016 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 -# $Header: $
23 +# $Id$
24
25 inherit common-lisp-2
26
27
28 diff --git a/dev-lisp/meta/meta-0.1.2.ebuild b/dev-lisp/meta/meta-9999.ebuild
29 similarity index 54%
30 copy from dev-lisp/meta/meta-0.1.2.ebuild
31 copy to dev-lisp/meta/meta-9999.ebuild
32 index f59b758..e7d9860 100644
33 --- a/dev-lisp/meta/meta-0.1.2.ebuild
34 +++ b/dev-lisp/meta/meta-9999.ebuild
35 @@ -1,18 +1,17 @@
36 -# Copyright 1999-2010 Gentoo Foundation
37 +# Copyright 1999-2016 Gentoo Foundation
38 # Distributed under the terms of the GNU General Public License v2
39 -# $Header: $
40 +# $Id$
41
42 -inherit common-lisp-2
43 +EAPI=6
44 +
45 +inherit common-lisp-3 git-r3
46
47 DESCRIPTION="A library of macros and functions by Fare Rideau."
48 HOMEPAGE="http://www.cliki.net/meta"
49 -SRC_URI="http://fare.tunes.org/files/asdf-packages/${P}.tar.gz"
50 +EGIT_REPO_URI="https://gitlab.common-lisp.net/frideau/${PN}.git"
51
52 LICENSE="BSD-2"
53 SLOT="0"
54 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
55 IUSE=""
56
57 RDEPEND="!dev-lisp/cl-${PN}"
58 -
59 -S="${WORKDIR}"/${PN}