public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Diver/
@ 2017-07-17 12:13 Sergey Popov
  0 siblings, 0 replies; 7+ messages in thread
From: Sergey Popov @ 2017-07-17 12:13 UTC (permalink / raw
  To: gentoo-commits

commit:     33d4addbd4dd207c7a46f8aa2564a309350f1b94
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 17 11:56:06 2017 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Mon Jul 17 12:12:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33d4addb

dev-perl/Data-Diver: remove myself from maintainers

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/dev-perl/Data-Diver/metadata.xml b/dev-perl/Data-Diver/metadata.xml
index 4a6959917d0..3b41e5e2d49 100644
--- a/dev-perl/Data-Diver/metadata.xml
+++ b/dev-perl/Data-Diver/metadata.xml
@@ -5,10 +5,6 @@
 		<email>zlogene@gentoo.org</email>
 		<name>Mikle Kolyada</name>
 	</maintainer>
-	<maintainer type="person">
-		<email>pinkbyte@gentoo.org</email>
-		<name>Sergey Popov</name>
-	</maintainer>
 	<maintainer type="project">
 		<email>perl@gentoo.org</email>
 		<name>Gentoo Perl Project</name>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Diver/
@ 2018-12-08 10:06 Mikle Kolyada
  0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada @ 2018-12-08 10:06 UTC (permalink / raw
  To: gentoo-commits

commit:     719e8de4564bd027acc45c815c3aa4e04dc71c4c
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  8 10:06:07 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Dec  8 10:06:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=719e8de4

dev-perl/Data-Diver: Drop myself as maintainer

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

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

diff --git a/dev-perl/Data-Diver/metadata.xml b/dev-perl/Data-Diver/metadata.xml
index 3b41e5e2d49..b9cb116c752 100644
--- a/dev-perl/Data-Diver/metadata.xml
+++ b/dev-perl/Data-Diver/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>zlogene@gentoo.org</email>
-		<name>Mikle Kolyada</name>
-	</maintainer>
 	<maintainer type="project">
 		<email>perl@gentoo.org</email>
 		<name>Gentoo Perl Project</name>


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

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

commit:     5dd900e10591d3ee1b62440fc087953070d24314
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 15 08:10:05 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Jul 15 08:16:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dd900e1

dev-perl/Data-Diver: -r bump for EAPI7

- EAPI7
- Add note about NO LICENSE
- Remove unused variables
- Correctly normalize version

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

 dev-perl/Data-Diver/Data-Diver-1.10.100-r1.ebuild | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/dev-perl/Data-Diver/Data-Diver-1.10.100-r1.ebuild b/dev-perl/Data-Diver/Data-Diver-1.10.100-r1.ebuild
new file mode 100644
index 00000000000..0176439fc7e
--- /dev/null
+++ b/dev-perl/Data-Diver/Data-Diver-1.10.100-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=TYEMQ
+DIST_VERSION=1.0101
+DIST_A_EXT=tgz
+
+inherit perl-module
+
+DESCRIPTION="Simple, ad-hoc access to elements of deeply nested structures"
+# NO LICENSE DECLARED UPSTREAM
+# Bug: https://bugs.gentoo.org/732710
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~x86"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Diver/
@ 2020-08-06 15:39 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2020-08-06 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     cda99836a0fa504805c7c7fe3d12a093a726dc92
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  6 15:34:02 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Aug  6 15:35:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda99836

dev-perl/Data-Diver: -r bump for license correction

Upstream has specified this may be used under the Unlicense

Reference: https://web.archive.org/web/20200806152714/https://github.com/TyeMcQueen/data-diver/issues/5
Bug: https://bugs.gentoo.org/732710
Bug: https://bugs.gentoo.org/442342
Bug: https://rt.cpan.org/Ticket/Display.html?id=82815
Bug: https://github.com/TyeMcQueen/data-diver/issues/5
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Data-Diver/Data-Diver-1.10.100-r2.ebuild | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/dev-perl/Data-Diver/Data-Diver-1.10.100-r2.ebuild b/dev-perl/Data-Diver/Data-Diver-1.10.100-r2.ebuild
new file mode 100644
index 00000000000..6b918ebf6c3
--- /dev/null
+++ b/dev-perl/Data-Diver/Data-Diver-1.10.100-r2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=TYEMQ
+DIST_VERSION=1.0101
+DIST_A_EXT=tgz
+
+inherit perl-module
+
+DESCRIPTION="Simple, ad-hoc access to elements of deeply nested structures"
+# https://web.archive.org/web/20200806152714/https://github.com/TyeMcQueen/data-diver/issues/5
+LICENSE="Unlicense"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~x86"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Diver/
@ 2020-09-10 15:35 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2020-09-10 15:35 UTC (permalink / raw
  To: gentoo-commits

commit:     e30ec5eff15a16db5833ac083bec9214d96359a0
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 10 15:32:37 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Sep 10 15:35:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e30ec5ef

dev-perl/Data-Diver: Cleanup old 1.10.100-r1

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

 dev-perl/Data-Diver/Data-Diver-1.10.100-r1.ebuild | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/dev-perl/Data-Diver/Data-Diver-1.10.100-r1.ebuild b/dev-perl/Data-Diver/Data-Diver-1.10.100-r1.ebuild
deleted file mode 100644
index 0176439fc7e..00000000000
--- a/dev-perl/Data-Diver/Data-Diver-1.10.100-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=TYEMQ
-DIST_VERSION=1.0101
-DIST_A_EXT=tgz
-
-inherit perl-module
-
-DESCRIPTION="Simple, ad-hoc access to elements of deeply nested structures"
-# NO LICENSE DECLARED UPSTREAM
-# Bug: https://bugs.gentoo.org/732710
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86"


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

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

commit:     6d66935f3557c733c6b00210dd0392726d921bc7
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri May 14 11:04:55 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri May 14 11:05:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d66935f

dev-perl/Data-Diver: Stable for all

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

 dev-perl/Data-Diver/Data-Diver-1.10.100-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Data-Diver/Data-Diver-1.10.100-r2.ebuild b/dev-perl/Data-Diver/Data-Diver-1.10.100-r2.ebuild
index 6b918ebf6c3..f690928df18 100644
--- a/dev-perl/Data-Diver/Data-Diver-1.10.100-r2.ebuild
+++ b/dev-perl/Data-Diver/Data-Diver-1.10.100-r2.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
@@ -13,4 +13,4 @@ DESCRIPTION="Simple, ad-hoc access to elements of deeply nested structures"
 # https://web.archive.org/web/20200806152714/https://github.com/TyeMcQueen/data-diver/issues/5
 LICENSE="Unlicense"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86"
+KEYWORDS="amd64 ~mips x86"


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

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

commit:     596fa1821e3d7d5f77c684143f946a2afd74d407
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri May 14 11:05:12 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri May 14 11:05:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=596fa182

dev-perl/Data-Diver: 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-Diver/Data-Diver-1.010.1.ebuild | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/dev-perl/Data-Diver/Data-Diver-1.010.1.ebuild b/dev-perl/Data-Diver/Data-Diver-1.010.1.ebuild
deleted file mode 100644
index 441caf2f7cf..00000000000
--- a/dev-perl/Data-Diver/Data-Diver-1.010.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=TYEMQ
-MODULE_VERSION=1.0101
-MODULE_A_EXT=tgz
-
-inherit perl-module
-
-DESCRIPTION="Simple, ad-hoc access to elements of deeply nested structures"
-
-SLOT="0"
-KEYWORDS="amd64 ~mips x86"
-
-SRC_TEST="do parallel"


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

end of thread, other threads:[~2021-05-14 11:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-14 11:06 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Diver/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2021-05-14 11:06 Andreas K. Hüttel
2020-09-10 15:35 Kent Fredric
2020-08-06 15:39 Kent Fredric
2020-07-15  8:17 Kent Fredric
2018-12-08 10:06 Mikle Kolyada
2017-07-17 12:13 Sergey Popov

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