Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/gnomeicu: gnomeicu-0.99.16.ebuild ChangeLog gnomeicu-0.99.14.ebuild
Date: Thu, 29 Dec 2011 16:31:25
Message-Id: 20111229163115.6A7B92004B@flycatcher.gentoo.org
1 pacho 11/12/29 16:31:15
2
3 Modified: gnomeicu-0.99.16.ebuild ChangeLog
4 Removed: gnomeicu-0.99.14.ebuild
5 Log:
6 Use proper configure option, drop old.
7
8 (Portage version: 2.1.10.44/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 net-im/gnomeicu/gnomeicu-0.99.16.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gnomeicu/gnomeicu-0.99.16.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gnomeicu/gnomeicu-0.99.16.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gnomeicu/gnomeicu-0.99.16.ebuild?r1=1.2&r2=1.3
16
17 Index: gnomeicu-0.99.16.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-im/gnomeicu/gnomeicu-0.99.16.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- gnomeicu-0.99.16.ebuild 27 Oct 2011 06:37:18 -0000 1.2
24 +++ gnomeicu-0.99.16.ebuild 29 Dec 2011 16:31:15 -0000 1.3
25 @@ -1,8 +1,10 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/gnomeicu-0.99.16.ebuild,v 1.2 2011/10/27 06:37:18 tetromino Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/gnomeicu-0.99.16.ebuild,v 1.3 2011/12/29 16:31:15 pacho Exp $
30 +
31 +EAPI="4"
32 +GCONF_DEBUG="yes"
33
34 -EAPI=2
35 inherit gnome2
36
37 DESCRIPTION="Gnome ICQ Client"
38 @@ -32,8 +34,7 @@
39 sys-devel/gettext
40 x11-proto/scrnsaverproto"
41
42 -DOCS="AUTHORS ChangeLog CREDITS HACKING MAINTAINERS NEWS README README.SOCKS TODO"
43 -
44 pkg_setup() {
45 - G2CONF="${GCONF} --disable-schemas-install $(use_enable spell)"
46 + DOCS="AUTHORS ChangeLog CREDITS HACKING MAINTAINERS NEWS README README.SOCKS TODO"
47 + G2CONF="${GCONF} --disable-schemas-install $(use_enable spell gtkspell)"
48 }
49
50
51
52 1.54 net-im/gnomeicu/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gnomeicu/ChangeLog?rev=1.54&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gnomeicu/ChangeLog?rev=1.54&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gnomeicu/ChangeLog?r1=1.53&r2=1.54
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/net-im/gnomeicu/ChangeLog,v
61 retrieving revision 1.53
62 retrieving revision 1.54
63 diff -u -r1.53 -r1.54
64 --- ChangeLog 27 Oct 2011 06:37:18 -0000 1.53
65 +++ ChangeLog 29 Dec 2011 16:31:15 -0000 1.54
66 @@ -1,6 +1,10 @@
67 # ChangeLog for net-im/gnomeicu
68 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/ChangeLog,v 1.53 2011/10/27 06:37:18 tetromino Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/ChangeLog,v 1.54 2011/12/29 16:31:15 pacho Exp $
71 +
72 + 29 Dec 2011; Pacho Ramos <pacho@g.o> -gnomeicu-0.99.14.ebuild,
73 + gnomeicu-0.99.16.ebuild:
74 + Use proper configure option, drop old.
75
76 27 Oct 2011; Alexandre Rostovtsev <tetromino@g.o>
77 gnomeicu-0.99.12.ebuild, gnomeicu-0.99.14.ebuild, gnomeicu-0.99.16.ebuild: