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 2D6E51381F3 for ; Mon, 5 Nov 2012 23:24:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89BE0E058A; 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 8B5B9E0587 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 97D0633D781 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 3ACE5E5453 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: <1352150499.272a881026717064c1b01dec15eaf6235ab3d807.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-1.990000.ebuild dev-perl/Algorithm-FloodControl/ChangeLog dev-perl/Algorithm-FloodControl/metadata.xml X-VCS-Directories: dev-perl/Algorithm-FloodControl/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 272a881026717064c1b01dec15eaf6235ab3d807 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: 6a088aed-5331-4056-a93d-4c6672fe8ded X-Archives-Hash: 672b3b45b356e7d1fc8a7f48bcfde2c5 commit: 272a881026717064c1b01dec15eaf6235ab3d807 Author: Daniel Westermann-Clark pobox com> AuthorDate: Tue Apr 13 15:05:28 2010 +0000 Commit: Kent Fredric gmail com> CommitDate: Mon Nov 5 21:21:39 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=272a8810 [import/dwc/algorith-floodcontrol] Add Algorithm-FloodControl (Portage version: 2.1.7.17/git/Linux x86_64) (Signed Manifest commit) --- .../Algorithm-FloodControl-1.990000.ebuild | 27 ++++++++++++++++++++ dev-perl/Algorithm-FloodControl/ChangeLog | 10 +++++++ dev-perl/Algorithm-FloodControl/metadata.xml | 9 ++++++ 3 files changed, 46 insertions(+), 0 deletions(-) diff --git a/dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-1.990000.ebuild b/dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-1.990000.ebuild new file mode 100644 index 0000000..3ca6738 --- /dev/null +++ b/dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-1.990000.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=2 + +MODULE_AUTHOR=GUGU +inherit perl-module + +DESCRIPTION="Limit event processing to count/time ratio" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~x86" +SRC_TEST="do" + +IUSE="test" +RDEPEND="virtual/perl-Module-Load + dev-perl/Params-Validate + dev-perl/Class-Accessor + virtual/perl-version" +DEPEND="${RDEPEND} + test? ( + virtual/perl-Test-Simple + dev-perl/Cache-FastMmap + virtual/perl-File-Temp + )" diff --git a/dev-perl/Algorithm-FloodControl/ChangeLog b/dev-perl/Algorithm-FloodControl/ChangeLog new file mode 100644 index 0000000..fa2973f --- /dev/null +++ b/dev-perl/Algorithm-FloodControl/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Algorithm-FloodControl +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header$ + +*Algorithm-FloodControl-1.990000 (13 Apr 2010) + + 13 Apr 2010; Daniel Westermann-Clark + +Algorithm-FloodControl-1.990000.ebuild, +metadata.xml: + Add Algorithm-FloodControl + diff --git a/dev-perl/Algorithm-FloodControl/metadata.xml b/dev-perl/Algorithm-FloodControl/metadata.xml new file mode 100644 index 0000000..743b271 --- /dev/null +++ b/dev-perl/Algorithm-FloodControl/metadata.xml @@ -0,0 +1,9 @@ + + + + perl + + dwc@pobox.com + Daniel Westermann-Clark + +