summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-01-11 06:14:27 +1300
committerKent Fredric <kentnl@gentoo.org>2018-01-11 06:14:53 +1300
commit45837748c2f960cee24750c9003d040d4f626332 (patch)
tree32e78b4f47920b9a4f74b9ed2761c54be7e257e5 /dev-perl
parentdev-perl/Sys-Virt: Bump to version 3.9.1 (diff)
downloadgentoo-45837748c2f960cee24750c9003d040d4f626332.tar.gz
gentoo-45837748c2f960cee24750c9003d040d4f626332.tar.bz2
gentoo-45837748c2f960cee24750c9003d040d4f626332.zip
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
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Sysadm-Install/Manifest1
-rw-r--r--dev-perl/Sysadm-Install/Sysadm-Install-0.480.0.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/Sysadm-Install/Manifest b/dev-perl/Sysadm-Install/Manifest
index ec18049966bc..0225a6c70648 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 000000000000..a299312e7890
--- /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
+"