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/trivial-features/
Date: Sun, 04 Dec 2016 19:43:25
Message-Id: 1480880599.fbf81f564578247d70cc4aedc253f619d2cd26ea.nimiux@gentoo
1 commit: fbf81f564578247d70cc4aedc253f619d2cd26ea
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 4 19:43:19 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 4 19:43:19 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fbf81f56
7
8 dev-lisp/trivial-features: Updates header
9
10 dev-lisp/trivial-features/trivial-features-0.6-r1.ebuild | 7 ++++---
11 dev-lisp/trivial-features/trivial-features-0.7.ebuild | 6 +++---
12 2 files changed, 7 insertions(+), 6 deletions(-)
13
14 diff --git a/dev-lisp/trivial-features/trivial-features-0.6-r1.ebuild b/dev-lisp/trivial-features/trivial-features-0.6-r1.ebuild
15 index b5cafe8..5e503d6 100644
16 --- a/dev-lisp/trivial-features/trivial-features-0.6-r1.ebuild
17 +++ b/dev-lisp/trivial-features/trivial-features-0.6-r1.ebuild
18 @@ -1,13 +1,14 @@
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 EAPI=2
26 +
27 inherit common-lisp-3 eutils
28
29 MY_P=${PN}_${PV}
30
31 -DESCRIPTION="TRIVIAL-FEATURES ensures consistent *FEATURES* across multiple Common Lisp implementations."
32 +DESCRIPTION="Ensures consistent *FEATURES* across multiple Common Lisp implementations."
33 HOMEPAGE="http://www.cliki.net/trivial-features"
34 SRC_URI="http://common-lisp.net/~loliveira/tarballs/${PN}/${MY_P}.tar.gz"
35
36
37 diff --git a/dev-lisp/trivial-features/trivial-features-0.7.ebuild b/dev-lisp/trivial-features/trivial-features-0.7.ebuild
38 index 84faad8..9cdc09b 100644
39 --- a/dev-lisp/trivial-features/trivial-features-0.7.ebuild
40 +++ b/dev-lisp/trivial-features/trivial-features-0.7.ebuild
41 @@ -1,6 +1,6 @@
42 -# Copyright 1999-2013 Gentoo Foundation
43 +# Copyright 1999-2016 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45 -# $Header: $
46 +# $Id$
47
48 EAPI=5
49
50 @@ -8,7 +8,7 @@ inherit common-lisp-3
51
52 MY_PV="v${PV}"
53
54 -DESCRIPTION="TRIVIAL-FEATURES ensures consistent *FEATURES* across multiple Common Lisp implementations."
55 +DESCRIPTION="Ensures consistent *FEATURES* across multiple Common Lisp implementations."
56 HOMEPAGE="http://www.cliki.net/trivial-features"
57 SRC_URI="https://github.com/${PN}/${PN}/archive/v0.7.tar.gz -> ${P}.tar.gz"