commit:     580c3f69c01911e7c5a421953f4f45b61834bdb7
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  1 08:32:11 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Mar  1 08:32:11 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=580c3f69

app-emacs/geiser: Updates header and EAPI

 .../geiser/{geiser-999.ebuild => geiser-9999.ebuild}     | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/app-emacs/geiser/geiser-999.ebuild 
b/app-emacs/geiser/geiser-9999.ebuild
similarity index 75%
rename from app-emacs/geiser/geiser-999.ebuild
rename to app-emacs/geiser/geiser-9999.ebuild
index bd19913d..5dd33e72 100644
--- a/app-emacs/geiser/geiser-999.ebuild
+++ b/app-emacs/geiser/geiser-9999.ebuild
@@ -1,15 +1,13 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
-EAPI="4"
+EAPI=6
 
 # for live ebuilds uncomment inherit git-2, comment SRC_URI and empty KEYWORDS
 
 NEED_EMACS=23
 
-inherit elisp
-inherit git-2
+inherit elisp git-r3
 
 DESCRIPTION="Emacs modes for Scheme interaction"
 HOMEPAGE="http://www.nongnu.org/geiser/";
@@ -35,14 +33,10 @@ src_configure() {
        econf --with-lispdir="${SITELISP}/${PN}"
 }
 
-src_compile() {
-       emake || die
-}
-
 src_install() {
-       emake DESTDIR="${D}" install || die
+       emake DESTDIR="${D}" install
 
-       elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
+       elisp-site-file-install "${FILESDIR}/${SITEFILE}"
        dodoc AUTHORS NEWS README THANKS
 }
 

Reply via email to