Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/evince: ChangeLog evince-2.30.3.ebuild evince-2.30.2.ebuild
Date: Sat, 03 Jul 2010 14:23:28
Message-Id: 20100703142325.7D7F52CE15@corvid.gentoo.org
1 pacho 10/07/03 14:23:25
2
3 Modified: ChangeLog
4 Added: evince-2.30.3.ebuild
5 Removed: evince-2.30.2.ebuild
6 Log:
7 Version bump: Fix cbz comics (bug #326515 by Dirk Best). Remove old testing.
8 (Portage version: 2.1.8.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.191 app-text/evince/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?rev=1.191&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?rev=1.191&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?r1=1.190&r2=1.191
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v
20 retrieving revision 1.190
21 retrieving revision 1.191
22 diff -u -r1.190 -r1.191
23 --- ChangeLog 23 Jun 2010 11:16:13 -0000 1.190
24 +++ ChangeLog 3 Jul 2010 14:23:25 -0000 1.191
25 @@ -1,6 +1,13 @@
26 # ChangeLog for app-text/evince
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.190 2010/06/23 11:16:13 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.191 2010/07/03 14:23:25 pacho Exp $
30 +
31 +*evince-2.30.3 (03 Jul 2010)
32 +
33 + 03 Jul 2010; Pacho Ramos <pacho@g.o> -evince-2.30.2.ebuild,
34 + +evince-2.30.3.ebuild:
35 + Version bump: Fix cbz comics (bug #326515 by Dirk Best). Remove old
36 + testing.
37
38 *evince-2.30.2 (23 Jun 2010)
39
40
41
42
43 1.1 app-text/evince/evince-2.30.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-2.30.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-2.30.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: evince-2.30.3.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.30.3.ebuild,v 1.1 2010/07/03 14:23:25 pacho Exp $
53
54 EAPI="2"
55
56 inherit autotools eutils gnome2
57
58 DESCRIPTION="Simple document viewer for GNOME"
59 HOMEPAGE="http://www.gnome.org/projects/evince/"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
64
65 IUSE="dbus debug djvu doc dvi gnome gnome-keyring nautilus t1lib tiff"
66 # tests introspection
67
68 # Since 2.26.2, can handle poppler without cairo support. Make it optional ?
69 # not mature enough
70 # introspection? ( >=dev-libs/gobject-introspection-0.6 )
71 RDEPEND="
72 >=app-text/libspectre-0.2.0
73 >=dev-libs/glib-2.18.0
74 >=dev-libs/libxml2-2.5
75 >=x11-libs/gtk+-2.14
76 >=x11-libs/libSM-1
77 >=x11-themes/gnome-icon-theme-2.17.1
78 dbus? ( >=dev-libs/dbus-glib-0.71 )
79 gnome? ( >=gnome-base/gconf-2 )
80 gnome-keyring? ( >=gnome-base/gnome-keyring-2.22.0 )
81 nautilus? ( >=gnome-base/nautilus-2.10 )
82 >=app-text/poppler-0.12.3-r3[cairo]
83 dvi? (
84 virtual/tex-base
85 t1lib? ( >=media-libs/t1lib-5.0.0 ) )
86 tiff? ( >=media-libs/tiff-3.6 )
87 djvu? ( >=app-text/djvu-3.5.17 )"
88 DEPEND="${RDEPEND}
89 app-text/scrollkeeper
90 >=app-text/gnome-doc-utils-0.3.2
91 ~app-text/docbook-xml-dtd-4.1.2
92 >=dev-util/pkgconfig-0.9
93 sys-devel/gettext
94 >=dev-util/intltool-0.35
95 dev-util/gtk-doc-am
96 doc? ( dev-util/gtk-doc )"
97
98 DOCS="AUTHORS ChangeLog NEWS README TODO"
99 ELTCONF="--portage"
100
101 # Needs dogtail and pyspi from http://fedorahosted.org/dogtail/
102 # Releases: http://people.redhat.com/zcerza/dogtail/releases/
103 RESTRICT="test"
104
105 pkg_setup() {
106 G2CONF="${G2CONF}
107 --disable-introspection
108 --disable-scrollkeeper
109 --disable-static
110 --disable-tests
111 --enable-pdf
112 --enable-comics
113 --enable-impress
114 --enable-thumbnailer
115 --with-smclient=xsmp
116 --with-platform=gnome
117 $(use_enable dbus)
118 $(use_enable djvu)
119 $(use_enable dvi)
120 $(use_with gnome gconf)
121 $(use_with gnome-keyring keyring)
122 $(use_enable t1lib)
123 $(use_enable tiff)
124 $(use_enable nautilus)"
125 # $(use_enable introspection)
126 }
127
128 src_prepare() {
129 gnome2_src_prepare
130
131 # Fix .desktop file so menu item shows up
132 epatch "${FILESDIR}"/${PN}-0.7.1-display-menu.patch
133
134 # Make it libtool-1 compatible
135 rm -v m4/lt* m4/libtool.m4 || die "removing libtool macros failed"
136
137 # gconf-2.m4 is needed for autoconf; bug 291339
138 if ! use gnome; then
139 cp "${FILESDIR}/gconf-2.m4" m4/ || die "Copying gconf-2.m4 failed!"
140 fi
141
142 intltoolize --force --automake --copy || die "intltoolized failed"
143 eautoreconf
144 }
145
146 src_install() {
147 gnome2_src_install
148 find "${D}" -name "*.la" -delete || die "remove of la files failed"
149 }