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/Digest-Nilsimsa/
Date: Fri, 20 Oct 2017 07:40:14
Message-Id: 1508485187.4e28b31a5bd0957011cc22bf494fdc595520d86a.kentnl@gentoo
1 commit: 4e28b31a5bd0957011cc22bf494fdc595520d86a
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 20 06:58:46 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 20 07:39:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e28b31a
7
8 dev-perl/Digest-Nilsimsa: EAPI6 + Tests
9
10 - EAPI6
11 - Enable tests
12
13 Package-Manager: Portage-2.3.8, Repoman-2.3.3
14
15 dev-perl/Digest-Nilsimsa/Digest-Nilsimsa-0.60.0-r2.ebuild | 15 +++++++++++++++
16 1 file changed, 15 insertions(+)
17
18 diff --git a/dev-perl/Digest-Nilsimsa/Digest-Nilsimsa-0.60.0-r2.ebuild b/dev-perl/Digest-Nilsimsa/Digest-Nilsimsa-0.60.0-r2.ebuild
19 new file mode 100644
20 index 00000000000..7ab5ad2d8e4
21 --- /dev/null
22 +++ b/dev-perl/Digest-Nilsimsa/Digest-Nilsimsa-0.60.0-r2.ebuild
23 @@ -0,0 +1,15 @@
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=VIPUL
30 +DIST_VERSION=0.06
31 +inherit perl-module
32 +
33 +DESCRIPTION="Perl version of Nilsimsa code"
34 +
35 +LICENSE="GPL-2 LGPL-2"
36 +SLOT="0"
37 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
38 +IUSE=""