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/archive/
Date: Fri, 07 Jul 2017 09:58:35
Message-Id: 1499421519.68e5009b7a79a057b0ebacffb4addedb5bf90f34.nimiux@gentoo
1 commit: 68e5009b7a79a057b0ebacffb4addedb5bf90f34
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 09:58:39 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 09:58:39 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=68e5009b
7
8 dev-lisp/archive: Updates header and EAPI
9
10 dev-lisp/archive/archive-0.8-r1.ebuild | 6 +++---
11 dev-lisp/archive/archive-0.9.ebuild | 5 ++---
12 2 files changed, 5 insertions(+), 6 deletions(-)
13
14 diff --git a/dev-lisp/archive/archive-0.8-r1.ebuild b/dev-lisp/archive/archive-0.8-r1.ebuild
15 index 0d4f1b4e..ffce1f83 100644
16 --- a/dev-lisp/archive/archive-0.8-r1.ebuild
17 +++ b/dev-lisp/archive/archive-0.8-r1.ebuild
18 @@ -1,8 +1,8 @@
19 -# Copyright 1999-2016 Gentoo Foundation
20 +# Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 -# $Id$
23
24 -EAPI=2
25 +EAPI=6
26 +
27 inherit common-lisp-3
28
29 MY_P=${PN}_${PV}
30
31 diff --git a/dev-lisp/archive/archive-0.9.ebuild b/dev-lisp/archive/archive-0.9.ebuild
32 index 7ee62cfe..f74a07be 100644
33 --- a/dev-lisp/archive/archive-0.9.ebuild
34 +++ b/dev-lisp/archive/archive-0.9.ebuild
35 @@ -1,8 +1,7 @@
36 -# Copyright 1999-2016 Gentoo Foundation
37 +# Copyright 1999-2017 Gentoo Foundation
38 # Distributed under the terms of the GNU General Public License v2
39 -# $Id$
40
41 -EAPI=5
42 +EAPI=6
43
44 inherit common-lisp-3