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 C7035158086 for ; Wed, 6 Oct 2021 16:48:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AC2FE09CD; Wed, 6 Oct 2021 16:47:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81F02E09CD for ; Wed, 6 Oct 2021 16:47:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AACE53432AE for ; Wed, 6 Oct 2021 16:47:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3643D129 for ; Wed, 6 Oct 2021 16:47:50 +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: <1633538834.4dd9670e7f208c361cf3035ad0ec477a8acf52bf.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-RSS/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/XML-RSS/Manifest dev-perl/XML-RSS/XML-RSS-1.620.0.ebuild X-VCS-Directories: dev-perl/XML-RSS/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 4dd9670e7f208c361cf3035ad0ec477a8acf52bf X-VCS-Branch: master Date: Wed, 6 Oct 2021 16:47:50 +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: 75e420e0-824c-4040-aef8-b5b349508301 X-Archives-Hash: 8b4ccc41cd4bd215fe3820f3fb174fec commit: 4dd9670e7f208c361cf3035ad0ec477a8acf52bf Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Oct 6 16:33:18 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Wed Oct 6 16:47:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dd9670e dev-perl/XML-RSS: Version bump 1.62 Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/XML-RSS/Manifest | 1 + dev-perl/XML-RSS/XML-RSS-1.620.0.ebuild | 37 +++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/dev-perl/XML-RSS/Manifest b/dev-perl/XML-RSS/Manifest index c9f9a23b478..37453cc9465 100644 --- a/dev-perl/XML-RSS/Manifest +++ b/dev-perl/XML-RSS/Manifest @@ -1 +1,2 @@ DIST XML-RSS-1.60.tar.gz 130871 BLAKE2B 253e65d6b0a9c4c2775022b8fc26779b9ff924309fcb89a66de6effdf4d39dcb0f91736bb80bc32c5690c7fcb5396611e63670c821e7b7a43cc8b5251cfa8f34 SHA512 93301cef8aa1ba553b624c3db558b33c356fbaecd0049b6960225d3eb4e3c9992bb8896608eb5e8405adcce644b7b19d971525d799adc781a1a7e6a20cd12b75 +DIST XML-RSS-1.62.tar.gz 130877 BLAKE2B 4880d8f462be1a757cb3137be0c34fbfe14dbb6d25e2ad02775e333127984da512505cad3e4ab15545bb439d024fa46cf312afa54f4c7f30f88174652e6a3f1c SHA512 fc075e7b7ccd168c3a915170adcf63cc84cb0e465f9c88b52800c747f8363719b60e1606ce77bc910915d9b0fd1838ae4e93f1699389e08a51836f87b03bbfd5 diff --git a/dev-perl/XML-RSS/XML-RSS-1.620.0.ebuild b/dev-perl/XML-RSS/XML-RSS-1.620.0.ebuild new file mode 100644 index 00000000000..32cdaeb0ebd --- /dev/null +++ b/dev-perl/XML-RSS/XML-RSS-1.620.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=SHLOMIF +DIST_VERSION=1.62 +DIST_EXAMPLES=("examples/*") +inherit perl-module + +DESCRIPTION="a basic framework for creating and maintaining RSS files" +HOMEPAGE="http://perl-rss.sourceforge.net/" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" + +RDEPEND=" + virtual/perl-Carp + dev-perl/DateTime-Format-Mail + dev-perl/DateTime-Format-W3CDTF + dev-perl/HTML-Parser + dev-perl/XML-Parser +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + >=dev-perl/Module-Build-0.280.0 + test? ( + virtual/perl-File-Spec + virtual/perl-IO + >=virtual/perl-Test-Simple-0.880.0 + ) +" + +PERL_RM_FILES=( + "t/pod.t" "t/pod-coverage.t" + "t/cpan-changes.t" "t/style-trailing-space.t" +)