Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Sys-Virt: Sys-Virt-1.0.0.ebuild ChangeLog
Date: Thu, 28 Mar 2013 07:54:54
Message-Id: 20130328075450.8E1B42171D@flycatcher.gentoo.org
1 pinkbyte 13/03/28 07:54:50
2
3 Modified: Sys-Virt-1.0.0.ebuild ChangeLog
4 Log:
5 Stable on amd64, wrt bug #463520
6
7 (Portage version: 2.2.0_alpha168/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
8
9 Revision Changes Path
10 1.2 dev-perl/Sys-Virt/Sys-Virt-1.0.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-Virt/Sys-Virt-1.0.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-Virt/Sys-Virt-1.0.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-Virt/Sys-Virt-1.0.0.ebuild?r1=1.1&r2=1.2
15
16 Index: Sys-Virt-1.0.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/Sys-Virt-1.0.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- Sys-Virt-1.0.0.ebuild 24 Nov 2012 07:33:22 -0000 1.1
23 +++ Sys-Virt-1.0.0.ebuild 28 Mar 2013 07:54:50 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/Sys-Virt-1.0.0.ebuild,v 1.1 2012/11/24 07:33:22 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/Sys-Virt-1.0.0.ebuild,v 1.2 2013/03/28 07:54:50 pinkbyte Exp $
30
31 EAPI=4
32
33 @@ -11,7 +11,7 @@
34 DESCRIPTION="Sys::Virt provides an API for using the libvirt library from Perl"
35
36 SLOT="0"
37 -KEYWORDS="~amd64 ~x86"
38 +KEYWORDS="amd64 ~x86"
39 IUSE="test"
40
41 RDEPEND=">=app-emulation/libvirt-${PV}"
42
43
44
45 1.20 dev-perl/Sys-Virt/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-Virt/ChangeLog?rev=1.20&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-Virt/ChangeLog?rev=1.20&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-Virt/ChangeLog?r1=1.19&r2=1.20
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v
54 retrieving revision 1.19
55 retrieving revision 1.20
56 diff -u -r1.19 -r1.20
57 --- ChangeLog 10 Mar 2013 18:08:24 -0000 1.19
58 +++ ChangeLog 28 Mar 2013 07:54:50 -0000 1.20
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-perl/Sys-Virt
61 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v 1.19 2013/03/10 18:08:24 maksbotan Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v 1.20 2013/03/28 07:54:50 pinkbyte Exp $
64 +
65 + 28 Mar 2013; Sergey Popov <pinkbyte@g.o> Sys-Virt-1.0.0.ebuild:
66 + Stable on amd64, wrt bug #463520
67
68 *Sys-Virt-1.0.3 (10 Mar 2013)