Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libzapojit: ChangeLog libzapojit-0.0.3.ebuild
Date: Sun, 31 Mar 2013 14:35:42
Message-Id: 20130331143538.0B54B2171D@flycatcher.gentoo.org
1 eva 13/03/31 14:35:37
2
3 Modified: ChangeLog libzapojit-0.0.3.ebuild
4 Log:
5 Cosmetic fixes.
6
7 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key C6085806)
8
9 Revision Changes Path
10 1.10 net-libs/libzapojit/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libzapojit/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libzapojit/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libzapojit/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/libzapojit/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 28 Mar 2013 17:54:56 -0000 1.9
23 +++ ChangeLog 31 Mar 2013 14:35:37 -0000 1.10
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-libs/libzapojit
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libzapojit/ChangeLog,v 1.9 2013/03/28 17:54:56 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libzapojit/ChangeLog,v 1.10 2013/03/31 14:35:37 eva Exp $
29 +
30 + 31 Mar 2013; Gilles Dartiguelongue <eva@g.o> libzapojit-0.0.3.ebuild:
31 + Cosmetic fixes.
32
33 *libzapojit-0.0.3 (28 Mar 2013)
34
35
36
37
38 1.2 net-libs/libzapojit/libzapojit-0.0.3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libzapojit/libzapojit-0.0.3.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libzapojit/libzapojit-0.0.3.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libzapojit/libzapojit-0.0.3.ebuild?r1=1.1&r2=1.2
43
44 Index: libzapojit-0.0.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-libs/libzapojit/libzapojit-0.0.3.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- libzapojit-0.0.3.ebuild 28 Mar 2013 17:54:56 -0000 1.1
51 +++ libzapojit-0.0.3.ebuild 31 Mar 2013 14:35:37 -0000 1.2
52 @@ -1,10 +1,9 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libzapojit/libzapojit-0.0.3.ebuild,v 1.1 2013/03/28 17:54:56 pacho Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libzapojit/libzapojit-0.0.3.ebuild,v 1.2 2013/03/31 14:35:37 eva Exp $
57
58 EAPI="5"
59 GCONF_DEBUG="no"
60 -#GNOME2_LA_PUNT="yes"
61
62 inherit gnome2
63
64 @@ -34,15 +33,14 @@
65 # gnome-base/gnome-common:3
66
67 src_configure() {
68 - G2CONF="${G2CONF}
69 - --enable-compile-warnings=minimum
70 - --disable-static
71 - $(use_enable introspection)"
72 - gnome2_src_configure
73 + gnome2_src_configure \
74 + --enable-compile-warnings=minimum \
75 + --disable-static \
76 + $(use_enable introspection)
77 }
78
79 src_install() {
80 gnome2_src_install
81 # Drop self-installed documentation
82 - rm -r "${ED}"/usr/share/doc/libzapojit/ || die
83 + rm -r "${ED}"/usr/share/doc/${PN}/ || die
84 }