summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-06-11 05:36:36 +0000
committerTorsten Veller <tove@gentoo.org>2010-06-11 05:36:36 +0000
commit858643d74816668b79aff99138310c0ce74ec13b (patch)
tree7209a5bbeb6f408aba09759c7d42579a7c920d44 /dev-perl/Sysadm-Install
parentCleanup (diff)
downloadgentoo-2-858643d74816668b79aff99138310c0ce74ec13b.tar.gz
gentoo-2-858643d74816668b79aff99138310c0ce74ec13b.tar.bz2
gentoo-2-858643d74816668b79aff99138310c0ce74ec13b.zip
Cleanup
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Sysadm-Install')
-rw-r--r--dev-perl/Sysadm-Install/ChangeLog5
-rw-r--r--dev-perl/Sysadm-Install/Sysadm-Install-0.34.ebuild24
2 files changed, 4 insertions, 25 deletions
diff --git a/dev-perl/Sysadm-Install/ChangeLog b/dev-perl/Sysadm-Install/ChangeLog
index a41218468f3c..1073d9c297ae 100644
--- a/dev-perl/Sysadm-Install/ChangeLog
+++ b/dev-perl/Sysadm-Install/ChangeLog
@@ -1,6 +1,9 @@
# 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.2 2010/04/15 06:29:20 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sysadm-Install/ChangeLog,v 1.3 2010/06/11 05:36:36 tove Exp $
+
+ 11 Jun 2010; Torsten Veller <tove@gentoo.org> -Sysadm-Install-0.34.ebuild:
+ Cleanup
*Sysadm-Install-0.35 (15 Apr 2010)
diff --git a/dev-perl/Sysadm-Install/Sysadm-Install-0.34.ebuild b/dev-perl/Sysadm-Install/Sysadm-Install-0.34.ebuild
deleted file mode 100644
index 29bed661d1c8..000000000000
--- a/dev-perl/Sysadm-Install/Sysadm-Install-0.34.ebuild
+++ /dev/null
@@ -1,24 +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.34.ebuild,v 1.1 2010/04/14 15:03:30 idl0r Exp $
-
-EAPI="2"
-
-MODULE_AUTHOR="MSCHILLI"
-
-inherit perl-module
-
-DESCRIPTION="Typical installation tasks for system administrators"
-
-LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="hammer"
-
-DEPEND="dev-perl/TermReadKey
- dev-perl/libwww-perl
- dev-perl/Log-Log4perl
- dev-lang/perl
- hammer? ( dev-perl/Expect )"
-
-SRC_TEST="do"