summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-07-15 11:17:31 +1200
committerKent Fredric <kentnl@gentoo.org>2020-07-15 11:17:31 +1200
commitfc8d1e5fde0e8e126f3b499a2722b5b36a9e42c9 (patch)
treeddb3dc1d16a55d6828f18e679824e2aa56a95dd8 /dev-perl/DB_File-Lock
parentdev-perl/DBIx-Simple: Bump to version 1.370.0 (diff)
downloadgentoo-fc8d1e5fde0e8e126f3b499a2722b5b36a9e42c9.tar.gz
gentoo-fc8d1e5fde0e8e126f3b499a2722b5b36a9e42c9.tar.bz2
gentoo-fc8d1e5fde0e8e126f3b499a2722b5b36a9e42c9.zip
dev-perl/DB_File-Lock: -r bump for EAPI7
- EAPI7 - Parallel tests - Remove unused/empty variable assignments Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/DB_File-Lock')
-rw-r--r--dev-perl/DB_File-Lock/DB_File-Lock-0.50.0-r2.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/DB_File-Lock/DB_File-Lock-0.50.0-r2.ebuild b/dev-perl/DB_File-Lock/DB_File-Lock-0.50.0-r2.ebuild
new file mode 100644
index 000000000000..b59b99ca0a5a
--- /dev/null
+++ b/dev-perl/DB_File-Lock/DB_File-Lock-0.50.0-r2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DHARRIS
+DIST_VERSION=0.05
+inherit perl-module
+
+DESCRIPTION="Locking with flock wrapper for DB_File"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="virtual/perl-DB_File"
+BDEPEND="${RDEPEND}"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-0.05-RT98224.patch"
+)