summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-05-18 15:16:03 +0000
committerTorsten Veller <tove@gentoo.org>2012-05-18 15:16:03 +0000
commit4b4ec54a2e85fc39ed661f546902478ca42c3640 (patch)
treee6ab30d7ef2597ee5b7098e43b024113780685b0 /dev-perl
parent[bump] dev-perl/Term-ProgressBar-2.130.0 (diff)
downloadgentoo-2-4b4ec54a2e85fc39ed661f546902478ca42c3640.tar.gz
gentoo-2-4b4ec54a2e85fc39ed661f546902478ca42c3640.tar.bz2
gentoo-2-4b4ec54a2e85fc39ed661f546902478ca42c3640.zip
[bump] dev-perl/Sysadm-Install-0.390.0
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Sysadm-Install/ChangeLog7
-rw-r--r--dev-perl/Sysadm-Install/Sysadm-Install-0.390.0.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/Sysadm-Install/ChangeLog b/dev-perl/Sysadm-Install/ChangeLog
index 0c6136e6d749..86e6e5bac9d7 100644
--- a/dev-perl/Sysadm-Install/ChangeLog
+++ b/dev-perl/Sysadm-Install/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Sysadm-Install
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sysadm-Install/ChangeLog,v 1.8 2012/02/18 08:55:44 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sysadm-Install/ChangeLog,v 1.9 2012/05/18 15:16:03 tove Exp $
+
+*Sysadm-Install-0.390.0 (18 May 2012)
+
+ 18 May 2012; Torsten Veller <tove@gentoo.org> +Sysadm-Install-0.390.0.ebuild:
+ Version bump
18 Feb 2012; Torsten Veller <tove@gentoo.org> -Sysadm-Install-0.370.0.ebuild:
Cleanup
diff --git a/dev-perl/Sysadm-Install/Sysadm-Install-0.390.0.ebuild b/dev-perl/Sysadm-Install/Sysadm-Install-0.390.0.ebuild
new file mode 100644
index 000000000000..fe143e014245
--- /dev/null
+++ b/dev-perl/Sysadm-Install/Sysadm-Install-0.390.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 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.390.0.ebuild,v 1.1 2012/05/18 15:16:03 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=MSCHILLI
+MODULE_VERSION=0.39
+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"