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/Sysadm-Install/
Date: Wed, 10 Jan 2018 17:15:04
Message-Id: 1515604493.45837748c2f960cee24750c9003d040d4f626332.kentnl@gentoo
1 commit: 45837748c2f960cee24750c9003d040d4f626332
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 10 17:14:27 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 10 17:14:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45837748
7
8 dev-perl/Sysadm-Install: Bump to version 0.480.0
9
10 - EAPI6
11 - Add USE=examples
12 - Parallel testing
13
14 Upstream:
15 - password_read now prompts to STDERR instead of STDOUT and optionally
16 to dev/tty.
17
18 Package-Manager: Portage-2.3.18, Repoman-2.3.6
19
20 dev-perl/Sysadm-Install/Manifest | 1 +
21 .../Sysadm-Install/Sysadm-Install-0.480.0.ebuild | 26 ++++++++++++++++++++++
22 2 files changed, 27 insertions(+)
23
24 diff --git a/dev-perl/Sysadm-Install/Manifest b/dev-perl/Sysadm-Install/Manifest
25 index ec18049966b..0225a6c7064 100644
26 --- a/dev-perl/Sysadm-Install/Manifest
27 +++ b/dev-perl/Sysadm-Install/Manifest
28 @@ -1 +1,2 @@
29 DIST Sysadm-Install-0.46.tar.gz 26560 BLAKE2B c9e8bdae41daeaa9c882abe6cb7a8f9d1cb169cbf3b3d0c963902f83b33854c74f07ff911823c953d44e52cdcafbb9ab11e14e4d98ede9cca06479278b35b70d SHA512 ed9f190529a6d0da7c45f6ed76ab2125124b75bf3211cb7596b717433683170f06b7444434c1d914a2ba3f5a18bcaac69ff5c9df8489ad2331ed442ab1fa208b
30 +DIST Sysadm-Install-0.48.tar.gz 26844 BLAKE2B 887291e7360cde0cc2380358ad709b9330b1305f1660b275ea970f2b918cd669aacb1b8c4772c56d3b5221a5364dc99455bef97b8175be6a2d805ced82d1295e SHA512 be2a00c8f849891f4f184bc15d6c7520fcf7ba828c40ed1dbc55566f2d134232d79687417a9a78a405e37f89c877e759e3788226823491de5f970105950e0bd2
31
32 diff --git a/dev-perl/Sysadm-Install/Sysadm-Install-0.480.0.ebuild b/dev-perl/Sysadm-Install/Sysadm-Install-0.480.0.ebuild
33 new file mode 100644
34 index 00000000000..a299312e789
35 --- /dev/null
36 +++ b/dev-perl/Sysadm-Install/Sysadm-Install-0.480.0.ebuild
37 @@ -0,0 +1,26 @@
38 +# Copyright 1999-2018 Gentoo Foundation
39 +# Distributed under the terms of the GNU General Public License v2
40 +
41 +EAPI=6
42 +
43 +DIST_AUTHOR=MSCHILLI
44 +DIST_VERSION=0.48
45 +DIST_EXAMPLES=( "eg/ask" "eg/mkperl" "eg/perm_cp" "eg/tap" "eg/untar_in" )
46 +inherit perl-module
47 +
48 +DESCRIPTION="Typical installation tasks for system administrators"
49 +
50 +SLOT="0"
51 +KEYWORDS="~amd64 ~x86"
52 +IUSE="hammer"
53 +
54 +RDEPEND="
55 + >=virtual/perl-File-Temp-0.160.0
56 + >=dev-perl/File-Which-0.160.0
57 + dev-perl/libwww-perl
58 + >=dev-perl/Log-Log4perl-1.280.0
59 + dev-perl/TermReadKey
60 + hammer? ( dev-perl/Expect )"
61 +DEPEND="${RDEPEND}
62 + virtual/perl-ExtUtils-MakeMaker
63 +"