From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CACB91382C5 for ; Fri, 9 Mar 2018 21:36:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C35CDE087E; Fri, 9 Mar 2018 21:36:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A906E087E for ; Fri, 9 Mar 2018 21:36:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 792F4335C09 for ; Fri, 9 Mar 2018 21:36:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D1BE254 for ; Fri, 9 Mar 2018 21:36:07 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1520631261.d589c6c8be695d7e4d61d476e996547ad3793f0e.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: app-text/skribilo/ X-VCS-Repository: proj/lisp X-VCS-Files: app-text/skribilo/skribilo-0.9.1.ebuild app-text/skribilo/skribilo-0.9.2.ebuild X-VCS-Directories: app-text/skribilo/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: d589c6c8be695d7e4d61d476e996547ad3793f0e X-VCS-Branch: master Date: Fri, 9 Mar 2018 21:36:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 33d323e7-5c68-44bc-b544-251b6cf7f90f X-Archives-Hash: 4c3682a78be3096e60b05503c6a411d5 commit: d589c6c8be695d7e4d61d476e996547ad3793f0e Author: Chema Alonso Josa gentoo org> AuthorDate: Thu Mar 1 08:18:35 2018 +0000 Commit: José María Alonso gentoo 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 }