commit: fc8d1e5fde0e8e126f3b499a2722b5b36a9e42c9
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 14 23:17:31 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Jul 14 23:17:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc8d1e5f
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 <AT> gentoo.org>
dev-perl/DB_File-Lock/DB_File-Lock-0.50.0-r2.ebuild | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
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 00000000000..b59b99ca0a5
--- /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"
+)