Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Sys-Syscall: Sys-Syscall-0.230.0.ebuild ChangeLog Sys-Syscall-0.23.ebuild Sys-Syscall-0.22.ebuild
Date: Mon, 05 Sep 2011 18:20:03
Message-Id: 20110905181948.1AE192004C@flycatcher.gentoo.org
1 tove 11/09/05 18:19:48
2
3 Modified: Sys-Syscall-0.230.0.ebuild ChangeLog
4 Removed: Sys-Syscall-0.23.ebuild Sys-Syscall-0.22.ebuild
5 Log:
6 Mark version 0.230.0 stable for x86 and amd64. Drop 0.23 and 0.22
7
8 (Portage version: 2.2.0_alpha53/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-perl/Sys-Syscall/Sys-Syscall-0.230.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-Syscall/Sys-Syscall-0.230.0.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-Syscall/Sys-Syscall-0.230.0.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-Syscall/Sys-Syscall-0.230.0.ebuild?r1=1.1&r2=1.2
16
17 Index: Sys-Syscall-0.230.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Sys-Syscall/Sys-Syscall-0.230.0.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- Sys-Syscall-0.230.0.ebuild 28 Aug 2011 18:31:36 -0000 1.1
24 +++ Sys-Syscall-0.230.0.ebuild 5 Sep 2011 18:19:47 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Syscall/Sys-Syscall-0.230.0.ebuild,v 1.1 2011/08/28 18:31:36 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Syscall/Sys-Syscall-0.230.0.ebuild,v 1.2 2011/09/05 18:19:47 tove Exp $
30
31 EAPI=4
32
33 @@ -11,7 +11,7 @@
34 DESCRIPTION="Access system calls that Perl doesn't normally provide access to"
35
36 SLOT="0"
37 -KEYWORDS="~amd64 ~ppc ~x86"
38 +KEYWORDS="amd64 ~ppc x86"
39 IUSE=""
40
41 SRC_TEST="do"
42
43
44
45 1.8 dev-perl/Sys-Syscall/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-Syscall/ChangeLog?rev=1.8&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-Syscall/ChangeLog?rev=1.8&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-Syscall/ChangeLog?r1=1.7&r2=1.8
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Sys-Syscall/ChangeLog,v
54 retrieving revision 1.7
55 retrieving revision 1.8
56 diff -u -r1.7 -r1.8
57 --- ChangeLog 4 Sep 2011 10:11:56 -0000 1.7
58 +++ ChangeLog 5 Sep 2011 18:19:47 -0000 1.8
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-perl/Sys-Syscall
61 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Syscall/ChangeLog,v 1.7 2011/09/04 10:11:56 maekke Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Syscall/ChangeLog,v 1.8 2011/09/05 18:19:47 tove Exp $
64 +
65 + 05 Sep 2011; Torsten Veller <tove@g.o> -Sys-Syscall-0.22.ebuild,
66 + -Sys-Syscall-0.23.ebuild, Sys-Syscall-0.230.0.ebuild:
67 + Mark version 0.230.0 stable for x86 and amd64. Drop 0.23 and 0.22
68
69 04 Sep 2011; Markus Meier <maekke@g.o> Sys-Syscall-0.23.ebuild:
70 x86 stable, bug #380091