public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-HexDump/
@ 2017-10-20  7:40 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2017-10-20  7:40 UTC (permalink / raw
  To: gentoo-commits

commit:     a637ca4c40941a007a342fcea6869ebb9b53593a
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 20 01:31:30 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Oct 20 07:39:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a637ca4c

dev-perl/Data-HexDump: Fixup remote-id's in metadata.xml

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Data-HexDump/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-perl/Data-HexDump/metadata.xml b/dev-perl/Data-HexDump/metadata.xml
index cf65f73d36a..0534d0cc31a 100644
--- a/dev-perl/Data-HexDump/metadata.xml
+++ b/dev-perl/Data-HexDump/metadata.xml
@@ -7,5 +7,6 @@
   </maintainer>
   <upstream>
     <remote-id type="cpan">Data-HexDump</remote-id>
+    <remote-id type="cpan-module">Data::HexDump</remote-id>
   </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-HexDump/
@ 2018-04-05  3:29 Aaron Bauman
  0 siblings, 0 replies; 7+ messages in thread
From: Aaron Bauman @ 2018-04-05  3:29 UTC (permalink / raw
  To: gentoo-commits

commit:     c2e0b56765c060df76d8bc54706ca9d612229bb6
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  5 02:50:17 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Apr  5 02:50:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2e0b567

dev-perl/Data-HexDump: amd64 stable

Bug: https://bugs.gentoo.org/652468
Package-Manager: Portage-2.3.28, Repoman-2.3.9

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

diff --git a/dev-perl/Data-HexDump/Data-HexDump-0.20.0.ebuild b/dev-perl/Data-HexDump/Data-HexDump-0.20.0.ebuild
index 1ea1bc94e1b..0ad1e8ba3ff 100644
--- a/dev-perl/Data-HexDump/Data-HexDump-0.20.0.ebuild
+++ b/dev-perl/Data-HexDump/Data-HexDump-0.20.0.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="A Simple Hexadecial Dumper"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~sparc ~x86"
 IUSE=""
 
 PATCHES=(


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

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

commit:     5386e6204e0f9dfd6fc01fac7718323d57dee369
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 12 08:20:09 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 08:36:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5386e620

dev-perl/Data-HexDump: Cleanup old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Data-HexDump/Data-HexDump-0.02-r1.ebuild | 25 -----------------------
 1 file changed, 25 deletions(-)

diff --git a/dev-perl/Data-HexDump/Data-HexDump-0.02-r1.ebuild b/dev-perl/Data-HexDump/Data-HexDump-0.02-r1.ebuild
deleted file mode 100644
index 8dd7f3d9380..00000000000
--- a/dev-perl/Data-HexDump/Data-HexDump-0.02-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=FTASSIN
-MODULE_VERSION=0.02
-inherit perl-module
-
-DESCRIPTION="Data::HexDump - A Simple Hexadecial Dumper"
-
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~sparc x86"
-IUSE=""
-
-src_unpack() {
-		perl-module_src_unpack
-}
-
-src_prepare() {
-		mv "${S}/hexdump" "${S}/hexdump.pl"
-		sed -i "s:hexdump:hexdump.pl:" "${S}/Makefile.PL"
-		sed -i "s:hexdump:hexdump.pl:" "${S}/MANIFEST"
-		sed -i "s:hexdump:hexdump.pl:" "${S}/hexdump.pl"
-}


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

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

commit:     e8ffced5249bd177547f28d23d64c8c78a9f6cac
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri May 14 20:49:57 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri May 14 20:51:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8ffced5

dev-perl/Data-HexDump: Version bump 0.04

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

 dev-perl/Data-HexDump/Data-HexDump-0.40.0.ebuild | 14 ++++++++++++++
 dev-perl/Data-HexDump/Manifest                   |  1 +
 2 files changed, 15 insertions(+)

diff --git a/dev-perl/Data-HexDump/Data-HexDump-0.40.0.ebuild b/dev-perl/Data-HexDump/Data-HexDump-0.40.0.ebuild
new file mode 100644
index 00000000000..c7e63866d40
--- /dev/null
+++ b/dev-perl/Data-HexDump/Data-HexDump-0.40.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_EXAMPLES='eg/*'
+DIST_AUTHOR=NEILB
+DIST_VERSION=0.04
+inherit perl-module
+
+DESCRIPTION="Hexadecial Dumper"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~sparc ~x86"

diff --git a/dev-perl/Data-HexDump/Manifest b/dev-perl/Data-HexDump/Manifest
index 4d1adb745c9..ac4417bd176 100644
--- a/dev-perl/Data-HexDump/Manifest
+++ b/dev-perl/Data-HexDump/Manifest
@@ -1 +1,2 @@
 DIST Data-HexDump-0.02.tar.gz 3525 BLAKE2B 8b047f0d69a3720736cf1ca2b29bf419066084e76f689818eb1319d1b40e361708b5d9e30e0706370bf08b8f652099d308663d8ea8d07b93d9ac9d0ba6edf7e8 SHA512 71e787cf679237cbddffd3eca2576812dca38216a8caf9282f7d56af4e268810f36ebd57e3e5c369ec393e7f0e9ae2edbcbe7fd5ffbe49ef4d7e8ba302a28e47
+DIST Data-HexDump-0.04.tar.gz 12434 BLAKE2B 22297d588c312e4719d26eaf2e6b9453f556b9f5924fd4475cb319784bb7c10d23c68b09cb114049675aaf26051c87a6bbbdd207728012a65f4da67811d1b120 SHA512 41f95f0a8ebf23372acd1af737785950663c597d9c76aa2342896967c9b5361a9c29e514c1ef9018461c276978b258649c516c33d3037083a2af0add37589b1f


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-HexDump/
@ 2021-08-02  3:22 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-08-02  3:22 UTC (permalink / raw
  To: gentoo-commits

commit:     9f59b7fd7baab2270099c1a9f945d9b3f2865c08
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  2 03:19:20 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug  2 03:19:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f59b7fd

dev-perl/Data-HexDump: Stabilize 0.40.0 amd64, #805758

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

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

diff --git a/dev-perl/Data-HexDump/Data-HexDump-0.40.0.ebuild b/dev-perl/Data-HexDump/Data-HexDump-0.40.0.ebuild
index c7e63866d40..3a40684c21c 100644
--- a/dev-perl/Data-HexDump/Data-HexDump-0.40.0.ebuild
+++ b/dev-perl/Data-HexDump/Data-HexDump-0.40.0.ebuild
@@ -11,4 +11,4 @@ inherit perl-module
 DESCRIPTION="Hexadecial Dumper"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~sparc ~x86"


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

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

commit:     8df48a1f245eb8d1428e94fb65ac4066ee1ded8f
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 19:01:29 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 19:16:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8df48a1f

dev-perl/Data-HexDump: Remove old

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

 dev-perl/Data-HexDump/Data-HexDump-0.20.0.ebuild | 20 --------------------
 dev-perl/Data-HexDump/Manifest                   |  1 -
 2 files changed, 21 deletions(-)

diff --git a/dev-perl/Data-HexDump/Data-HexDump-0.20.0.ebuild b/dev-perl/Data-HexDump/Data-HexDump-0.20.0.ebuild
deleted file mode 100644
index 31c38c1091c..00000000000
--- a/dev-perl/Data-HexDump/Data-HexDump-0.20.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=FTASSIN
-DIST_VERSION=0.02
-inherit perl-module
-
-DESCRIPTION="A Simple Hexadecial Dumper"
-
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~sparc x86"
-IUSE=""
-
-PATCHES=(
-	"${FILESDIR}/${P}-hexdump-pl.patch"
-	"${FILESDIR}/${P}-lib-pm.patch"
-	"${FILESDIR}/${P}-signed-c.patch"
-)

diff --git a/dev-perl/Data-HexDump/Manifest b/dev-perl/Data-HexDump/Manifest
index ac4417bd176..45c8535726b 100644
--- a/dev-perl/Data-HexDump/Manifest
+++ b/dev-perl/Data-HexDump/Manifest
@@ -1,2 +1 @@
-DIST Data-HexDump-0.02.tar.gz 3525 BLAKE2B 8b047f0d69a3720736cf1ca2b29bf419066084e76f689818eb1319d1b40e361708b5d9e30e0706370bf08b8f652099d308663d8ea8d07b93d9ac9d0ba6edf7e8 SHA512 71e787cf679237cbddffd3eca2576812dca38216a8caf9282f7d56af4e268810f36ebd57e3e5c369ec393e7f0e9ae2edbcbe7fd5ffbe49ef4d7e8ba302a28e47
 DIST Data-HexDump-0.04.tar.gz 12434 BLAKE2B 22297d588c312e4719d26eaf2e6b9453f556b9f5924fd4475cb319784bb7c10d23c68b09cb114049675aaf26051c87a6bbbdd207728012a65f4da67811d1b120 SHA512 41f95f0a8ebf23372acd1af737785950663c597d9c76aa2342896967c9b5361a9c29e514c1ef9018461c276978b258649c516c33d3037083a2af0add37589b1f


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

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

commit:     e1855be43860a0e4ec048c851f20dadf55cdde14
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 07:46:53 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 07:53:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1855be4

dev-perl/Data-HexDump: update DESCRIPTION

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

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

diff --git a/dev-perl/Data-HexDump/Data-HexDump-0.40.0.ebuild b/dev-perl/Data-HexDump/Data-HexDump-0.40.0.ebuild
index 96b74a546880..1103c8db5407 100644
--- a/dev-perl/Data-HexDump/Data-HexDump-0.40.0.ebuild
+++ b/dev-perl/Data-HexDump/Data-HexDump-0.40.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ DIST_AUTHOR=NEILB
 DIST_VERSION=0.04
 inherit perl-module
 
-DESCRIPTION="Hexadecial Dumper"
+DESCRIPTION="Hexadecimal Dumper"
 
 SLOT="0"
 KEYWORDS="amd64 ~hppa ~sparc x86"


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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-17 19:17 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-HexDump/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2023-06-21  7:53 Sam James
2021-08-02  3:22 Sam James
2021-05-14 20:52 Andreas K. Hüttel
2018-04-15  8:36 Kent Fredric
2018-04-05  3:29 Aaron Bauman
2017-10-20  7:40 Kent Fredric

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