public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome/, www-client/google-chrome-unstable/, ...
@ 2016-09-01  2:50 Mike Gilbert
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Gilbert @ 2016-09-01  2:50 UTC (permalink / raw
  To: gentoo-commits

commit:     a97bcb45b0ec0107dfd2818e52f47735a4dd6963
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  1 02:16:01 2016 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Sep  1 02:16:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a97bcb45

www-client/google-chrome: ignore desktop file validation

 www-client/google-chrome-beta/google-chrome-beta-53.0.2785.89.ebuild     | 1 +
 .../google-chrome-unstable/google-chrome-unstable-54.0.2840.6.ebuild     | 1 +
 www-client/google-chrome/google-chrome-53.0.2785.89.ebuild               | 1 +
 3 files changed, 3 insertions(+)

diff --git a/www-client/google-chrome-beta/google-chrome-beta-53.0.2785.89.ebuild b/www-client/google-chrome-beta/google-chrome-beta-53.0.2785.89.ebuild
index b100587..cb166c0 100644
--- a/www-client/google-chrome-beta/google-chrome-beta-53.0.2785.89.ebuild
+++ b/www-client/google-chrome-beta/google-chrome-beta-53.0.2785.89.ebuild
@@ -63,6 +63,7 @@ RDEPEND="
 "
 
 QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/google-chrome.*\\.desktop"
 S=${WORKDIR}
 CHROME_HOME="opt/google/chrome${PN#google-chrome}"
 

diff --git a/www-client/google-chrome-unstable/google-chrome-unstable-54.0.2840.6.ebuild b/www-client/google-chrome-unstable/google-chrome-unstable-54.0.2840.6.ebuild
index b100587..cb166c0 100644
--- a/www-client/google-chrome-unstable/google-chrome-unstable-54.0.2840.6.ebuild
+++ b/www-client/google-chrome-unstable/google-chrome-unstable-54.0.2840.6.ebuild
@@ -63,6 +63,7 @@ RDEPEND="
 "
 
 QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/google-chrome.*\\.desktop"
 S=${WORKDIR}
 CHROME_HOME="opt/google/chrome${PN#google-chrome}"
 

diff --git a/www-client/google-chrome/google-chrome-53.0.2785.89.ebuild b/www-client/google-chrome/google-chrome-53.0.2785.89.ebuild
index b100587..cb166c0 100644
--- a/www-client/google-chrome/google-chrome-53.0.2785.89.ebuild
+++ b/www-client/google-chrome/google-chrome-53.0.2785.89.ebuild
@@ -63,6 +63,7 @@ RDEPEND="
 "
 
 QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/google-chrome.*\\.desktop"
 S=${WORKDIR}
 CHROME_HOME="opt/google/chrome${PN#google-chrome}"
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome/, www-client/google-chrome-unstable/, ...
@ 2017-12-17 22:47 Mike Gilbert
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Gilbert @ 2017-12-17 22:47 UTC (permalink / raw
  To: gentoo-commits

commit:     ac5a7c881b5aff98d33f4f15430e6e95dee92634
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 22:47:08 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 22:47:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac5a7c88

www-client/google-chrome: depend on libxcb

 www-client/google-chrome-beta/google-chrome-beta-64.0.3282.24.ebuild     | 1 +
 .../google-chrome-unstable/google-chrome-unstable-65.0.3294.5.ebuild     | 1 +
 www-client/google-chrome/google-chrome-63.0.3239.108.ebuild              | 1 +
 3 files changed, 3 insertions(+)

diff --git a/www-client/google-chrome-beta/google-chrome-beta-64.0.3282.24.ebuild b/www-client/google-chrome-beta/google-chrome-beta-64.0.3282.24.ebuild
index 266639cc294..ab556f06a5d 100644
--- a/www-client/google-chrome-beta/google-chrome-beta-64.0.3282.24.ebuild
+++ b/www-client/google-chrome-beta/google-chrome-beta-64.0.3282.24.ebuild
@@ -57,6 +57,7 @@ RDEPEND="
 	x11-libs/libXrender
 	x11-libs/libXScrnSaver
 	x11-libs/libXtst
+	x11-libs/libxcb
 	x11-libs/pango
 	x11-misc/xdg-utils
 "

diff --git a/www-client/google-chrome-unstable/google-chrome-unstable-65.0.3294.5.ebuild b/www-client/google-chrome-unstable/google-chrome-unstable-65.0.3294.5.ebuild
index 66a476ce0c1..22a757fa589 100644
--- a/www-client/google-chrome-unstable/google-chrome-unstable-65.0.3294.5.ebuild
+++ b/www-client/google-chrome-unstable/google-chrome-unstable-65.0.3294.5.ebuild
@@ -58,6 +58,7 @@ RDEPEND="
 	x11-libs/libXrender
 	x11-libs/libXScrnSaver
 	x11-libs/libXtst
+	x11-libs/libxcb
 	x11-libs/pango
 	x11-misc/xdg-utils
 "

diff --git a/www-client/google-chrome/google-chrome-63.0.3239.108.ebuild b/www-client/google-chrome/google-chrome-63.0.3239.108.ebuild
index eb98674ec42..87289197530 100644
--- a/www-client/google-chrome/google-chrome-63.0.3239.108.ebuild
+++ b/www-client/google-chrome/google-chrome-63.0.3239.108.ebuild
@@ -57,6 +57,7 @@ RDEPEND="
 	x11-libs/libXrender
 	x11-libs/libXScrnSaver
 	x11-libs/libXtst
+	x11-libs/libxcb
 	x11-libs/pango
 	x11-misc/xdg-utils
 "


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome/, www-client/google-chrome-unstable/, ...
@ 2018-01-08 18:10 Mike Gilbert
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Gilbert @ 2018-01-08 18:10 UTC (permalink / raw
  To: gentoo-commits

commit:     f7cde11aa38aab6347bffca96881b89f1859e91b
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  8 18:09:57 2018 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Jan  8 18:09:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7cde11a

www-client/google-chrome: depend on >=dev-libs/nss-3.26

https://chromium.googlesource.com/chromium/src/+/b52a2dfadb3158e39a3848d3631a2deffd4b2ac8

 www-client/google-chrome-beta/google-chrome-beta-64.0.3282.71.ebuild    | 2 +-
 .../google-chrome-unstable/google-chrome-unstable-65.0.3298.3.ebuild    | 2 +-
 www-client/google-chrome/google-chrome-63.0.3239.132.ebuild             | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-client/google-chrome-beta/google-chrome-beta-64.0.3282.71.ebuild b/www-client/google-chrome-beta/google-chrome-beta-64.0.3282.71.ebuild
index fed294475cd..de7c15f9a48 100644
--- a/www-client/google-chrome-beta/google-chrome-beta-64.0.3282.71.ebuild
+++ b/www-client/google-chrome-beta/google-chrome-beta-64.0.3282.71.ebuild
@@ -37,7 +37,7 @@ RDEPEND="
 	dev-libs/expat
 	dev-libs/glib:2
 	dev-libs/nspr
-	dev-libs/nss
+	>=dev-libs/nss-3.26
 	media-libs/alsa-lib
 	media-libs/fontconfig
 	media-libs/freetype:2

diff --git a/www-client/google-chrome-unstable/google-chrome-unstable-65.0.3298.3.ebuild b/www-client/google-chrome-unstable/google-chrome-unstable-65.0.3298.3.ebuild
index 22a757fa589..a1177a90c7e 100644
--- a/www-client/google-chrome-unstable/google-chrome-unstable-65.0.3298.3.ebuild
+++ b/www-client/google-chrome-unstable/google-chrome-unstable-65.0.3298.3.ebuild
@@ -37,7 +37,7 @@ RDEPEND="
 	dev-libs/expat
 	dev-libs/glib:2
 	dev-libs/nspr
-	dev-libs/nss
+	>=dev-libs/nss-3.26
 	media-libs/alsa-lib
 	media-libs/fontconfig
 	media-libs/freetype:2

diff --git a/www-client/google-chrome/google-chrome-63.0.3239.132.ebuild b/www-client/google-chrome/google-chrome-63.0.3239.132.ebuild
index b289fc2b039..c8982c8fdbb 100644
--- a/www-client/google-chrome/google-chrome-63.0.3239.132.ebuild
+++ b/www-client/google-chrome/google-chrome-63.0.3239.132.ebuild
@@ -35,7 +35,7 @@ RDEPEND="
 	dev-libs/expat
 	dev-libs/glib:2
 	dev-libs/nspr
-	dev-libs/nss
+	>=dev-libs/nss-3.26
 	gnome-base/gconf:2
 	media-libs/alsa-lib
 	media-libs/fontconfig


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome/, www-client/google-chrome-unstable/, ...
@ 2018-06-04 15:27 Mike Gilbert
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Gilbert @ 2018-06-04 15:27 UTC (permalink / raw
  To: gentoo-commits

commit:     59a6354b35a1261caea37e59bcd27f901e4f68a2
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  4 15:26:28 2018 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Jun  4 15:27:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a6354b

www-client/google-chrome: depend on x11-libs/gtk+:3[X]

Closes: https://bugs.gentoo.org/657292

 www-client/google-chrome-beta/google-chrome-beta-67.0.3396.62.ebuild    | 2 +-
 .../google-chrome-unstable/google-chrome-unstable-68.0.3440.7.ebuild    | 2 +-
 www-client/google-chrome/google-chrome-67.0.3396.62.ebuild              | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-client/google-chrome-beta/google-chrome-beta-67.0.3396.62.ebuild b/www-client/google-chrome-beta/google-chrome-beta-67.0.3396.62.ebuild
index 500479b752d..338f440cd70 100644
--- a/www-client/google-chrome-beta/google-chrome-beta-67.0.3396.62.ebuild
+++ b/www-client/google-chrome-beta/google-chrome-beta-67.0.3396.62.ebuild
@@ -47,7 +47,7 @@ RDEPEND="
 	sys-libs/libcap
 	x11-libs/cairo
 	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3
+	x11-libs/gtk+:3[X]
 	>=x11-libs/libX11-1.5.0
 	x11-libs/libXcomposite
 	x11-libs/libXcursor

diff --git a/www-client/google-chrome-unstable/google-chrome-unstable-68.0.3440.7.ebuild b/www-client/google-chrome-unstable/google-chrome-unstable-68.0.3440.7.ebuild
index 43d5352b4dd..4a04a9ba7e7 100644
--- a/www-client/google-chrome-unstable/google-chrome-unstable-68.0.3440.7.ebuild
+++ b/www-client/google-chrome-unstable/google-chrome-unstable-68.0.3440.7.ebuild
@@ -46,7 +46,7 @@ RDEPEND="
 	sys-libs/libcap
 	x11-libs/cairo
 	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3
+	x11-libs/gtk+:3[X]
 	>=x11-libs/libX11-1.5.0
 	x11-libs/libXcomposite
 	x11-libs/libXcursor

diff --git a/www-client/google-chrome/google-chrome-67.0.3396.62.ebuild b/www-client/google-chrome/google-chrome-67.0.3396.62.ebuild
index 38dbe68c340..a9c0a7367a1 100644
--- a/www-client/google-chrome/google-chrome-67.0.3396.62.ebuild
+++ b/www-client/google-chrome/google-chrome-67.0.3396.62.ebuild
@@ -47,7 +47,7 @@ RDEPEND="
 	sys-libs/libcap
 	x11-libs/cairo
 	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3
+	x11-libs/gtk+:3[X]
 	>=x11-libs/libX11-1.5.0
 	x11-libs/libXcomposite
 	x11-libs/libXcursor


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome/, www-client/google-chrome-unstable/, ...
@ 2018-07-11 14:17 Mike Gilbert
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Gilbert @ 2018-07-11 14:17 UTC (permalink / raw
  To: gentoo-commits

commit:     17a656b0a47a95521b49c2ed968e5a7cff508e93
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 11 14:16:03 2018 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Jul 11 14:17:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a656b0

www-client/google-chrome: drop readme file

Closes: https://bugs.gentoo.org/622086

 .../google-chrome-beta-68.0.3440.42.ebuild         | 32 +---------------------
 .../google-chrome-unstable-69.0.3472.3.ebuild      | 32 +---------------------
 .../google-chrome-67.0.3396.99.ebuild              | 32 +---------------------
 3 files changed, 3 insertions(+), 93 deletions(-)

diff --git a/www-client/google-chrome-beta/google-chrome-beta-68.0.3440.42.ebuild b/www-client/google-chrome-beta/google-chrome-beta-68.0.3440.42.ebuild
index 338f440cd70..5a6e7f384b9 100644
--- a/www-client/google-chrome-beta/google-chrome-beta-68.0.3440.42.ebuild
+++ b/www-client/google-chrome-beta/google-chrome-beta-68.0.3440.42.ebuild
@@ -7,7 +7,7 @@ CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu he
 	hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr
 	sv sw ta te th tr uk vi zh-CN zh-TW"
 
-inherit readme.gentoo-r1 chromium-2 eutils gnome2-utils pax-utils unpacker xdg-utils
+inherit chromium-2 eutils gnome2-utils pax-utils unpacker xdg-utils
 
 DESCRIPTION="The web browser from Google"
 HOMEPAGE="https://www.google.com/chrome"
@@ -69,33 +69,6 @@ QA_DESKTOP_FILE="usr/share/applications/google-chrome.*\\.desktop"
 S=${WORKDIR}
 CHROME_HOME="opt/google/chrome${PN#google-chrome}"
 
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="
-Some web pages may require additional fonts to display properly.
-Try installing some of the following packages if some characters
-are not displayed properly:
-- media-fonts/arphicfonts
-- media-fonts/bitstream-cyberbit
-- media-fonts/droid
-- media-fonts/ipamonafont
-- media-fonts/ja-ipafonts
-- media-fonts/takao-fonts
-- media-fonts/wqy-microhei
-- media-fonts/wqy-zenhei
-
-Depending on your desktop environment, you may need
-to install additional packages to get icons on the Downloads page.
-
-For KDE, the required package is kde-frameworks/oxygen-icons.
-
-For other desktop environments, try one of the following:
-- x11-themes/adwaita-icon-theme
-- x11-themes/tango-icon-theme
-
-Please notice the bundled flash player (PepperFlash).
-You can (de)activate all flash plugins via chrome://plugins
-"
-
 pkg_nofetch() {
 	eerror "Please wait 24 hours and sync your tree before reporting a bug for google-chrome fetch failures."
 }
@@ -136,8 +109,6 @@ src_install() {
 		newicon -s ${size} "${CHROME_HOME}/product_logo_${size}_beta.png" ${PN}.png
 	done
 
-	pax-mark m "${CHROME_HOME}/chrome"
-
 	readme.gentoo_create_doc
 }
 
@@ -153,5 +124,4 @@ pkg_postrm() {
 pkg_postinst() {
 	gnome2_icon_cache_update
 	xdg_desktop_database_update
-	readme.gentoo_print_elog
 }

diff --git a/www-client/google-chrome-unstable/google-chrome-unstable-69.0.3472.3.ebuild b/www-client/google-chrome-unstable/google-chrome-unstable-69.0.3472.3.ebuild
index 4a04a9ba7e7..550065b04c3 100644
--- a/www-client/google-chrome-unstable/google-chrome-unstable-69.0.3472.3.ebuild
+++ b/www-client/google-chrome-unstable/google-chrome-unstable-69.0.3472.3.ebuild
@@ -7,7 +7,7 @@ CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu he
 	hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr
 	sv sw ta te th tr uk vi zh-CN zh-TW"
 
-inherit readme.gentoo-r1 chromium-2 eutils gnome2-utils pax-utils unpacker xdg-utils
+inherit chromium-2 eutils gnome2-utils pax-utils unpacker xdg-utils
 
 DESCRIPTION="The web browser from Google"
 HOMEPAGE="https://www.google.com/chrome"
@@ -68,33 +68,6 @@ QA_DESKTOP_FILE="usr/share/applications/google-chrome.*\\.desktop"
 S=${WORKDIR}
 CHROME_HOME="opt/google/chrome${PN#google-chrome}"
 
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="
-Some web pages may require additional fonts to display properly.
-Try installing some of the following packages if some characters
-are not displayed properly:
-- media-fonts/arphicfonts
-- media-fonts/bitstream-cyberbit
-- media-fonts/droid
-- media-fonts/ipamonafont
-- media-fonts/ja-ipafonts
-- media-fonts/takao-fonts
-- media-fonts/wqy-microhei
-- media-fonts/wqy-zenhei
-
-Depending on your desktop environment, you may need
-to install additional packages to get icons on the Downloads page.
-
-For KDE, the required package is kde-frameworks/oxygen-icons.
-
-For other desktop environments, try one of the following:
-- x11-themes/adwaita-icon-theme
-- x11-themes/tango-icon-theme
-
-Please notice the bundled flash player (PepperFlash).
-You can (de)activate all flash plugins via chrome://plugins
-"
-
 pkg_nofetch() {
 	eerror "Please wait 24 hours and sync your tree before reporting a bug for google-chrome fetch failures."
 }
@@ -136,8 +109,6 @@ src_install() {
 	done
 
 	pax-mark m "${CHROME_HOME}/chrome"
-
-	readme.gentoo_create_doc
 }
 
 pkg_preinst() {
@@ -152,5 +123,4 @@ pkg_postrm() {
 pkg_postinst() {
 	gnome2_icon_cache_update
 	xdg_desktop_database_update
-	readme.gentoo_print_elog
 }

diff --git a/www-client/google-chrome/google-chrome-67.0.3396.99.ebuild b/www-client/google-chrome/google-chrome-67.0.3396.99.ebuild
index a9c0a7367a1..806c156e4b1 100644
--- a/www-client/google-chrome/google-chrome-67.0.3396.99.ebuild
+++ b/www-client/google-chrome/google-chrome-67.0.3396.99.ebuild
@@ -7,7 +7,7 @@ CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu he
 	hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr
 	sv sw ta te th tr uk vi zh-CN zh-TW"
 
-inherit readme.gentoo-r1 chromium-2 eutils gnome2-utils pax-utils unpacker xdg-utils
+inherit chromium-2 eutils gnome2-utils pax-utils unpacker xdg-utils
 
 DESCRIPTION="The web browser from Google"
 HOMEPAGE="https://www.google.com/chrome"
@@ -69,33 +69,6 @@ QA_DESKTOP_FILE="usr/share/applications/google-chrome.*\\.desktop"
 S=${WORKDIR}
 CHROME_HOME="opt/google/chrome${PN#google-chrome}"
 
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="
-Some web pages may require additional fonts to display properly.
-Try installing some of the following packages if some characters
-are not displayed properly:
-- media-fonts/arphicfonts
-- media-fonts/bitstream-cyberbit
-- media-fonts/droid
-- media-fonts/ipamonafont
-- media-fonts/ja-ipafonts
-- media-fonts/takao-fonts
-- media-fonts/wqy-microhei
-- media-fonts/wqy-zenhei
-
-Depending on your desktop environment, you may need
-to install additional packages to get icons on the Downloads page.
-
-For KDE, the required package is kde-frameworks/oxygen-icons.
-
-For other desktop environments, try one of the following:
-- x11-themes/adwaita-icon-theme
-- x11-themes/tango-icon-theme
-
-Please notice the bundled flash player (PepperFlash).
-You can (de)activate all flash plugins via chrome://plugins
-"
-
 pkg_nofetch() {
 	eerror "Please wait 24 hours and sync your tree before reporting a bug for google-chrome fetch failures."
 }
@@ -137,8 +110,6 @@ src_install() {
 	done
 
 	pax-mark m "${CHROME_HOME}/chrome"
-
-	readme.gentoo_create_doc
 }
 
 pkg_preinst() {
@@ -153,5 +124,4 @@ pkg_postrm() {
 pkg_postinst() {
 	gnome2_icon_cache_update
 	xdg_desktop_database_update
-	readme.gentoo_print_elog
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-07-11 14:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-08 18:10 [gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome/, www-client/google-chrome-unstable/, Mike Gilbert
  -- strict thread matches above, loose matches on Subject: below --
2018-07-11 14:17 Mike Gilbert
2018-06-04 15:27 Mike Gilbert
2017-12-17 22:47 Mike Gilbert
2016-09-01  2:50 Mike Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox