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: app-emacs/geiser/
Date: Thu, 01 Mar 2018 08:32:20
Message-Id: 1519893131.580c3f69c01911e7c5a421953f4f45b61834bdb7.nimiux@gentoo
1 commit: 580c3f69c01911e7c5a421953f4f45b61834bdb7
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 1 08:32:11 2018 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 1 08:32:11 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=580c3f69
7
8 app-emacs/geiser: Updates header and EAPI
9
10 .../geiser/{geiser-999.ebuild => geiser-9999.ebuild} | 16 +++++-----------
11 1 file changed, 5 insertions(+), 11 deletions(-)
12
13 diff --git a/app-emacs/geiser/geiser-999.ebuild b/app-emacs/geiser/geiser-9999.ebuild
14 similarity index 75%
15 rename from app-emacs/geiser/geiser-999.ebuild
16 rename to app-emacs/geiser/geiser-9999.ebuild
17 index bd19913d..5dd33e72 100644
18 --- a/app-emacs/geiser/geiser-999.ebuild
19 +++ b/app-emacs/geiser/geiser-9999.ebuild
20 @@ -1,15 +1,13 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 -# $Header: $
25
26 -EAPI="4"
27 +EAPI=6
28
29 # for live ebuilds uncomment inherit git-2, comment SRC_URI and empty KEYWORDS
30
31 NEED_EMACS=23
32
33 -inherit elisp
34 -inherit git-2
35 +inherit elisp git-r3
36
37 DESCRIPTION="Emacs modes for Scheme interaction"
38 HOMEPAGE="http://www.nongnu.org/geiser/"
39 @@ -35,14 +33,10 @@ src_configure() {
40 econf --with-lispdir="${SITELISP}/${PN}"
41 }
42
43 -src_compile() {
44 - emake || die
45 -}
46 -
47 src_install() {
48 - emake DESTDIR="${D}" install || die
49 + emake DESTDIR="${D}" install
50
51 - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
52 + elisp-site-file-install "${FILESDIR}/${SITEFILE}"
53 dodoc AUTHORS NEWS README THANKS
54 }