Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/LockFile-Simple/
Date: Sun, 29 Oct 2017 15:07:17
Message-Id: 1509289625.5efa9707f5e6732f62174852692a747045e8c7fc.kentnl@gentoo
1 commit: 5efa9707f5e6732f62174852692a747045e8c7fc
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 29 14:13:13 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 29 15:07:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5efa9707
7
8 dev-perl/LockFile-Simple: Enable tests
9
10 - EAPI6
11 - Enable tests
12
13 Package-Manager: Portage-2.3.8, Repoman-2.3.3
14
15 .../LockFile-Simple/LockFile-Simple-0.208.0-r2.ebuild | 16 ++++++++++++++++
16 1 file changed, 16 insertions(+)
17
18 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
19 new file mode 100644
20 index 00000000000..9454dc94277
21 --- /dev/null
22 +++ b/dev-perl/LockFile-Simple/LockFile-Simple-0.208.0-r2.ebuild
23 @@ -0,0 +1,16 @@
24 +# Copyright 1999-2017 Gentoo Foundation
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=6
28 +
29 +DIST_AUTHOR=SCHWIGON
30 +DIST_SECTION=lockfile-simple
31 +DIST_VERSION=0.208
32 +inherit perl-module
33 +
34 +DESCRIPTION="File locking module for Perl"
35 +
36 +LICENSE="|| ( Artistic GPL-2 GPL-3 )" # Artistic or GPL-2+
37 +SLOT="0"
38 +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
39 +IUSE=""