Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Data-Throttler/
Date: Thu, 02 Jul 2015 04:08:39
Message-Id: 1435809234.4651d994ab020eceae51c233c72c93562511273c.kent@gentoo
1 commit: 4651d994ab020eceae51c233c72c93562511273c
2 Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
3 AuthorDate: Tue Apr 13 14:57:20 2010 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Jul 2 03:53:54 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=4651d994
7
8 [rebase-filter: dwc/Data-Throttler] Remove unnecessary IUSE=test
9 (Portage version: 2.1.7.17/git/Linux x86_64)
10 (Signed Manifest commit)
11
12 dev-perl/Data-Throttler/ChangeLog | 4 ++++
13 dev-perl/Data-Throttler/Data-Throttler-0.03.ebuild | 2 +-
14 2 files changed, 5 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-perl/Data-Throttler/ChangeLog b/dev-perl/Data-Throttler/ChangeLog
17 index 57f506e..b8baa16 100644
18 --- a/dev-perl/Data-Throttler/ChangeLog
19 +++ b/dev-perl/Data-Throttler/ChangeLog
20 @@ -2,6 +2,10 @@
21 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
22 # $Header: $
23
24 + 13 Apr 2010; Daniel Westermann-Clark <dwc@×××××.com>
25 + Data-Throttler-0.03.ebuild:
26 + Remove unnecessary IUSE=test
27 +
28 *Data-Throttler-0.03 (27 Feb 2010)
29
30 27 Feb 2010; Daniel Westermann-Clark <dwc@×××××.com>
31
32 diff --git a/dev-perl/Data-Throttler/Data-Throttler-0.03.ebuild b/dev-perl/Data-Throttler/Data-Throttler-0.03.ebuild
33 index df13c3a..164e965 100644
34 --- a/dev-perl/Data-Throttler/Data-Throttler-0.03.ebuild
35 +++ b/dev-perl/Data-Throttler/Data-Throttler-0.03.ebuild
36 @@ -14,7 +14,7 @@ LICENSE="|| ( Artistic GPL-2 )"
37 KEYWORDS="~amd64 ~x86"
38 SRC_TEST="do"
39
40 -IUSE="test"
41 +IUSE=""
42 RDEPEND="dev-perl/Set-IntSpan
43 >=dev-perl/Log-Log4perl-1.0
44 >=dev-perl/yaml-0.62"