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 953A31382C5 for ; Fri, 20 Apr 2018 19:48:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7068E0969; Fri, 20 Apr 2018 19:48:07 +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 C0B23E0969 for ; Fri, 20 Apr 2018 19:48:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 03741335C78 for ; Fri, 20 Apr 2018 19:48:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D02D290 for ; Fri, 20 Apr 2018 19:48:05 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1524253621.c5ae49378648c1f50a1de55a0280e7b2b8582430.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/isomaster/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/isomaster/isomaster-1.3.13.ebuild X-VCS-Directories: app-cdr/isomaster/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c5ae49378648c1f50a1de55a0280e7b2b8582430 X-VCS-Branch: master Date: Fri, 20 Apr 2018 19:48:05 +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: e0af8ebd-e5c1-497b-a6ef-0c17051db613 X-Archives-Hash: 589ce4b1df02127b96a3158dc4b5799c commit: c5ae49378648c1f50a1de55a0280e7b2b8582430 Author: Marty E. Plummer startmail com> AuthorDate: Sun Apr 8 11:27:19 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Apr 20 19:47:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ae4937 app-cdr/isomaster: EAPI bump epatch->default Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-cdr/isomaster/isomaster-1.3.13.ebuild | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/app-cdr/isomaster/isomaster-1.3.13.ebuild b/app-cdr/isomaster/isomaster-1.3.13.ebuild index af9ab4d1ebf..e2f7f7daa10 100644 --- a/app-cdr/isomaster/isomaster-1.3.13.ebuild +++ b/app-cdr/isomaster/isomaster-1.3.13.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=6 -inherit eutils toolchain-funcs xdg-utils +inherit toolchain-funcs xdg-utils DESCRIPTION="Graphical CD image editor for reading, modifying and writing ISO images" HOMEPAGE="http://littlesvr.ca/isomaster" @@ -20,6 +20,10 @@ DEPEND="${RDEPEND} virtual/pkgconfig nls? ( >=sys-devel/gettext-0.19.1 )" # bug 512448 +PATCHES=( + "${FILESDIR}"/${PN}-1.3.9-iniparser-3.0.0.patch #399629 +) + pkg_setup() { myisoconf=( DEFAULT_EDITOR=leafpad @@ -32,7 +36,7 @@ pkg_setup() { } src_prepare() { - epatch "${FILESDIR}"/${PN}-1.3.9-iniparser-3.0.0.patch #399629 + default rm -R iniparser-2.17 || die }