Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/libvirt-glib: ChangeLog libvirt-glib-0.0.1.ebuild
Date: Fri, 18 Nov 2011 19:00:07
Message-Id: 20111118185956.A38B720033@flycatcher.gentoo.org
1 tetromino 11/11/18 18:59:56
2
3 Modified: ChangeLog libvirt-glib-0.0.1.ebuild
4 Log:
5 HACKING does not exist in tarball (bug #390917), thanks to Maciej Piechotka <uzytkownik2@×××××.com> for reporting.
6
7 (Portage version: 2.2.0_alpha75/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-emulation/libvirt-glib/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt-glib/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt-glib/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt-glib/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 16 Nov 2011 23:38:44 -0000 1.1
23 +++ ChangeLog 18 Nov 2011 18:59:56 -0000 1.2
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-emulation/libvirt-glib
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/ChangeLog,v 1.1 2011/11/16 23:38:44 nirbheek Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/ChangeLog,v 1.2 2011/11/18 18:59:56 tetromino Exp $
29 +
30 + 18 Nov 2011; Alexandre Rostovtsev <tetromino@g.o>
31 + libvirt-glib-0.0.1.ebuild:
32 + HACKING does not exist in tarball (bug #390917), thanks to Maciej Piechotka
33 + <uzytkownik2@×××××.com> for reporting.
34
35 *libvirt-glib-0.0.1 (16 Nov 2011)
36
37
38
39
40 1.2 app-emulation/libvirt-glib/libvirt-glib-0.0.1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt-glib/libvirt-glib-0.0.1.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt-glib/libvirt-glib-0.0.1.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt-glib/libvirt-glib-0.0.1.ebuild?r1=1.1&r2=1.2
45
46 Index: libvirt-glib-0.0.1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/libvirt-glib-0.0.1.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- libvirt-glib-0.0.1.ebuild 16 Nov 2011 23:38:44 -0000 1.1
53 +++ libvirt-glib-0.0.1.ebuild 18 Nov 2011 18:59:56 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/libvirt-glib-0.0.1.ebuild,v 1.1 2011/11/16 23:38:44 nirbheek Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/libvirt-glib-0.0.1.ebuild,v 1.2 2011/11/18 18:59:56 tetromino Exp $
59
60 EAPI="4"
61 GCONF_DEBUG="no"
62 @@ -29,7 +29,7 @@
63 vala? ( dev-lang/vala:0.14 )"
64
65 pkg_setup() {
66 - DOCS="AUTHORS ChangeLog HACKING NEWS README"
67 + DOCS="AUTHORS ChangeLog NEWS README"
68 G2CONF="--disable-test-coverage
69 VAPIGEN=$(type -P vapigen-0.14)
70 $(use_enable introspection)