Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Class-ErrorHandler: ChangeLog Class-ErrorHandler-0.30.0.ebuild
Date: Wed, 01 Jan 2014 16:03:09
Message-Id: 20140101160304.56BDA2004C@flycatcher.gentoo.org
1 jer 14/01/01 16:03:04
2
3 Modified: ChangeLog Class-ErrorHandler-0.30.0.ebuild
4 Log:
5 Stable for HPPA (bug #492090).
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.28 dev-perl/Class-ErrorHandler/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-ErrorHandler/ChangeLog?rev=1.28&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-ErrorHandler/ChangeLog?rev=1.28&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-ErrorHandler/ChangeLog?r1=1.27&r2=1.28
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-ErrorHandler/ChangeLog,v
19 retrieving revision 1.27
20 retrieving revision 1.28
21 diff -u -r1.27 -r1.28
22 --- ChangeLog 5 Sep 2013 13:17:51 -0000 1.27
23 +++ ChangeLog 1 Jan 2014 16:03:04 -0000 1.28
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-perl/Class-ErrorHandler
26 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-ErrorHandler/ChangeLog,v 1.27 2013/09/05 13:17:51 zlogene Exp $
28 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-ErrorHandler/ChangeLog,v 1.28 2014/01/01 16:03:04 jer Exp $
30 +
31 + 01 Jan 2014; Jeroen Roovers <jer@g.o>
32 + Class-ErrorHandler-0.30.0.ebuild:
33 + Stable for HPPA (bug #492090).
34
35 *Class-ErrorHandler-0.30.0 (05 Sep 2013)
36
37
38
39
40 1.2 dev-perl/Class-ErrorHandler/Class-ErrorHandler-0.30.0.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-ErrorHandler/Class-ErrorHandler-0.30.0.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-ErrorHandler/Class-ErrorHandler-0.30.0.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-ErrorHandler/Class-ErrorHandler-0.30.0.ebuild?r1=1.1&r2=1.2
45
46 Index: Class-ErrorHandler-0.30.0.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-ErrorHandler/Class-ErrorHandler-0.30.0.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- Class-ErrorHandler-0.30.0.ebuild 5 Sep 2013 13:17:51 -0000 1.1
53 +++ Class-ErrorHandler-0.30.0.ebuild 1 Jan 2014 16:03:04 -0000 1.2
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2013 Gentoo Foundation
56 +# Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-ErrorHandler/Class-ErrorHandler-0.30.0.ebuild,v 1.1 2013/09/05 13:17:51 zlogene Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-ErrorHandler/Class-ErrorHandler-0.30.0.ebuild,v 1.2 2014/01/01 16:03:04 jer Exp $
60
61 EAPI=5
62
63 @@ -11,7 +11,7 @@
64 DESCRIPTION="Automated accessor generation"
65
66 SLOT="0"
67 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
68 +KEYWORDS="~alpha ~amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
69 IUSE=""
70
71 DEPEND="virtual/perl-Module-Build"