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/KiokuDB/
Date: Sun, 08 Apr 2012 10:51:56
Message-Id: 1333864682.962e3c51d9f20780dd261aae111d52085e2d099c.kent@gentoo
1 commit: 962e3c51d9f20780dd261aae111d52085e2d099c
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 8 05:58:02 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Apr 8 05:58:02 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=962e3c51
7
8 [cpanclean] KiokuDB-0.500.0
9
10 (Portage version: 2.2.0_alpha99/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/KiokuDB/ChangeLog | 3 ++
14 dev-perl/KiokuDB/KiokuDB-0.500.0.ebuild | 56 -------------------------------
15 2 files changed, 3 insertions(+), 56 deletions(-)
16
17 diff --git a/dev-perl/KiokuDB/ChangeLog b/dev-perl/KiokuDB/ChangeLog
18 index 64a87c4..7a2fa61 100644
19 --- a/dev-perl/KiokuDB/ChangeLog
20 +++ b/dev-perl/KiokuDB/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 08 Apr 2012; Kent Fredric <kentfredric@×××××.com> -KiokuDB-0.500.0.ebuild:
26 + Gone on CPAN
27 +
28 27 Feb 2012; Kent Fredric <kentfredric@×××××.com> KiokuDB-0.420.0.ebuild,
29 KiokuDB-0.480.0.ebuild, KiokuDB-0.490.0.ebuild, KiokuDB-0.500.0.ebuild,
30 KiokuDB-0.510.0.ebuild, KiokuDB-0.520.0.ebuild:
31
32 diff --git a/dev-perl/KiokuDB/KiokuDB-0.500.0.ebuild b/dev-perl/KiokuDB/KiokuDB-0.500.0.ebuild
33 deleted file mode 100644
34 index 72d98be..0000000
35 --- a/dev-perl/KiokuDB/KiokuDB-0.500.0.ebuild
36 +++ /dev/null
37 @@ -1,56 +0,0 @@
38 -# Copyright 1999-2012 Gentoo Foundation
39 -# Distributed under the terms of the GNU General Public License v2
40 -# $Header: $
41 -
42 -EAPI=3
43 -
44 -MODULE_AUTHOR=DOY
45 -MODULE_VERSION="0.50"
46 -inherit perl-module
47 -
48 -DESCRIPTION="Object Graph storage engine"
49 -
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52 -IUSE=""
53 -
54 -COMMON_DEPEND="
55 - >=dev-perl/Cache-Ref-0.20.0
56 - || ( >=dev-perl/Moose-1.990 =dev-perl/Class-MOP-0.94 )
57 - >=dev-perl/Data-Stream-Bulk-0.07
58 - >=dev-perl/Data-Visitor-0.24
59 - >=dev-perl/JSON-2.12
60 - >=dev-perl/JSON-XS-2.2.3.1
61 - >=dev-perl/Moose-1.17
62 - >=dev-perl/MooseX-Clone-0.04
63 - >=dev-perl/MooseX-Role-Parameterized-0.100.0
64 - >=dev-perl/MooseX-YAML-0.04
65 - >=dev-perl/PadWalker-1.9
66 - >=dev-perl/Search-GIN-0.30.0
67 - >=dev-perl/Set-Object-1.26
68 - >=dev-perl/YAML-LibYAML-0.300.0
69 - >=dev-perl/namespace-clean-0.08
70 - >=virtual/perl-IO-1.23
71 - >=dev-perl/Data-UUID-1.203
72 - dev-perl/Hash-Util-FieldHash-Compat
73 - dev-perl/Path-Class
74 - dev-perl/Scope-Guard
75 - dev-perl/Task-Weaken
76 - dev-perl/Test-Exception
77 - dev-perl/Test-use-ok
78 - dev-perl/Throwable
79 - dev-perl/Tie-ToObject
80 - dev-perl/Try-Tiny
81 - virtual/perl-Digest-SHA
82 - virtual/perl-Module-Pluggable
83 - virtual/perl-Scalar-List-Utils
84 - virtual/perl-Storable
85 - virtual/perl-Test-Simple
86 -"
87 -DEPEND="
88 - ${COMMON_DEPEND}
89 -"
90 -RDEPEND="
91 - ${COMMON_DEPEND}
92 -"
93 -SRC_TEST="do"