diff options
author | Torsten Veller <tove@gentoo.org> | 2011-07-06 13:06:32 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-07-06 13:06:32 +0000 |
commit | 4067258eb1a99fb38a34c0e41c21b359f42a974e (patch) | |
tree | ba70fb96862f9901fff229ec8f0db2326a948cc5 /dev-perl/Sysadm-Install | |
parent | [bump] dev-perl/Test-Inter-1.30.0 (diff) | |
download | gentoo-2-4067258eb1a99fb38a34c0e41c21b359f42a974e.tar.gz gentoo-2-4067258eb1a99fb38a34c0e41c21b359f42a974e.tar.bz2 gentoo-2-4067258eb1a99fb38a34c0e41c21b359f42a974e.zip |
[bump] dev-perl/Sysadm-Install-0.370.0
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Sysadm-Install')
-rw-r--r-- | dev-perl/Sysadm-Install/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Sysadm-Install/Sysadm-Install-0.370.0.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/Sysadm-Install/ChangeLog b/dev-perl/Sysadm-Install/ChangeLog index f16614fe2053..ac57f5ea9437 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sysadm-Install/ChangeLog,v 1.4 2011/05/02 18:31:12 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sysadm-Install/ChangeLog,v 1.5 2011/07/06 13:06:32 tove Exp $ + +*Sysadm-Install-0.370.0 (06 Jul 2011) + + 06 Jul 2011; Torsten Veller <tove@gentoo.org> +Sysadm-Install-0.370.0.ebuild: + Version bump *Sysadm-Install-0.360.0 (02 May 2011) diff --git a/dev-perl/Sysadm-Install/Sysadm-Install-0.370.0.ebuild b/dev-perl/Sysadm-Install/Sysadm-Install-0.370.0.ebuild new file mode 100644 index 000000000000..85ff89c2e2e0 --- /dev/null +++ b/dev-perl/Sysadm-Install/Sysadm-Install-0.370.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.370.0.ebuild,v 1.1 2011/07/06 13:06:32 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MSCHILLI +MODULE_VERSION=0.37 +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" |