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 09031158086 for ; Mon, 22 Nov 2021 15:02:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2587DE0946; Mon, 22 Nov 2021 15:02:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2D08E094A for ; Mon, 22 Nov 2021 15:02:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA21434329E for ; Mon, 22 Nov 2021 15:02:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15FD31C1 for ; Mon, 22 Nov 2021 15:02:02 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1637592987.e31994188c9e9945bc209ef122a3f156d05ab7f8.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/po4a/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/po4a/po4a-0.63-r1.ebuild app-text/po4a/po4a-0.64.ebuild X-VCS-Directories: app-text/po4a/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: e31994188c9e9945bc209ef122a3f156d05ab7f8 X-VCS-Branch: master Date: Mon, 22 Nov 2021 15:02:02 +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: 5aef17c9-7329-44ef-9253-2970c39704b7 X-Archives-Hash: ea44a9e6abdfcd740184c837d1dba231 commit: e31994188c9e9945bc209ef122a3f156d05ab7f8 Author: Akinori Hattori gentoo org> AuthorDate: Mon Nov 22 14:56:27 2021 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Mon Nov 22 14:56:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3199418 app-text/po4a: update to EAPI 8 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Akinori Hattori gentoo.org> app-text/po4a/po4a-0.63-r1.ebuild | 9 ++++----- app-text/po4a/po4a-0.64.ebuild | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/app-text/po4a/po4a-0.63-r1.ebuild b/app-text/po4a/po4a-0.63-r1.ebuild index 6299fac79ffc..0455420eda69 100644 --- a/app-text/po4a/po4a-0.63-r1.ebuild +++ b/app-text/po4a/po4a-0.63-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" PLOCALES="af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl pt pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK" inherit perl-module plocale @@ -19,16 +19,15 @@ RESTRICT="!test? ( test )" RDEPEND="app-text/opensp dev-libs/libxslt dev-perl/Locale-gettext + dev-perl/Pod-Parser dev-perl/SGMLSpm dev-perl/TermReadKey dev-perl/Text-WrapI18N dev-perl/Unicode-LineBreak dev-perl/YAML-Tiny - sys-devel/gettext - dev-perl/Pod-Parser" + sys-devel/gettext" DEPEND="${RDEPEND}" -BDEPEND=" - app-text/docbook-xml-dtd:4.1.2 +BDEPEND="app-text/docbook-xml-dtd:4.1.2 app-text/docbook-xsl-stylesheets dev-perl/Module-Build test? ( diff --git a/app-text/po4a/po4a-0.64.ebuild b/app-text/po4a/po4a-0.64.ebuild index d1d6f4f2dc65..ad37199d5262 100644 --- a/app-text/po4a/po4a-0.64.ebuild +++ b/app-text/po4a/po4a-0.64.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" PLOCALES="ace af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl pt pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK zh_Hant" inherit perl-module plocale