From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 390C213877A for ; Thu, 28 Aug 2014 13:56:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22331E08A6; Thu, 28 Aug 2014 13:56:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88F7EE08A6 for ; Thu, 28 Aug 2014 13:56:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E32233FF4D for ; Thu, 28 Aug 2014 13:56:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 451A0A05 for ; Thu, 28 Aug 2014 13:56:48 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1409233956.f998358ecd75b1fb233b2292dbc06e8495c21c2b.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-Event-Cron/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/DateTime-Event-Cron/ChangeLog dev-perl/DateTime-Event-Cron/DateTime-Event-Cron-0.07.ebuild X-VCS-Directories: dev-perl/DateTime-Event-Cron/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: f998358ecd75b1fb233b2292dbc06e8495c21c2b X-VCS-Branch: master Date: Thu, 28 Aug 2014 13:56:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 207c0fe7-80f3-4287-bde1-c69ff87b22c9 X-Archives-Hash: f54b6f26d290e4a3692f03e1c0829828 commit: f998358ecd75b1fb233b2292dbc06e8495c21c2b Author: Kent Fredric gmail com> AuthorDate: Thu Aug 28 11:58:21 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Aug 28 13:52:36 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f998358e [clean] dev-perl/DateTime-Event-Cron remove old EAPIs Package-Manager: portage-2.2.10 RepoMan-Options: --force --- dev-perl/DateTime-Event-Cron/ChangeLog | 6 +++++- .../DateTime-Event-Cron-0.07.ebuild | 19 ------------------- 2 files changed, 5 insertions(+), 20 deletions(-) diff --git a/dev-perl/DateTime-Event-Cron/ChangeLog b/dev-perl/DateTime-Event-Cron/ChangeLog index f2c13a4..70e0b4b 100644 --- a/dev-perl/DateTime-Event-Cron/ChangeLog +++ b/dev-perl/DateTime-Event-Cron/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-perl/DateTime-Event-Cron -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 28 Aug 2014; Kent Fredric + -DateTime-Event-Cron-0.07.ebuild: + remove old EAPIs + *DateTime-Event-Cron-0.08 (23 Jul 2010) 23 Jul 2010; Torsten Veller diff --git a/dev-perl/DateTime-Event-Cron/DateTime-Event-Cron-0.07.ebuild b/dev-perl/DateTime-Event-Cron/DateTime-Event-Cron-0.07.ebuild deleted file mode 100644 index 72c61ba..0000000 --- a/dev-perl/DateTime-Event-Cron/DateTime-Event-Cron-0.07.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -MODULE_AUTHOR=MSISK -inherit perl-module - -DESCRIPTION="DateTime extension for generating recurrence sets from crontab -lines and files." - -IUSE="" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~x86" - -DEPEND=">=dev-perl/DateTime-0.21 - >=dev-perl/DateTime-Set-0.14.06 - dev-perl/Set-Crontab"