public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Struct-Compare/
@ 2016-03-19 22:42 Andreas Hüttel
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Hüttel @ 2016-03-19 22:42 UTC (permalink / raw
  To: gentoo-commits

commit:     3724b0929f2f766fbfbab3b16b838b283ea36414
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar 19 05:22:17 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 22:41:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3724b092

dev-perl/Struct-Compare: Added to tree at 1.0.1

Required for pending dev-perl/Passwd-Unix

Package-Manager: portage-2.2.28

 dev-perl/Struct-Compare/Manifest                    |  1 +
 dev-perl/Struct-Compare/Struct-Compare-1.0.1.ebuild | 18 ++++++++++++++++++
 dev-perl/Struct-Compare/metadata.xml                | 12 ++++++++++++
 3 files changed, 31 insertions(+)

diff --git a/dev-perl/Struct-Compare/Manifest b/dev-perl/Struct-Compare/Manifest
new file mode 100644
index 0000000..0c95247
--- /dev/null
+++ b/dev-perl/Struct-Compare/Manifest
@@ -0,0 +1 @@
+DIST Struct-Compare-1.0.1.tar.gz 3340 SHA256 f2edb625f223060d519f381d8d9643b98fd7aa0b13069762a6bd095f4a2382c2 SHA512 8a28f54476cf6d59193938ff48521fa147a7581787a8f6c61a4c0f7cc01622d5c6ec6aee63fed11af9f54e4bf496e0b20e1751400f645b518e05b61ec2b288a1 WHIRLPOOL 3d5b97d3c30274e0bb4e2d4877adb913b6a6ae8fda5f83f0a15a132d2b55dd3458f482a3c93c2362efac670f3632a20bbdc401284ff33515d6421d46e684714f

diff --git a/dev-perl/Struct-Compare/Struct-Compare-1.0.1.ebuild b/dev-perl/Struct-Compare/Struct-Compare-1.0.1.ebuild
new file mode 100644
index 0000000..2b37890
--- /dev/null
+++ b/dev-perl/Struct-Compare/Struct-Compare-1.0.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=ZENSPIDER
+inherit perl-module
+
+DESCRIPTION="Recursive diff for perl structures"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+"

diff --git a/dev-perl/Struct-Compare/metadata.xml b/dev-perl/Struct-Compare/metadata.xml
new file mode 100644
index 0000000..a5372fc
--- /dev/null
+++ b/dev-perl/Struct-Compare/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">Struct-Compare</remote-id>
+    <remote-id type="cpan-module">Struct::Compare</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Struct-Compare/
@ 2021-08-10 18:24 Andreas K. Hüttel
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2021-08-10 18:24 UTC (permalink / raw
  To: gentoo-commits

commit:     ef8e7a81554b189cfdba07794ad1d9aedb34f31d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 10 17:34:17 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Aug 10 18:23:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef8e7a81

dev-perl/Struct-Compare: EAPI=8 bump

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

 ...uct-Compare-1.0.1.ebuild => Struct-Compare-1.0.1-r1.ebuild} | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/dev-perl/Struct-Compare/Struct-Compare-1.0.1.ebuild b/dev-perl/Struct-Compare/Struct-Compare-1.0.1-r1.ebuild
similarity index 61%
rename from dev-perl/Struct-Compare/Struct-Compare-1.0.1.ebuild
rename to dev-perl/Struct-Compare/Struct-Compare-1.0.1-r1.ebuild
index ad7667205ce..fd78beb6964 100644
--- a/dev-perl/Struct-Compare/Struct-Compare-1.0.1.ebuild
+++ b/dev-perl/Struct-Compare/Struct-Compare-1.0.1-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=ZENSPIDER
 inherit perl-module
@@ -9,9 +9,3 @@ inherit perl-module
 DESCRIPTION="Recursive diff for perl structures"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-"


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

end of thread, other threads:[~2021-08-10 18:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-19 22:42 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Struct-Compare/ Andreas Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2021-08-10 18:24 Andreas K. Hüttel

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