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/alexandria/
Date: Wed, 05 Apr 2017 14:54:35
Message-Id: 1491404063.cc034e316316686efa3acea6e9b84c1ddb6184bf.nimiux@gentoo
1 commit: cc034e316316686efa3acea6e9b84c1ddb6184bf
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 14:54:23 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 14:54:23 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cc034e31
7
8 dev-lisp/alexandria: Updates header and EAPI
9
10 dev-lisp/alexandria/alexandria-0.1_p20100411.ebuild | 3 +--
11 dev-lisp/alexandria/alexandria-9999.ebuild | 7 +++----
12 2 files changed, 4 insertions(+), 6 deletions(-)
13
14 diff --git a/dev-lisp/alexandria/alexandria-0.1_p20100411.ebuild b/dev-lisp/alexandria/alexandria-0.1_p20100411.ebuild
15 index 7d9cdc5f..e2ac1459 100644
16 --- a/dev-lisp/alexandria/alexandria-0.1_p20100411.ebuild
17 +++ b/dev-lisp/alexandria/alexandria-0.1_p20100411.ebuild
18 @@ -1,6 +1,5 @@
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 inherit common-lisp-3 eutils
26
27 diff --git a/dev-lisp/alexandria/alexandria-9999.ebuild b/dev-lisp/alexandria/alexandria-9999.ebuild
28 index 255b8d9b..960fcb00 100644
29 --- a/dev-lisp/alexandria/alexandria-9999.ebuild
30 +++ b/dev-lisp/alexandria/alexandria-9999.ebuild
31 @@ -1,6 +1,5 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 +# Copyright 1999-2017 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36
37 EAPI=6
38
39 @@ -18,8 +17,8 @@ DEPEND="doc? ( sys-apps/texinfo )"
40 RDEPEND=""
41
42 src_prepare() {
43 - default
44 - epatch "${FILESDIR}/${PN}-fix-docstrings.patch"
45 + eapply "${FILESDIR}/${PN}-fix-docstrings.patch"
46 + eapply_user
47 }
48
49 src_compile() {