Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/libgnome-keyring: ChangeLog libgnome-keyring-3.8.0.ebuild libgnome-keyring-3.4.1.ebuild
Date: Fri, 29 Mar 2013 19:36:27
Message-Id: 20130329193623.46A5A2171D@flycatcher.gentoo.org
1 eva 13/03/29 19:36:23
2
3 Modified: ChangeLog libgnome-keyring-3.8.0.ebuild
4 Removed: libgnome-keyring-3.4.1.ebuild
5 Log:
6 Clean up old revision, small policy fixes to 3.8 ebuild.
7
8 (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.40 gnome-base/libgnome-keyring/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnome-keyring/ChangeLog?rev=1.40&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnome-keyring/ChangeLog?rev=1.40&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnome-keyring/ChangeLog?r1=1.39&r2=1.40
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnome-keyring/ChangeLog,v
20 retrieving revision 1.39
21 retrieving revision 1.40
22 diff -u -r1.39 -r1.40
23 --- ChangeLog 28 Mar 2013 17:15:56 -0000 1.39
24 +++ ChangeLog 29 Mar 2013 19:36:23 -0000 1.40
25 @@ -1,6 +1,10 @@
26 # ChangeLog for gnome-base/libgnome-keyring
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome-keyring/ChangeLog,v 1.39 2013/03/28 17:15:56 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome-keyring/ChangeLog,v 1.40 2013/03/29 19:36:23 eva Exp $
30 +
31 + 29 Mar 2013; Gilles Dartiguelongue <eva@g.o>
32 + -libgnome-keyring-3.4.1.ebuild, libgnome-keyring-3.8.0.ebuild:
33 + Clean up old revision, small policy fixes to 3.8 ebuild.
34
35 *libgnome-keyring-3.8.0 (28 Mar 2013)
36
37
38
39
40 1.2 gnome-base/libgnome-keyring/libgnome-keyring-3.8.0.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnome-keyring/libgnome-keyring-3.8.0.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnome-keyring/libgnome-keyring-3.8.0.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnome-keyring/libgnome-keyring-3.8.0.ebuild?r1=1.1&r2=1.2
45
46 Index: libgnome-keyring-3.8.0.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnome-keyring/libgnome-keyring-3.8.0.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- libgnome-keyring-3.8.0.ebuild 28 Mar 2013 17:15:56 -0000 1.1
53 +++ libgnome-keyring-3.8.0.ebuild 29 Mar 2013 19:36:23 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome-keyring/libgnome-keyring-3.8.0.ebuild,v 1.1 2013/03/28 17:15:56 pacho Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome-keyring/libgnome-keyring-3.8.0.ebuild,v 1.2 2013/03/29 19:36:23 eva Exp $
59
60 EAPI="5"
61 GCONF_DEBUG="yes"
62 @@ -20,9 +20,11 @@
63 IUSE="debug +introspection test vala"
64 REQUIRED_USE="vala? ( introspection )"
65
66 -RDEPEND=">=sys-apps/dbus-1.0
67 +RDEPEND="
68 + >=sys-apps/dbus-1
69 >=gnome-base/gnome-keyring-3.1.92
70 - introspection? ( >=dev-libs/gobject-introspection-1.30.0 )"
71 + introspection? ( >=dev-libs/gobject-introspection-1.30.0 )
72 +"
73 DEPEND="${RDEPEND}
74 dev-util/gtk-doc-am
75 >=dev-util/intltool-0.35
76 @@ -32,16 +34,19 @@
77 vala? ( $(vala_depend) )"
78
79 src_prepare() {
80 - G2CONF="${G2CONF} $(use_enable vala)"
81 use vala && vala_src_prepare
82 gnome2_src_prepare
83
84 - # FIXME: Remove silly CFLAGS
85 + # FIXME: Remove silly CFLAGS, report upstream
86 sed -e 's:CFLAGS="$CFLAGS -g:CFLAGS="$CFLAGS:' \
87 -e 's:CFLAGS="$CFLAGS -O0:CFLAGS="$CFLAGS:' \
88 -i configure.ac configure || die "sed failed"
89 }
90
91 +src_configure() {
92 + gnome2_src_configure $(use_enable vala)
93 +}
94 +
95 src_test() {
96 unset DBUS_SESSION_BUS_ADDRESS
97 dbus-launch emake check || die "tests failed"