public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "José María Alonso" <nimiux@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/lisp:master commit in: app-text/skribilo/
Date: Thu,  1 Mar 2018 08:18:34 +0000 (UTC)	[thread overview]
Message-ID: <1519892315.de500314e26cfe01094ec63ff990000ee7712b61.nimiux@gentoo> (raw)

commit:     de500314e26cfe01094ec63ff990000ee7712b61
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: Thu Mar  1 08:18:35 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=de500314

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	other threads:[~2018-03-01  8:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-01  8:18 José María Alonso [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-01 11:12 [gentoo-commits] proj/lisp:master commit in: app-text/skribilo/ Ulrich Müller
2018-03-09 21:36 José María Alonso
2018-03-09 17:41 José María Alonso
2015-08-18  8:35 José María Alonso
2015-08-18  8:14 José María Alonso

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1519892315.de500314e26cfe01094ec63ff990000ee7712b61.nimiux@gentoo \
    --to=nimiux@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox