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 655D61381F3 for ; Mon, 5 Nov 2012 23:24:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E71C0E058E; Mon, 5 Nov 2012 23:23:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E355FE058A for ; Mon, 5 Nov 2012 23:23:47 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F413933D837 for ; Mon, 5 Nov 2012 23:23:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7F994E5455 for ; Mon, 5 Nov 2012 23:23:44 +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: <1352150518.10a06f866d87103693eda2632132bdf044f3a39d.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Algorithm-FloodControl/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-2.000000.ebuild dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-2.1.0.ebuild dev-perl/Algorithm-FloodControl/ChangeLog X-VCS-Directories: dev-perl/Algorithm-FloodControl/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 10a06f866d87103693eda2632132bdf044f3a39d X-VCS-Branch: master Date: Mon, 5 Nov 2012 23:23:44 +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: bec517a8-ddbe-4522-bee6-1bb1454c984b X-Archives-Hash: cdfc4d55a9d078d1fe4c6dac4b7ca9cd commit: 10a06f866d87103693eda2632132bdf044f3a39d Author: Daniel Westermann-Clark ufl edu> AuthorDate: Fri Apr 29 16:15:23 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Mon Nov 5 21:21:58 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=10a06f86 [import/dwc/algorith-floodcontrol] [newversion] Algorithm-FloodControl-2.1.0 (Portage version: 2.1.9.42/git/Linux x86_64, unsigned Manifest commit) --- ....ebuild => Algorithm-FloodControl-2.1.0.ebuild} | 5 +++-- dev-perl/Algorithm-FloodControl/ChangeLog | 9 ++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-2.000000.ebuild b/dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-2.1.0.ebuild similarity index 87% rename from dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-2.000000.ebuild rename to dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-2.1.0.ebuild index 3ca6738..eda5782 100644 --- a/dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-2.000000.ebuild +++ b/dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-2.1.0.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=2 +EAPI=4 MODULE_AUTHOR=GUGU +MODULE_VERSION="2.001000" inherit perl-module DESCRIPTION="Limit event processing to count/time ratio" diff --git a/dev-perl/Algorithm-FloodControl/ChangeLog b/dev-perl/Algorithm-FloodControl/ChangeLog index 6f0a460..3dba91c 100644 --- a/dev-perl/Algorithm-FloodControl/ChangeLog +++ b/dev-perl/Algorithm-FloodControl/ChangeLog @@ -1,7 +1,14 @@ # ChangeLog for dev-perl/Algorithm-FloodControl -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header$ +*Algorithm-FloodControl-2.1.0 (29 Apr 2011) + + 29 Apr 2011; Daniel Westermann-Clark + -Algorithm-FloodControl-2.000000.ebuild, + +Algorithm-FloodControl-2.1.0.ebuild: + Bump and migrate to x.y.z + *Algorithm-FloodControl-2.000000 (09 Aug 2010) 09 Aug 2010; Daniel Westermann-Clark