commit:     d589c6c8be695d7e4d61d476e996547ad3793f0e
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  1 08:18:35 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Mar  9 21:34:21 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d589c6c8

app-text/skribilo: Updates header and EAPI

 app-text/skribilo/skribilo-0.9.1.ebuild | 15 +++++++--------
 app-text/skribilo/skribilo-0.9.2.ebuild | 13 ++++++-------
 2 files changed, 13 insertions(+), 15 deletions(-)

diff --git a/app-text/skribilo/skribilo-0.9.1.ebuild 
b/app-text/skribilo/skribilo-0.9.1.ebuild
index ddde7487..8eeaab0b 100644
--- a/app-text/skribilo/skribilo-0.9.1.ebuild
+++ b/app-text/skribilo/skribilo-0.9.1.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
-EAPI=5
+EAPI=6
 
 inherit eutils
 
@@ -16,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="\
-       >=dev-scheme/guile-1.8
+       >=dev-scheme/guile-1.8:12
        >=dev-scheme/guile-reader-0.3
        >=app-text/lout-3.36
        media-libs/ploticus"
@@ -27,17 +26,17 @@ RDEPEND="${DEPEND}"
 
 src_unpack() {
        unpack ${A}
-       cd "${S}"
+       cd "${S}" || die
 }
 
 src_configure() {
-       econf --with-guilemoduledir=/usr/share/guile/site || die "econf failed"
+       econf --with-guilemoduledir=/usr/share/guile/site
 }
 
 src_compile() {
-       emake -j1 || die "emake failed"
+       emake -j1
 }
 
 src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed"
+       emake DESTDIR="${D}" install
 }

diff --git a/app-text/skribilo/skribilo-0.9.2.ebuild 
b/app-text/skribilo/skribilo-0.9.2.ebuild
index 4b09221c..85fb92e5 100644
--- a/app-text/skribilo/skribilo-0.9.2.ebuild
+++ b/app-text/skribilo/skribilo-0.9.2.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
-EAPI=5
+EAPI=6
 
 inherit eutils
 
@@ -25,17 +24,17 @@ RDEPEND="${DEPEND}"
 
 src_unpack() {
        unpack ${A}
-       cd "${S}"
+       cd "${S}" || die
 }
 
 src_configure() {
-       econf --with-guilemoduledir=/usr/share/guile/site || die "econf failed"
+       econf --with-guilemoduledir=/usr/share/guile/site
 }
 
 src_compile() {
-       emake -j1 || die "emake failed"
+       emake -j1
 }
 
 src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed"
+       emake DESTDIR="${D}" install
 }

Reply via email to