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/CGI-FastTemplate/
Date: Tue, 17 Oct 2017 08:24:14
Message-Id: 1508228609.9812745a56b2e4103f32da71efc33e953572bf7e.kentnl@gentoo
1 commit: 9812745a56b2e4103f32da71efc33e953572bf7e
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 17 07:33:48 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 17 08:23:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9812745a
7
8 dev-perl/CGI-FastTemplate: EAPI6ify
9
10 - EAPI6
11 - Enable tests
12 - Fix DESCRIPTION
13
14 Package-Manager: Portage-2.3.8, Repoman-2.3.3
15
16 .../CGI-FastTemplate/CGI-FastTemplate-1.90.0-r2.ebuild | 14 ++++++++++++++
17 1 file changed, 14 insertions(+)
18
19 diff --git a/dev-perl/CGI-FastTemplate/CGI-FastTemplate-1.90.0-r2.ebuild b/dev-perl/CGI-FastTemplate/CGI-FastTemplate-1.90.0-r2.ebuild
20 new file mode 100644
21 index 00000000000..f95e15ece9a
22 --- /dev/null
23 +++ b/dev-perl/CGI-FastTemplate/CGI-FastTemplate-1.90.0-r2.ebuild
24 @@ -0,0 +1,14 @@
25 +# Copyright 1999-2017 Gentoo Foundation
26 +# Distributed under the terms of the GNU General Public License v2
27 +
28 +EAPI=6
29 +
30 +DIST_AUTHOR=JMOORE
31 +DIST_VERSION=1.09
32 +inherit perl-module
33 +
34 +DESCRIPTION="High Performance Templates and Variable Interpolation"
35 +
36 +SLOT="0"
37 +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
38 +IUSE=""