public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-BOM/
@ 2016-01-09 23:39 Andreas Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Hüttel @ 2016-01-09 23:39 UTC (permalink / raw
  To: gentoo-commits

commit:     54f04cb7914d09c596b974c5be457f02f2566116
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 23:36:25 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 23:39:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54f04cb7

dev-perl/File-BOM: Version bump

Package-Manager: portage-2.2.26

 dev-perl/File-BOM/File-BOM-0.150.0.ebuild | 31 +++++++++++++++++++++++++++++++
 dev-perl/File-BOM/Manifest                |  1 +
 2 files changed, 32 insertions(+)

diff --git a/dev-perl/File-BOM/File-BOM-0.150.0.ebuild b/dev-perl/File-BOM/File-BOM-0.150.0.ebuild
new file mode 100644
index 0000000..b891362
--- /dev/null
+++ b/dev-perl/File-BOM/File-BOM-0.150.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=MATTLAW
+DIST_VERSION=0.15
+inherit perl-module
+
+DESCRIPTION="Utilities for handling Byte Order Marks"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+	>=virtual/perl-Encode-1.990.0
+	>=dev-perl/Readonly-0.60.0
+"
+DEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-0.420.0
+	test? (
+		dev-perl/Test-Pod
+		dev-perl/Test-Pod-Coverage
+		>=dev-perl/Test-Exception-0.200.0
+		virtual/perl-Test-Simple
+	)
+"
+
+DIST_TEST=do

diff --git a/dev-perl/File-BOM/Manifest b/dev-perl/File-BOM/Manifest
index fd801e3..cb29743 100644
--- a/dev-perl/File-BOM/Manifest
+++ b/dev-perl/File-BOM/Manifest
@@ -1 +1,2 @@
 DIST File-BOM-0.14.tar.gz 15273 SHA256 4c9877ceb2e97619a6f7943ca8e0a034900577337e41e65915f2aa29c2ca8cd1 SHA512 956f86ff28f351976156e847c0b1bc12b6491d842892a9493cc705cbf2598b58ab601690c0fda1cfe813c3562d2f96a28df968bad8b52a92946fe56d2c9932eb WHIRLPOOL c4fdb9e25437830ccfa2d7a9ee09a00b59024e5593e2e0613ac593fd63e1838240bcd8de5d7c76bf4c186b0b74f0e88159143b0e6a60a81b80758764438d4203
+DIST File-BOM-0.15.tar.gz 19656 SHA256 431c8b39397fd5ad5b1a1100d3647a06e9f94304d46db44ffc0a0e5c5c06a1c1 SHA512 73d9df8a8f346164613a9d99b9dd2e83b8d68f77c39a134e9f6b2b96f9c9f0dd1d8e6810a7eb897ed9bcd9b7637e11235bab6b2f68b75d0db973cbd5d11f4a81 WHIRLPOOL f04006cea27636128c6669f8ebab74d30cbb47cf50fae6632810c5028a42bb5f37ccb618c04b76ea21ab3a8651f9532c3b7908350f54f36dafcc854d31857d32


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-BOM/
@ 2018-06-08 11:59 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2018-06-08 11:59 UTC (permalink / raw
  To: gentoo-commits

commit:     5f9f6ac0f7f3b0d77f1496bbe276902d1547430e
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  8 06:18:10 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jun  8 11:59:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f9f6ac0

dev-perl/File-BOM: Cleanup old version 0.140.0-r1

Package-Manager: Portage-2.3.29, Repoman-2.3.9

 dev-perl/File-BOM/File-BOM-0.140.0-r1.ebuild | 25 -------------------------
 dev-perl/File-BOM/Manifest                   |  1 -
 2 files changed, 26 deletions(-)

diff --git a/dev-perl/File-BOM/File-BOM-0.140.0-r1.ebuild b/dev-perl/File-BOM/File-BOM-0.140.0-r1.ebuild
deleted file mode 100644
index 962f606a3d5..00000000000
--- a/dev-perl/File-BOM/File-BOM-0.140.0-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MATTLAW
-MODULE_VERSION=0.14
-inherit perl-module
-
-DESCRIPTION="Utilities for handling Byte Order Marks"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-solaris"
-IUSE="test"
-
-RDEPEND="dev-perl/Readonly"
-DEPEND="dev-perl/Module-Build
-	test? (
-		${RDEPEND}
-		dev-perl/Test-Pod
-		dev-perl/Test-Pod-Coverage
-		dev-perl/Test-Exception
-	)"
-
-SRC_TEST=do

diff --git a/dev-perl/File-BOM/Manifest b/dev-perl/File-BOM/Manifest
index 233e22c5639..29b9fd29902 100644
--- a/dev-perl/File-BOM/Manifest
+++ b/dev-perl/File-BOM/Manifest
@@ -1,2 +1 @@
-DIST File-BOM-0.14.tar.gz 15273 BLAKE2B bd487204b8dcd15ca1d5ac9c3c81b65f9c0125f13884081231311ee4f2688e1c007f54c8f5cdc69ef17a1c0c00070eec8231458f057621777ad625c12afaa36e SHA512 956f86ff28f351976156e847c0b1bc12b6491d842892a9493cc705cbf2598b58ab601690c0fda1cfe813c3562d2f96a28df968bad8b52a92946fe56d2c9932eb
 DIST File-BOM-0.15.tar.gz 19656 BLAKE2B 6628e5788501a066ca95300e44e18458a581f16488130da4814e7a806c686e72882eae816ca69c60ffc210a41a7b361b4595e6db4905c684d5b8c2e23be6a951 SHA512 73d9df8a8f346164613a9d99b9dd2e83b8d68f77c39a134e9f6b2b96f9c9f0dd1d8e6810a7eb897ed9bcd9b7637e11235bab6b2f68b75d0db973cbd5d11f4a81


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-BOM/
@ 2019-07-25  9:59 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2019-07-25  9:59 UTC (permalink / raw
  To: gentoo-commits

commit:     0b7f46de5eba2e0019366449dfe1e9ae58ebfd98
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 25 09:59:24 2019 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jul 25 09:59:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b7f46de

dev-perl/File-BOM: Bump to version 0.160.0 re bug #690608

- Cleanup useless/harmful pod author tests

Upstream:
- Fix tests failing under Encode >= 2.99

Bug: https://bugs.gentoo.org/690608
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=128334
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/File-BOM/File-BOM-0.160.0.ebuild | 30 ++++++++++++++++++++++++++++++
 dev-perl/File-BOM/Manifest                |  1 +
 2 files changed, 31 insertions(+)

diff --git a/dev-perl/File-BOM/File-BOM-0.160.0.ebuild b/dev-perl/File-BOM/File-BOM-0.160.0.ebuild
new file mode 100644
index 00000000000..4b47cbc01cc
--- /dev/null
+++ b/dev-perl/File-BOM/File-BOM-0.160.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MATTLAW
+DIST_VERSION=0.16
+inherit perl-module
+
+DESCRIPTION="Utilities for handling Byte Order Marks"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+	>=virtual/perl-Encode-1.990.0
+	>=dev-perl/Readonly-0.60.0
+"
+DEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-0.420.0
+	test? (
+		>=dev-perl/Test-Exception-0.200.0
+		virtual/perl-Test-Simple
+	)
+"
+PERL_RM_FILES=(
+	"t/04..pod.t"
+)
+DIST_TEST=do

diff --git a/dev-perl/File-BOM/Manifest b/dev-perl/File-BOM/Manifest
index 29b9fd29902..512ed226839 100644
--- a/dev-perl/File-BOM/Manifest
+++ b/dev-perl/File-BOM/Manifest
@@ -1 +1,2 @@
 DIST File-BOM-0.15.tar.gz 19656 BLAKE2B 6628e5788501a066ca95300e44e18458a581f16488130da4814e7a806c686e72882eae816ca69c60ffc210a41a7b361b4595e6db4905c684d5b8c2e23be6a951 SHA512 73d9df8a8f346164613a9d99b9dd2e83b8d68f77c39a134e9f6b2b96f9c9f0dd1d8e6810a7eb897ed9bcd9b7637e11235bab6b2f68b75d0db973cbd5d11f4a81
+DIST File-BOM-0.16.tar.gz 19835 BLAKE2B ca0fad3d6edd046e61b7775dd2660af276cc53580b8ae7d0426e5a77776680d0465b3f881311efe73de8a6fe3cd07f24e24ad0c1cabdf187d41afb1de8ec323c SHA512 08c45b45111e95e03670da5fe2dca309039b9f635cfa7c6fd7fcbe7358569fc3d1c374852fb8c51d609e8e7bed662baa9cbb85dc823051c349cfb00cee996fa3


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-BOM/
@ 2019-10-16  4:35 Andreas K. Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2019-10-16  4:35 UTC (permalink / raw
  To: gentoo-commits

commit:     19f76a3c9aa35466b959e4f7d05f74d8ea556057
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 16 04:20:41 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Oct 16 04:34:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19f76a3c

dev-perl/File-BOM: Remove old

Closes: https://bugs.gentoo.org/690608
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/File-BOM/File-BOM-0.150.0.ebuild | 30 ------------------------------
 dev-perl/File-BOM/Manifest                |  1 -
 2 files changed, 31 deletions(-)

diff --git a/dev-perl/File-BOM/File-BOM-0.150.0.ebuild b/dev-perl/File-BOM/File-BOM-0.150.0.ebuild
deleted file mode 100644
index d17988d2812..00000000000
--- a/dev-perl/File-BOM/File-BOM-0.150.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MATTLAW
-DIST_VERSION=0.15
-inherit perl-module
-
-DESCRIPTION="Utilities for handling Byte Order Marks"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
-	>=virtual/perl-Encode-1.990.0
-	>=dev-perl/Readonly-0.60.0
-"
-DEPEND="${RDEPEND}
-	>=dev-perl/Module-Build-0.420.0
-	test? (
-		dev-perl/Test-Pod
-		dev-perl/Test-Pod-Coverage
-		>=dev-perl/Test-Exception-0.200.0
-		virtual/perl-Test-Simple
-	)
-"
-
-DIST_TEST=do

diff --git a/dev-perl/File-BOM/Manifest b/dev-perl/File-BOM/Manifest
index 512ed226839..0b61caa30f0 100644
--- a/dev-perl/File-BOM/Manifest
+++ b/dev-perl/File-BOM/Manifest
@@ -1,2 +1 @@
-DIST File-BOM-0.15.tar.gz 19656 BLAKE2B 6628e5788501a066ca95300e44e18458a581f16488130da4814e7a806c686e72882eae816ca69c60ffc210a41a7b361b4595e6db4905c684d5b8c2e23be6a951 SHA512 73d9df8a8f346164613a9d99b9dd2e83b8d68f77c39a134e9f6b2b96f9c9f0dd1d8e6810a7eb897ed9bcd9b7637e11235bab6b2f68b75d0db973cbd5d11f4a81
 DIST File-BOM-0.16.tar.gz 19835 BLAKE2B ca0fad3d6edd046e61b7775dd2660af276cc53580b8ae7d0426e5a77776680d0465b3f881311efe73de8a6fe3cd07f24e24ad0c1cabdf187d41afb1de8ec323c SHA512 08c45b45111e95e03670da5fe2dca309039b9f635cfa7c6fd7fcbe7358569fc3d1c374852fb8c51d609e8e7bed662baa9cbb85dc823051c349cfb00cee996fa3


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-BOM/
@ 2020-08-21 15:32 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2020-08-21 15:32 UTC (permalink / raw
  To: gentoo-commits

commit:     6132552728a31e643848b73a81ad9676f189767e
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 15:29:28 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 15:32:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61325527

dev-perl/File-BOM: Bump to version 0.180.0

- EAPI7
- Restore parallel testing as upstream now provides a testrules.yml
  which controls which parts can be run concurrently, and which parts
  cant

Upstream:
- Ship testrules.yml to users

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

 dev-perl/File-BOM/File-BOM-0.180.0.ebuild | 31 +++++++++++++++++++++++++++++++
 dev-perl/File-BOM/Manifest                |  1 +
 2 files changed, 32 insertions(+)

diff --git a/dev-perl/File-BOM/File-BOM-0.180.0.ebuild b/dev-perl/File-BOM/File-BOM-0.180.0.ebuild
new file mode 100644
index 00000000000..90dc3e2b976
--- /dev/null
+++ b/dev-perl/File-BOM/File-BOM-0.180.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MATTLAW
+DIST_VERSION=0.18
+inherit perl-module
+
+DESCRIPTION="Utilities for handling Byte Order Marks"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	>=virtual/perl-Encode-1.990.0
+	>=dev-perl/Readonly-0.60.0
+"
+DEPEND="dev-perl/Module-Build"
+BDEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-0.420.0
+	test? (
+		>=dev-perl/Test-Exception-0.200.0
+		virtual/perl-Test-Simple
+	)
+"
+PERL_RM_FILES=(
+	"t/04..pod.t"
+)

diff --git a/dev-perl/File-BOM/Manifest b/dev-perl/File-BOM/Manifest
index 0b61caa30f0..2681ca2a0b6 100644
--- a/dev-perl/File-BOM/Manifest
+++ b/dev-perl/File-BOM/Manifest
@@ -1 +1,2 @@
 DIST File-BOM-0.16.tar.gz 19835 BLAKE2B ca0fad3d6edd046e61b7775dd2660af276cc53580b8ae7d0426e5a77776680d0465b3f881311efe73de8a6fe3cd07f24e24ad0c1cabdf187d41afb1de8ec323c SHA512 08c45b45111e95e03670da5fe2dca309039b9f635cfa7c6fd7fcbe7358569fc3d1c374852fb8c51d609e8e7bed662baa9cbb85dc823051c349cfb00cee996fa3
+DIST File-BOM-0.18.tar.gz 20042 BLAKE2B 8666130e840da7664f541452b8d0072488ae734d9852895011a11389ccc4e9c47051537f1341059b93bf0bc3ca285f58560916ec4e12e5742d200e888d1fe1f9 SHA512 b0d26b9453d7ccf844bf8cf4df307594f7d91457cd5eb5d6457495581cccfacd53c0e8ca4a0d91cf8b4c7553026d0c4f1faf0b07eb0fbd93e0da66f61392e15c


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-BOM/
@ 2020-10-19  5:22 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2020-10-19  5:22 UTC (permalink / raw
  To: gentoo-commits

commit:     1ac02941928624b56b3b596a455a62a1e38e4bd9
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 05:02:21 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 05:02:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac02941

dev-perl/File-BOM: Cleanup old 0.160.0

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

 dev-perl/File-BOM/File-BOM-0.160.0.ebuild | 31 -------------------------------
 dev-perl/File-BOM/Manifest                |  1 -
 2 files changed, 32 deletions(-)

diff --git a/dev-perl/File-BOM/File-BOM-0.160.0.ebuild b/dev-perl/File-BOM/File-BOM-0.160.0.ebuild
deleted file mode 100644
index 9b4f41c891b..00000000000
--- a/dev-perl/File-BOM/File-BOM-0.160.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MATTLAW
-DIST_VERSION=0.16
-inherit perl-module
-
-DESCRIPTION="Utilities for handling Byte Order Marks"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=virtual/perl-Encode-1.990.0
-	>=dev-perl/Readonly-0.60.0
-"
-DEPEND="${RDEPEND}
-	>=dev-perl/Module-Build-0.420.0
-	test? (
-		>=dev-perl/Test-Exception-0.200.0
-		virtual/perl-Test-Simple
-	)
-"
-PERL_RM_FILES=(
-	"t/04..pod.t"
-)
-DIST_TEST=do

diff --git a/dev-perl/File-BOM/Manifest b/dev-perl/File-BOM/Manifest
index 2681ca2a0b6..dbf50327065 100644
--- a/dev-perl/File-BOM/Manifest
+++ b/dev-perl/File-BOM/Manifest
@@ -1,2 +1 @@
-DIST File-BOM-0.16.tar.gz 19835 BLAKE2B ca0fad3d6edd046e61b7775dd2660af276cc53580b8ae7d0426e5a77776680d0465b3f881311efe73de8a6fe3cd07f24e24ad0c1cabdf187d41afb1de8ec323c SHA512 08c45b45111e95e03670da5fe2dca309039b9f635cfa7c6fd7fcbe7358569fc3d1c374852fb8c51d609e8e7bed662baa9cbb85dc823051c349cfb00cee996fa3
 DIST File-BOM-0.18.tar.gz 20042 BLAKE2B 8666130e840da7664f541452b8d0072488ae734d9852895011a11389ccc4e9c47051537f1341059b93bf0bc3ca285f58560916ec4e12e5742d200e888d1fe1f9 SHA512 b0d26b9453d7ccf844bf8cf4df307594f7d91457cd5eb5d6457495581cccfacd53c0e8ca4a0d91cf8b4c7553026d0c4f1faf0b07eb0fbd93e0da66f61392e15c


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

end of thread, other threads:[~2020-10-19  5:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-08 11:59 [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-BOM/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2020-10-19  5:22 Kent Fredric
2020-08-21 15:32 Kent Fredric
2019-10-16  4:35 Andreas K. Hüttel
2019-07-25  9:59 Kent Fredric
2016-01-09 23:39 Andreas Hüttel

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