diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-04 18:33:50 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-04 18:36:49 +0200 |
commit | c04986887f4e206ffd51e080318eede66559f485 (patch) | |
tree | 0fb336e1ad59c17ab4ad45272b1c448ff8f487da /dev-perl/MLDBM-Sync | |
parent | dev-perl/Tie-Cache: Stable for amd64 (diff) | |
download | gentoo-c04986887f4e206ffd51e080318eede66559f485.tar.gz gentoo-c04986887f4e206ffd51e080318eede66559f485.tar.bz2 gentoo-c04986887f4e206ffd51e080318eede66559f485.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl/MLDBM-Sync')
-rw-r--r-- | dev-perl/MLDBM-Sync/MLDBM-Sync-0.300.0-r1.ebuild | 21 | ||||
-rw-r--r-- | 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 b57d6b1cb19a..000000000000 --- 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 000000000000..2ef4d85f5530 --- /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 |