Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Stty/
Date: Sun, 27 Sep 2015 13:09:20
Message-Id: 1443332662.bc24cf6b805bdfea3df29823f935c95ef450beec.dilfridge@gentoo
1 commit: bc24cf6b805bdfea3df29823f935c95ef450beec
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Sep 27 05:44:22 2015 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 27 05:44:22 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc24cf6b
7
8 dev-perl/IO-Stty: Add to tree at version 0.30.0 for dev-perl/Expect
9
10 Previously maintained in ::perl-experimental since Feb 2011 maintained
11 by Torsten Veller with contributions from Kent Fredric
12
13 Package-Manager: portage-2.2.22
14
15 dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild | 28 ++++++++++++++++++++++++++++
16 dev-perl/IO-Stty/Manifest | 1 +
17 dev-perl/IO-Stty/metadata.xml | 13 +++++++++++++
18 3 files changed, 42 insertions(+)
19
20 diff --git a/dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild b/dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild
21 new file mode 100644
22 index 0000000..06060fa
23 --- /dev/null
24 +++ b/dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild
25 @@ -0,0 +1,28 @@
26 +# Copyright 1999-2015 Gentoo Foundation
27 +# Distributed under the terms of the GNU General Public License v2
28 +# $Id$
29 +
30 +EAPI=5
31 +
32 +MODULE_AUTHOR=TODDR
33 +MODULE_VERSION=0.03
34 +inherit perl-module
35 +
36 +DESCRIPTION="Change and print terminal line settings"
37 +
38 +SLOT="0"
39 +KEYWORDS="~amd64 ~x86"
40 +IUSE="test"
41 +
42 +RDEPEND=""
43 +DEPEND="${RDEPEND}
44 + >=dev-perl/Module-Build-0.350.0
45 + test? (
46 + virtual/perl-Test-Simple
47 + )"
48 +SRC_TEST="do"
49 +
50 +src_test() {
51 + perl_rm_files t/98-pod-coverage.t t/99-pod.t
52 + perl-module_src_test;
53 +}
54
55 diff --git a/dev-perl/IO-Stty/Manifest b/dev-perl/IO-Stty/Manifest
56 new file mode 100644
57 index 0000000..8649ac1
58 --- /dev/null
59 +++ b/dev-perl/IO-Stty/Manifest
60 @@ -0,0 +1 @@
61 +DIST IO-Stty-0.03.tar.gz 10251 SHA256 6929528db85e89d23a9761f400b5b6555ad5a9eba5208b65992399c8bd809152 SHA512 0670005929f604c8c2103d3f5e5e03e17413f8ff8a2e93911d5a064f64f268f59eb8855126c86a69649f8a350b70ecd812e60b01584c5d042bd64174d9710e4f WHIRLPOOL d3c49cacebe09796e6f92700921573a31eda8c71350dceaf6e1f887d9c34828ca643ef47dc3f8b95ee7e0c33f536a13b7c1269237977a617a028af5ed5c21419
62
63 diff --git a/dev-perl/IO-Stty/metadata.xml b/dev-perl/IO-Stty/metadata.xml
64 new file mode 100644
65 index 0000000..084cd01
66 --- /dev/null
67 +++ b/dev-perl/IO-Stty/metadata.xml
68 @@ -0,0 +1,13 @@
69 +<?xml version="1.0" encoding="UTF-8"?>
70 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
71 +<pkgmetadata>
72 + <herd>perl</herd>
73 + <maintainer>
74 + <email>kentfredric@×××××.com</email>
75 + <name>Kent Fredric</name>
76 + </maintainer>
77 + <upstream>
78 + <remote-id type="cpan">IO-Stty</remote-id>
79 + <remote-id type="cpan-module">IO::Stty</remote-id>
80 + </upstream>
81 +</pkgmetadata>