public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Feed-Find/
@ 2016-10-19 11:05 Agostino Sarubbo
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo @ 2016-10-19 11:05 UTC (permalink / raw
  To: gentoo-commits

commit:     bc51f530496410c71e5b7a05598192f2eee71be4
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 19 11:05:18 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Oct 19 11:05:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc51f530

dev-perl/Feed-Find: amd64 stable wrt bug #582528

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/Feed-Find/Feed-Find-0.70.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Feed-Find/Feed-Find-0.70.0-r1.ebuild b/dev-perl/Feed-Find/Feed-Find-0.70.0-r1.ebuild
index 647bdd6..a0dbd3a 100644
--- a/dev-perl/Feed-Find/Feed-Find-0.70.0-r1.ebuild
+++ b/dev-perl/Feed-Find/Feed-Find-0.70.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Syndication feed auto-discovery"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Feed-Find/
@ 2017-06-25 22:04 Andreas Hüttel
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Hüttel @ 2017-06-25 22:04 UTC (permalink / raw
  To: gentoo-commits

commit:     5b7542fefe8869563f47c033fae735045ddbe884
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 22:04:29 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 22:04:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b7542fe

dev-perl/Feed-Find: Fix build with Perl 5.26, bug 616836

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/Feed-Find/Feed-Find-0.70.0-r1.ebuild | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Feed-Find/Feed-Find-0.70.0-r1.ebuild b/dev-perl/Feed-Find/Feed-Find-0.70.0-r1.ebuild
index 5fdbe3431b9..d2a6ad7b99a 100644
--- a/dev-perl/Feed-Find/Feed-Find-0.70.0-r1.ebuild
+++ b/dev-perl/Feed-Find/Feed-Find-0.70.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-MODULE_AUTHOR=BTROTT
-MODULE_VERSION=0.07
+DIST_AUTHOR=BTROTT
+DIST_VERSION=0.07
 inherit perl-module
 
 DESCRIPTION="Syndication feed auto-discovery"
@@ -21,4 +21,10 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
-SRC_TEST=online
+DIST_TEST=online
+
+src_prepare() {
+	sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||
+		die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+	perl-module_src_prepare
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Feed-Find/
@ 2017-10-21  8:38 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2017-10-21  8:38 UTC (permalink / raw
  To: gentoo-commits

commit:     816f51f0d62b8460eda1cc32c8584d05929b3506
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 06:58:47 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 08:38:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=816f51f0

dev-perl/Feed-Find: Add tests

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Feed-Find/Feed-Find-0.70.0-r2.ebuild | 54 +++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)

diff --git a/dev-perl/Feed-Find/Feed-Find-0.70.0-r2.ebuild b/dev-perl/Feed-Find/Feed-Find-0.70.0-r2.ebuild
new file mode 100644
index 00000000000..81360d5b29e
--- /dev/null
+++ b/dev-perl/Feed-Find/Feed-Find-0.70.0-r2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=BTROTT
+DIST_VERSION=0.07
+inherit perl-module
+
+DESCRIPTION="Syndication feed auto-discovery"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-perl/Class-ErrorHandler
+	dev-perl/HTML-Parser
+	dev-perl/libwww-perl
+	dev-perl/URI
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||
+		die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+	perl-module_src_prepare
+}
+
+src_test() {
+	local MODULES=(
+		"Feed::Find ${DIST_VERSION}"
+	)
+	local failed=()
+	for dep in "${MODULES[@]}"; do
+		ebegin "Compile testing ${dep}"
+			perl -Mblib="${S}" -M"${dep} ()" -e1
+		eend $? || failed+=( "$dep" )
+	done
+	if [[ ${failed[@]} ]]; then
+		echo
+		eerror "One or more modules failed compile:";
+		for dep in "${failed[@]}"; do
+			eerror "  ${dep}"
+		done
+		die "Failing due to module compilation errors";
+	fi
+	if has network ${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}; then
+		perl-module_src_test
+	else
+		ewarn "Comprehensive testing requires network access. For details, see:"
+		ewarn "https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/dev-perl/Feed-Find"
+	fi
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Feed-Find/
@ 2018-06-10 15:52 Aaron Bauman
  0 siblings, 0 replies; 11+ messages in thread
From: Aaron Bauman @ 2018-06-10 15:52 UTC (permalink / raw
  To: gentoo-commits

commit:     b3e7b057d20adad3311243d3ce9e44ec511d45a4
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 15:45:54 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 15:52:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e7b057

dev-perl/Feed-Find: amd64 stable wrt bug #657592

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Feed-Find/Feed-Find-0.70.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Feed-Find/Feed-Find-0.70.0-r2.ebuild b/dev-perl/Feed-Find/Feed-Find-0.70.0-r2.ebuild
index 81360d5b29e..9df942f4c61 100644
--- a/dev-perl/Feed-Find/Feed-Find-0.70.0-r2.ebuild
+++ b/dev-perl/Feed-Find/Feed-Find-0.70.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Syndication feed auto-discovery"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Feed-Find/
@ 2021-05-29 14:12 Andreas K. Hüttel
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2021-05-29 14:12 UTC (permalink / raw
  To: gentoo-commits

commit:     9b4da5de6c8855ead59cce75d15eac1f72d126b3
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 14:01:54 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 29 14:12:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b4da5de

dev-perl/Feed-Find: Stable for amd64

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Feed-Find/Feed-Find-0.70.0-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Feed-Find/Feed-Find-0.70.0-r3.ebuild b/dev-perl/Feed-Find/Feed-Find-0.70.0-r3.ebuild
index 3e1c6d265b5..4e3b9eeea37 100644
--- a/dev-perl/Feed-Find/Feed-Find-0.70.0-r3.ebuild
+++ b/dev-perl/Feed-Find/Feed-Find-0.70.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Syndication feed auto-discovery"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Feed-Find/
@ 2021-05-29 14:12 Andreas K. Hüttel
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2021-05-29 14:12 UTC (permalink / raw
  To: gentoo-commits

commit:     3ee783254aef5cf5f9822c68e66c85bf71f7f902
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 14:02:09 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 29 14:12:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee78325

dev-perl/Feed-Find: Remove old

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Feed-Find/Feed-Find-0.70.0-r2.ebuild | 54 ---------------------------
 1 file changed, 54 deletions(-)

diff --git a/dev-perl/Feed-Find/Feed-Find-0.70.0-r2.ebuild b/dev-perl/Feed-Find/Feed-Find-0.70.0-r2.ebuild
deleted file mode 100644
index 9df942f4c61..00000000000
--- a/dev-perl/Feed-Find/Feed-Find-0.70.0-r2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=BTROTT
-DIST_VERSION=0.07
-inherit perl-module
-
-DESCRIPTION="Syndication feed auto-discovery"
-
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	dev-perl/Class-ErrorHandler
-	dev-perl/HTML-Parser
-	dev-perl/libwww-perl
-	dev-perl/URI
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||
-		die "Can't patch Makefile.PL for 5.26 dot-in-inc"
-	perl-module_src_prepare
-}
-
-src_test() {
-	local MODULES=(
-		"Feed::Find ${DIST_VERSION}"
-	)
-	local failed=()
-	for dep in "${MODULES[@]}"; do
-		ebegin "Compile testing ${dep}"
-			perl -Mblib="${S}" -M"${dep} ()" -e1
-		eend $? || failed+=( "$dep" )
-	done
-	if [[ ${failed[@]} ]]; then
-		echo
-		eerror "One or more modules failed compile:";
-		for dep in "${failed[@]}"; do
-			eerror "  ${dep}"
-		done
-		die "Failing due to module compilation errors";
-	fi
-	if has network ${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}; then
-		perl-module_src_test
-	else
-		ewarn "Comprehensive testing requires network access. For details, see:"
-		ewarn "https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/dev-perl/Feed-Find"
-	fi
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Feed-Find/
@ 2021-10-27 21:52 Andreas K. Hüttel
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2021-10-27 21:52 UTC (permalink / raw
  To: gentoo-commits

commit:     1a403c837b60066b4f541368316a8187845da11d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 27 21:45:16 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Oct 27 21:51:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a403c83

dev-perl/Feed-Find: Version bump 0.12

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Feed-Find/Feed-Find-0.120.0.ebuild | 30 +++++++++++++++++++++++++++++
 dev-perl/Feed-Find/Manifest                 |  1 +
 2 files changed, 31 insertions(+)

diff --git a/dev-perl/Feed-Find/Feed-Find-0.120.0.ebuild b/dev-perl/Feed-Find/Feed-Find-0.120.0.ebuild
new file mode 100644
index 00000000000..7bfe101cbb9
--- /dev/null
+++ b/dev-perl/Feed-Find/Feed-Find-0.120.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=DAVECROSS
+DIST_VERSION=0.12
+inherit perl-module
+
+DESCRIPTION="Syndication feed auto-discovery"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-perl/Class-ErrorHandler
+	dev-perl/HTML-Parser
+	dev-perl/libwww-perl
+	dev-perl/URI
+"
+BDEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+	test? (
+		dev-perl/Test-LWP-UserAgent
+	)
+"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-0.07-no-dot-inc.patch"
+)

diff --git a/dev-perl/Feed-Find/Manifest b/dev-perl/Feed-Find/Manifest
index 683f681a6ba..68dda34672c 100644
--- a/dev-perl/Feed-Find/Manifest
+++ b/dev-perl/Feed-Find/Manifest
@@ -1 +1,2 @@
 DIST Feed-Find-0.07.tar.gz 46380 BLAKE2B 9e2c7e446801decaf0f59cd1399b3a92195fbc174b3e65188367416167c9bf188402d7d995673602492cb0fe4c473dfd21848b7d00956d4f0ee66ccc037bccb2 SHA512 5ae62c0d5380d00bfae9f94d1d9ab7d024f3394ca7865d7a086668d84b0e4dfb18095468b966f7afd03f3b766f02822e9b19cfddf0f95ad7c0c3908e5a5806e9
+DIST Feed-Find-0.12.tar.gz 47396 BLAKE2B 4d41247ea6c592727a4db85662582e49a5744f3849bfa646758a6991963fcf20554b595847aa624cae605018826fa6bd354ff34ec64fc0d6eba84b4723e34e79 SHA512 7449563b99b85e2db8ec6662fe1b558bb78c591a205f58d0df6a3f1e786ffbece84150afb96fc71105a7de60bc82b68cfa1402c4d73d677773d4e0a687b66e97


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Feed-Find/
@ 2021-11-09 19:42 Jakov Smolić
  0 siblings, 0 replies; 11+ messages in thread
From: Jakov Smolić @ 2021-11-09 19:42 UTC (permalink / raw
  To: gentoo-commits

commit:     215c651fa7f5d82cbd5c665a0aaf1a176be77f14
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  9 19:42:16 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Nov  9 19:42:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=215c651f

dev-perl/Feed-Find: Keyword 0.120.0 x86, #820551

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-perl/Feed-Find/Feed-Find-0.120.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Feed-Find/Feed-Find-0.120.0.ebuild b/dev-perl/Feed-Find/Feed-Find-0.120.0.ebuild
index 7bfe101cbb9..9dbf1aed974 100644
--- a/dev-perl/Feed-Find/Feed-Find-0.120.0.ebuild
+++ b/dev-perl/Feed-Find/Feed-Find-0.120.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Syndication feed auto-discovery"
 
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
 	dev-perl/Class-ErrorHandler


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Feed-Find/
@ 2021-12-13  6:57 Agostino Sarubbo
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo @ 2021-12-13  6:57 UTC (permalink / raw
  To: gentoo-commits

commit:     010a0e02e949c07f97ae13cb2ef40029a3910872
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 06:57:15 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 06:57:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=010a0e02

dev-perl/Feed-Find: amd64 stable wrt bug #829043

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/Feed-Find/Feed-Find-0.120.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Feed-Find/Feed-Find-0.120.0.ebuild b/dev-perl/Feed-Find/Feed-Find-0.120.0.ebuild
index 9dbf1aed974b..03aeafc6da68 100644
--- a/dev-perl/Feed-Find/Feed-Find-0.120.0.ebuild
+++ b/dev-perl/Feed-Find/Feed-Find-0.120.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Syndication feed auto-discovery"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
 	dev-perl/Class-ErrorHandler


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Feed-Find/
@ 2023-06-21  5:44 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-06-21  5:44 UTC (permalink / raw
  To: gentoo-commits

commit:     d226725318b30eb7eb7b066a187759933a3e85f3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 05:43:51 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 05:44:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2267253

dev-perl/Feed-Find: add 0.130.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Feed-Find/Feed-Find-0.130.0.ebuild | 31 +++++++++++++++++++++++++++++
 dev-perl/Feed-Find/Manifest                 |  1 +
 2 files changed, 32 insertions(+)

diff --git a/dev-perl/Feed-Find/Feed-Find-0.130.0.ebuild b/dev-perl/Feed-Find/Feed-Find-0.130.0.ebuild
new file mode 100644
index 000000000000..d690365ab147
--- /dev/null
+++ b/dev-perl/Feed-Find/Feed-Find-0.130.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=DAVECROSS
+DIST_VERSION=0.13
+inherit perl-module
+
+DESCRIPTION="Syndication feed auto-discovery"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+	dev-perl/Class-ErrorHandler
+	dev-perl/HTML-Parser
+	dev-perl/libwww-perl
+	dev-perl/URI
+"
+BDEPEND="
+	${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+	test? (
+		dev-perl/Test-LWP-UserAgent
+	)
+"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-0.07-no-dot-inc.patch"
+)

diff --git a/dev-perl/Feed-Find/Manifest b/dev-perl/Feed-Find/Manifest
index 68dda34672cd..bc9100459b03 100644
--- a/dev-perl/Feed-Find/Manifest
+++ b/dev-perl/Feed-Find/Manifest
@@ -1,2 +1,3 @@
 DIST Feed-Find-0.07.tar.gz 46380 BLAKE2B 9e2c7e446801decaf0f59cd1399b3a92195fbc174b3e65188367416167c9bf188402d7d995673602492cb0fe4c473dfd21848b7d00956d4f0ee66ccc037bccb2 SHA512 5ae62c0d5380d00bfae9f94d1d9ab7d024f3394ca7865d7a086668d84b0e4dfb18095468b966f7afd03f3b766f02822e9b19cfddf0f95ad7c0c3908e5a5806e9
 DIST Feed-Find-0.12.tar.gz 47396 BLAKE2B 4d41247ea6c592727a4db85662582e49a5744f3849bfa646758a6991963fcf20554b595847aa624cae605018826fa6bd354ff34ec64fc0d6eba84b4723e34e79 SHA512 7449563b99b85e2db8ec6662fe1b558bb78c591a205f58d0df6a3f1e786ffbece84150afb96fc71105a7de60bc82b68cfa1402c4d73d677773d4e0a687b66e97
+DIST Feed-Find-0.13.tar.gz 47483 BLAKE2B 9f913b087dfb8085a87eed90382fb204e4a39621f3f2f4c022c5719761e21a25fd52d1fb0a7a51364d484263eb2c17ea137bbd653171a3236c8b56aa270c0126 SHA512 436438c361a7c228af8c5d31200f75b3eab8dded20040d9cd019384df28bd2348ca8c2f8f6cc3ae4b6dee90afba7c8ed911016fd4f8da46cfe8ffccf52eecd18


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Feed-Find/
@ 2023-07-24  3:57 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-07-24  3:57 UTC (permalink / raw
  To: gentoo-commits

commit:     fc2bacd8605f5088a7536259aa2efe14ef021b4b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 03:55:54 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 03:55:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc2bacd8

dev-perl/Feed-Find: Stabilize 0.130.0 amd64, #910948

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Feed-Find/Feed-Find-0.130.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Feed-Find/Feed-Find-0.130.0.ebuild b/dev-perl/Feed-Find/Feed-Find-0.130.0.ebuild
index d690365ab147..a0187b88e3c1 100644
--- a/dev-perl/Feed-Find/Feed-Find-0.130.0.ebuild
+++ b/dev-perl/Feed-Find/Feed-Find-0.130.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Syndication feed auto-discovery"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="
 	dev-perl/Class-ErrorHandler


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-07-24  3:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-19 11:05 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Feed-Find/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2017-06-25 22:04 Andreas Hüttel
2017-10-21  8:38 Kent Fredric
2018-06-10 15:52 Aaron Bauman
2021-05-29 14:12 Andreas K. Hüttel
2021-05-29 14:12 Andreas K. Hüttel
2021-10-27 21:52 Andreas K. Hüttel
2021-11-09 19:42 Jakov Smolić
2021-12-13  6:57 Agostino Sarubbo
2023-06-21  5:44 Sam James
2023-07-24  3:57 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox