summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-06-01 07:35:25 +0000
committerPacho Ramos <pacho@gentoo.org>2013-06-01 07:35:25 +0000
commit788b5c6cef2262a553328df5ee77c89cf6d77e2e (patch)
tree2dcd5c4916e60ed05162ea292cde1203572dcd7d /www-client/epiphany
parentVersion bump. (diff)
downloadgentoo-2-788b5c6cef2262a553328df5ee77c89cf6d77e2e.tar.gz
gentoo-2-788b5c6cef2262a553328df5ee77c89cf6d77e2e.tar.bz2
gentoo-2-788b5c6cef2262a553328df5ee77c89cf6d77e2e.zip
Version bump, remove old
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'www-client/epiphany')
-rw-r--r--www-client/epiphany/ChangeLog8
-rw-r--r--www-client/epiphany/epiphany-3.8.2.ebuild (renamed from www-client/epiphany/epiphany-3.8.0.ebuild)15
2 files changed, 10 insertions, 13 deletions
diff --git a/www-client/epiphany/ChangeLog b/www-client/epiphany/ChangeLog
index fd4a0174b731..e3e12a53d0be 100644
--- a/www-client/epiphany/ChangeLog
+++ b/www-client/epiphany/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-client/epiphany
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.295 2013/04/17 17:45:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.296 2013/06/01 07:35:25 pacho Exp $
+
+*epiphany-3.8.2 (01 Jun 2013)
+
+ 01 Jun 2013; Pacho Ramos <pacho@gentoo.org> +epiphany-3.8.2.ebuild,
+ -epiphany-3.8.0.ebuild:
+ Version bump, remove old
*epiphany-3.8.1 (17 Apr 2013)
diff --git a/www-client/epiphany/epiphany-3.8.0.ebuild b/www-client/epiphany/epiphany-3.8.2.ebuild
index 92296bdc78c6..51172d00d901 100644
--- a/www-client/epiphany/epiphany-3.8.0.ebuild
+++ b/www-client/epiphany/epiphany-3.8.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-3.8.0.ebuild,v 1.2 2013/03/31 19:26:26 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-3.8.2.ebuild,v 1.1 2013/06/01 07:35:25 pacho Exp $
EAPI="5"
GCONF_DEBUG="yes"
@@ -28,12 +28,13 @@ RDEPEND="
>=gnome-base/gsettings-desktop-schemas-0.0.1
>=net-dns/avahi-0.6.22[dbus]
>=net-libs/webkit-gtk-1.11.92:3[jit?]
- >=net-libs/libsoup-2.41.3:2.4
+ >=net-libs/libsoup-2.42.1:2.4
>=x11-libs/gtk+-3.7.10:3
>=x11-libs/libnotify-0.5.1:=
gnome-base/gnome-desktop:3=
dev-db/sqlite:3
+ x11-libs/libwnck:3
x11-libs/libX11
x11-themes/gnome-icon-theme
@@ -51,15 +52,6 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
"
-src_prepare() {
- # Fix testsuite
- epatch "${FILESDIR}/${PN}-3.7.5-test-gwarning.patch"
- sed -e '/\/do_migration_invalid/,+1 d' \
- -i tests/ephy-migration-test.c || die
-
- gnome2_src_prepare
-}
-
src_configure() {
gnome2_src_configure \
--enable-shared \
@@ -79,7 +71,6 @@ src_test() {
# FIXME: this should be handled at eclass level
"${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
- #use jit && pax-mark m $(list-paxables tests/test*) #415801
GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check
}