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/Hash-MultiValue/
Date: Sat, 16 Jul 2011 05:40:54
Message-Id: 95ccf3220856b65ff95cbd1cd8ff37add54f7aa8.kent@gentoo
1 commit: 95ccf3220856b65ff95cbd1cd8ff37add54f7aa8
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Jul 16 00:26:43 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Jul 16 00:26:43 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=95ccf322
7
8 [newversion] Hash-MultiValue-0.90.0
9
10 (Portage version: 2.2.0_alpha43/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 dev-perl/Hash-MultiValue/ChangeLog | 6 +++++
14 .../Hash-MultiValue/Hash-MultiValue-0.90.0.ebuild | 22 ++++++++++++++++++++
15 2 files changed, 28 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Hash-MultiValue/ChangeLog b/dev-perl/Hash-MultiValue/ChangeLog
18 index fd7574a..b43706b 100644
19 --- a/dev-perl/Hash-MultiValue/ChangeLog
20 +++ b/dev-perl/Hash-MultiValue/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Hash-MultiValue-0.90.0 (16 Jul 2011)
26 +
27 + 16 Jul 2011; Kent Fredric <kentfredric@×××××.com>
28 + +Hash-MultiValue-0.90.0.ebuild:
29 + Version Bump
30 +
31 *Hash-MultiValue-0.80.0 (15 Jul 2011)
32
33 15 Jul 2011; Kent Fredric <kentfredric@×××××.com>
34
35 diff --git a/dev-perl/Hash-MultiValue/Hash-MultiValue-0.90.0.ebuild b/dev-perl/Hash-MultiValue/Hash-MultiValue-0.90.0.ebuild
36 new file mode 100644
37 index 0000000..65eedf0
38 --- /dev/null
39 +++ b/dev-perl/Hash-MultiValue/Hash-MultiValue-0.90.0.ebuild
40 @@ -0,0 +1,22 @@
41 +# Copyright 1999-2011 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +
45 +EAPI=4
46 +
47 +MODULE_AUTHOR=MIYAGAWA
48 +MODULE_VERSION=0.09
49 +inherit perl-module
50 +
51 +DESCRIPTION="Store multiple values per key"
52 +
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE=""
56 +
57 +RDEPEND="virtual/perl-Filter"
58 +DEPEND="
59 + ${RDEPEND}
60 + virtual/perl-Test-Simple
61 +"
62 +SRC_TEST=do