Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in perl-core/Safe: Safe-2.27.ebuild ChangeLog
Date: Fri, 25 Jun 2010 20:21:12
Message-Id: 20100625202109.875FD2CF68@corvid.gentoo.org
1 angelos 10/06/25 20:21:09
2
3 Modified: Safe-2.27.ebuild ChangeLog
4 Log:
5 Stable on amd64 wrt bug #325563
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 perl-core/Safe/Safe-2.27.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Safe/Safe-2.27.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Safe/Safe-2.27.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Safe/Safe-2.27.ebuild?r1=1.1&r2=1.2
14
15 Index: Safe-2.27.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/perl-core/Safe/Safe-2.27.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- Safe-2.27.ebuild 2 May 2010 10:10:12 -0000 1.1
22 +++ Safe-2.27.ebuild 25 Jun 2010 20:21:09 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Safe/Safe-2.27.ebuild,v 1.1 2010/05/02 10:10:12 tove Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Safe/Safe-2.27.ebuild,v 1.2 2010/06/25 20:21:09 angelos Exp $
28
29 EAPI=3
30
31 @@ -10,7 +10,7 @@
32 DESCRIPTION="Compile and execute code in restricted compartments"
33
34 SLOT="0"
35 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
36 +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
37 IUSE=""
38
39 SRC_TEST=do
40
41
42
43 1.19 perl-core/Safe/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Safe/ChangeLog?rev=1.19&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Safe/ChangeLog?rev=1.19&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Safe/ChangeLog?r1=1.18&r2=1.19
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/perl-core/Safe/ChangeLog,v
52 retrieving revision 1.18
53 retrieving revision 1.19
54 diff -u -r1.18 -r1.19
55 --- ChangeLog 2 May 2010 10:10:12 -0000 1.18
56 +++ ChangeLog 25 Jun 2010 20:21:09 -0000 1.19
57 @@ -1,6 +1,9 @@
58 # ChangeLog for perl-core/Safe
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Safe/ChangeLog,v 1.18 2010/05/02 10:10:12 tove Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Safe/ChangeLog,v 1.19 2010/06/25 20:21:09 angelos Exp $
62 +
63 + 25 Jun 2010; Christoph Mende <angelos@g.o> Safe-2.27.ebuild:
64 + Stable on amd64 wrt bug #325563
65
66 *Safe-2.27 (02 May 2010)