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/Guard: Guard-1.23.0.ebuild ChangeLog
Date: Fri, 26 Jun 2015 21:44:20
Message-Id: 20150626214411.9A653A4E@oystercatcher.gentoo.org
1 dilfridge 15/06/26 21:44:11
2
3 Modified: ChangeLog
4 Added: Guard-1.23.0.ebuild
5 Log:
6 Version bump, fixes bug 553226
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
9
10 Revision Changes Path
11 1.7 dev-perl/Guard/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Guard/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Guard/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Guard/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Guard/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 26 Aug 2014 14:50:00 -0000 1.6
24 +++ ChangeLog 26 Jun 2015 21:44:11 -0000 1.7
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/Guard
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Guard/ChangeLog,v 1.6 2014/08/26 14:50:00 axs Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Guard/ChangeLog,v 1.7 2015/06/26 21:44:11 dilfridge Exp $
31 +
32 +*Guard-1.23.0 (26 Jun 2015)
33 +
34 + 26 Jun 2015; Andreas K. Huettel <dilfridge@g.o> +Guard-1.23.0.ebuild:
35 + Version bump, fixes bug 553226
36
37 *Guard-1.22.0-r1 (26 Aug 2014)
38
39
40
41
42 1.1 dev-perl/Guard/Guard-1.23.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Guard/Guard-1.23.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Guard/Guard-1.23.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Guard-1.23.0.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Guard/Guard-1.23.0.ebuild,v 1.1 2015/06/26 21:44:11 dilfridge Exp $
52
53 EAPI=5
54
55 MODULE_AUTHOR=MLEHMANN
56 MODULE_VERSION=1.023
57 inherit perl-module
58
59 DESCRIPTION="Safe cleanup blocks"
60
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 DEPEND="virtual/perl-ExtUtils-MakeMaker"
66
67 SRC_TEST="do"