From: Kent Fredric Date: Sun, 29 Oct 2017 14:13:13 +0000 (+1300) Subject: dev-perl/LockFile-Simple: Enable tests X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5efa9707f5e6732f62174852692a747045e8c7fc;p=gentoo.git dev-perl/LockFile-Simple: Enable tests - EAPI6 - Enable tests Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- diff --git a/dev-perl/LockFile-Simple/LockFile-Simple-0.208.0-r2.ebuild b/dev-perl/LockFile-Simple/LockFile-Simple-0.208.0-r2.ebuild new file mode 100644 index 000000000000..9454dc942777 --- /dev/null +++ b/dev-perl/LockFile-Simple/LockFile-Simple-0.208.0-r2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=SCHWIGON +DIST_SECTION=lockfile-simple +DIST_VERSION=0.208 +inherit perl-module + +DESCRIPTION="File locking module for Perl" + +LICENSE="|| ( Artistic GPL-2 GPL-3 )" # Artistic or GPL-2+ +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" +IUSE=""