public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/B-OPCheck/
@ 2015-09-29 21:08 Andreas Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Hüttel @ 2015-09-29 21:08 UTC (permalink / raw
  To: gentoo-commits

commit:     e599ab3b8b20d1b664bfe48f1fd18aa39e7ceb0a
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 29 20:44:49 2015 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Sep 29 21:09:14 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e599ab3b

dev-perl/B-OPCheck: Version bump

Package-Manager: portage-2.2.20.1

 dev-perl/B-OPCheck/B-OPCheck-0.300.0.ebuild | 34 +++++++++++++++++++++++++++++
 dev-perl/B-OPCheck/Manifest                 |  1 +
 2 files changed, 35 insertions(+)

diff --git a/dev-perl/B-OPCheck/B-OPCheck-0.300.0.ebuild b/dev-perl/B-OPCheck/B-OPCheck-0.300.0.ebuild
new file mode 100644
index 0000000..fad7415
--- /dev/null
+++ b/dev-perl/B-OPCheck/B-OPCheck-0.300.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=ETHER
+MODULE_VERSION=0.30
+inherit perl-module
+
+DESCRIPTION="PL_check hacks using Perl callbacks"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=dev-perl/B-Utils-0.80.0
+	virtual/perl-Carp
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Scope-Guard
+	virtual/perl-XSLoader
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	>=dev-perl/ExtUtils-Depends-0.302.0
+	test? (
+		virtual/perl-File-Spec
+		virtual/perl-Test-Simple
+	)
+"
+
+PATCHES=( "${FILESDIR}"/0.29-Perl_check_t.patch )
+SRC_TEST=do

diff --git a/dev-perl/B-OPCheck/Manifest b/dev-perl/B-OPCheck/Manifest
index 8cb4928..be414c5 100644
--- a/dev-perl/B-OPCheck/Manifest
+++ b/dev-perl/B-OPCheck/Manifest
@@ -1 +1,2 @@
 DIST B-OPCheck-0.29.tar.gz 61578 SHA256 8a1d07ed51d5c867dbecd9e81d50a43470eb2aff2d144cd2b16ef2c33e9e20eb SHA512 4b9afb0e3acbf654a4393ec55814747f382cc0385d9b9d0d9f34a42ec0ce76009b169352238e7aa37bee7b699bce3e967e320f81bfc293b73c62ddf573cf630c WHIRLPOOL fb2ec13301b7b646158b61f4f63b225b66cb5e109b3c1d07995fd4bee618deebda2707c078c3e2a3d70da5f7e7e8c49dff223c5559bc84990486d2a4d5e391bf
+DIST B-OPCheck-0.30.tar.gz 74668 SHA256 3a01bb406543cd204453322647fa48fcad2ecd9d5cc689154dfad71a441ad1bd SHA512 09aac95626c2594a1833682b6e1d5fc3f631570ceb0f1773c9d3c3c8a2aff57a903d5d24a51aa117cb8027d9c201153f790546300272c2a0748320f4f49274fc WHIRLPOOL 8aa8b69c367765a5df8d92d59f8a1bae3ab382933d7836adc9080f2dc060097028dec7a1439d0b97e283d825b012cd907c3cb679bce6645ea2a06d3e3e71ae96


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/B-OPCheck/
@ 2015-12-28 17:00 Andreas Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Hüttel @ 2015-12-28 17:00 UTC (permalink / raw
  To: gentoo-commits

commit:     dce826f27f573c1e6b708c2c513d0c00482927e8
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 28 16:54:49 2015 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 17:00:51 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dce826f2

dev-perl/B-OPCheck: Remove old

Package-Manager: portage-2.2.26

 dev-perl/B-OPCheck/B-OPCheck-0.290.0-r1.ebuild | 23 -----------------------
 dev-perl/B-OPCheck/Manifest                    |  1 -
 2 files changed, 24 deletions(-)

diff --git a/dev-perl/B-OPCheck/B-OPCheck-0.290.0-r1.ebuild b/dev-perl/B-OPCheck/B-OPCheck-0.290.0-r1.ebuild
deleted file mode 100644
index 58425da..0000000
--- a/dev-perl/B-OPCheck/B-OPCheck-0.290.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=FLORA
-MODULE_VERSION=0.29
-inherit perl-module
-
-DESCRIPTION="PL_check hacks using Perl callbacks"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-perl/B-Utils-0.250.0
-	dev-perl/Scope-Guard"
-DEPEND="${RDEPEND}
-	>=dev-perl/ExtUtils-Depends-0.302"
-
-PATCHES=( "${FILESDIR}"/0.29-Perl_check_t.patch )
-SRC_TEST=do

diff --git a/dev-perl/B-OPCheck/Manifest b/dev-perl/B-OPCheck/Manifest
index be414c5..aa8d09e 100644
--- a/dev-perl/B-OPCheck/Manifest
+++ b/dev-perl/B-OPCheck/Manifest
@@ -1,2 +1 @@
-DIST B-OPCheck-0.29.tar.gz 61578 SHA256 8a1d07ed51d5c867dbecd9e81d50a43470eb2aff2d144cd2b16ef2c33e9e20eb SHA512 4b9afb0e3acbf654a4393ec55814747f382cc0385d9b9d0d9f34a42ec0ce76009b169352238e7aa37bee7b699bce3e967e320f81bfc293b73c62ddf573cf630c WHIRLPOOL fb2ec13301b7b646158b61f4f63b225b66cb5e109b3c1d07995fd4bee618deebda2707c078c3e2a3d70da5f7e7e8c49dff223c5559bc84990486d2a4d5e391bf
 DIST B-OPCheck-0.30.tar.gz 74668 SHA256 3a01bb406543cd204453322647fa48fcad2ecd9d5cc689154dfad71a441ad1bd SHA512 09aac95626c2594a1833682b6e1d5fc3f631570ceb0f1773c9d3c3c8a2aff57a903d5d24a51aa117cb8027d9c201153f790546300272c2a0748320f4f49274fc WHIRLPOOL 8aa8b69c367765a5df8d92d59f8a1bae3ab382933d7836adc9080f2dc060097028dec7a1439d0b97e283d825b012cd907c3cb679bce6645ea2a06d3e3e71ae96


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/B-OPCheck/
@ 2017-04-07 20:38 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2017-04-07 20:38 UTC (permalink / raw
  To: gentoo-commits

commit:     bbcb87a14f44e01b4a86c7ab8ea95b1b2f984cf8
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  7 20:38:23 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Apr  7 20:38:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbcb87a1

dev-perl/B-OPCheck: Bump to version 0.320.0

- EAPI6
- Parallel Testing

Upstream:
- Fix compilation on perl 5.26 w/ op_sibling removal
- Remove redundant Perl_check_t definition

Bug: https://bugs.gentoo.org/614944
Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/B-OPCheck/B-OPCheck-0.320.0.ebuild | 31 +++++++++++++++++++++++++++++
 dev-perl/B-OPCheck/Manifest                 |  1 +
 2 files changed, 32 insertions(+)

diff --git a/dev-perl/B-OPCheck/B-OPCheck-0.320.0.ebuild b/dev-perl/B-OPCheck/B-OPCheck-0.320.0.ebuild
new file mode 100644
index 00000000000..bae935ee96f
--- /dev/null
+++ b/dev-perl/B-OPCheck/B-OPCheck-0.320.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=0.32
+inherit perl-module
+
+DESCRIPTION="PL_check hacks using Perl callbacks"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=dev-perl/B-Utils-0.80.0
+	virtual/perl-Carp
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Scope-Guard
+	virtual/perl-XSLoader
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	>=dev-perl/ExtUtils-Depends-0.302.0
+	test? (
+		virtual/perl-File-Spec
+		virtual/perl-Module-Metadata
+		virtual/perl-Test-Simple
+	)
+"

diff --git a/dev-perl/B-OPCheck/Manifest b/dev-perl/B-OPCheck/Manifest
index aa8d09ec439..71e4fe15a29 100644
--- a/dev-perl/B-OPCheck/Manifest
+++ b/dev-perl/B-OPCheck/Manifest
@@ -1 +1,2 @@
 DIST B-OPCheck-0.30.tar.gz 74668 SHA256 3a01bb406543cd204453322647fa48fcad2ecd9d5cc689154dfad71a441ad1bd SHA512 09aac95626c2594a1833682b6e1d5fc3f631570ceb0f1773c9d3c3c8a2aff57a903d5d24a51aa117cb8027d9c201153f790546300272c2a0748320f4f49274fc WHIRLPOOL 8aa8b69c367765a5df8d92d59f8a1bae3ab382933d7836adc9080f2dc060097028dec7a1439d0b97e283d825b012cd907c3cb679bce6645ea2a06d3e3e71ae96
+DIST B-OPCheck-0.32.tar.gz 76109 SHA256 2ec23da87f1d10758f75113448d9fb718a4be0b9ed634cffc5fc09b36a1f1a82 SHA512 35ee8f66c1958e5622399538417939f9c705af23faa724845ed5d585afd1b793f2d134dc37265111c9d8370c8c5c33b359b5379e3dd2676b47c8eb2768dd81cd WHIRLPOOL 97e7b8a1d5461ab002e9ba7719d66f1428612f5df646b4a3f1998ac5a1044a2d904eab2c3636d796b37256dabe8f5a8868b96d97cbb5589cf80f14cc8427436c


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/B-OPCheck/
@ 2017-04-15 11:00 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2017-04-15 11:00 UTC (permalink / raw
  To: gentoo-commits

commit:     fbb3312e722cf2bab9fc859197e33aa1f940fa07
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 15 11:00:38 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Apr 15 11:00:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbb3312e

dev-perl/B-OPCheck: Cleanup old

Remove old versions broken on Perl 5.26

Bug: https://bugs.gentoo.org/614944
Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/B-OPCheck/B-OPCheck-0.300.0.ebuild | 33 -----------------------------
 dev-perl/B-OPCheck/Manifest                 |  1 -
 2 files changed, 34 deletions(-)

diff --git a/dev-perl/B-OPCheck/B-OPCheck-0.300.0.ebuild b/dev-perl/B-OPCheck/B-OPCheck-0.300.0.ebuild
deleted file mode 100644
index a2a45cca61c..00000000000
--- a/dev-perl/B-OPCheck/B-OPCheck-0.300.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=ETHER
-MODULE_VERSION=0.30
-inherit perl-module
-
-DESCRIPTION="PL_check hacks using Perl callbacks"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-	>=dev-perl/B-Utils-0.80.0
-	virtual/perl-Carp
-	virtual/perl-Scalar-List-Utils
-	dev-perl/Scope-Guard
-	virtual/perl-XSLoader
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	>=dev-perl/ExtUtils-Depends-0.302.0
-	test? (
-		virtual/perl-File-Spec
-		virtual/perl-Test-Simple
-	)
-"
-
-PATCHES=( "${FILESDIR}"/0.29-Perl_check_t.patch )
-SRC_TEST=do

diff --git a/dev-perl/B-OPCheck/Manifest b/dev-perl/B-OPCheck/Manifest
index 71e4fe15a29..061085b1873 100644
--- a/dev-perl/B-OPCheck/Manifest
+++ b/dev-perl/B-OPCheck/Manifest
@@ -1,2 +1 @@
-DIST B-OPCheck-0.30.tar.gz 74668 SHA256 3a01bb406543cd204453322647fa48fcad2ecd9d5cc689154dfad71a441ad1bd SHA512 09aac95626c2594a1833682b6e1d5fc3f631570ceb0f1773c9d3c3c8a2aff57a903d5d24a51aa117cb8027d9c201153f790546300272c2a0748320f4f49274fc WHIRLPOOL 8aa8b69c367765a5df8d92d59f8a1bae3ab382933d7836adc9080f2dc060097028dec7a1439d0b97e283d825b012cd907c3cb679bce6645ea2a06d3e3e71ae96
 DIST B-OPCheck-0.32.tar.gz 76109 SHA256 2ec23da87f1d10758f75113448d9fb718a4be0b9ed634cffc5fc09b36a1f1a82 SHA512 35ee8f66c1958e5622399538417939f9c705af23faa724845ed5d585afd1b793f2d134dc37265111c9d8370c8c5c33b359b5379e3dd2676b47c8eb2768dd81cd WHIRLPOOL 97e7b8a1d5461ab002e9ba7719d66f1428612f5df646b4a3f1998ac5a1044a2d904eab2c3636d796b37256dabe8f5a8868b96d97cbb5589cf80f14cc8427436c


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

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

commit:     b0bc78346e4260d67d1e4d398474e30af82f006b
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  3 13:42:12 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jul  3 14:59:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0bc7834

dev-perl/B-OPCheck: -r bump for EAPI7 + CFLAGS love

- EAPI7
- Ensure CFLAGS passed to make/compile

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

 dev-perl/B-OPCheck/B-OPCheck-0.320.0-r1.ebuild | 38 ++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/dev-perl/B-OPCheck/B-OPCheck-0.320.0-r1.ebuild b/dev-perl/B-OPCheck/B-OPCheck-0.320.0-r1.ebuild
new file mode 100644
index 00000000000..2c2e6ab8c96
--- /dev/null
+++ b/dev-perl/B-OPCheck/B-OPCheck-0.320.0-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=0.32
+inherit perl-module
+
+DESCRIPTION="PL_check hacks using Perl callbacks"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	>=dev-perl/B-Utils-0.80.0
+	virtual/perl-Carp
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Scope-Guard
+	virtual/perl-XSLoader
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	>=dev-perl/ExtUtils-Depends-0.302.0
+	test? (
+		virtual/perl-File-Spec
+		virtual/perl-Module-Metadata
+		virtual/perl-Test-Simple
+	)
+"
+src_compile() {
+	mymake=(
+		"OPTIMIZE=${CFLAGS}"
+	)
+	perl-module_src_compile
+}


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

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

commit:     665e626dfe2718540f752dd3f312ce63fce63651
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  6 16:11:04 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Aug  6 16:38:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=665e626d

dev-perl/B-OPCheck: Cleanup old 0.320.0

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

 dev-perl/B-OPCheck/B-OPCheck-0.320.0.ebuild | 32 -----------------------------
 1 file changed, 32 deletions(-)

diff --git a/dev-perl/B-OPCheck/B-OPCheck-0.320.0.ebuild b/dev-perl/B-OPCheck/B-OPCheck-0.320.0.ebuild
deleted file mode 100644
index 9c4295849a6..00000000000
--- a/dev-perl/B-OPCheck/B-OPCheck-0.320.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ETHER
-DIST_VERSION=0.32
-inherit perl-module
-
-DESCRIPTION="PL_check hacks using Perl callbacks"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=dev-perl/B-Utils-0.80.0
-	virtual/perl-Carp
-	virtual/perl-Scalar-List-Utils
-	dev-perl/Scope-Guard
-	virtual/perl-XSLoader
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	>=dev-perl/ExtUtils-Depends-0.302.0
-	test? (
-		virtual/perl-File-Spec
-		virtual/perl-Module-Metadata
-		virtual/perl-Test-Simple
-	)
-"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/B-OPCheck/
@ 2024-05-22  4:35 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-05-22  4:35 UTC (permalink / raw
  To: gentoo-commits

commit:     1b2014561e59ff5439302d792d1b3920748af5ff
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 04:26:07 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 22 04:34:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b201456

dev-perl/B-OPCheck: EAPI 8, rely on eclass impls

This covers more variables/args, etc.

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

 dev-perl/B-OPCheck/B-OPCheck-0.320.0-r2.ebuild | 31 ++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/dev-perl/B-OPCheck/B-OPCheck-0.320.0-r2.ebuild b/dev-perl/B-OPCheck/B-OPCheck-0.320.0-r2.ebuild
new file mode 100644
index 000000000000..7a555c7cc83a
--- /dev/null
+++ b/dev-perl/B-OPCheck/B-OPCheck-0.320.0-r2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=0.32
+inherit perl-module
+
+DESCRIPTION="PL_check hacks using Perl callbacks"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	>=dev-perl/B-Utils-0.80.0
+	virtual/perl-Carp
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Scope-Guard
+	virtual/perl-XSLoader
+"
+BDEPEND="
+	${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	>=dev-perl/ExtUtils-Depends-0.302.0
+	test? (
+		virtual/perl-File-Spec
+		virtual/perl-Module-Metadata
+		virtual/perl-Test-Simple
+	)
+"


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

end of thread, other threads:[~2024-05-22  4:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-03 15:10 [gentoo-commits] repo/gentoo:master commit in: dev-perl/B-OPCheck/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2024-05-22  4:35 Sam James
2020-08-06 16:40 Kent Fredric
2017-04-15 11:00 Kent Fredric
2017-04-07 20:38 Kent Fredric
2015-12-28 17:00 Andreas Hüttel
2015-09-29 21:08 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