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/Cisco-IPPhone/
Date: Tue, 17 Oct 2017 08:24:18
Message-Id: 1508228619.decfe0feddd69cade143a78102221ff1704e721c.kentnl@gentoo
1 commit: decfe0feddd69cade143a78102221ff1704e721c
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 17 08:11:41 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 17 08:23:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=decfe0fe
7
8 dev-perl/Cisco-IPPhone: EAPI6-ify
9
10 - EAPI6
11 - Mostly to enable testing
12 - Add USE=examples
13
14 Package-Manager: Portage-2.3.8, Repoman-2.3.3
15
16 dev-perl/Cisco-IPPhone/Cisco-IPPhone-0.50.0-r2.ebuild | 16 ++++++++++++++++
17 1 file changed, 16 insertions(+)
18
19 diff --git a/dev-perl/Cisco-IPPhone/Cisco-IPPhone-0.50.0-r2.ebuild b/dev-perl/Cisco-IPPhone/Cisco-IPPhone-0.50.0-r2.ebuild
20 new file mode 100644
21 index 00000000000..b9474c69d23
22 --- /dev/null
23 +++ b/dev-perl/Cisco-IPPhone/Cisco-IPPhone-0.50.0-r2.ebuild
24 @@ -0,0 +1,16 @@
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=MRPALMER
31 +DIST_VERSION=0.05
32 +DIST_EXAMPLES=("examples/*")
33 +inherit perl-module
34 +
35 +DESCRIPTION="Cisco IP Phone interface using XML Objects"
36 +
37 +LICENSE="Artistic"
38 +SLOT="0"
39 +KEYWORDS="~x86 ~amd64"
40 +IUSE=""