Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/nm-applet: nm-applet-0.9.8.0.ebuild ChangeLog
Date: Sat, 18 May 2013 15:43:26
Message-Id: 20130518154319.6BB992171D@flycatcher.gentoo.org
1 pacho 13/05/18 15:43:19
2
3 Modified: nm-applet-0.9.8.0.ebuild ChangeLog
4 Log:
5 Add some fixes to the ebuild
6
7 (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.5 gnome-extra/nm-applet/nm-applet-0.9.8.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.9.8.0.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.9.8.0.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.9.8.0.ebuild?r1=1.4&r2=1.5
15
16 Index: nm-applet-0.9.8.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.9.8.0.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- nm-applet-0.9.8.0.ebuild 3 May 2013 10:31:24 -0000 1.4
23 +++ nm-applet-0.9.8.0.ebuild 18 May 2013 15:43:19 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.9.8.0.ebuild,v 1.4 2013/05/03 10:31:24 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.9.8.0.ebuild,v 1.5 2013/05/18 15:43:19 pacho Exp $
29
30 EAPI=5
31 GCONF_DEBUG="no"
32 @@ -16,7 +16,7 @@
33
34 LICENSE="GPL-2+"
35 SLOT="0"
36 -IUSE="bluetooth gconf modemmanager"
37 +IUSE="bluetooth gconf +introspection modemmanager"
38 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
39
40 RDEPEND="
41 @@ -34,8 +34,10 @@
42
43 bluetooth? ( >=net-wireless/gnome-bluetooth-2.27.6 )
44 gconf? ( >=gnome-base/gconf-2.20:2 )
45 + introspection? ( >=dev-libs/gobject-introspection-0.9.6 )
46 modemmanager? ( >=net-misc/modemmanager-0.7.990 )
47 virtual/freedesktop-icon-theme
48 + virtual/udev[gudev]
49 "
50 DEPEND="${RDEPEND}
51 virtual/pkgconfig
52 @@ -55,5 +57,6 @@
53 --localstatedir=/var \
54 $(use_with bluetooth) \
55 $(use_enable gconf migration) \
56 + $(use_enable introspection) \
57 $(use_with modemmanager modem-manager-1)
58 }
59
60
61
62 1.101 gnome-extra/nm-applet/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/ChangeLog?rev=1.101&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/ChangeLog?rev=1.101&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/ChangeLog?r1=1.100&r2=1.101
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v
71 retrieving revision 1.100
72 retrieving revision 1.101
73 diff -u -r1.100 -r1.101
74 --- ChangeLog 3 May 2013 10:31:24 -0000 1.100
75 +++ ChangeLog 18 May 2013 15:43:19 -0000 1.101
76 @@ -1,6 +1,9 @@
77 # ChangeLog for gnome-extra/nm-applet
78 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v 1.100 2013/05/03 10:31:24 pacho Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v 1.101 2013/05/18 15:43:19 pacho Exp $
81 +
82 + 18 May 2013; Pacho Ramos <pacho@g.o> nm-applet-0.9.8.0.ebuild:
83 + Add some fixes to the ebuild
84
85 03 May 2013; Pacho Ramos <pacho@g.o> metadata.xml,
86 nm-applet-0.9.8.0.ebuild: