diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-10-30 03:13:13 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-10-30 04:07:05 +1300 |
commit | 5efa9707f5e6732f62174852692a747045e8c7fc (patch) | |
tree | 47ff36eab2c2569ecb56e25939d0e5b872d84bed /dev-perl | |
parent | dev-perl/Linux-Distribution: Add CPAN remote-id's (diff) | |
download | gentoo-5efa9707f5e6732f62174852692a747045e8c7fc.tar.gz gentoo-5efa9707f5e6732f62174852692a747045e8c7fc.tar.bz2 gentoo-5efa9707f5e6732f62174852692a747045e8c7fc.zip |
dev-perl/LockFile-Simple: Enable tests
- EAPI6
- Enable tests
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/LockFile-Simple/LockFile-Simple-0.208.0-r2.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
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="" |