diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-02-26 09:47:40 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-02-26 09:47:40 +0000 |
commit | 059a6a4f587d73486f0b1fea130593c5869f0a25 (patch) | |
tree | 31ade3fcc3a5c0e383aa4010b2b87d29109420a9 /dev-perl/Sysadm-Install | |
parent | Remove old. (diff) | |
download | gentoo-2-059a6a4f587d73486f0b1fea130593c5869f0a25.tar.gz gentoo-2-059a6a4f587d73486f0b1fea130593c5869f0a25.tar.bz2 gentoo-2-059a6a4f587d73486f0b1fea130593c5869f0a25.zip |
Version bump.
(Portage version: 2.2.14/cvs/Linux i686, unsigned Manifest commit)
Diffstat (limited to 'dev-perl/Sysadm-Install')
-rw-r--r-- | dev-perl/Sysadm-Install/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Sysadm-Install/Sysadm-Install-0.440.0.ebuild | 23 |
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-perl/Sysadm-Install/ChangeLog b/dev-perl/Sysadm-Install/ChangeLog index d4ef171495ef..400139677c25 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sysadm-Install/ChangeLog,v 1.16 2014/08/28 18:17:11 zlogene Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sysadm-Install/ChangeLog,v 1.17 2015/02/26 09:47:40 monsieurp Exp $ + +*Sysadm-Install-0.440.0 (26 Feb 2015) + + 26 Feb 2015; Patrice Clement <monsieurp@gentoo.org> + +Sysadm-Install-0.440.0.ebuild: + Version bump. 28 Aug 2014; Mikle Kolyada <zlogene@gentoo.org> -Sysadm-Install-0.390.0.ebuild, -Sysadm-Install-0.400.0.ebuild, diff --git a/dev-perl/Sysadm-Install/Sysadm-Install-0.440.0.ebuild b/dev-perl/Sysadm-Install/Sysadm-Install-0.440.0.ebuild new file mode 100644 index 000000000000..23514d3c69cd --- /dev/null +++ b/dev-perl/Sysadm-Install/Sysadm-Install-0.440.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 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.440.0.ebuild,v 1.1 2015/02/26 09:47:40 monsieurp Exp $ + +EAPI=5 + +MODULE_AUTHOR=MSCHILLI +MODULE_VERSION=0.44 +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" |