Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/evince: ChangeLog evince-2.20.2.ebuild
Date: Thu, 06 Dec 2007 21:17:36
Message-Id: E1J0O66-0006Zu-AR@stork.gentoo.org
1 eva 07/12/06 21:17:30
2
3 Modified: ChangeLog
4 Added: evince-2.20.2.ebuild
5 Log:
6 bump to 2.20.2
7 (Portage version: 2.1.4_rc7)
8
9 Revision Changes Path
10 1.129 app-text/evince/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/evince/ChangeLog?rev=1.129&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/evince/ChangeLog?rev=1.129&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/evince/ChangeLog?r1=1.128&r2=1.129
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v
19 retrieving revision 1.128
20 retrieving revision 1.129
21 diff -u -r1.128 -r1.129
22 --- ChangeLog 14 Nov 2007 22:13:55 -0000 1.128
23 +++ ChangeLog 6 Dec 2007 21:17:29 -0000 1.129
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-text/evince
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.128 2007/11/14 22:13:55 dertobi123 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.129 2007/12/06 21:17:29 eva Exp $
29 +
30 +*evince-2.20.2 (06 Dec 2007)
31 +
32 + 06 Dec 2007; Gilles Dartiguelongue <eva@g.o> +evince-2.20.2.ebuild:
33 + bump to 2.20.2
34
35 14 Nov 2007; Tobias Scherbaum <dertobi123@g.o>
36 evince-2.20.1.ebuild:
37
38
39
40 1.1 app-text/evince/evince-2.20.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/evince/evince-2.20.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/evince/evince-2.20.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: evince-2.20.2.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.20.2.ebuild,v 1.1 2007/12/06 21:17:29 eva Exp $
50
51 WANT_AUTOMAKE="1.9"
52 inherit eutils gnome2 autotools
53
54 DESCRIPTION="Simple document viewer for GNOME"
55 HOMEPAGE="http://www.gnome.org/projects/evince/"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
60 IUSE="dbus djvu doc dvi gnome t1lib tiff"
61
62 RDEPEND="
63 dbus? ( >=dev-libs/dbus-glib-0.71 )
64 >=x11-libs/gtk+-2.10
65 gnome-base/gnome-keyring
66 >=gnome-base/libgnomeui-2.14
67 >=gnome-base/libgnome-2.14
68 dev-libs/libxml2
69 >=x11-themes/gnome-icon-theme-2.17.1
70 >=gnome-base/gnome-vfs-2.0
71 >=gnome-base/libglade-2
72 >=dev-libs/glib-2
73 gnome? ( >=gnome-base/nautilus-2.10 )
74 >=app-text/poppler-bindings-0.6
75 dvi? (
76 virtual/tetex
77 t1lib? ( >=media-libs/t1lib-5.0.0 )
78 )
79 tiff? ( >=media-libs/tiff-3.6 )
80 >=gnome-base/gconf-2
81 djvu? ( >=app-text/djvu-3.5.17 )
82 virtual/ghostscript"
83
84 DEPEND="${RDEPEND}
85 app-text/scrollkeeper
86 >=app-text/gnome-doc-utils-0.3.2
87 >=dev-util/pkgconfig-0.9
88 >=sys-devel/automake-1.9
89 >=dev-util/intltool-0.35"
90
91 DOCS="AUTHORS ChangeLog NEWS README TODO"
92 ELTCONF="--portage"
93 RESTRICT="test"
94
95 pkg_setup() {
96 G2CONF="--disable-scrollkeeper \
97 --enable-comics \
98 --enable-impress \
99 $(use_enable dbus) \
100 $(use_enable djvu) \
101 $(use_enable dvi) \
102 $(use_enable t1lib) \
103 $(use_enable tiff) \
104 $(use_enable gnome nautilus)"
105
106 if ! built_with_use app-text/poppler-bindings gtk; then
107 einfo "Please re-emerge app-text/poppler-bindings with the gtk USE flag set"
108 die "poppler-bindings needs gtk flag set"
109 fi
110 }
111
112 src_unpack() {
113 gnome2_src_unpack
114
115 # Fix .desktop file so menu item shows up
116 epatch "${FILESDIR}"/${PN}-0.7.1-display-menu.patch
117
118 # Make dbus actually switchable
119 epatch "${FILESDIR}"/${PN}-0.6.1-dbus-switch.patch
120
121 cp aclocal.m4 old_macros.m4
122 AT_M4DIR="." eautoreconf
123 }
124
125
126
127 --
128 gentoo-commits@g.o mailing list