public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MLDBM-Sync/
@ 2021-07-04 16:37 Andreas K. Hüttel
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2021-07-04 16:37 UTC (permalink / raw
  To: gentoo-commits

commit:     c04986887f4e206ffd51e080318eede66559f485
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  4 16:33:50 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jul  4 16:36:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0498688

dev-perl/MLDBM-Sync: EAPI=8 bump, add missing dep, drop to ~sparc

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

 dev-perl/MLDBM-Sync/MLDBM-Sync-0.300.0-r1.ebuild | 21 ---------------------
 dev-perl/MLDBM-Sync/MLDBM-Sync-0.300.0-r2.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 24 insertions(+), 21 deletions(-)

diff --git a/dev-perl/MLDBM-Sync/MLDBM-Sync-0.300.0-r1.ebuild b/dev-perl/MLDBM-Sync/MLDBM-Sync-0.300.0-r1.ebuild
deleted file mode 100644
index b57d6b1cb19..00000000000
--- a/dev-perl/MLDBM-Sync/MLDBM-Sync-0.300.0-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=CHAMAS
-MODULE_VERSION=0.30
-inherit perl-module
-
-DESCRIPTION="Safe concurrent access to MLDBM databases"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-perl/MLDBM"
-DEPEND="${RDEPEND}
-		test? ( virtual/perl-Test-Harness )"
-
-SRC_TEST="do"

diff --git a/dev-perl/MLDBM-Sync/MLDBM-Sync-0.300.0-r2.ebuild b/dev-perl/MLDBM-Sync/MLDBM-Sync-0.300.0-r2.ebuild
new file mode 100644
index 00000000000..2ef4d85f553
--- /dev/null
+++ b/dev-perl/MLDBM-Sync/MLDBM-Sync-0.300.0-r2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=CHAMAS
+DIST_VERSION=0.30
+inherit perl-module
+
+DESCRIPTION="Safe concurrent access to MLDBM databases"
+
+SLOT="0"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86"
+
+RDEPEND="
+	dev-perl/MLDBM
+	dev-perl/Tie-Cache
+"
+BDEPEND="${RDEPEND}
+	test? ( virtual/perl-Test-Harness )
+"
+
+# parallel testing fails
+DIST_TEST=do


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MLDBM-Sync/
@ 2025-06-25 19:05 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2025-06-25 19:05 UTC (permalink / raw
  To: gentoo-commits

commit:     e829cbbd982d64c56e71c556b13fb25a439afaaf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 25 18:30:53 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 25 19:05:17 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e829cbbd

dev-perl/MLDBM-Sync: fix MissingVersionedVirtualPerlDependency

(Test only dep.)

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

 dev-perl/MLDBM-Sync/MLDBM-Sync-0.300.0-r2.ebuild | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/dev-perl/MLDBM-Sync/MLDBM-Sync-0.300.0-r2.ebuild b/dev-perl/MLDBM-Sync/MLDBM-Sync-0.300.0-r2.ebuild
index 2ef4d85f5530..303abc8b4ba3 100644
--- a/dev-perl/MLDBM-Sync/MLDBM-Sync-0.300.0-r2.ebuild
+++ b/dev-perl/MLDBM-Sync/MLDBM-Sync-0.300.0-r2.ebuild
@@ -1,10 +1,12 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DIST_AUTHOR=CHAMAS
 DIST_VERSION=0.30
+# parallel testing fails
+DIST_TEST=do
 inherit perl-module
 
 DESCRIPTION="Safe concurrent access to MLDBM databases"
@@ -16,9 +18,4 @@ RDEPEND="
 	dev-perl/MLDBM
 	dev-perl/Tie-Cache
 "
-BDEPEND="${RDEPEND}
-	test? ( virtual/perl-Test-Harness )
-"
-
-# parallel testing fails
-DIST_TEST=do
+BDEPEND="${RDEPEND}"


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

end of thread, other threads:[~2025-06-25 19:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-25 19:05 [gentoo-commits] repo/gentoo:master commit in: dev-perl/MLDBM-Sync/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-07-04 16:37 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