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 351F9138334 for ; Sun, 17 Nov 2019 05:09:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3BF5E0882; Sun, 17 Nov 2019 05:09:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 BD17AE0882 for ; Sun, 17 Nov 2019 05:09:02 +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 F2A7134CEE4 for ; Sun, 17 Nov 2019 05:09:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3445A8BB for ; Sun, 17 Nov 2019 05:08:58 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1573967210.6cda4c86cd81db6aa4eefc6904bda51ae9a928c2.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/docx2txt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/docx2txt/docx2txt-1.4.ebuild X-VCS-Directories: app-text/docx2txt/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 6cda4c86cd81db6aa4eefc6904bda51ae9a928c2 X-VCS-Branch: master Date: Sun, 17 Nov 2019 05:08:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 25a6fd9d-8aad-4b21-886b-aa7b3406e86c X-Archives-Hash: 149256fe5035102cd9ebbe6805ae2576 commit: 6cda4c86cd81db6aa4eefc6904bda51ae9a928c2 Author: Tim Harder gentoo org> AuthorDate: Sun Nov 17 05:06:15 2019 +0000 Commit: Tim Harder gentoo org> CommitDate: Sun Nov 17 05:06:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cda4c86 app-text/docx2txt: update to EAPI 7 Signed-off-by: Tim Harder gentoo.org> app-text/docx2txt/docx2txt-1.4.ebuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/app-text/docx2txt/docx2txt-1.4.ebuild b/app-text/docx2txt/docx2txt-1.4.ebuild index 322943c0bd9..46c9ea99a96 100644 --- a/app-text/docx2txt/docx2txt-1.4.ebuild +++ b/app-text/docx2txt/docx2txt-1.4.ebuild @@ -1,9 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -inherit eutils +EAPI=7 DESCRIPTION="Convert MS Office docx files to plain text" HOMEPAGE="http://docx2txt.sourceforge.net/" @@ -16,9 +14,7 @@ KEYWORDS="~amd64 ~x86" RDEPEND="app-arch/unzip dev-lang/perl" -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.1-paragraph-newline.patch -} +PATCHES=( "${FILESDIR}"/${PN}-1.1-paragraph-newline.patch ) src_compile() { :; }