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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B68A4158021 for ; Sun, 20 Nov 2022 23:56:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B58AEE0972; Sun, 20 Nov 2022 23:56:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9774DE0972 for ; Sun, 20 Nov 2022 23:56:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A913A34097F for ; Sun, 20 Nov 2022 23:56:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13A3C75 for ; Sun, 20 Nov 2022 23:56:04 +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: <1668988549.29aedc9d26783bc015a967a9ac6d7113a29815d4.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pstotext/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/pstotext/pstotext-1.9-r4.ebuild app-text/pstotext/pstotext-1.9-r5.ebuild X-VCS-Directories: app-text/pstotext/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 29aedc9d26783bc015a967a9ac6d7113a29815d4 X-VCS-Branch: master Date: Sun, 20 Nov 2022 23:56:04 +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: 3a304ac2-37ab-495c-8fe9-165fe522b416 X-Archives-Hash: b39ea3d992f4fe3c23b20dd4b0f8773b commit: 29aedc9d26783bc015a967a9ac6d7113a29815d4 Author: David Seifert gentoo org> AuthorDate: Sun Nov 20 23:55:49 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Nov 20 23:55:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29aedc9d app-text/pstotext: update EAPI 6 -> 8 Signed-off-by: David Seifert gentoo.org> .../pstotext/{pstotext-1.9-r4.ebuild => pstotext-1.9-r5.ebuild} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app-text/pstotext/pstotext-1.9-r4.ebuild b/app-text/pstotext/pstotext-1.9-r5.ebuild similarity index 93% rename from app-text/pstotext/pstotext-1.9-r4.ebuild rename to app-text/pstotext/pstotext-1.9-r5.ebuild index 814f6a395699..72c02ff901a4 100644 --- a/app-text/pstotext/pstotext-1.9-r4.ebuild +++ b/app-text/pstotext/pstotext-1.9-r5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit toolchain-funcs @@ -12,7 +12,6 @@ SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/contrib/${P}.tar.gz" LICENSE="PSTT" SLOT="0" KEYWORDS="amd64 ~hppa ppc ppc64 x86" -IUSE="" RDEPEND="app-text/ghostscript-gpl" @@ -21,8 +20,7 @@ PATCHES=( "${FILESDIR}"/${PV}-flags.patch ) -src_prepare() { - default +src_configure() { tc-export CC }