Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 148486 Details for
Bug 190347
net-libs/webkit (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
epiphany-9999 remove USE firefox and update
epiphany-9999.ebuild (text/plain), 2.91 KB, created by
Luca Bruno
on 2008-04-03 19:12:54 UTC
(
hide
)
Description:
epiphany-9999 remove USE firefox and update
Filename:
MIME Type:
Creator:
Luca Bruno
Created:
2008-04-03 19:12:54 UTC
Size:
2.91 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.20.1.ebuild,v 1.1 2007/10/17 21:29:36 eva Exp $ > >inherit gnome2 eutils multilib subversion > >DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine" >HOMEPAGE="http://www.gnome.org/projects/epiphany/" >SRC_URI="" > >ESVN_PROJECT="epiphany" >ESVN_BOOTSTRAP="NOCONFIGURE=1 ./autogen.sh" >ESVN_REPO_URI="http://svn.gnome.org/svn/epiphany/trunk" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" >IUSE="doc python xulrunner spell webkit" > ># FIXME: add webkit/gecko switch possibility ># dang: *after* webkit actually works. > >RDEPEND=">=dev-libs/glib-2.16.0 > >=x11-libs/gtk+-2.12.0 > >=dev-libs/libxml2-2.6.12 > >=dev-libs/libxslt-1.1.7 > >=gnome-base/libglade-2.3.1 > >=gnome-base/gnome-vfs-2.9.2 > >=gnome-base/libgnome-2.14 > >=gnome-base/libgnomeui-2.14 > >=gnome-base/gnome-desktop-2.9.91 > >=x11-libs/startup-notification-0.5 > >=x11-libs/libnotify-0.4 > >=dev-libs/dbus-glib-0.35 > >=gnome-base/gconf-2 > >=app-text/iso-codes-0.35 > avahi? ( >=net-dns/avahi-0.6.22 ) > networkmanager? ( net-misc/networkmanager ) > !xulrunner? ( >=www-client/mozilla-firefox-1.5 ) > xulrunner? ( net-libs/xulrunner ) > webkit? ( =net-libs/webkit-9999 ) > python? ( > >=dev-lang/python-2.3 > >=dev-python/pygtk-2.7.1 > >=dev-python/gnome-python-2.6 ) > spell? ( app-text/enchant ) > x11-themes/gnome-icon-theme" > >DEPEND="${RDEPEND} > app-text/scrollkeeper > >=dev-util/pkgconfig-0.9 > >=dev-util/intltool-0.35 > >=app-text/gnome-doc-utils-0.3.2 > >=gnome-base/gnome-common-2.12.0 > doc? ( >=dev-util/gtk-doc-1 )" > >DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README TODO" > >pkg_setup() { > if use webkit; then > if use xulrunner || use firefox; then > die "Please choose only one rendering engine (xulrunner, firefox, webkit)" > fi > G2CONF="--with-engine=webkit" > fi > > G2CONF="--with-engine=mozilla" > if use xulrunner; then > G2CONF="${G2CONF} --with-gecko=xulrunner" > else > G2CONF="${G2CONF} --with-gecko=firefox" > fi > > G2CONF="${G2CONF} --disable-scrollkeeper \ > --enable-certificate-manager \ > --with-distributor-name=Gentoo \ > $(use_enable avahi zeroconf) \ > $(use_enable networkmanager network-manager) \ > $(use_enable spell spell-checker) \ > $(use_enable python)" >} > >src_compile() { > addpredict /usr/$(get_libdir)/mozilla-firefox/components/xpti.dat > addpredict /usr/$(get_libdir)/mozilla-firefox/components/xpti.dat.tmp > addpredict /usr/$(get_libdir)/mozilla-firefox/components/compreg.dat.tmp > > addpredict /usr/$(get_libdir)/xulrunner/components/xpti.dat > addpredict /usr/$(get_libdir)/xulrunner/components/xpti.dat.tmp > addpredict /usr/$(get_libdir)/xulrunner/components/compreg.dat.tmp > > addpredict /usr/$(get_libdir)/mozilla/components/xpti.dat > addpredict /usr/$(get_libdir)/mozilla/components/xpti.dat.tmp > > gnome2_src_compile >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 190347
:
131472
|
131478
|
135215
|
137507
|
138464
|
139361
|
139386
|
139429
|
139448
|
139504
|
139526
|
139707
|
140437
|
140439
|
140444
|
140446
|
140447
|
140454
|
141803
|
144737
|
147569
|
148486
|
148521
|
148543
|
148838
|
149045
|
150472
|
151408
|
200349