From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 51ADF138330 for ; Wed, 10 Jan 2018 17:15:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 843E4E094F; Wed, 10 Jan 2018 17:15:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6336EE094F for ; Wed, 10 Jan 2018 17:15:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06432335C3C for ; Wed, 10 Jan 2018 17:15:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A85219F for ; Wed, 10 Jan 2018 17:14:59 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1515604493.45837748c2f960cee24750c9003d040d4f626332.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sysadm-Install/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Sysadm-Install/Manifest dev-perl/Sysadm-Install/Sysadm-Install-0.480.0.ebuild X-VCS-Directories: dev-perl/Sysadm-Install/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 45837748c2f960cee24750c9003d040d4f626332 X-VCS-Branch: master Date: Wed, 10 Jan 2018 17:14:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 91ce6816-4ac0-439d-b71f-5e296bdd0b15 X-Archives-Hash: d20df08d0dd699bd61d4a77ca53449da commit: 45837748c2f960cee24750c9003d040d4f626332 Author: Kent Fredric gentoo org> AuthorDate: Wed Jan 10 17:14:27 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Jan 10 17:14:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45837748 dev-perl/Sysadm-Install: Bump to version 0.480.0 - EAPI6 - Add USE=examples - Parallel testing Upstream: - password_read now prompts to STDERR instead of STDOUT and optionally to dev/tty. Package-Manager: Portage-2.3.18, Repoman-2.3.6 dev-perl/Sysadm-Install/Manifest | 1 + .../Sysadm-Install/Sysadm-Install-0.480.0.ebuild | 26 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-perl/Sysadm-Install/Manifest b/dev-perl/Sysadm-Install/Manifest index ec18049966b..0225a6c7064 100644 --- a/dev-perl/Sysadm-Install/Manifest +++ b/dev-perl/Sysadm-Install/Manifest @@ -1 +1,2 @@ DIST Sysadm-Install-0.46.tar.gz 26560 BLAKE2B c9e8bdae41daeaa9c882abe6cb7a8f9d1cb169cbf3b3d0c963902f83b33854c74f07ff911823c953d44e52cdcafbb9ab11e14e4d98ede9cca06479278b35b70d SHA512 ed9f190529a6d0da7c45f6ed76ab2125124b75bf3211cb7596b717433683170f06b7444434c1d914a2ba3f5a18bcaac69ff5c9df8489ad2331ed442ab1fa208b +DIST Sysadm-Install-0.48.tar.gz 26844 BLAKE2B 887291e7360cde0cc2380358ad709b9330b1305f1660b275ea970f2b918cd669aacb1b8c4772c56d3b5221a5364dc99455bef97b8175be6a2d805ced82d1295e SHA512 be2a00c8f849891f4f184bc15d6c7520fcf7ba828c40ed1dbc55566f2d134232d79687417a9a78a405e37f89c877e759e3788226823491de5f970105950e0bd2 diff --git a/dev-perl/Sysadm-Install/Sysadm-Install-0.480.0.ebuild b/dev-perl/Sysadm-Install/Sysadm-Install-0.480.0.ebuild new file mode 100644 index 00000000000..a299312e789 --- /dev/null +++ b/dev-perl/Sysadm-Install/Sysadm-Install-0.480.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=MSCHILLI +DIST_VERSION=0.48 +DIST_EXAMPLES=( "eg/ask" "eg/mkperl" "eg/perm_cp" "eg/tap" "eg/untar_in" ) +inherit perl-module + +DESCRIPTION="Typical installation tasks for system administrators" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="hammer" + +RDEPEND=" + >=virtual/perl-File-Temp-0.160.0 + >=dev-perl/File-Which-0.160.0 + dev-perl/libwww-perl + >=dev-perl/Log-Log4perl-1.280.0 + dev-perl/TermReadKey + hammer? ( dev-perl/Expect )" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +"