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/cl-sendmail/
Date: Mon, 03 Jul 2017 21:50:52
Message-Id: 1499118654.17acb9748fe5cd0bec0c4c32e9bd46bb522376f2.nimiux@gentoo
1 commit: 17acb9748fe5cd0bec0c4c32e9bd46bb522376f2
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 3 21:50:54 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 3 21:50:54 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=17acb974
7
8 dev-lisp/cl-sendmail: Updates to common-lisp-3 eclass
9
10 dev-lisp/cl-sendmail/cl-sendmail-0.5.5.ebuild | 13 +++++++++----
11 1 file changed, 9 insertions(+), 4 deletions(-)
12
13 diff --git a/dev-lisp/cl-sendmail/cl-sendmail-0.5.5.ebuild b/dev-lisp/cl-sendmail/cl-sendmail-0.5.5.ebuild
14 index bddcb313..55b2c7fd 100644
15 --- a/dev-lisp/cl-sendmail/cl-sendmail-0.5.5.ebuild
16 +++ b/dev-lisp/cl-sendmail/cl-sendmail-0.5.5.ebuild
17 @@ -1,8 +1,9 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 -# $Id$
22
23 -inherit common-lisp-2
24 +EAPI=6
25 +
26 +inherit common-lisp-3
27
28 DESCRIPTION="A Common Lisp library for sending email."
29 HOMEPAGE="http://www.cliki.net/cl-mime/"
30 @@ -23,5 +24,9 @@ S="${WORKDIR}"/${PN}
31 src_unpack() {
32 unpack ${A} && cd "${S}"
33
34 - epatch "${FILESDIR}"/fix-asd-deps.patch
35 +}
36 +
37 +src_prepare() {
38 + eapply "${FILESDIR}"/fix-asd-deps.patch
39 + eapply_user
40 }