Gentoo Archives: gentoo-commits

From: "Andreas Huettel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Hash-MultiValue: Hash-MultiValue-0.160.0.ebuild ChangeLog Hash-MultiValue-0.130.0.ebuild
Date: Wed, 24 Jun 2015 22:58:30
Message-Id: 20150624225824.E588AA52@oystercatcher.gentoo.org
1 dilfridge 15/06/24 22:58:24
2
3 Modified: ChangeLog
4 Added: Hash-MultiValue-0.160.0.ebuild
5 Removed: Hash-MultiValue-0.130.0.ebuild
6 Log:
7 Version bump
8
9 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
10
11 Revision Changes Path
12 1.9 dev-perl/Hash-MultiValue/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Hash-MultiValue/ChangeLog?rev=1.9&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Hash-MultiValue/ChangeLog?rev=1.9&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Hash-MultiValue/ChangeLog?r1=1.8&r2=1.9
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Hash-MultiValue/ChangeLog,v
21 retrieving revision 1.8
22 retrieving revision 1.9
23 diff -u -r1.8 -r1.9
24 --- ChangeLog 7 Jul 2014 18:52:09 -0000 1.8
25 +++ ChangeLog 24 Jun 2015 22:58:24 -0000 1.9
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-perl/Hash-MultiValue
28 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Hash-MultiValue/ChangeLog,v 1.8 2014/07/07 18:52:09 dilfridge Exp $
30 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Hash-MultiValue/ChangeLog,v 1.9 2015/06/24 22:58:24 dilfridge Exp $
32 +
33 +*Hash-MultiValue-0.160.0 (24 Jun 2015)
34 +
35 + 24 Jun 2015; Andreas K. Huettel <dilfridge@g.o>
36 + +Hash-MultiValue-0.160.0.ebuild, -Hash-MultiValue-0.130.0.ebuild:
37 + Version bump
38
39 07 Jul 2014; Andreas K. Huettel <dilfridge@g.o>
40 Hash-MultiValue-0.130.0.ebuild, Hash-MultiValue-0.150.0.ebuild:
41
42
43
44 1.1 dev-perl/Hash-MultiValue/Hash-MultiValue-0.160.0.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Hash-MultiValue/Hash-MultiValue-0.160.0.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Hash-MultiValue/Hash-MultiValue-0.160.0.ebuild?rev=1.1&content-type=text/plain
48
49 Index: Hash-MultiValue-0.160.0.ebuild
50 ===================================================================
51 # Copyright 1999-2015 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Hash-MultiValue/Hash-MultiValue-0.160.0.ebuild,v 1.1 2015/06/24 22:58:24 dilfridge Exp $
54
55 EAPI=5
56
57 MODULE_AUTHOR=ARISTOTLE
58 MODULE_VERSION=0.16
59 inherit perl-module
60
61 DESCRIPTION="Store multiple values per key"
62
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE="test"
66
67 RDEPEND=""
68 DEPEND="${RDEPEND}
69 virtual/perl-ExtUtils-MakeMaker
70 test? ( virtual/perl-Test-Simple )
71 "
72
73 SRC_TEST="do parallel"