public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Page/
@ 2016-08-06 11:54 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2016-08-06 11:54 UTC (permalink / raw
  To: gentoo-commits

commit:     5386ec46392047c1ce1f6c15053c5af92238b2aa
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 11:44:23 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 11:53:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5386ec46

dev-perl/Data-Page: Remove POD Author Tests.

Not useful on Gentoo.

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/Data-Page/Data-Page-2.20.0-r1.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Data-Page/Data-Page-2.20.0-r1.ebuild b/dev-perl/Data-Page/Data-Page-2.20.0-r1.ebuild
index 24b5a29..40c3cc4 100644
--- a/dev-perl/Data-Page/Data-Page-2.20.0-r1.ebuild
+++ b/dev-perl/Data-Page/Data-Page-2.20.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,9 +18,12 @@ RDEPEND="dev-perl/Class-Accessor-Chained"
 DEPEND="dev-perl/Module-Build
 	test? (
 		${RDEPEND}
-		dev-perl/Test-Pod
-		dev-perl/Test-Pod-Coverage
 		dev-perl/Test-Exception
 	)"
 
 SRC_TEST=do
+
+src_test() {
+	perl_rm_files t/pod.t t/pod-coverage.t
+	perl-module_src_test
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Page/
@ 2020-07-17  4:56 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2020-07-17  4:56 UTC (permalink / raw
  To: gentoo-commits

commit:     ec25fb10e5943f1a54f7582c307525dbf0add9d1
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 17 04:55:01 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jul 17 04:56:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec25fb10

tdev-perl/Data-Page: Bump to version 2.30.0

- EAPI7
- Parallel tests

Upstream:
- Repackage code with dzil

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Data-Page/Data-Page-2.30.0.ebuild | 28 ++++++++++++++++++++++++++++
 dev-perl/Data-Page/Manifest                |  1 +
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/Data-Page/Data-Page-2.30.0.ebuild b/dev-perl/Data-Page/Data-Page-2.30.0.ebuild
new file mode 100644
index 00000000000..6e031b23611
--- /dev/null
+++ b/dev-perl/Data-Page/Data-Page-2.30.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=2.03
+inherit perl-module
+
+DESCRIPTION="help when paging through sets of results"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc-aix ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	virtual/perl-Carp
+	dev-perl/Class-Accessor-Chained
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-File-Spec
+		dev-perl/Test-Exception
+		virtual/perl-Test-Simple
+	)
+"

diff --git a/dev-perl/Data-Page/Manifest b/dev-perl/Data-Page/Manifest
index 95ea7e7b7de..848cffb4610 100644
--- a/dev-perl/Data-Page/Manifest
+++ b/dev-perl/Data-Page/Manifest
@@ -1 +1,2 @@
 DIST Data-Page-2.02.tar.gz 8189 BLAKE2B 95aa0f6fb7f164e55cef63e045c6771db8ef46a23e56bd0049de6a6205e6dbdebac441e140005e5ed21899548d014d2d543dfa19b43e93eb04c275083fff8d86 SHA512 22b5b8b80672bfd20a1552ee9d41e5150262eb37be6d903d67465be472d1802668ac898b9172b76fe2747f25ff9ad2025257b215f763f2ba5793abb46eb2343f
+DIST Data-Page-2.03.tar.gz 28899 BLAKE2B 33206a80811ab6ad1827885e1b4184d4a34fc158eaab97883298e60f46683afa6408c7200d2bd5e9317bd19770eac66b312c16ad5888cb68816227cd7857e2f0 SHA512 5c0c411e8b03163b2b88b7ab6432def0ddcce48987e98868897e89d0220665537f23d9a56b6d544a5c6fb67f615a2db582764ebcaa612cb2a8906ba660fc3c59


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Page/
@ 2020-12-27 14:54 Fabian Groffen
  0 siblings, 0 replies; 6+ messages in thread
From: Fabian Groffen @ 2020-12-27 14:54 UTC (permalink / raw
  To: gentoo-commits

commit:     6a859901c4047b5ac854cc9614748455936bb5c6
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 14:46:34 2020 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 14:46:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a859901

dev-perl/Data-Page: drop ppc-aix m68k-mint

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 dev-perl/Data-Page/Data-Page-2.20.0-r1.ebuild | 4 ++--
 dev-perl/Data-Page/Data-Page-2.30.0.ebuild    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Data-Page/Data-Page-2.20.0-r1.ebuild b/dev-perl/Data-Page/Data-Page-2.20.0-r1.ebuild
index c2eadc9e5a4..ba643c08a62 100644
--- a/dev-perl/Data-Page/Data-Page-2.20.0-r1.ebuild
+++ b/dev-perl/Data-Page/Data-Page-2.20.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="help when paging through sets of results"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~ppc-aix ~x86-solaris"
+KEYWORDS="amd64 ~x86 ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 

diff --git a/dev-perl/Data-Page/Data-Page-2.30.0.ebuild b/dev-perl/Data-Page/Data-Page-2.30.0.ebuild
index 6e031b23611..8108ef83a21 100644
--- a/dev-perl/Data-Page/Data-Page-2.30.0.ebuild
+++ b/dev-perl/Data-Page/Data-Page-2.30.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="help when paging through sets of results"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc-aix ~x86-solaris"
+KEYWORDS="~amd64 ~x86 ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Page/
@ 2021-05-15  0:26 Andreas K. Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2021-05-15  0:26 UTC (permalink / raw
  To: gentoo-commits

commit:     2a28e96cdddd4d8878a2e04a3f53a8d52ddcf283
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 15 00:23:47 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 15 00:25:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a28e96c

dev-perl/Data-Page: amd64 stable

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

 dev-perl/Data-Page/Data-Page-2.30.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Data-Page/Data-Page-2.30.0.ebuild b/dev-perl/Data-Page/Data-Page-2.30.0.ebuild
index 8108ef83a21..e15895a38e6 100644
--- a/dev-perl/Data-Page/Data-Page-2.30.0.ebuild
+++ b/dev-perl/Data-Page/Data-Page-2.30.0.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="help when paging through sets of results"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-solaris"
+KEYWORDS="amd64 ~x86 ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Page/
@ 2021-05-15  0:26 Andreas K. Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2021-05-15  0:26 UTC (permalink / raw
  To: gentoo-commits

commit:     12b01cd15df39bd4f5ac0224080bddc4c2d89ee8
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 15 00:24:06 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 15 00:25:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b01cd1

dev-perl/Data-Page: 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/Data-Page/Data-Page-2.20.0-r1.ebuild | 29 ---------------------------
 dev-perl/Data-Page/Manifest                   |  1 -
 2 files changed, 30 deletions(-)

diff --git a/dev-perl/Data-Page/Data-Page-2.20.0-r1.ebuild b/dev-perl/Data-Page/Data-Page-2.20.0-r1.ebuild
deleted file mode 100644
index ba643c08a62..00000000000
--- a/dev-perl/Data-Page/Data-Page-2.20.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=LBROCARD
-MODULE_VERSION=2.02
-inherit perl-module
-
-DESCRIPTION="help when paging through sets of results"
-
-SLOT="0"
-KEYWORDS="amd64 ~x86 ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-perl/Class-Accessor-Chained"
-DEPEND="dev-perl/Module-Build
-	test? (
-		${RDEPEND}
-		dev-perl/Test-Exception
-	)"
-
-SRC_TEST=do
-
-src_test() {
-	perl_rm_files t/pod.t t/pod-coverage.t
-	perl-module_src_test
-}

diff --git a/dev-perl/Data-Page/Manifest b/dev-perl/Data-Page/Manifest
index 848cffb4610..110c845ab67 100644
--- a/dev-perl/Data-Page/Manifest
+++ b/dev-perl/Data-Page/Manifest
@@ -1,2 +1 @@
-DIST Data-Page-2.02.tar.gz 8189 BLAKE2B 95aa0f6fb7f164e55cef63e045c6771db8ef46a23e56bd0049de6a6205e6dbdebac441e140005e5ed21899548d014d2d543dfa19b43e93eb04c275083fff8d86 SHA512 22b5b8b80672bfd20a1552ee9d41e5150262eb37be6d903d67465be472d1802668ac898b9172b76fe2747f25ff9ad2025257b215f763f2ba5793abb46eb2343f
 DIST Data-Page-2.03.tar.gz 28899 BLAKE2B 33206a80811ab6ad1827885e1b4184d4a34fc158eaab97883298e60f46683afa6408c7200d2bd5e9317bd19770eac66b312c16ad5888cb68816227cd7857e2f0 SHA512 5c0c411e8b03163b2b88b7ab6432def0ddcce48987e98868897e89d0220665537f23d9a56b6d544a5c6fb67f615a2db582764ebcaa612cb2a8906ba660fc3c59


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Page/
@ 2023-06-21  7:53 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-06-21  7:53 UTC (permalink / raw
  To: gentoo-commits

commit:     5f80b63542a7573aa87cb6200a0440f5a0df4933
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 07:41:58 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 07:53:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f80b635

dev-perl/Data-Page: update DESCRIPTION

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

 dev-perl/Data-Page/Data-Page-2.30.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Data-Page/Data-Page-2.30.0.ebuild b/dev-perl/Data-Page/Data-Page-2.30.0.ebuild
index 94f7e585ed88..1ba54132f761 100644
--- a/dev-perl/Data-Page/Data-Page-2.30.0.ebuild
+++ b/dev-perl/Data-Page/Data-Page-2.30.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ DIST_AUTHOR=ETHER
 DIST_VERSION=2.03
 inherit perl-module
 
-DESCRIPTION="help when paging through sets of results"
+DESCRIPTION="Help when paging through sets of results"
 
 SLOT="0"
 KEYWORDS="amd64 ~riscv ~x86"


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

end of thread, other threads:[~2023-06-21  7:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-15  0:26 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Page/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2023-06-21  7:53 Sam James
2021-05-15  0:26 Andreas K. Hüttel
2020-12-27 14:54 Fabian Groffen
2020-07-17  4:56 Kent Fredric
2016-08-06 11:54 Kent Fredric

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