public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Bits/
@ 2020-02-05  1:02 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-02-05  1:02 UTC (permalink / raw
  To: gentoo-commits

commit:     ee615737e866c707085aba9392d9aa6460ba14ed
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  3 11:30:09 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Feb  5 01:01:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee615737

dev-perl/Test-Bits: Add w/ v=0.20.0

Required for dev-perl/GeoIP2, as suggested by Tomáš Mózes

Bug: https://github.com/gentoo/gentoo/pull/13973
Bug: https://bugs.gentoo.org/675494
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Test-Bits/Manifest                |  1 +
 dev-perl/Test-Bits/Test-Bits-0.20.0.ebuild | 40 ++++++++++++++++++++++++++++++
 dev-perl/Test-Bits/metadata.xml            | 16 ++++++++++++
 3 files changed, 57 insertions(+)

diff --git a/dev-perl/Test-Bits/Manifest b/dev-perl/Test-Bits/Manifest
new file mode 100644
index 00000000000..32677bda488
--- /dev/null
+++ b/dev-perl/Test-Bits/Manifest
@@ -0,0 +1 @@
+DIST Test-Bits-0.02.tar.gz 9651 BLAKE2B f6c12cec4866a5ebacb691ccf55b932b43bfa8d38d65e1c7d9cb937566de23354449b944e5eb6cc03e726d9f403efcc5149fa619e82a4bfd23d21fb3b87adb35 SHA512 4fd995f23fb365d31fbb281b8dfc7494b5a99a6f7b372c09ea16623aedc82443a3847399ade867285979e928c49c91aa85a45d8c34207549936b6eb6ae89ce6b

diff --git a/dev-perl/Test-Bits/Test-Bits-0.20.0.ebuild b/dev-perl/Test-Bits/Test-Bits-0.20.0.ebuild
new file mode 100644
index 00000000000..49ea3bbab06
--- /dev/null
+++ b/dev-perl/Test-Bits/Test-Bits-0.20.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DROLSKY
+DIST_VERSION=0.02
+inherit perl-module
+
+DESCRIPTION="Provides a bits_is() subroutine for testing binary data"
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-perl/List-AllUtils
+	virtual/perl-Scalar-List-Utils
+	virtual/perl-Test-Simple
+	virtual/perl-parent
+"
+BDEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.300.0
+	test? (
+		virtual/perl-File-Temp
+		dev-perl/Test-Fatal
+		>=virtual/perl-Test-Simple-0.880.0
+	)
+"
+PERL_RM_FILES=(
+	"t/author-pod-spell.t"
+	"t/release-cpan-changes.t"
+	"t/release-no-tabs.t"
+	"t/release-eol.t"
+	"t/release-pod-coverage.t"
+	"t/release-pod-linkcheck.t"
+	"t/release-pod-no404s.t"
+	"t/release-pod-syntax.t"
+)

diff --git a/dev-perl/Test-Bits/metadata.xml b/dev-perl/Test-Bits/metadata.xml
new file mode 100644
index 00000000000..2fea183f46f
--- /dev/null
+++ b/dev-perl/Test-Bits/metadata.xml
@@ -0,0 +1,16 @@
+<?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>
+  <maintainer type="person">
+    <email>hydrapolic@gmail.com</email>
+    <name>Tomáš Mózes</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">Test-Bits</remote-id>
+    <remote-id type="cpan-module">Test::Bits</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Bits/
@ 2023-09-05 14:22 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2023-09-05 14:22 UTC (permalink / raw
  To: gentoo-commits

commit:     0fe4df6307eed0435975024517754f23f05d4037
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  5 14:21:42 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep  5 14:21:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe4df63

dev-perl/Test-Bits: Stabilize 0.20.0 x86, #913627

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

 dev-perl/Test-Bits/Test-Bits-0.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Bits/Test-Bits-0.20.0.ebuild b/dev-perl/Test-Bits/Test-Bits-0.20.0.ebuild
index f5374a09f341..508bdd0c89ea 100644
--- a/dev-perl/Test-Bits/Test-Bits-0.20.0.ebuild
+++ b/dev-perl/Test-Bits/Test-Bits-0.20.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Provides a bits_is() subroutine for testing binary data"
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~loong ~riscv ~x86"
+KEYWORDS="~amd64 ~loong ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Bits/
@ 2023-09-05 14:23 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2023-09-05 14:23 UTC (permalink / raw
  To: gentoo-commits

commit:     e4e34a33c0de3af1e41a212689328cfdd2b3c5d2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  5 14:21:47 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep  5 14:21:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e34a33

dev-perl/Test-Bits: Stabilize 0.20.0 amd64, #913627

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

 dev-perl/Test-Bits/Test-Bits-0.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Bits/Test-Bits-0.20.0.ebuild b/dev-perl/Test-Bits/Test-Bits-0.20.0.ebuild
index 508bdd0c89ea..e3518508c22c 100644
--- a/dev-perl/Test-Bits/Test-Bits-0.20.0.ebuild
+++ b/dev-perl/Test-Bits/Test-Bits-0.20.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Provides a bits_is() subroutine for testing binary data"
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~loong ~riscv x86"
+KEYWORDS="amd64 ~loong ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

end of thread, other threads:[~2023-09-05 14:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-05 14:23 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Bits/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-09-05 14:22 Sam James
2020-02-05  1:02 Kent Fredric

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