summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2011-11-01 09:59:54 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2011-11-01 09:59:54 +0000
commitcffe5a42fe34e928ff84c02299618bfe583d8c32 (patch)
treee033e4660ac5eec50118fbbaa94c0c8d8f24cbce /www-client
parentPatch the udev rules to not use the deprecated BUS match (bug #388821). (diff)
downloadgentoo-2-cffe5a42fe34e928ff84c02299618bfe583d8c32.tar.gz
gentoo-2-cffe5a42fe34e928ff84c02299618bfe583d8c32.tar.bz2
gentoo-2-cffe5a42fe34e928ff84c02299618bfe583d8c32.zip
Make CUPS required, bug #388497 by rom.gentoo.
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/chromium/ChangeLog6
-rw-r--r--www-client/chromium/chromium-16.0.912.15.ebuild11
-rw-r--r--www-client/chromium/chromium-9999-r1.ebuild11
3 files changed, 13 insertions, 15 deletions
diff --git a/www-client/chromium/ChangeLog b/www-client/chromium/ChangeLog
index caf4ab8109d9..5a402f0f8b74 100644
--- a/www-client/chromium/ChangeLog
+++ b/www-client/chromium/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-client/chromium
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.482 2011/11/01 04:42:17 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.483 2011/11/01 09:59:54 phajdan.jr Exp $
+
+ 01 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ chromium-16.0.912.15.ebuild, chromium-9999-r1.ebuild:
+ Make CUPS required, bug #388497 by rom.gentoo.
01 Nov 2011; Mike Gilbert <floppym@gentoo.org> chromium-9999-r1.ebuild:
Disable gclient runhooks so we use the system nacl-toolchain-newlib.
diff --git a/www-client/chromium/chromium-16.0.912.15.ebuild b/www-client/chromium/chromium-16.0.912.15.ebuild
index 93cc91586aa0..08aa1cbda4cb 100644
--- a/www-client/chromium/chromium-16.0.912.15.ebuild
+++ b/www-client/chromium/chromium-16.0.912.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-16.0.912.15.ebuild,v 1.1 2011/10/28 02:23:53 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-16.0.912.15.ebuild,v 1.2 2011/11/01 09:59:54 phajdan.jr Exp $
EAPI="4"
PYTHON_DEPEND="2:2.6"
@@ -15,7 +15,7 @@ SRC_URI="http://commondatastorage.googleapis.com/chromium-browser-official/${P}.
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="bindist cups gnome gnome-keyring kerberos pulseaudio"
+IUSE="bindist gnome gnome-keyring kerberos pulseaudio"
# en_US is ommitted on purpose from the list below. It must always be available.
LANGS="am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he hi hr
@@ -31,6 +31,7 @@ RDEPEND="app-arch/bzip2
dev-libs/elfutils
>=dev-libs/icu-4.4.1
>=dev-libs/libevent-1.4.13
+ dev-libs/libgcrypt
dev-libs/libxml2[icu]
dev-libs/libxslt
>=dev-libs/nss-3.12.3
@@ -42,11 +43,8 @@ RDEPEND="app-arch/bzip2
media-libs/libpng
>=media-libs/libwebp-0.1.2
media-libs/speex
+ >=net-print/cups-1.3.11
pulseaudio? ( media-sound/pulseaudio )
- cups? (
- dev-libs/libgcrypt
- >=net-print/cups-1.3.11
- )
sys-libs/zlib
x11-libs/gtk+:2
x11-libs/libXinerama
@@ -273,7 +271,6 @@ src_configure() {
# Optional dependencies.
# TODO: linux_link_kerberos, bug #381289.
myconf+="
- $(gyp_use cups use_cups)
$(gyp_use gnome use_gconf)
$(gyp_use gnome-keyring use_gnome_keyring)
$(gyp_use gnome-keyring linux_link_gnome_keyring)
diff --git a/www-client/chromium/chromium-9999-r1.ebuild b/www-client/chromium/chromium-9999-r1.ebuild
index c690b1df0eba..6bed9d3186cc 100644
--- a/www-client/chromium/chromium-9999-r1.ebuild
+++ b/www-client/chromium/chromium-9999-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999-r1.ebuild,v 1.66 2011/11/01 04:42:17 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999-r1.ebuild,v 1.67 2011/11/01 09:59:54 phajdan.jr Exp $
EAPI="4"
PYTHON_DEPEND="2:2.6"
@@ -15,7 +15,7 @@ ESVN_REPO_URI="http://src.chromium.org/svn/trunk/src"
LICENSE="BSD"
SLOT="live"
KEYWORDS=""
-IUSE="bindist cups gnome gnome-keyring kerberos pulseaudio"
+IUSE="bindist gnome gnome-keyring kerberos pulseaudio"
# en_US is ommitted on purpose from the list below. It must always be available.
LANGS="am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he hi hr
@@ -31,6 +31,7 @@ RDEPEND="app-arch/bzip2
dev-libs/elfutils
>=dev-libs/icu-4.4.1
>=dev-libs/libevent-1.4.13
+ dev-libs/libgcrypt
dev-libs/libxml2[icu]
dev-libs/libxslt
>=dev-libs/nss-3.12.3
@@ -42,11 +43,8 @@ RDEPEND="app-arch/bzip2
media-libs/libpng
>=media-libs/libwebp-0.1.2
media-libs/speex
+ >=net-print/cups-1.3.11
pulseaudio? ( media-sound/pulseaudio )
- cups? (
- dev-libs/libgcrypt
- >=net-print/cups-1.3.11
- )
sys-libs/zlib
x11-libs/gtk+:2
x11-libs/libXinerama
@@ -323,7 +321,6 @@ src_configure() {
# Optional dependencies.
# TODO: linux_link_kerberos, bug #381289.
myconf+="
- $(gyp_use cups use_cups)
$(gyp_use gnome use_gconf)
$(gyp_use gnome-keyring use_gnome_keyring)
$(gyp_use gnome-keyring linux_link_gnome_keyring)