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-r1.ebuild gnome-keyring-2.24.1.ebuild gnome-keyring-2.22.2.ebuild gnome-keyring-2.22.3.ebuild
Date: Mon, 27 Apr 2009 22:00:12
Message-Id: E1LyYrx-0003LO-My@stork.gentoo.org
1 eva 09/04/27 22:00:09
2
3 Modified: ChangeLog gnome-keyring-2.22.3-r1.ebuild
4 gnome-keyring-2.24.1.ebuild
5 Removed: gnome-keyring-2.22.2.ebuild
6 gnome-keyring-2.22.3.ebuild
7 Log:
8 Fix configure with recent libtasn1, bug #266554. Clean up old revisions.
9 (Portage version: 2.2_rc31/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.144 gnome-base/gnome-keyring/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/ChangeLog?rev=1.144&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/ChangeLog?rev=1.144&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/ChangeLog?r1=1.143&r2=1.144
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v
21 retrieving revision 1.143
22 retrieving revision 1.144
23 diff -u -r1.143 -r1.144
24 --- ChangeLog 27 Apr 2009 09:56:42 -0000 1.143
25 +++ ChangeLog 27 Apr 2009 22:00:09 -0000 1.144
26 @@ -1,6 +1,13 @@
27 # ChangeLog for gnome-base/gnome-keyring
28 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v 1.143 2009/04/27 09:56:42 armin76 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v 1.144 2009/04/27 22:00:09 eva Exp $
31 +
32 + 27 Apr 2009; Gilles Dartiguelongue <eva@g.o>
33 + +files/gnome-keyring-2.22.3-pkg-libtasn1.patch,
34 + -gnome-keyring-2.22.2.ebuild, -gnome-keyring-2.22.3.ebuild,
35 + gnome-keyring-2.22.3-r1, gnome-keyring-2.24.1:
36 + Fix configure with recent libtasn1, bug #266554.
37 + Clean up old revisions.
38
39 27 Apr 2009; Raúl Porcel <armin76@g.o>
40 gnome-keyring-2.22.3-r1.ebuild:
41
42
43
44 1.11 gnome-base/gnome-keyring/gnome-keyring-2.22.3-r1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.22.3-r1.ebuild?rev=1.11&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.22.3-r1.ebuild?rev=1.11&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.22.3-r1.ebuild?r1=1.10&r2=1.11
49
50 Index: gnome-keyring-2.22.3-r1.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.22.3-r1.ebuild,v
53 retrieving revision 1.10
54 retrieving revision 1.11
55 diff -u -r1.10 -r1.11
56 --- gnome-keyring-2.22.3-r1.ebuild 27 Apr 2009 09:56:42 -0000 1.10
57 +++ gnome-keyring-2.22.3-r1.ebuild 27 Apr 2009 22:00:09 -0000 1.11
58 @@ -1,8 +1,8 @@
59 # Copyright 1999-2009 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.22.3-r1.ebuild,v 1.10 2009/04/27 09:56:42 armin76 Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.22.3-r1.ebuild,v 1.11 2009/04/27 22:00:09 eva Exp $
63
64 -inherit gnome2 eutils pam
65 +inherit gnome2 eutils pam autotools
66
67 DESCRIPTION="Password and keyring managing daemon"
68 HOMEPAGE="http://www.gnome.org/"
69 @@ -24,6 +24,7 @@
70 sys-devel/gettext
71 >=dev-util/intltool-0.35
72 >=dev-util/pkgconfig-0.9
73 + dev-util/gtk-doc-am
74 doc? ( dev-util/gtk-doc )"
75
76 DOCS="AUTHORS ChangeLog NEWS README TODO"
77 @@ -43,4 +44,10 @@
78
79 # Backport from trunk for fixing upstream bug #511285, bug #238098
80 epatch "${FILESDIR}/${P}-warnings.patch"
81 +
82 + # Fix configure with recent libtasn1, bug #266554
83 + epatch "${FILESDIR}/${P}-pkg-libtasn1.patch"
84 +
85 + intltoolize --force --copy --automake || die "inltoolize failed"
86 + eautoreconf
87 }
88
89
90
91 1.2 gnome-base/gnome-keyring/gnome-keyring-2.24.1.ebuild
92
93 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.24.1.ebuild?rev=1.2&view=markup
94 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.24.1.ebuild?rev=1.2&content-type=text/plain
95 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.24.1.ebuild?r1=1.1&r2=1.2
96
97 Index: gnome-keyring-2.24.1.ebuild
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.24.1.ebuild,v
100 retrieving revision 1.1
101 retrieving revision 1.2
102 diff -u -r1.1 -r1.2
103 --- gnome-keyring-2.24.1.ebuild 17 Mar 2009 08:42:54 -0000 1.1
104 +++ gnome-keyring-2.24.1.ebuild 27 Apr 2009 22:00:09 -0000 1.2
105 @@ -1,8 +1,10 @@
106 # Copyright 1999-2009 Gentoo Foundation
107 # Distributed under the terms of the GNU General Public License v2
108 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.24.1.ebuild,v 1.1 2009/03/17 08:42:54 nirbheek Exp $
109 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.24.1.ebuild,v 1.2 2009/04/27 22:00:09 eva Exp $
110
111 -inherit gnome2 pam
112 +EAPI="2"
113 +
114 +inherit gnome2 pam eutils autotools
115
116 DESCRIPTION="Password and keyring managing daemon"
117 HOMEPAGE="http://www.gnome.org/"
118 @@ -24,6 +26,7 @@
119 sys-devel/gettext
120 >=dev-util/intltool-0.35
121 >=dev-util/pkgconfig-0.9
122 + dev-util/gtk-doc-am
123 doc? ( dev-util/gtk-doc )"
124
125 DOCS="AUTHORS ChangeLog NEWS README TODO"
126 @@ -42,3 +45,13 @@
127 --enable-acl-prompts
128 --enable-ssh-agent"
129 }
130 +
131 +src_prepare() {
132 + gnome2_src_prepare
133 +
134 + # Fix configure with recent libtasn1, bug #266554
135 + epatch "${FILESDIR}/${PN}-2.22.3-pkg-libtasn1.patch"
136 +
137 + intltoolize --force --copy --automake || die "inltoolize failed"
138 + eautoreconf
139 +}