commit:     cb9b1da1390e4e5218c7be8f5960813ffc65d87a
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 20:02:18 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon May 28 20:26:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb9b1da1

www-client/opera: Version 53.0.2907.68.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 www-client/opera/Manifest                  |   1 +
 www-client/opera/opera-53.0.2907.68.ebuild | 109 +++++++++++++++++++++++++++++
 2 files changed, 110 insertions(+)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index a2f387a5a1c..f4b6de344b9 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -4,3 +4,4 @@ DIST opera-12.16-1860.i386.linux.tar.xz 13154668 BLAKE2B 
7f9ef54f44bc143c13173bc
 DIST opera-12.16-1860.x86_64.linux.tar.xz 14018800 BLAKE2B 
e0cb727ea79868d1c3c692d445fc8949f554c3bbe2bf3c9f222885891458cab7af1a29096cd3caf6936e83068841dda4bff5b8a17eb55a86bebe39ce2b270183
 SHA512 
c1289f352ea5fc8133b105771f48fdc56ccd770920330b1a0ed939ff909abc68081447673572eabeb1aae6db5194b6ab35c93afad78a91d8f7a9a0f91e81ef8b
 DIST opera-stable_53.0.2907.37_amd64.deb 54641998 BLAKE2B 
32085d1cc8aa5248d0bd1e1c1979bc66cd6f56faab0dfa99668d05ae3caa773bf3b106485b564c8dc60833bcf4a3bbcee563ce266961de7a897d6b526f26ed61
 SHA512 
fa3540239cba45a1848b9a37d127c5f43109eb5ab939590be15575b6338369bc1dc88830d97a6e32f0a98d72da0f0794e4ec1eca88f5f973d696ad4df6d6d6a6
 DIST opera-stable_53.0.2907.57_amd64.deb 54125638 BLAKE2B 
986d97a5381d406ed59ff941cc821f14486117faf854b407b3df9207031fe9342564cd03ec44706fd53c92595c769de3365b34c59c904e30ed48dac8239011d5
 SHA512 
f3addc419bf3e009410804308c5292234fb036ab42299143bad67a2457078e91ff8b64fac34aa9f243504c05ee013f4f4369386ff2c77014093ea4adf5079d65
+DIST opera-stable_53.0.2907.68_amd64.deb 54558586 BLAKE2B 
25cb99e6c7699f85b45ce84cadeaa846fe20189ed0db9037b485104da95c9e8e861e69c67cf0dd4a2d772324168b1b0824ac653cc0c034d845387c814a8d44a3
 SHA512 
7e6802d7ba77b1a2a706b9d1218615810093adc0843887ece13104fbb6893e8d044d422c4df9746ed93b13de447cb8662d63a9ed2456f4e26aaf15031e809898

diff --git a/www-client/opera/opera-53.0.2907.68.ebuild 
b/www-client/opera/opera-53.0.2907.68.ebuild
new file mode 100644
index 00000000000..139f6afa7c7
--- /dev/null
+++ b/www-client/opera/opera-53.0.2907.68.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+       be bg bn ca cs da de el en-GB es-419 es fil fi fr-CA fr hi hr hu id it 
ja
+       ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi 
zh-CN
+       zh-TW
+"
+inherit chromium-2 gnome2-utils multilib unpacker xdg-utils
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="http://www.opera.com/";
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="
+       http://download1.operacdn.com/pub/
+       http://download2.operacdn.com/pub/
+       http://download3.operacdn.com/pub/
+       http://download4.operacdn.com/pub/
+"
+for uri in ${SRC_URI_BASE}; do
+SRC_URI+="
+       "${uri}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_amd64.deb"
+"
+done
+KEYWORDS="~amd64"
+
+RDEPEND="
+       dev-libs/expat
+       dev-libs/glib:2
+       dev-libs/nspr
+       dev-libs/nss
+       gnome-base/gconf:2
+       media-libs/alsa-lib
+       media-libs/fontconfig
+       media-libs/freetype
+       net-misc/curl
+       net-print/cups
+       sys-apps/dbus
+       x11-libs/cairo
+       x11-libs/gdk-pixbuf
+       x11-libs/gtk+:2
+       x11-libs/libX11
+       x11-libs/libXScrnSaver
+       x11-libs/libXcomposite
+       x11-libs/libXcursor
+       x11-libs/libXdamage
+       x11-libs/libXext
+       x11-libs/libXfixes
+       x11-libs/libXi
+       x11-libs/libXrandr
+       x11-libs/libXrender
+       x11-libs/libXtst
+       x11-libs/libnotify
+       x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="usr/$(get_libdir)/${PN}"
+
+src_unpack() {
+       unpack_deb ${A}
+}
+
+src_prepare() {
+       case ${ARCH} in
+               amd64)
+                       mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
+                       rm -r usr/lib || die
+                       ;;
+       esac
+
+       rm usr/bin/${PN} || die
+
+       rm usr/share/doc/${PN}-stable/copyright || die
+       mv usr/share/doc/${PN}-stable usr/share/doc/${PF} || die
+
+       pushd "${OPERA_HOME}/localization" > /dev/null || die
+       chromium_remove_language_paks
+       popd > /dev/null || die
+
+       sed -i \
+               -e 's|^TargetEnvironment|X-&|g' \
+               usr/share/applications/${PN}.desktop || die
+}
+
+src_install() {
+       mv * "${D}" || die
+       dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
+       fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
+}
+
+pkg_preinst() {
+       gnome2_icon_savelist
+}
+
+pkg_postrm() {
+       gnome2_icon_cache_update
+       xdg_desktop_database_update
+       xdg_mimeinfo_database_update
+}
+
+pkg_postinst() {
+       gnome2_icon_cache_update
+       xdg_desktop_database_update
+       xdg_mimeinfo_database_update
+}

Reply via email to