summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-01-27 09:30:36 +0000
committerPacho Ramos <pacho@gentoo.org>2015-01-27 09:30:36 +0000
commit4cd57dbe0063d8b76ed3b8ac0e722067ce3562c4 (patch)
treef12d099ad2fed525d5f65b4cc1b1ead5f489dc87 /net-libs
parentVersion bump (bug #537426). (diff)
downloadgentoo-2-4cd57dbe0063d8b76ed3b8ac0e722067ce3562c4.tar.gz
gentoo-2-4cd57dbe0063d8b76ed3b8ac0e722067ce3562c4.tar.bz2
gentoo-2-4cd57dbe0063d8b76ed3b8ac0e722067ce3562c4.zip
Stop running the nvidia_check as looks to be no longer needed (thanks a lot to nE0sIghT, Casey Webster and others for testing)
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/webkit-gtk/ChangeLog7
-rw-r--r--net-libs/webkit-gtk/webkit-gtk-2.4.8-r200.ebuild38
-rw-r--r--net-libs/webkit-gtk/webkit-gtk-2.4.8.ebuild38
3 files changed, 44 insertions, 39 deletions
diff --git a/net-libs/webkit-gtk/ChangeLog b/net-libs/webkit-gtk/ChangeLog
index b5dcdff3f80f..1bfa739b7a44 100644
--- a/net-libs/webkit-gtk/ChangeLog
+++ b/net-libs/webkit-gtk/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/webkit-gtk
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.310 2015/01/26 20:42:35 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.311 2015/01/27 09:30:36 pacho Exp $
+
+ 27 Jan 2015; Pacho Ramos <pacho@gentoo.org> webkit-gtk-2.4.8-r200.ebuild,
+ webkit-gtk-2.4.8.ebuild:
+ Stop running the nvidia_check as looks to be no longer needed (thanks a lot to
+ nE0sIghT, Casey Webster and others for testing)
*webkit-gtk-2.6.5 (26 Jan 2015)
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.4.8-r200.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.4.8-r200.ebuild
index 583d781d0daf..68798ea0200c 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.4.8-r200.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.4.8-r200.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.8-r200.ebuild,v 1.5 2015/01/25 11:59:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.8-r200.ebuild,v 1.6 2015/01/27 09:30:36 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -96,7 +96,7 @@ S="${WORKDIR}/${MY_P}"
CHECKREQS_DISK_BUILD="18G" # and even this might not be enough, bug #417307
pkg_pretend() {
- nvidia_check || die #463960
+ #nvidia_check || die #463960
if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then
einfo "Checking for sufficient disk space to build ${PN} with debugging CFLAGS"
@@ -109,7 +109,7 @@ pkg_pretend() {
}
pkg_setup() {
- nvidia_check || die #463960
+ #nvidia_check || die #463960
# Check whether any of the debugging flags is enabled
if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then
@@ -292,19 +292,19 @@ src_install() {
rm -rf "${ED}usr/share/gtk-doc" || die
}
-nvidia_check() {
- if [[ ${MERGE_TYPE} != "binary" ]] &&
- use introspection &&
- has_version 'x11-drivers/nvidia-drivers' &&
- [[ $(eselect opengl show 2> /dev/null) = "nvidia" ]]
- then
- eerror "${PN} freezes while compiling if x11-drivers/nvidia-drivers is"
- eerror "used as the system OpenGL library. We are very sorry about that."
- eerror "You should temporarily select Mesa as the system OpenGL library:"
- eerror " # eselect opengl set xorg-x11"
- eerror " and then run emerge again."
- eerror "See https://bugs.gentoo.org/463960 for more details."
- eerror
- return 1
- fi
-}
+#nvidia_check() {
+# if [[ ${MERGE_TYPE} != "binary" ]] &&
+# use introspection &&
+# has_version 'x11-drivers/nvidia-drivers' &&
+# [[ $(eselect opengl show 2> /dev/null) = "nvidia" ]]
+# then
+# eerror "${PN} freezes while compiling if x11-drivers/nvidia-drivers is"
+# eerror "used as the system OpenGL library. We are very sorry about that."
+# eerror "You should temporarily select Mesa as the system OpenGL library:"
+# eerror " # eselect opengl set xorg-x11"
+# eerror " and then run emerge again."
+# eerror "See https://bugs.gentoo.org/463960 for more details."
+# eerror
+# return 1
+# fi
+#}
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.4.8.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.4.8.ebuild
index 9e8ae4b354a5..ce31c515b697 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.4.8.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.4.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.8.ebuild,v 1.5 2015/01/25 11:59:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.8.ebuild,v 1.6 2015/01/27 09:30:36 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -102,7 +102,7 @@ S="${WORKDIR}/${MY_P}"
CHECKREQS_DISK_BUILD="18G" # and even this might not be enough, bug #417307
pkg_pretend() {
- nvidia_check || die #463960
+ #nvidia_check || die #463960
if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then
einfo "Checking for sufficient disk space to build ${PN} with debugging CFLAGS"
@@ -115,7 +115,7 @@ pkg_pretend() {
}
pkg_setup() {
- nvidia_check || die #463960
+ #nvidia_check || die #463960
# Check whether any of the debugging flags is enabled
if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then
@@ -300,19 +300,19 @@ src_install() {
pax-mark m "${ED}usr/libexec/WebKitPluginProcess"
}
-nvidia_check() {
- if [[ ${MERGE_TYPE} != "binary" ]] &&
- use introspection &&
- has_version 'x11-drivers/nvidia-drivers' &&
- [[ $(eselect opengl show 2> /dev/null) = "nvidia" ]]
- then
- eerror "${PN} freezes while compiling if x11-drivers/nvidia-drivers is"
- eerror "used as the system OpenGL library. We are very sorry about that."
- eerror "You should temporarily select Mesa as the system OpenGL library:"
- eerror " # eselect opengl set xorg-x11"
- eerror " and then run emerge again."
- eerror "See https://bugs.gentoo.org/463960 for more details."
- eerror
- return 1
- fi
-}
+#nvidia_check() {
+# if [[ ${MERGE_TYPE} != "binary" ]] &&
+# use introspection &&
+# has_version 'x11-drivers/nvidia-drivers' &&
+# [[ $(eselect opengl show 2> /dev/null) = "nvidia" ]]
+# then
+# eerror "${PN} freezes while compiling if x11-drivers/nvidia-drivers is"
+# eerror "used as the system OpenGL library. We are very sorry about that."
+# eerror "You should temporarily select Mesa as the system OpenGL library:"
+# eerror " # eselect opengl set xorg-x11"
+# eerror " and then run emerge again."
+# eerror "See https://bugs.gentoo.org/463960 for more details."
+# eerror
+# return 1
+# fi
+#}