summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2009-03-17 12:39:34 +0530
committerNirbheek Chauhan <nirbheek@gentoo.org>2009-03-17 13:19:45 +0530
commita992e4ddfe5a0faf47463ec50bcfe5db1e6d0121 (patch)
tree02396099ee39d81e262f378707fe90d45b38c337 /www-client
parentnet-libs/libsoup: 2.25.91 -> 2.26.0 (diff)
downloadgnome-a992e4ddfe5a0faf47463ec50bcfe5db1e6d0121.tar.gz
gnome-a992e4ddfe5a0faf47463ec50bcfe5db1e6d0121.tar.bz2
gnome-a992e4ddfe5a0faf47463ec50bcfe5db1e6d0121.zip
www-client/epiphany: 9999 -> 2.27.1
* EAPI=2 USE-deps profiles/package.mask www-client/epiphany/Manifest www-client/epiphany/epiphany-9999.ebuild -> www-client/epiphany/epiphany-2.27.1.ebuild
Diffstat (limited to 'www-client')
-rw-r--r--www-client/epiphany/Manifest3
-rw-r--r--www-client/epiphany/epiphany-2.27.1.ebuild (renamed from www-client/epiphany/epiphany-9999.ebuild)30
2 files changed, 12 insertions, 21 deletions
diff --git a/www-client/epiphany/Manifest b/www-client/epiphany/Manifest
index 8e923beb..d333fe99 100644
--- a/www-client/epiphany/Manifest
+++ b/www-client/epiphany/Manifest
@@ -1 +1,2 @@
-EBUILD epiphany-9999.ebuild 1749 RMD160 f2875fcb6161c4e32d15e891ee5f1969df32ff2f SHA1 3ba39f6e576970239b42112d2c16ad7a06654dfb SHA256 2abf07e86bee66c1f9b3cd02c0b8b44588bf34f1c96ba66f7bbcfa574331dd05
+DIST epiphany-2.27.1.tar.bz2 5677062 RMD160 f8c4830316ced61855742e7a20dae227f56748cd SHA1 371de50c84bc69697e51cc83f03a5fc026869baa SHA256 36d2b3652b5bbf7b459fda95ac0f25c429aa2e05e42fede3e88ce463879bdb8b
+EBUILD epiphany-2.27.1.ebuild 1449 RMD160 6aab1a029b5e4678c49bccc6f089afa961577a81 SHA1 8cc3dd1de6ecc0d03b2de89aaf3abf456732d379 SHA256 3715d1800c28fa613f4dbd5290ad01cea1394adebb7b757efbe86dd09bfa8e7a
diff --git a/www-client/epiphany/epiphany-9999.ebuild b/www-client/epiphany/epiphany-2.27.1.ebuild
index cbc6421c..84b093c4 100644
--- a/www-client/epiphany/epiphany-9999.ebuild
+++ b/www-client/epiphany/epiphany-2.27.1.ebuild
@@ -1,21 +1,20 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.22.3-r10.ebuild,v 1.1 2008/07/06 11:19:35 eva Exp $
+EAPI=2
-inherit autotools gnome2 subversion
+inherit gnome2
-DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine"
+DESCRIPTION="GNOME webbrowser based on Webkit"
HOMEPAGE="http://www.gnome.org/projects/epiphany/"
-ESVN_REPO_URI="http://svn.gnome.org/svn/${PN}/trunk/"
-SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="avahi doc networkmanager python test"
-RDEPEND=">=dev-libs/glib-2.18.0
- >=x11-libs/gtk+-2.15.0
+RDEPEND=">=dev-libs/glib-2.19.7
+ >=x11-libs/gtk+-2.16.0
>=dev-libs/libxml2-2.6.12
>=dev-libs/libxslt-1.1.7
>=x11-libs/startup-notification-0.5
@@ -23,15 +22,15 @@ RDEPEND=">=dev-libs/glib-2.18.0
>=dev-libs/dbus-glib-0.71
>=gnome-base/gconf-2
>=app-text/iso-codes-0.35
+ >=net-libs/webkit-gtk-1.1.3
+ >=net-libs/libsoup-2.26.0[gnome]
x11-libs/libSM
- net-libs/webkit-gtk
avahi? ( >=net-dns/avahi-0.6.22 )
networkmanager? ( net-misc/networkmanager )
python? (
>=dev-lang/python-2.3
>=dev-python/pygtk-2.7.1
- >=dev-python/gnome-python-2.6
- )
+ >=dev-python/gnome-python-2.6 )
x11-themes/gnome-icon-theme"
DEPEND="${RDEPEND}
app-text/scrollkeeper
@@ -45,19 +44,10 @@ DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README TODO"
pkg_setup() {
G2CONF="${G2CONF}
--disable-scrollkeeper
- --enable-certificate-manager
+ --disable-maintainer-mode
--with-distributor-name=Gentoo
$(use_enable avahi zeroconf)
$(use_enable networkmanager network-manager)
$(use_enable python)
$(use_enable test tests)"
}
-
-src_unpack() {
- subversion_src_unpack
-
- intltoolize --force --copy --automake || die "intltoolize failed"
- gnome-doc-common || die "gnome-doc-common failed"
- gnome-doc-prepare --automake || die "gnome-doc-prepare failed"
- eautoreconf
-}