summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2018-07-11 10:16:03 -0400
committerMike Gilbert <floppym@gentoo.org>2018-07-11 10:17:11 -0400
commit17a656b0a47a95521b49c2ed968e5a7cff508e93 (patch)
tree44717df9cb11a562f93fc1c328c62c7c5eff6141 /www-client/google-chrome-unstable
parentmail-filter/rspamd: Bump to version 1.7.7 (diff)
downloadgentoo-17a656b0a47a95521b49c2ed968e5a7cff508e93.tar.gz
gentoo-17a656b0a47a95521b49c2ed968e5a7cff508e93.tar.bz2
gentoo-17a656b0a47a95521b49c2ed968e5a7cff508e93.zip
www-client/google-chrome: drop readme file
Closes: https://bugs.gentoo.org/622086
Diffstat (limited to 'www-client/google-chrome-unstable')
-rw-r--r--www-client/google-chrome-unstable/google-chrome-unstable-69.0.3472.3.ebuild32
1 files changed, 1 insertions, 31 deletions
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 4a04a9ba7e78..550065b04c3e 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
}