Gentoo Archives: gentoo-commits

From: "Mikle Kolyada (zlogene)" <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/List-AllUtils: List-AllUtils-0.80.0.ebuild ChangeLog
Date: Wed, 01 Oct 2014 11:44:19
Message-Id: 20141001114415.7503C6AAB@oystercatcher.gentoo.org
1 zlogene 14/10/01 11:44:15
2
3 Modified: ChangeLog
4 Added: List-AllUtils-0.80.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
9
10 Revision Changes Path
11 1.4 dev-perl/List-AllUtils/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 26 Aug 2014 17:06:20 -0000 1.3
24 +++ ChangeLog 1 Oct 2014 11:44:15 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/List-AllUtils
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.3 2014/08/26 17:06:20 axs Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.4 2014/10/01 11:44:15 zlogene Exp $
30 +
31 +*List-AllUtils-0.80.0 (01 Oct 2014)
32 +
33 + 01 Oct 2014; Mikle Kolyada <zlogene@g.o> +List-AllUtils-0.80.0.ebuild:
34 + Version bump
35
36 *List-AllUtils-0.30.0-r1 (26 Aug 2014)
37
38
39
40
41 1.1 dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: List-AllUtils-0.80.0.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild,v 1.1 2014/10/01 11:44:15 zlogene Exp $
51
52 EAPI=5
53
54 MODULE_AUTHOR=DROLSKY
55 MODULE_VERSION=0.08
56 inherit perl-module
57
58 DESCRIPTION='Combines List::Util and List::MoreUtils in one bite-sized package'
59
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 RDEPEND="
65 >=dev-perl/List-MoreUtils-0.280.0
66 >=virtual/perl-Scalar-List-Utils-1.190.0
67 "
68 DEPEND="${RDEPEND}"
69
70 SRC_TEST="do"