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 5F209139345 for ; Sat, 17 Jul 2021 19:11:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C703E0BB2; Sat, 17 Jul 2021 19:11:40 +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 C6CD8E0BA3 for ; Sat, 17 Jul 2021 19:11:39 +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 B0BFC342B59 for ; Sat, 17 Jul 2021 19:11:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CA417D5 for ; Sat, 17 Jul 2021 19:11:36 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1626549073.ee06b5a5f9c8e029b9c5616faf279e8778b92924.dilfridge@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.57-r1.ebuild app-text/po4a/po4a-0.57.ebuild app-text/po4a/po4a-0.62-r1.ebuild app-text/po4a/po4a-0.62.ebuild app-text/po4a/po4a-0.63-r1.ebuild app-text/po4a/po4a-0.63.ebuild X-VCS-Directories: app-text/po4a/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: ee06b5a5f9c8e029b9c5616faf279e8778b92924 X-VCS-Branch: master Date: Sat, 17 Jul 2021 19:11:36 +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: 70ae8b70-5014-4bd2-b002-9f0d86db2bad X-Archives-Hash: d16aa1729618f64052235baaf4bd314c commit: ee06b5a5f9c8e029b9c5616faf279e8778b92924 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jul 17 18:58:44 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Jul 17 19:11:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee06b5a5 app-text/po4a: virtual/perl-Pod-Parser -> dev-perl/Pod-Parser Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> app-text/po4a/{po4a-0.57.ebuild => po4a-0.57-r1.ebuild} | 2 +- app-text/po4a/{po4a-0.62.ebuild => po4a-0.62-r1.ebuild} | 2 +- app-text/po4a/{po4a-0.63.ebuild => po4a-0.63-r1.ebuild} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/po4a/po4a-0.57.ebuild b/app-text/po4a/po4a-0.57-r1.ebuild similarity index 97% rename from app-text/po4a/po4a-0.57.ebuild rename to app-text/po4a/po4a-0.57-r1.ebuild index 08593f0289b..e05dec8567c 100644 --- a/app-text/po4a/po4a-0.57.ebuild +++ b/app-text/po4a/po4a-0.57-r1.ebuild @@ -25,7 +25,7 @@ RDEPEND="app-text/opensp dev-perl/Unicode-LineBreak dev-perl/YAML-Tiny sys-devel/gettext - virtual/perl-Pod-Parser" + dev-perl/Pod-Parser" DEPEND="${RDEPEND}" BDEPEND=" app-text/docbook-xml-dtd:4.1.2 diff --git a/app-text/po4a/po4a-0.62.ebuild b/app-text/po4a/po4a-0.62-r1.ebuild similarity index 98% rename from app-text/po4a/po4a-0.62.ebuild rename to app-text/po4a/po4a-0.62-r1.ebuild index dfa0d2ba869..d2312dd067e 100644 --- a/app-text/po4a/po4a-0.62.ebuild +++ b/app-text/po4a/po4a-0.62-r1.ebuild @@ -25,7 +25,7 @@ RDEPEND="app-text/opensp dev-perl/Unicode-LineBreak dev-perl/YAML-Tiny sys-devel/gettext - virtual/perl-Pod-Parser" + dev-perl/Pod-Parser" DEPEND="${RDEPEND}" BDEPEND=" app-text/docbook-xml-dtd:4.1.2 diff --git a/app-text/po4a/po4a-0.63.ebuild b/app-text/po4a/po4a-0.63-r1.ebuild similarity index 98% rename from app-text/po4a/po4a-0.63.ebuild rename to app-text/po4a/po4a-0.63-r1.ebuild index dfa0d2ba869..d2312dd067e 100644 --- a/app-text/po4a/po4a-0.63.ebuild +++ b/app-text/po4a/po4a-0.63-r1.ebuild @@ -25,7 +25,7 @@ RDEPEND="app-text/opensp dev-perl/Unicode-LineBreak dev-perl/YAML-Tiny sys-devel/gettext - virtual/perl-Pod-Parser" + dev-perl/Pod-Parser" DEPEND="${RDEPEND}" BDEPEND=" app-text/docbook-xml-dtd:4.1.2