From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E12B913933E for ; Sun, 4 Jul 2021 16:37:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BB7CE0829; Sun, 4 Jul 2021 16:37:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2733E0827 for ; Sun, 4 Jul 2021 16:37:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DFF5D342B0C for ; Sun, 4 Jul 2021 16:37:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 699767C8 for ; Sun, 4 Jul 2021 16:37:03 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1625416609.c04986887f4e206ffd51e080318eede66559f485.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/MLDBM-Sync/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/MLDBM-Sync/MLDBM-Sync-0.300.0-r1.ebuild dev-perl/MLDBM-Sync/MLDBM-Sync-0.300.0-r2.ebuild X-VCS-Directories: dev-perl/MLDBM-Sync/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: c04986887f4e206ffd51e080318eede66559f485 X-VCS-Branch: master Date: Sun, 4 Jul 2021 16:37:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3cd62ac4-b81d-40ec-9f8a-dad235de8084 X-Archives-Hash: 92c9f43f39e26e5c6a51c71065f72bdb commit: c04986887f4e206ffd51e080318eede66559f485 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Jul 4 16:33:50 2021 +0000 Commit: Andreas K. Hüttel gentoo 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 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