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 85590158086 for ; Thu, 7 Oct 2021 21:07:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D147AE0903; Thu, 7 Oct 2021 21:07:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B78D3E08FE for ; Thu, 7 Oct 2021 21:07:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B5D6342EBF for ; Thu, 7 Oct 2021 21:07:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5D33151 for ; Thu, 7 Oct 2021 21:07:39 +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: <1633640828.75f48124aee172a44d21d3bb56b05db89ba0950b.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-XSLT/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/XML-XSLT/XML-XSLT-0.480.0-r1.ebuild dev-perl/XML-XSLT/XML-XSLT-0.480.0-r2.ebuild X-VCS-Directories: dev-perl/XML-XSLT/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 75f48124aee172a44d21d3bb56b05db89ba0950b X-VCS-Branch: master Date: Thu, 7 Oct 2021 21:07:39 +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: d8988ff6-1ef6-4f64-a6a0-f18b5368f0b8 X-Archives-Hash: 0eca316283e1bc1ef42751f3c47c7ad8 commit: 75f48124aee172a44d21d3bb56b05db89ba0950b Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Oct 7 20:55:29 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu Oct 7 21:07:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75f48124 dev-perl/XML-XSLT: EAPI=8 bump Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/XML-XSLT/XML-XSLT-0.480.0-r1.ebuild | 21 --------------------- dev-perl/XML-XSLT/XML-XSLT-0.480.0-r2.ebuild | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/dev-perl/XML-XSLT/XML-XSLT-0.480.0-r1.ebuild b/dev-perl/XML-XSLT/XML-XSLT-0.480.0-r1.ebuild deleted file mode 100644 index b4ed90ef3a7..00000000000 --- a/dev-perl/XML-XSLT/XML-XSLT-0.480.0-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=JSTOWE -MODULE_VERSION=0.48 -inherit perl-module - -DESCRIPTION="A Perl module to parse XSL Transformational sheets" - -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc sparc x86" -IUSE="" - -RDEPEND=">=dev-perl/XML-Parser-2.29 - >=dev-perl/XML-DOM-1.25 - >=dev-perl/libwww-perl-5.48" -DEPEND="${RDEPEND}" - -SRC_TEST="do" diff --git a/dev-perl/XML-XSLT/XML-XSLT-0.480.0-r2.ebuild b/dev-perl/XML-XSLT/XML-XSLT-0.480.0-r2.ebuild new file mode 100644 index 00000000000..da9caf04565 --- /dev/null +++ b/dev-perl/XML-XSLT/XML-XSLT-0.480.0-r2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=JSTOWE +DIST_VERSION=0.48 +inherit perl-module + +DESCRIPTION="A Perl module to parse XSL Transformational sheets" + +SLOT="0" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc sparc x86" + +RDEPEND=" + >=dev-perl/XML-Parser-2.290.0 + >=dev-perl/XML-DOM-1.250.0 + >=dev-perl/libwww-perl-5.480.0 +" +BDEPEND="${RDEPEND} +"