diff options
Diffstat (limited to 'dev-perl/Config-Crontab')
-rw-r--r-- | dev-perl/Config-Crontab/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Config-Crontab/Config-Crontab-1.20.ebuild | 17 |
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" |