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.20.3.ebuild epiphany-2.18.2.ebuild epiphany-2.16.3.ebuild epiphany-2.20.0.ebuild
Date: Wed, 09 Jan 2008 22:40:51
Message-Id: E1JCjbM-0003UE-P4@stork.gentoo.org
1 eva 08/01/09 22:40:48
2
3 Modified: ChangeLog
4 Added: epiphany-2.20.3.ebuild
5 Removed: epiphany-2.18.2.ebuild epiphany-2.16.3.ebuild
6 epiphany-2.20.0.ebuild
7 Log:
8 bump to 2.20.3 and clean up old revisions
9 (Portage version: 2.1.4_rc14)
10
11 Revision Changes Path
12 1.143 www-client/epiphany/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.143&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.143&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?r1=1.142&r2=1.143
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v
21 retrieving revision 1.142
22 retrieving revision 1.143
23 diff -u -r1.142 -r1.143
24 --- ChangeLog 14 Dec 2007 15:51:25 -0000 1.142
25 +++ ChangeLog 9 Jan 2008 22:40:48 -0000 1.143
26 @@ -1,6 +1,16 @@
27 # ChangeLog for www-client/epiphany
28 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.142 2007/12/14 15:51:25 dang Exp $
30 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.143 2008/01/09 22:40:48 eva Exp $
32 +
33 + 09 Jan 2008; Gilles Dartiguelongue <eva@g.o>
34 + -epiphany-2.16.3.ebuild, -epiphany-2.18.2.ebuild, -epiphany-2.20.0.ebuild:
35 + clean up old revisions
36 +
37 +*epiphany-2.20.3 (09 Jan 2008)
38 +
39 + 09 Jan 2008; Gilles Dartiguelongue <eva@g.o>
40 + +epiphany-2.20.3.ebuild:
41 + bump to 2.20.3
42
43 14 Dec 2007; Daniel Gryniewicz <dang@g.o> epiphany-2.20.2.ebuild:
44 Add networkmanager support. bug #201694
45
46
47
48 1.1 www-client/epiphany/epiphany-2.20.3.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild?rev=1.1&content-type=text/plain
52
53 Index: epiphany-2.20.3.ebuild
54 ===================================================================
55 # Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild,v 1.1 2008/01/09 22:40:48 eva Exp $
58
59 inherit gnome2 eutils multilib
60
61 DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine"
62 HOMEPAGE="http://www.gnome.org/projects/epiphany/"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
67 IUSE="doc networkmanager python spell xulrunner"
68
69 # FIXME: add webkit/gecko switch possibility
70 # dang: *after* webkit actually works.
71
72 RDEPEND=">=dev-libs/glib-2.13.4
73 >=x11-libs/gtk+-2.11.6
74 >=dev-libs/libxml2-2.6.12
75 >=dev-libs/libxslt-1.1.7
76 >=gnome-base/libglade-2.3.1
77 >=gnome-base/gnome-vfs-2.9.2
78 >=gnome-base/libgnome-2.14
79 >=gnome-base/libgnomeui-2.14
80 >=gnome-base/gnome-desktop-2.9.91
81 >=x11-libs/startup-notification-0.5
82 >=dev-libs/dbus-glib-0.71
83 >=gnome-base/gconf-2
84 >=app-text/iso-codes-0.35
85 networkmanager? ( net-misc/networkmanager )
86 !xulrunner? ( >=www-client/mozilla-firefox-1.5 )
87 xulrunner? ( net-libs/xulrunner )
88 python? (
89 >=dev-lang/python-2.3
90 >=dev-python/pygtk-2.7.1
91 >=dev-python/gnome-python-2.6 )
92 spell? ( app-text/enchant )
93 x11-themes/gnome-icon-theme"
94
95 DEPEND="${RDEPEND}
96 app-text/scrollkeeper
97 >=dev-util/pkgconfig-0.9
98 >=dev-util/intltool-0.35
99 >=app-text/gnome-doc-utils-0.3.2
100 >=gnome-base/gnome-common-2.12.0
101 doc? ( >=dev-util/gtk-doc-1 )"
102
103 DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README TODO"
104
105 pkg_setup() {
106 G2CONF="${G2CONF}
107 --disable-scrollkeeper
108 --with-engine=mozilla
109 $(use_enable networkmanager network-manager)
110 $(use_enable spell spell-checker)
111 $(use_enable python)"
112
113 if use xulrunner; then
114 G2CONF="${G2CONF} --with-gecko=xulrunner"
115 else
116 G2CONF="${G2CONF} --with-gecko=firefox"
117 fi
118 }
119
120 src_compile() {
121 addpredict /usr/$(get_libdir)/mozilla-firefox/components/xpti.dat
122 addpredict /usr/$(get_libdir)/mozilla-firefox/components/xpti.dat.tmp
123 addpredict /usr/$(get_libdir)/mozilla-firefox/components/compreg.dat.tmp
124
125 addpredict /usr/$(get_libdir)/xulrunner/components/xpti.dat
126 addpredict /usr/$(get_libdir)/xulrunner/components/xpti.dat.tmp
127 addpredict /usr/$(get_libdir)/xulrunner/components/compreg.dat.tmp
128
129 addpredict /usr/$(get_libdir)/mozilla/components/xpti.dat
130 addpredict /usr/$(get_libdir)/mozilla/components/xpti.dat.tmp
131
132 gnome2_src_compile
133 }
134
135
136
137 --
138 gentoo-commits@l.g.o mailing list