diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-08-25 11:03:20 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-08-25 11:03:20 +0000 |
commit | c7daa95428a7248660e415d68dfe955a85e94d6b (patch) | |
tree | 1bf635c1b66bb8db49f03ff0401ba812479b4ca6 /dev-perl/Sysadm-Install | |
parent | Bump (diff) | |
download | gentoo-2-c7daa95428a7248660e415d68dfe955a85e94d6b.tar.gz gentoo-2-c7daa95428a7248660e415d68dfe955a85e94d6b.tar.bz2 gentoo-2-c7daa95428a7248660e415d68dfe955a85e94d6b.zip |
Bump
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-perl/Sysadm-Install')
-rw-r--r-- | dev-perl/Sysadm-Install/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Sysadm-Install/Sysadm-Install-0.430.0.ebuild | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/Sysadm-Install/ChangeLog b/dev-perl/Sysadm-Install/ChangeLog index 684d47617ce3..13b5c60797b2 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sysadm-Install/ChangeLog,v 1.14 2013/01/25 19:37:38 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sysadm-Install/ChangeLog,v 1.15 2013/08/25 11:03:20 patrick Exp $ + +*Sysadm-Install-0.430.0 (25 Aug 2013) + + 25 Aug 2013; Patrick Lauer <patrick@gentoo.org> + +Sysadm-Install-0.430.0.ebuild: + Bump *Sysadm-Install-0.420.0 (25 Jan 2013) diff --git a/dev-perl/Sysadm-Install/Sysadm-Install-0.430.0.ebuild b/dev-perl/Sysadm-Install/Sysadm-Install-0.430.0.ebuild new file mode 100644 index 000000000000..ea1e4b8a5382 --- /dev/null +++ b/dev-perl/Sysadm-Install/Sysadm-Install-0.430.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 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.430.0.ebuild,v 1.1 2013/08/25 11:03:20 patrick Exp $ + +EAPI=5 + +MODULE_AUTHOR=MSCHILLI +MODULE_VERSION=0.43 +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" |