commit: fbf81f564578247d70cc4aedc253f619d2cd26ea
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 19:43:19 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 19:43:19 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fbf81f56
dev-lisp/trivial-features: Updates header
dev-lisp/trivial-features/trivial-features-0.6-r1.ebuild | 7 ++++---
dev-lisp/trivial-features/trivial-features-0.7.ebuild | 6 +++---
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/dev-lisp/trivial-features/trivial-features-0.6-r1.ebuild
b/dev-lisp/trivial-features/trivial-features-0.6-r1.ebuild
index b5cafe8..5e503d6 100644
--- a/dev-lisp/trivial-features/trivial-features-0.6-r1.ebuild
+++ b/dev-lisp/trivial-features/trivial-features-0.6-r1.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=2
+
inherit common-lisp-3 eutils
MY_P=${PN}_${PV}
-DESCRIPTION="TRIVIAL-FEATURES ensures consistent *FEATURES* across multiple
Common Lisp implementations."
+DESCRIPTION="Ensures consistent *FEATURES* across multiple Common Lisp
implementations."
HOMEPAGE="http://www.cliki.net/trivial-features"
SRC_URI="http://common-lisp.net/~loliveira/tarballs/${PN}/${MY_P}.tar.gz"
diff --git a/dev-lisp/trivial-features/trivial-features-0.7.ebuild
b/dev-lisp/trivial-features/trivial-features-0.7.ebuild
index 84faad8..9cdc09b 100644
--- a/dev-lisp/trivial-features/trivial-features-0.7.ebuild
+++ b/dev-lisp/trivial-features/trivial-features-0.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
@@ -8,7 +8,7 @@ inherit common-lisp-3
MY_PV="v${PV}"
-DESCRIPTION="TRIVIAL-FEATURES ensures consistent *FEATURES* across multiple
Common Lisp implementations."
+DESCRIPTION="Ensures consistent *FEATURES* across multiple Common Lisp
implementations."
HOMEPAGE="http://www.cliki.net/trivial-features"
SRC_URI="https://github.com/${PN}/${PN}/archive/v0.7.tar.gz -> ${P}.tar.gz"