public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Types/
@ 2015-10-05 20:43 Patrice Clement
  0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2015-10-05 20:43 UTC (permalink / raw
  To: gentoo-commits

commit:     7684f4e7d9428ad10efd5d597835e106a60e1f98
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  5 19:06:40 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Oct  5 20:41:10 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7684f4e7

dev-perl/Data-Types: Stable for amd64.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-perl/Data-Types/Data-Types-0.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Data-Types/Data-Types-0.90.0.ebuild b/dev-perl/Data-Types/Data-Types-0.90.0.ebuild
index e4c8a5f..3e3da74 100644
--- a/dev-perl/Data-Types/Data-Types-0.90.0.ebuild
+++ b/dev-perl/Data-Types/Data-Types-0.90.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 
 DESCRIPTION="Validate and convert data types."
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="test"
 SRC_TEST=do
 DEPEND="dev-perl/Module-Build


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Types/
@ 2016-11-11  3:46 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2016-11-11  3:46 UTC (permalink / raw
  To: gentoo-commits

commit:     32b159fe45128bf5aee16eff867bd86d2c3dbe56
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 10 19:37:44 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Nov 11 03:45:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32b159fe

dev-perl/Data-Types: Remove POD authortest

Package-Manager: portage-2.3.2

 dev-perl/Data-Types/Data-Types-0.90.0.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Data-Types/Data-Types-0.90.0.ebuild b/dev-perl/Data-Types/Data-Types-0.90.0.ebuild
index 3e3da74..5a10c7c 100644
--- a/dev-perl/Data-Types/Data-Types-0.90.0.ebuild
+++ b/dev-perl/Data-Types/Data-Types-0.90.0.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$
 
@@ -16,3 +16,8 @@ IUSE="test"
 SRC_TEST=do
 DEPEND="dev-perl/Module-Build
 	test? ( virtual/perl-Test-Simple )"
+
+src_test() {
+	perl_rm_files t/zpod.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-Types/
@ 2020-07-18  2:32 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2020-07-18  2:32 UTC (permalink / raw
  To: gentoo-commits

commit:     c4fe193b5827c605ae78cc844210b03597410efc
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 18 02:31:48 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 18 02:32:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4fe193b

ev-perl/Data-Types: Bump to version 0.170.0

- EAPI7
- Parallel tests
- Unconditioanlly strip bad tests'

Upstream:
- Don't match unicode digits in numeric tests

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

 dev-perl/Data-Types/Data-Types-0.170.0.ebuild | 26 ++++++++++++++++++++++++++
 dev-perl/Data-Types/Manifest                  |  1 +
 2 files changed, 27 insertions(+)

diff --git a/dev-perl/Data-Types/Data-Types-0.170.0.ebuild b/dev-perl/Data-Types/Data-Types-0.170.0.ebuild
new file mode 100644
index 00000000000..6ff51a7b80a
--- /dev/null
+++ b/dev-perl/Data-Types/Data-Types-0.170.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MANWAR
+DIST_VERSION=0.17
+
+inherit perl-module
+
+DESCRIPTION="Validate and convert data types."
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="dev-perl/Module-Build"
+BDEPEND="
+	>=dev-perl/Module-Build-0.270.100
+	test? (
+		>=virtual/perl-Test-Simple-0.170.0
+	)
+"
+PERL_RM_FILES=(
+	"t/zpod.t"
+)

diff --git a/dev-perl/Data-Types/Manifest b/dev-perl/Data-Types/Manifest
index 373609b5e2c..eb6345524a0 100644
--- a/dev-perl/Data-Types/Manifest
+++ b/dev-perl/Data-Types/Manifest
@@ -1 +1,2 @@
 DIST Data-Types-0.09.tar.gz 8527 BLAKE2B 724dfd99d41861b5def9a83030ddaafda790492094f15304aba2374a36a4fd2a11a027db31f500ffcfca3f4a7373796ee80efdb1b030a94cf9d372fdef4baa2e SHA512 9d337457a5714b298f514f841c27a252fa5af6aa145061266b948bf6ffabab3966a2910d09b80b7ee138822ffa2661971813676a60295ad62b57aa122ec9b8a2
+DIST Data-Types-0.17.tar.gz 7942 BLAKE2B d5b3edff44e2cf511431e620b838ea0dd5dbcdfa87498e55e49f441e14edf24f6ebcc2961f88850b1fe6a8802b1d804accc104b7d600029e0fcd0bcfcbc42761 SHA512 4e496005f744251365fe43719b00ba89fe5135e04c737b166247bc0b60955b62ddc381d0e837a958aca51b0c4699c2d51a2d02901a4368fb60a31a9952deb315


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

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

commit:     ab9a9bac5a835fdff46c0add068c62ce08603a79
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 15 21:02:58 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 15 21:15:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab9a9bac

dev-perl/Data-Types: 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/Data-Types/Data-Types-0.170.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Data-Types/Data-Types-0.170.0.ebuild b/dev-perl/Data-Types/Data-Types-0.170.0.ebuild
index 6ff51a7b80a..96e671e8133 100644
--- a/dev-perl/Data-Types/Data-Types-0.170.0.ebuild
+++ b/dev-perl/Data-Types/Data-Types-0.170.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="Validate and convert data types."
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 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-Types/
@ 2021-05-15 21:16 Andreas K. Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2021-05-15 21:16 UTC (permalink / raw
  To: gentoo-commits

commit:     75b270f4c5c099dab128d878ff22fb6573efee7c
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 15 21:03:13 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 15 21:15:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75b270f4

dev-perl/Data-Types: 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-Types/Data-Types-0.90.0.ebuild | 23 -----------------------
 dev-perl/Data-Types/Manifest                 |  1 -
 2 files changed, 24 deletions(-)

diff --git a/dev-perl/Data-Types/Data-Types-0.90.0.ebuild b/dev-perl/Data-Types/Data-Types-0.90.0.ebuild
deleted file mode 100644
index 03f2d7db686..00000000000
--- a/dev-perl/Data-Types/Data-Types-0.90.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR="DWHEELER"
-MODULE_VERSION="0.09"
-
-inherit perl-module
-
-DESCRIPTION="Validate and convert data types."
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-SRC_TEST=do
-DEPEND="dev-perl/Module-Build
-	test? ( virtual/perl-Test-Simple )"
-
-src_test() {
-	perl_rm_files t/zpod.t
-	perl-module_src_test
-}

diff --git a/dev-perl/Data-Types/Manifest b/dev-perl/Data-Types/Manifest
index eb6345524a0..93c6ec3d6d5 100644
--- a/dev-perl/Data-Types/Manifest
+++ b/dev-perl/Data-Types/Manifest
@@ -1,2 +1 @@
-DIST Data-Types-0.09.tar.gz 8527 BLAKE2B 724dfd99d41861b5def9a83030ddaafda790492094f15304aba2374a36a4fd2a11a027db31f500ffcfca3f4a7373796ee80efdb1b030a94cf9d372fdef4baa2e SHA512 9d337457a5714b298f514f841c27a252fa5af6aa145061266b948bf6ffabab3966a2910d09b80b7ee138822ffa2661971813676a60295ad62b57aa122ec9b8a2
 DIST Data-Types-0.17.tar.gz 7942 BLAKE2B d5b3edff44e2cf511431e620b838ea0dd5dbcdfa87498e55e49f441e14edf24f6ebcc2961f88850b1fe6a8802b1d804accc104b7d600029e0fcd0bcfcbc42761 SHA512 4e496005f744251365fe43719b00ba89fe5135e04c737b166247bc0b60955b62ddc381d0e837a958aca51b0c4699c2d51a2d02901a4368fb60a31a9952deb315


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Types/
@ 2021-05-31 17:49 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2021-05-31 17:49 UTC (permalink / raw
  To: gentoo-commits

commit:     e73a315c1cf272bf99cbf18f4fffe588e5ac2cf5
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon May 31 17:48:23 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon May 31 17:48:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e73a315c

dev-perl/Data-Types: drop inactive maintainer

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-perl/Data-Types/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dev-perl/Data-Types/metadata.xml b/dev-perl/Data-Types/metadata.xml
index 8aa588cd553..d38e00979b0 100644
--- a/dev-perl/Data-Types/metadata.xml
+++ b/dev-perl/Data-Types/metadata.xml
@@ -1,10 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>chainsaw@gentoo.org</email>
-    <name>Tony Vroon</name>
-  </maintainer>
   <maintainer type="project">
     <email>perl@gentoo.org</email>
     <name>Gentoo Perl Project</name>


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

end of thread, other threads:[~2021-05-31 17:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-18  2:32 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Types/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2021-05-31 17:49 David Seifert
2021-05-15 21:16 Andreas K. Hüttel
2021-05-15 21:16 Andreas K. Hüttel
2016-11-11  3:46 Kent Fredric
2015-10-05 20:43 Patrice Clement

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