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/chipz/
Date: Fri, 07 Jul 2017 10:29:47
Message-Id: 1499423393.3f13c5eb7ce4d5f6bd16516f649d6e470b4d4861.nimiux@gentoo
1 commit: 3f13c5eb7ce4d5f6bd16516f649d6e470b4d4861
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 10:29:53 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 10:29:53 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3f13c5eb
7
8 dev-lisp/chipz: Updates header and EAPI
9
10 dev-lisp/chipz/chipz-0.7.4-r1.ebuild | 9 +++++----
11 dev-lisp/chipz/chipz-0.8.ebuild | 8 ++++----
12 2 files changed, 9 insertions(+), 8 deletions(-)
13
14 diff --git a/dev-lisp/chipz/chipz-0.7.4-r1.ebuild b/dev-lisp/chipz/chipz-0.7.4-r1.ebuild
15 index c9a2d72b..ebea430d 100644
16 --- a/dev-lisp/chipz/chipz-0.7.4-r1.ebuild
17 +++ b/dev-lisp/chipz/chipz-0.7.4-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 eutils
28
29 MY_P=${PN}_${PV}
30 @@ -19,7 +19,8 @@ IUSE=""
31 S="${WORKDIR}"/${MY_P}
32
33 src_prepare() {
34 - epatch "${FILESDIR}"/gentoo-fix-asd.patch
35 + eapply "${FILESDIR}"/gentoo-fix-asd.patch
36 + eapply_user
37 }
38
39 src_install() {
40
41 diff --git a/dev-lisp/chipz/chipz-0.8.ebuild b/dev-lisp/chipz/chipz-0.8.ebuild
42 index 1abb81cc..ce48e18f 100644
43 --- a/dev-lisp/chipz/chipz-0.8.ebuild
44 +++ b/dev-lisp/chipz/chipz-0.8.ebuild
45 @@ -1,8 +1,7 @@
46 -# Copyright 1999-2016 Gentoo Foundation
47 +# Copyright 1999-2017 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 -# $Id$
50
51 -EAPI=5
52 +EAPI=6
53
54 inherit common-lisp-3 eutils
55
56 @@ -20,7 +19,8 @@ IUSE=""
57 S="${WORKDIR}"/${MY_P}
58
59 src_prepare() {
60 - epatch "${FILESDIR}"/gentoo-fix-asd-"${PV}".patch
61 + eapply "${FILESDIR}"/gentoo-fix-asd-"${PV}".patch
62 + eapply_user
63 }
64
65 src_install() {