Gentoo Archives: gentoo-commits

From: "Peter Weller (welp)" <welp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/evince: ChangeLog evince-2.22.1.1.ebuild evince-2.22.0.ebuild
Date: Mon, 21 Apr 2008 17:01:15
Message-Id: E1JnzOB-0001r9-1r@stork.gentoo.org
1 welp 08/04/21 17:01:11
2
3 Modified: ChangeLog evince-2.22.1.1.ebuild
4 evince-2.22.0.ebuild
5 Log:
6 keyring to gnome-keyring
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.139 app-text/evince/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/evince/ChangeLog?rev=1.139&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/evince/ChangeLog?rev=1.139&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/evince/ChangeLog?r1=1.138&r2=1.139
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v
19 retrieving revision 1.138
20 retrieving revision 1.139
21 diff -u -r1.138 -r1.139
22 --- ChangeLog 8 Apr 2008 21:31:57 -0000 1.138
23 +++ ChangeLog 21 Apr 2008 17:01:10 -0000 1.139
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-text/evince
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.138 2008/04/08 21:31:57 remi Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.139 2008/04/21 17:01:10 welp Exp $
29 +
30 + 21 Apr 2008; <welp@g.o> evince-2.22.0.ebuild,
31 + evince-2.22.1.1.ebuild:
32 + keyring to gnome-keyring
33
34 *evince-2.22.1.1 (08 Apr 2008)
35
36
37
38
39 1.2 app-text/evince/evince-2.22.1.1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/evince/evince-2.22.1.1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/evince/evince-2.22.1.1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/evince/evince-2.22.1.1.ebuild?r1=1.1&r2=1.2
44
45 Index: evince-2.22.1.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.22.1.1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- evince-2.22.1.1.ebuild 8 Apr 2008 21:31:57 -0000 1.1
52 +++ evince-2.22.1.1.ebuild 21 Apr 2008 17:01:10 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.22.1.1.ebuild,v 1.1 2008/04/08 21:31:57 remi Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.22.1.1.ebuild,v 1.2 2008/04/21 17:01:10 welp Exp $
58
59 inherit eutils gnome2 autotools
60
61 @@ -10,13 +10,13 @@
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
65 -IUSE="dbus djvu doc dvi gnome keyring t1lib tiff"
66 +IUSE="dbus djvu doc dvi gnome gnome-keyring t1lib tiff"
67
68 RDEPEND="
69 dbus? ( >=dev-libs/dbus-glib-0.71 )
70 >=x11-libs/gtk+-2.10
71 >=dev-libs/glib-2.15.6
72 - keyring? ( >=gnome-base/gnome-keyring-2.20.1 )
73 + gnome-keyring? ( >=gnome-base/gnome-keyring-2.20.1 )
74 >=gnome-base/libgnomeui-2.14
75 >=gnome-base/libgnome-2.14
76 >=x11-themes/gnome-icon-theme-2.17.1
77 @@ -53,7 +53,7 @@
78 $(use_enable dbus)
79 $(use_enable djvu)
80 $(use_enable dvi)
81 - $(use_with keyring)
82 + $(use_with gnome-keyring keyring)
83 $(use_enable t1lib)
84 $(use_enable tiff)
85 $(use_enable gnome nautilus)"
86
87
88
89 1.3 app-text/evince/evince-2.22.0.ebuild
90
91 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/evince/evince-2.22.0.ebuild?rev=1.3&view=markup
92 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/evince/evince-2.22.0.ebuild?rev=1.3&content-type=text/plain
93 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/evince/evince-2.22.0.ebuild?r1=1.2&r2=1.3
94
95 Index: evince-2.22.0.ebuild
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.22.0.ebuild,v
98 retrieving revision 1.2
99 retrieving revision 1.3
100 diff -u -r1.2 -r1.3
101 --- evince-2.22.0.ebuild 2 Apr 2008 15:02:25 -0000 1.2
102 +++ evince-2.22.0.ebuild 21 Apr 2008 17:01:10 -0000 1.3
103 @@ -1,6 +1,6 @@
104 # Copyright 1999-2008 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 -# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.22.0.ebuild,v 1.2 2008/04/02 15:02:25 dang Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.22.0.ebuild,v 1.3 2008/04/21 17:01:10 welp Exp $
108
109 inherit eutils gnome2 autotools
110
111 @@ -10,13 +10,13 @@
112 LICENSE="GPL-2"
113 SLOT="0"
114 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
115 -IUSE="dbus djvu doc dvi gnome keyring t1lib tiff"
116 +IUSE="dbus djvu doc dvi gnome gnome-keyring t1lib tiff"
117
118 RDEPEND="
119 dbus? ( >=dev-libs/dbus-glib-0.71 )
120 >=x11-libs/gtk+-2.10
121 >=dev-libs/glib-2.15.6
122 - keyring? ( >=gnome-base/gnome-keyring-2.20.1 )
123 + gnome-keyring? ( >=gnome-base/gnome-keyring-2.20.1 )
124 >=gnome-base/libgnomeui-2.14
125 >=gnome-base/libgnome-2.14
126 >=x11-themes/gnome-icon-theme-2.17.1
127 @@ -53,7 +53,7 @@
128 $(use_enable dbus)
129 $(use_enable djvu)
130 $(use_enable dvi)
131 - $(use_with keyring)
132 + $(use_with gnome-keyring keyring)
133 $(use_enable t1lib)
134 $(use_enable tiff)
135 $(use_enable gnome nautilus)"
136
137
138
139 --
140 gentoo-commits@l.g.o mailing list