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 ADD6B1382C5 for ; Thu, 1 Mar 2018 08:20:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00E61E0905; Thu, 1 Mar 2018 08:20:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D01E2E0905 for ; Thu, 1 Mar 2018 08:20:53 +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 702E8335C38 for ; Thu, 1 Mar 2018 08:20:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5D811E6 for ; Thu, 1 Mar 2018 08:20:50 +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: <1519892451.a271759453fb123c113868cd35fdbabafdd2444c.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: app-text/skribe/ X-VCS-Repository: proj/lisp X-VCS-Files: app-text/skribe/skribe-1.2l-r1.ebuild X-VCS-Directories: app-text/skribe/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: a271759453fb123c113868cd35fdbabafdd2444c X-VCS-Branch: master Date: Thu, 1 Mar 2018 08:20:50 +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: b5c4cc7b-d4e2-4b0d-98f7-7776c4e4f607 X-Archives-Hash: f542a6ca8f9839bcb0ec494fab66f3e6 commit: a271759453fb123c113868cd35fdbabafdd2444c Author: Chema Alonso Josa gentoo org> AuthorDate: Thu Mar 1 08:20:51 2018 +0000 Commit: José María Alonso gentoo org> CommitDate: Thu Mar 1 08:20:51 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a2717594 app-text/skribe: Updates header and EAPI app-text/skribe/skribe-1.2l-r1.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-text/skribe/skribe-1.2l-r1.ebuild b/app-text/skribe/skribe-1.2l-r1.ebuild index bf555d36..1b236ec6 100644 --- a/app-text/skribe/skribe-1.2l-r1.ebuild +++ b/app-text/skribe/skribe-1.2l-r1.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/skribe/skribe-1.2l.ebuild,v 1.3 2010/09/15 21:47:28 chiiph Exp $ -EAPI="3" +EAPI=6 inherit multilib eutils @@ -29,6 +28,7 @@ src_prepare() { # Put the new emacs file (only if bigloo[emacs]) in DESTDIR instead of live filesystem epatch "${FILESDIR}/${P}-proper_skribe_el_installation.patch" + eapply_user } src_configure() { @@ -42,9 +42,9 @@ src_configure() { } src_compile() { - emake -j1 || die "emake failed" + emake -j1 } src_install() { - emake DESTDIR="${D}" install || die "install failed" + emake DESTDIR="${D}" install }