diff options
author | Torsten Veller <tove@gentoo.org> | 2011-07-29 17:00:33 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-07-29 17:00:33 +0000 |
commit | 9a7fa5552906b69e1dc0d6c3fec854373da5c7be (patch) | |
tree | 6e03a23ed01d292a7dc19ecc41fd91f15a11fd1f /dev-perl | |
parent | Cleanup (diff) | |
download | gentoo-2-9a7fa5552906b69e1dc0d6c3fec854373da5c7be.tar.gz gentoo-2-9a7fa5552906b69e1dc0d6c3fec854373da5c7be.tar.bz2 gentoo-2-9a7fa5552906b69e1dc0d6c3fec854373da5c7be.zip |
Cleanup
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Sysadm-Install/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Sysadm-Install/Sysadm-Install-0.35.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/Sysadm-Install/Sysadm-Install-0.360.0.ebuild | 23 |
3 files changed, 5 insertions, 46 deletions
diff --git a/dev-perl/Sysadm-Install/ChangeLog b/dev-perl/Sysadm-Install/ChangeLog index ac57f5ea9437..ec7704575ec1 100644 --- a/dev-perl/Sysadm-Install/ChangeLog +++ b/dev-perl/Sysadm-Install/ChangeLog @@ -1,6 +1,10 @@ # 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.5 2011/07/06 13:06:32 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sysadm-Install/ChangeLog,v 1.6 2011/07/29 17:00:33 tove Exp $ + + 29 Jul 2011; Torsten Veller <tove@gentoo.org> -Sysadm-Install-0.35.ebuild, + -Sysadm-Install-0.360.0.ebuild: + Cleanup *Sysadm-Install-0.370.0 (06 Jul 2011) diff --git a/dev-perl/Sysadm-Install/Sysadm-Install-0.35.ebuild b/dev-perl/Sysadm-Install/Sysadm-Install-0.35.ebuild deleted file mode 100644 index 1e254ec8fb19..000000000000 --- a/dev-perl/Sysadm-Install/Sysadm-Install-0.35.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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" diff --git a/dev-perl/Sysadm-Install/Sysadm-Install-0.360.0.ebuild b/dev-perl/Sysadm-Install/Sysadm-Install-0.360.0.ebuild deleted file mode 100644 index b87002f9b269..000000000000 --- a/dev-perl/Sysadm-Install/Sysadm-Install-0.360.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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.360.0.ebuild,v 1.1 2011/05/02 18:31:12 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=MSCHILLI -MODULE_VERSION=0.36 -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" |