Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-keyring: ChangeLog gnome-keyring-2.20.0-r1.ebuild
Date: Wed, 03 Oct 2007 09:20:29
Message-Id: E1Id0GH-0003JH-Ks@stork.gentoo.org
1 remi 07/10/03 09:11:21
2
3 Modified: ChangeLog
4 Added: gnome-keyring-2.20.0-r1.ebuild
5 Log:
6 gnome-base/gnome-keyring: sanitize gnome-keyring's pam module installation
7 (Portage version: 2.1.3.11)
8
9 Revision Changes Path
10 1.99 gnome-base/gnome-keyring/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/ChangeLog?rev=1.99&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/ChangeLog?rev=1.99&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/ChangeLog?r1=1.98&r2=1.99
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v
19 retrieving revision 1.98
20 retrieving revision 1.99
21 diff -u -r1.98 -r1.99
22 --- ChangeLog 1 Oct 2007 09:13:05 -0000 1.98
23 +++ ChangeLog 3 Oct 2007 09:11:21 -0000 1.99
24 @@ -1,6 +1,13 @@
25 # ChangeLog for gnome-base/gnome-keyring
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v 1.98 2007/10/01 09:13:05 leio Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v 1.99 2007/10/03 09:11:21 remi Exp $
29 +
30 +*gnome-keyring-2.20.0-r1 (03 Oct 2007)
31 +
32 + 03 Oct 2007; RĂ©mi Cardona <remi@g.o>
33 + +files/gnome-keyring-2.20.0-fix_pam.patch,
34 + +gnome-keyring-2.20.0-r1.ebuild:
35 + patch to put gnome-keyring's pam module in the right directory
36
37 *gnome-keyring-2.20.0 (01 Oct 2007)
38
39
40
41
42 1.1 gnome-base/gnome-keyring/gnome-keyring-2.20.0-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.20.0-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.20.0-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnome-keyring-2.20.0-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.20.0-r1.ebuild,v 1.1 2007/10/03 09:11:21 remi Exp $
52
53 inherit gnome2 eutils autotools pam
54
55 DESCRIPTION="Password and keyring managing daemon"
56 HOMEPAGE="http://www.gnome.org/"
57
58 LICENSE="GPL-2 LGPL-2"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
61 IUSE="hal pam test"
62
63 RDEPEND=">=dev-libs/glib-2.6
64 >=x11-libs/gtk+-2.6
65 >=sys-apps/dbus-1.0
66 hal? ( >=sys-apps/hal-0.5.7 )
67 pam? ( sys-libs/pam )
68 >=dev-libs/libgcrypt-1.2.2"
69 DEPEND="${RDEPEND}
70 sys-devel/gettext
71 >=dev-util/intltool-0.35
72 >=dev-util/pkgconfig-0.9"
73
74 DOCS="AUTHORS ChangeLog NEWS README TODO"
75
76 src_unpack() {
77 gnome2_src_unpack
78
79 # Fix tests
80 echo "gkr-ask-tool.c" >> ${S}/po/POTFILES.in
81
82 epatch "${FILESDIR}/${P}-fix_pam.patch"
83 eautoreconf
84 }
85
86 pkg_setup() {
87 G2CONF="$(use_enable hal) \
88 $(use_enable test tests) \
89 $(use_enable pam) \
90 $(use_with pam pam-dir $(getpam_mod_dir))"
91 }
92
93
94
95 --
96 gentoo-commits@g.o mailing list