diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-19 21:31:31 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-19 21:31:31 +0000 |
commit | f1e3679f163d82202da857acf2799c6ce9d62b5a (patch) | |
tree | 4bc7e969c1076c026d580e454a4c7941d1764205 /www-client/epiphany | |
parent | version bump fixes broken dbus, remove old (diff) | |
download | gentoo-2-f1e3679f163d82202da857acf2799c6ce9d62b5a.tar.gz gentoo-2-f1e3679f163d82202da857acf2799c6ce9d62b5a.tar.bz2 gentoo-2-f1e3679f163d82202da857acf2799c6ce9d62b5a.zip |
Version bump, drop old.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'www-client/epiphany')
-rw-r--r-- | www-client/epiphany/ChangeLog | 8 | ||||
-rw-r--r-- | www-client/epiphany/epiphany-3.4.2.ebuild (renamed from www-client/epiphany/epiphany-3.4.0.1.ebuild) | 12 |
2 files changed, 16 insertions, 4 deletions
diff --git a/www-client/epiphany/ChangeLog b/www-client/epiphany/ChangeLog index fd953c74c25e..0ae5e834bdc5 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.284 2012/05/19 10:15:36 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.285 2012/05/19 21:31:31 tetromino Exp $ + +*epiphany-3.4.2 (19 May 2012) + + 19 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + -epiphany-3.4.0.1.ebuild, +epiphany-3.4.2.ebuild: + Version bump, drop old. 19 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org> metadata.xml: jit is now a global flag. diff --git a/www-client/epiphany/epiphany-3.4.0.1.ebuild b/www-client/epiphany/epiphany-3.4.2.ebuild index 2e3efce36051..15aa0dfbf8e8 100644 --- a/www-client/epiphany/epiphany-3.4.0.1.ebuild +++ b/www-client/epiphany/epiphany-3.4.2.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.0.1.ebuild,v 1.2 2012/05/03 06:01:03 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-3.4.2.ebuild,v 1.1 2012/05/19 21:31:31 tetromino Exp $ EAPI="4" GCONF_DEBUG="yes" @@ -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,6 +77,12 @@ 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 |