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/gnome-keyring: ChangeLog gnome-keyring-2.22.3.ebuild
Date: Wed, 02 Jul 2008 21:32:50
Message-Id: E1KE9wS-0007uy-92@stork.gentoo.org
1 eva 08/07/02 21:32:44
2
3 Modified: ChangeLog
4 Added: gnome-keyring-2.22.3.ebuild
5 Log:
6 bump to 2.22.3, Better initization of (non-crypto) random number generator. Build fixes [margali, John Ralls]
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.122 gnome-base/gnome-keyring/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/ChangeLog?rev=1.122&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/ChangeLog?rev=1.122&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/ChangeLog?r1=1.121&r2=1.122
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v
19 retrieving revision 1.121
20 retrieving revision 1.122
21 diff -u -r1.121 -r1.122
22 --- ChangeLog 31 May 2008 12:13:47 -0000 1.121
23 +++ ChangeLog 2 Jul 2008 21:32:43 -0000 1.122
24 @@ -1,6 +1,14 @@
25 # ChangeLog for gnome-base/gnome-keyring
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v 1.121 2008/05/31 12:13:47 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v 1.122 2008/07/02 21:32:43 eva Exp $
29 +
30 +*gnome-keyring-2.22.3 (02 Jul 2008)
31 +
32 + 02 Jul 2008; Gilles Dartiguelongue <eva@g.o>
33 + +gnome-keyring-2.22.3.ebuild:
34 + bump to 2.22.3,
35 + * Better initization of (non-crypto) random number generator.
36 + * Build fixes [margali, John Ralls]
37
38 *gnome-keyring-2.22.2 (31 May 2008)
39
40
41
42
43 1.1 gnome-base/gnome-keyring/gnome-keyring-2.22.3.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.22.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.22.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gnome-keyring-2.22.3.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.22.3.ebuild,v 1.1 2008/07/02 21:32:43 eva Exp $
53
54 inherit gnome2 eutils pam
55
56 DESCRIPTION="Password and keyring managing daemon"
57 HOMEPAGE="http://www.gnome.org/"
58
59 LICENSE="GPL-2 LGPL-2"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
62 IUSE="debug doc hal pam test"
63
64 RDEPEND=">=dev-libs/glib-2.8
65 >=x11-libs/gtk+-2.6
66 gnome-base/gconf
67 >=sys-apps/dbus-1.0
68 hal? ( >=sys-apps/hal-0.5.7 )
69 pam? ( virtual/pam )
70 >=dev-libs/libgcrypt-1.2.2
71 >=dev-libs/libtasn1-0.3.4"
72 DEPEND="${RDEPEND}
73 sys-devel/gettext
74 >=dev-util/intltool-0.35
75 >=dev-util/pkgconfig-0.9
76 doc? ( dev-util/gtk-doc )"
77
78 DOCS="AUTHORS ChangeLog NEWS README TODO"
79
80 pkg_setup() {
81 G2CONF="${G2CONF}
82 $(use_enable debug)
83 $(use_enable hal)
84 $(use_enable test tests)
85 $(use_enable pam)
86 $(use_with pam pam-dir $(getpam_mod_dir))
87 --with-root-certs=/usr/share/ca-certificates/"
88 }
89
90
91
92 --
93 gentoo-commits@l.g.o mailing list