summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2011-09-06 23:24:30 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2011-09-06 23:24:30 +0000
commit296343c2d0b11a147e01b6335a6ab7975e7a0384 (patch)
treeb32e75cbbdd8fdfd6ba764530a16339068c3a386 /dev-perl/Sysadm-Install
parentVersion bump via perl-bump experimental tool. (diff)
downloadhistorical-296343c2d0b11a147e01b6335a6ab7975e7a0384.tar.gz
historical-296343c2d0b11a147e01b6335a6ab7975e7a0384.tar.bz2
historical-296343c2d0b11a147e01b6335a6ab7975e7a0384.zip
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Sysadm-Install')
-rw-r--r--dev-perl/Sysadm-Install/ChangeLog8
-rw-r--r--dev-perl/Sysadm-Install/Sysadm-Install-0.380.0.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/Sysadm-Install/ChangeLog b/dev-perl/Sysadm-Install/ChangeLog
index ec7704575ec1..150c135e0216 100644
--- a/dev-perl/Sysadm-Install/ChangeLog
+++ b/dev-perl/Sysadm-Install/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Sysadm-Install
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sysadm-Install/ChangeLog,v 1.6 2011/07/29 17:00:33 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sysadm-Install/ChangeLog,v 1.7 2011/09/06 23:24:30 robbat2 Exp $
+
+*Sysadm-Install-0.380.0 (06 Sep 2011)
+
+ 06 Sep 2011; Robin H. Johnson <robbat2@gentoo.org>
+ +Sysadm-Install-0.380.0.ebuild:
+ Version bump via perl-bump experimental tool.
29 Jul 2011; Torsten Veller <tove@gentoo.org> -Sysadm-Install-0.35.ebuild,
-Sysadm-Install-0.360.0.ebuild:
diff --git a/dev-perl/Sysadm-Install/Sysadm-Install-0.380.0.ebuild b/dev-perl/Sysadm-Install/Sysadm-Install-0.380.0.ebuild
new file mode 100644
index 000000000000..ed08befef177
--- /dev/null
+++ b/dev-perl/Sysadm-Install/Sysadm-Install-0.380.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sysadm-Install/Sysadm-Install-0.380.0.ebuild,v 1.1 2011/09/06 23:24:29 robbat2 Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=MSCHILLI
+MODULE_VERSION=0.38
+inherit perl-module
+
+DESCRIPTION="Typical installation tasks for system administrators"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="hammer"
+
+RDEPEND="dev-perl/TermReadKey
+ dev-perl/libwww-perl
+ >=dev-perl/Log-Log4perl-1.28
+ hammer? ( dev-perl/Expect )"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"