Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/epiphany: ChangeLog epiphany-2.22.3.ebuild
Date: Thu, 03 Jul 2008 22:23:41
Message-Id: E1KEXDD-0000gh-Ur@stork.gentoo.org
1 eva 08/07/03 22:23:35
2
3 Modified: ChangeLog
4 Added: epiphany-2.22.3.ebuild
5 Log:
6 bump to 2.22.3. Go figure what changed from upstream logs...
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.161 www-client/epiphany/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.161&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.161&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?r1=1.160&r2=1.161
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v
19 retrieving revision 1.160
20 retrieving revision 1.161
21 diff -u -r1.160 -r1.161
22 --- ChangeLog 22 Jun 2008 02:24:18 -0000 1.160
23 +++ ChangeLog 3 Jul 2008 22:23:35 -0000 1.161
24 @@ -1,6 +1,12 @@
25 # ChangeLog for www-client/epiphany
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.160 2008/06/22 02:24:18 leio Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.161 2008/07/03 22:23:35 eva Exp $
29 +
30 +*epiphany-2.22.3 (03 Jul 2008)
31 +
32 + 03 Jul 2008; Gilles Dartiguelongue <eva@g.o>
33 + +epiphany-2.22.3.ebuild:
34 + bump to 2.22.3. Go figure what changed from upstream logs...
35
36 22 Jun 2008; Mart Raudsepp <leio@g.o> epiphany-2.22.2-r10.ebuild:
37 Add back accidentally lost enchant dependency for spellchecking, bug 228817;
38
39
40
41 1.1 www-client/epiphany/epiphany-2.22.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.22.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.22.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: epiphany-2.22.3.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.22.3.ebuild,v 1.1 2008/07/03 22:23:35 eva Exp $
51
52 inherit gnome2 eutils multilib
53
54 DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine"
55 HOMEPAGE="http://www.gnome.org/projects/epiphany/"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
60 IUSE="avahi doc networkmanager python spell xulrunner"
61
62 # This release should work with xulrunner 1.9, but this revision is a
63 # stable candidate, so stick with 1.8 here.
64 # xulrunner-1.9 can be achieved via --with-engine=xulrunner, while
65 # --with-engine=mozilla goes with 1.8
66
67 RDEPEND=">=dev-libs/glib-2.16.0
68 >=x11-libs/gtk+-2.12.0
69 >=dev-libs/libxml2-2.6.12
70 >=dev-libs/libxslt-1.1.7
71 >=gnome-base/libglade-2.3.1
72 >=gnome-base/libgnome-2.14
73 >=gnome-base/libgnomeui-2.14
74 >=gnome-base/gnome-desktop-2.9.91
75 >=x11-libs/startup-notification-0.5
76 >=x11-libs/libnotify-0.4
77 >=dev-libs/dbus-glib-0.71
78 >=gnome-base/gconf-2
79 >=app-text/iso-codes-0.35
80 avahi? ( >=net-dns/avahi-0.6.22 )
81 networkmanager? ( net-misc/networkmanager )
82 !xulrunner? ( =www-client/mozilla-firefox-2* )
83 xulrunner? ( =net-libs/xulrunner-1.8* )
84 python? (
85 >=dev-lang/python-2.3
86 >=dev-python/pygtk-2.7.1
87 >=dev-python/gnome-python-2.6
88 )
89 spell? ( app-text/enchant )
90 x11-themes/gnome-icon-theme"
91 DEPEND="${RDEPEND}
92 app-text/scrollkeeper
93 >=dev-util/pkgconfig-0.9
94 >=dev-util/intltool-0.35
95 >=app-text/gnome-doc-utils-0.3.2
96 doc? ( >=dev-util/gtk-doc-1 )"
97
98 DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README TODO"
99
100 pkg_setup() {
101 G2CONF="${G2CONF}
102 --disable-scrollkeeper
103 --with-engine=mozilla
104 --enable-certificate-manager
105 --with-distributor-name=Gentoo
106 $(use_enable avahi zeroconf)
107 $(use_enable networkmanager network-manager)
108 $(use_enable spell spell-checker)
109 $(use_enable python)"
110
111 if use xulrunner; then
112 G2CONF="${G2CONF} --with-gecko=xulrunner"
113 else
114 G2CONF="${G2CONF} --with-gecko=firefox"
115 fi
116 }
117
118 src_compile() {
119 addpredict /usr/$(get_libdir)/mozilla-firefox/components/xpti.dat
120 addpredict /usr/$(get_libdir)/mozilla-firefox/components/xpti.dat.tmp
121 addpredict /usr/$(get_libdir)/mozilla-firefox/components/compreg.dat.tmp
122
123 addpredict /usr/$(get_libdir)/xulrunner/components/xpti.dat
124 addpredict /usr/$(get_libdir)/xulrunner/components/xpti.dat.tmp
125 addpredict /usr/$(get_libdir)/xulrunner/components/compreg.dat.tmp
126
127 addpredict /usr/$(get_libdir)/mozilla/components/xpti.dat
128 addpredict /usr/$(get_libdir)/mozilla/components/xpti.dat.tmp
129
130 gnome2_src_compile
131 }
132
133
134
135 --
136 gentoo-commits@l.g.o mailing list