Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/opera/
Date: Thu, 14 Mar 2019 13:46:51
Message-Id: 1552571202.d8e7773645f106ed848d0ca5b67d8f00363686f5.jer@gentoo
1 commit: d8e7773645f106ed848d0ca5b67d8f00363686f5
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 14 13:38:44 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 14 13:46:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8e77736
7
8 www-client/opera: Version 58.0.3135.107
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 www-client/opera/Manifest | 1 +
14 www-client/opera/opera-58.0.3135.107.ebuild | 112 ++++++++++++++++++++++++++++
15 2 files changed, 113 insertions(+)
16
17 diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
18 index d7272ae2009..442911f58bf 100644
19 --- a/www-client/opera/Manifest
20 +++ b/www-client/opera/Manifest
21 @@ -2,4 +2,5 @@ DIST opera-12.16-1860.amd64.freebsd.tar.xz 13312684 BLAKE2B 2c4cd52a07999c5beabe
22 DIST opera-12.16-1860.i386.freebsd.tar.xz 13385696 BLAKE2B 35fef5a5d1784941ce11ff3fed440d9c8f83ce5f9a0a8aad3f68deb470a7d82accfe7c9c93be225b458c0fc8e738ca7841d3d14abcaa201801321f3280f2b58f SHA512 0bb2c0548765ea476cdb8be6c84faf1d60dddb5a2c08b7312027f4cd17fa8ebd4fbc1a97657bbcb0ac07733e5f3b340b181a307a778c38543140adbfe7f8b844
23 DIST opera-12.16-1860.i386.linux.tar.xz 13154668 BLAKE2B 7f9ef54f44bc143c13173bce92543351c39288058455baf3fde19f9f8766c9acd72971216c8c340fd89e918f18e89320eb8d13c4be9ec71635e2073c94c90067 SHA512 a13ec53311e3e78f35103a9dd5337c0e9a555362860213080211ee9d21de88fbd6aae03bed20b7515874d5a09dfbab108954213745fb82175f5e48e555152613
24 DIST opera-12.16-1860.x86_64.linux.tar.xz 14018800 BLAKE2B e0cb727ea79868d1c3c692d445fc8949f554c3bbe2bf3c9f222885891458cab7af1a29096cd3caf6936e83068841dda4bff5b8a17eb55a86bebe39ce2b270183 SHA512 c1289f352ea5fc8133b105771f48fdc56ccd770920330b1a0ed939ff909abc68081447673572eabeb1aae6db5194b6ab35c93afad78a91d8f7a9a0f91e81ef8b
25 +DIST opera-stable_58.0.3135.107_amd64.deb 70577204 BLAKE2B 19399125ccdcae0675d4c3f9f382ad83f7c52b5c8aa3ca62895e2368b39a2219addc95f54c0827fe8a73d6ee8e5e4996ef580199c82647ae5495f34f7a19f8f9 SHA512 26c657e10ca3d66830b4cd8dafa6508ca9306b703ffa583aa0082719af60d1fedc7cd61fd541dbdd1d07ce25bc5ee357c05b33936df66b0b163250f3ff66eefb
26 DIST opera-stable_58.0.3135.90_amd64.deb 70977784 BLAKE2B e568a63f948982096b43a2500656d283b7fd6f94d7208a72fdf5ba2cbd4913452cc09dedbf6f0a42773dd96471e9dbffb9ee83cd566f26ee09bfdb6f0fbe0862 SHA512 1ced3a01401206cab472a2a5715e9f4e9b72086d0eb44645f048591ad4d58148a11acc1867dd731e327d6e4d73986cfefc05fe6eb5ae92fb72aaa807bbd6ff5e
27
28 diff --git a/www-client/opera/opera-58.0.3135.107.ebuild b/www-client/opera/opera-58.0.3135.107.ebuild
29 new file mode 100644
30 index 00000000000..28c78dd8a55
31 --- /dev/null
32 +++ b/www-client/opera/opera-58.0.3135.107.ebuild
33 @@ -0,0 +1,112 @@
34 +# Copyright 1999-2019 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=5
38 +CHROMIUM_LANGS="
39 + be bg bn ca cs da de el en-GB es-419 es fil fi fr-CA fr hi hr hu id it ja
40 + 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
41 + zh-TW
42 +"
43 +inherit chromium-2 gnome2-utils multilib unpacker xdg-utils
44 +
45 +DESCRIPTION="A fast and secure web browser"
46 +HOMEPAGE="https://www.opera.com/"
47 +LICENSE="OPERA-2014"
48 +SLOT="0"
49 +SRC_URI_BASE="
50 + https://download1.operacdn.com/pub/
51 + https://download2.operacdn.com/pub/
52 + https://download3.operacdn.com/pub/
53 + https://download4.operacdn.com/pub/
54 +"
55 +for uri in ${SRC_URI_BASE}; do
56 +SRC_URI+="
57 + "${uri}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_amd64.deb"
58 +"
59 +done
60 +KEYWORDS="~amd64"
61 +
62 +RDEPEND="
63 + dev-libs/expat
64 + dev-libs/glib:2
65 + dev-libs/nspr
66 + dev-libs/nss
67 + gnome-base/gconf:2
68 + media-libs/alsa-lib
69 + media-libs/fontconfig
70 + media-libs/freetype
71 + net-misc/curl
72 + net-print/cups
73 + sys-apps/dbus
74 + x11-libs/cairo
75 + x11-libs/gdk-pixbuf
76 + x11-libs/gtk+:3
77 + x11-libs/libX11
78 + x11-libs/libXScrnSaver
79 + x11-libs/libXcomposite
80 + x11-libs/libXcursor
81 + x11-libs/libXdamage
82 + x11-libs/libXext
83 + x11-libs/libXfixes
84 + x11-libs/libXi
85 + x11-libs/libXrandr
86 + x11-libs/libXrender
87 + x11-libs/libXtst
88 + x11-libs/libnotify
89 + x11-libs/pango[X]
90 +"
91 +
92 +QA_PREBUILT="*"
93 +S=${WORKDIR}
94 +OPERA_HOME="usr/$(get_libdir)/${PN}"
95 +
96 +src_unpack() {
97 + unpack_deb ${A}
98 +}
99 +
100 +src_prepare() {
101 + epatch_user
102 +
103 + case ${ARCH} in
104 + amd64)
105 + mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
106 + rm -r usr/lib || die
107 + ;;
108 + esac
109 +
110 + rm usr/bin/${PN} || die
111 +
112 + rm usr/share/doc/${PN}-stable/copyright || die
113 + mv usr/share/doc/${PN}-stable usr/share/doc/${PF} || die
114 + gunzip usr/share/doc/${PF}/changelog.gz || die
115 +
116 + pushd "${OPERA_HOME}/localization" > /dev/null || die
117 + chromium_remove_language_paks
118 + popd > /dev/null || die
119 +
120 + sed -i \
121 + -e 's|^TargetEnvironment|X-&|g' \
122 + usr/share/applications/${PN}.desktop || die
123 +}
124 +
125 +src_install() {
126 + mv * "${D}" || die
127 + dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
128 + fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
129 +}
130 +
131 +pkg_preinst() {
132 + gnome2_icon_savelist
133 +}
134 +
135 +pkg_postrm() {
136 + gnome2_icon_cache_update
137 + xdg_desktop_database_update
138 + xdg_mimeinfo_database_update
139 +}
140 +
141 +pkg_postinst() {
142 + gnome2_icon_cache_update
143 + xdg_desktop_database_update
144 + xdg_mimeinfo_database_update
145 +}