summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-02-18 15:24:13 +0000
committerTorsten Veller <tove@gentoo.org>2012-02-18 15:24:13 +0000
commita1782eedc55810d94c36145dccaa9e8dec4849b0 (patch)
treea34147eca2fb9ff1f0ef3ff33b581992545b186a /dev-perl/Config-Crontab
parentppc stable #396359 (diff)
downloadgentoo-2-a1782eedc55810d94c36145dccaa9e8dec4849b0.tar.gz
gentoo-2-a1782eedc55810d94c36145dccaa9e8dec4849b0.tar.bz2
gentoo-2-a1782eedc55810d94c36145dccaa9e8dec4849b0.zip
Cleanup
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Config-Crontab')
-rw-r--r--dev-perl/Config-Crontab/ChangeLog5
-rw-r--r--dev-perl/Config-Crontab/Config-Crontab-1.20.ebuild17
2 files changed, 4 insertions, 18 deletions
diff --git a/dev-perl/Config-Crontab/ChangeLog b/dev-perl/Config-Crontab/ChangeLog
index 71cf1e807fc4..9adeff8c8a7b 100644
--- a/dev-perl/Config-Crontab/ChangeLog
+++ b/dev-perl/Config-Crontab/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Config-Crontab
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Crontab/ChangeLog,v 1.16 2012/02/12 15:12:08 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Crontab/ChangeLog,v 1.17 2012/02/18 15:24:13 tove Exp $
+
+ 18 Feb 2012; Torsten Veller <tove@gentoo.org> -Config-Crontab-1.20.ebuild:
+ Cleanup
12 Feb 2012; Raúl Porcel <armin76@gentoo.org> Config-Crontab-1.20.ebuild,
Config-Crontab-1.330.0.ebuild:
diff --git a/dev-perl/Config-Crontab/Config-Crontab-1.20.ebuild b/dev-perl/Config-Crontab/Config-Crontab-1.20.ebuild
deleted file mode 100644
index e9e118d984ca..000000000000
--- a/dev-perl/Config-Crontab/Config-Crontab-1.20.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Crontab/Config-Crontab-1.20.ebuild,v 1.7 2012/02/12 15:12:08 armin76 Exp $
-
-inherit perl-module
-
-DESCRIPTION="Read/Write Vixie compatible crontab(5) files"
-HOMEPAGE="http://search.cpan.org/search?query=${PN}"
-SRC_URI="mirror://cpan/authors/id/S/SC/SCOTTW/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-SRC_TEST="do"
-
-DEPEND="dev-lang/perl"