diff options
author | Torsten Veller <tove@gentoo.org> | 2010-04-15 06:35:04 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-04-15 06:35:04 +0000 |
commit | 3680962a3770242a30fbe43e8f7a0bd282058daf (patch) | |
tree | 1e8f86975684e8712f3d107a4ca880114f5fe519 /dev-perl/Sysadm-Install | |
parent | dbus: Remove dbus 1.2.12, it only had unstable keywords, and 1.2.24 is curren... (diff) | |
download | historical-3680962a3770242a30fbe43e8f7a0bd282058daf.tar.gz historical-3680962a3770242a30fbe43e8f7a0bd282058daf.tar.bz2 historical-3680962a3770242a30fbe43e8f7a0bd282058daf.zip |
Version bump
Package-Manager: portage-2.2_rc67/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.35.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Sysadm-Install/ChangeLog b/dev-perl/Sysadm-Install/ChangeLog index aaa1966608e7..a41218468f3c 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sysadm-Install/ChangeLog,v 1.1 2010/04/14 15:03:30 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sysadm-Install/ChangeLog,v 1.2 2010/04/15 06:29:20 tove Exp $ + +*Sysadm-Install-0.35 (15 Apr 2010) + + 15 Apr 2010; Torsten Veller <tove@gentoo.org> +Sysadm-Install-0.35.ebuild: + Version bump *Sysadm-Install-0.34 (14 Apr 2010) diff --git a/dev-perl/Sysadm-Install/Sysadm-Install-0.35.ebuild b/dev-perl/Sysadm-Install/Sysadm-Install-0.35.ebuild new file mode 100644 index 000000000000..1e254ec8fb19 --- /dev/null +++ b/dev-perl/Sysadm-Install/Sysadm-Install-0.35.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 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.35.ebuild,v 1.1 2010/04/15 06:29:20 tove Exp $ + +EAPI="2" + +MODULE_AUTHOR="MSCHILLI" +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" |