summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-08-09 08:42:41 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-08-09 08:42:41 +0000
commite84f3f249af431035176e886c9c7e6e63ef04d93 (patch)
tree482b00253491e80a75f678f60cacf9ce1b7ad24c /www-client
parentsci-chemistry/ccpn: Todays python fixes (diff)
downloadgentoo-2-e84f3f249af431035176e886c9c7e6e63ef04d93.tar.gz
gentoo-2-e84f3f249af431035176e886c9c7e6e63ef04d93.tar.bz2
gentoo-2-e84f3f249af431035176e886c9c7e6e63ef04d93.zip
Version bump, drop old.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/epiphany/ChangeLog8
-rw-r--r--www-client/epiphany/epiphany-3.4.3.ebuild (renamed from www-client/epiphany/epiphany-3.4.1.ebuild)15
2 files changed, 18 insertions, 5 deletions
diff --git a/www-client/epiphany/ChangeLog b/www-client/epiphany/ChangeLog
index 93f8d02cda81..f2a5d4b69f81 100644
--- a/www-client/epiphany/ChangeLog
+++ b/www-client/epiphany/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-client/epiphany
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.286 2012/05/19 21:58:10 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.287 2012/08/09 08:42:41 tetromino Exp $
+
+*epiphany-3.4.3 (09 Aug 2012)
+
+ 09 Aug 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ -epiphany-3.4.1.ebuild, +epiphany-3.4.3.ebuild:
+ Version bump, drop old.
19 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
epiphany-3.4.2.ebuild:
diff --git a/www-client/epiphany/epiphany-3.4.1.ebuild b/www-client/epiphany/epiphany-3.4.3.ebuild
index 48b32e083b00..1a2ce387d0cb 100644
--- a/www-client/epiphany/epiphany-3.4.1.ebuild
+++ b/www-client/epiphany/epiphany-3.4.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-3.4.1.ebuild,v 1.2 2012/05/03 06:01:03 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-3.4.3.ebuild,v 1.1 2012/08/09 08:42:41 tetromino Exp $
EAPI="4"
GCONF_DEBUG="yes"
@@ -25,7 +25,7 @@ RDEPEND="
>=dev-libs/libxml2-2.6.12:2
>=dev-libs/libxslt-1.1.7
>=app-text/iso-codes-0.35
- >=net-libs/webkit-gtk-1.7.92:3[introspection?]
+ >=net-libs/webkit-gtk-1.8.2:3[introspection?]
>=net-libs/libsoup-gnome-2.37.1:2.4
>=gnome-base/gnome-keyring-2.26.0
>=gnome-base/gsettings-desktop-schemas-0.0.1
@@ -47,9 +47,9 @@ RDEPEND="
DEPEND="${RDEPEND}
app-text/gnome-doc-utils
>=dev-util/intltool-0.40
- virtual/pkgconfig
- sys-apps/paxctl
sys-devel/gettext
+ virtual/pkgconfig
+ jit? ( sys-apps/paxctl )
doc? ( >=dev-util/gtk-doc-1 )"
pkg_setup() {
@@ -77,10 +77,17 @@ src_prepare() {
gnome2_src_prepare
}
+src_compile() {
+ # needed to avoid "Command line `dbus-launch ...' exited with non-zero exit status 1"
+ unset DISPLAY
+ gnome2_src_compile
+}
+
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
}