commit:     b9a75d09154b682d933ef8c1dde3d4a3c067a988
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  6 06:13:59 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov  6 06:14:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9a75d09

www-client/opera-developer: automated bump (93.0.4575.0)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/opera-developer/Manifest                |   1 +
 .../opera-developer-93.0.4575.0.ebuild             | 159 +++++++++++++++++++++
 2 files changed, 160 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index ead7369e2c21..c112001ec7d4 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,5 +1,6 @@
 DIST opera-developer_91.0.4498.0_amd64.deb 87205640 BLAKE2B 
97d3516f597468930d8d523a0a90fa008d518fe6285cf786fe339c16e267d3a4cac1045fa1e50044ff099c37f14b2475e6fdc8ad2f8c7a4ea158092df61aefcf
 SHA512 
d0841e500e05d5575719be4e4f5027f1bd9709734ca49f25cffaf6ba3cbe5508f333ca2594a621d5f338f389e1442c62aef3433f3e7fb5398c1801ebd1ba6c65
 DIST opera-developer_91.0.4505.0_amd64.deb 87300708 BLAKE2B 
00ca118ef1e8ab405d0f03b8769055c2df14bba533fce2bced1c595ac57f905501e59a991175ece01ff136c668efc83b65d26c3b94293ce24bec3516573ca743
 SHA512 
2275bd6539588e30b50228e0184c8b948fc36bbb69b91fb5f61b47e1b9171720509668af3f7e28bfc5ba40fa54bf0744d6925ffd3a6c50f6b29fd8abdd19a8a2
 DIST opera-developer_91.0.4514.0_amd64.deb 88121028 BLAKE2B 
3ef940b46e0ff79aaa564de7c4d202c6162c3dc401ba6b31fe4c2cf9a73f310420edf012ddc2cce85183ae66cf6e5024982dc4d37e6a131d8d041e52d4e0ba84
 SHA512 
7b9b37cccbfc57d38b1dfaff8289593bb2f92df035efabad18b099669c7f299ca175a6d1f3bae8fcffed74c7817417aa0d9a22e2aea8a342372c7e9ceef5da17
+DIST opera-developer_93.0.4575.0_amd64.deb 99304556 BLAKE2B 
4a2f06b3fb9b4c6aaa9065f0683aa0cd9f273071baee642596a1f48bf9970707e9a6bde94dac0466e9876eeda7f48be569c7f234dfe73d1f4c50eb26ef765826
 SHA512 
707ab455b977d28d0952da62d8c61829e5c5c35a0f63b4dc145b71691a9be4653f44ff1eeae22b78bf1ecc0725453e0242e4767554fec7c74ac8c20df79a7d35
 DIST opera-ffmpeg-codecs-104.0.5083.0.tar.xz 1431840 BLAKE2B 
172ba55d6f390eaea644803ddae8c3cee4ee2d585de873db438d43b9e7f6d07f5b0e9b659f06c126f65148148d889948cc3287ee21da00eec08f2e665be47dbc
 SHA512 
9ca7fe8a244b634d65a28602f9e1173694faaab6de95cd0a44aeedc29dffb75b14adf842c69d5ba5631fb40e51f021fce190dc8307148d8e9218230b7cde29b8
 DIST opera-ffmpeg-codecs-105.0.5195.19.tar.xz 1413912 BLAKE2B 
52e951eb93b2ed91b4053002a43e79884c46aab7b2218a08717927e3f43bc247b340bafc18488fcf6596d4441c318d6fe734869c8daad047107aeff0fade4c71
 SHA512 
f29bc9146fa67b71fa2df83a9b731e9cb4ce7827a573b63fa1c10baba5980f0375cfab2c6e1edce01415753b6f3e0b65de7d361d9400550d7a2d637236e2e414

diff --git a/www-client/opera-developer/opera-developer-93.0.4575.0.ebuild 
b/www-client/opera-developer/opera-developer-93.0.4575.0.ebuild
new file mode 100644
index 000000000000..861830ed07f3
--- /dev/null
+++ b/www-client/opera-developer/opera-developer-93.0.4575.0.ebuild
@@ -0,0 +1,159 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+CHROMIUM_LANGS="
+       bg bn ca cs da de el en-GB en-US es-419 es fil fi 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
+"
+
+# These are intended for ebuild maintainer use to force RPM if DEB is not 
available.
+: ${OPERA_FORCE_RPM=no}
+
+inherit chromium-2 pax-utils xdg
+
+if [[ ${OPERA_FORCE_RPM} == yes ]]; then
+       inherit rpm
+       OPERA_ARCHIVE_EXT="rpm"
+else
+       inherit unpacker
+       OPERA_ARCHIVE_EXT="deb"
+fi
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="https://www.opera.com/";
+LICENSE="OPERA-2018"
+SLOT="0"
+
+SRC_URI_BASE=(
+       "https://download1.operacdn.com/pub/${PN}";
+       "https://download2.operacdn.com/pub/${PN}";
+       "https://download3.operacdn.com/pub/${PN}";
+       "https://download4.operacdn.com/pub/${PN}";
+)
+
+if [[ ${PN} == opera ]]; then
+       MY_PN=${PN}-stable
+       SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
+else
+       MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+FFMPEG_VERSION="105.0.5195.19"
+
+SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}
+       proprietary-codecs? (
+               
mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
+       )"
+
+IUSE="+proprietary-codecs suid"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+       || (
+               >=app-accessibility/at-spi2-core-2.46.0:2
+               ( app-accessibility/at-spi2-atk dev-libs/atk )
+       )
+       dev-libs/expat
+       dev-libs/glib:2
+       dev-libs/nspr
+       dev-libs/nss
+       gnome-base/gsettings-desktop-schemas
+       media-libs/alsa-lib
+       media-libs/mesa[gbm(+)]
+       net-misc/curl
+       net-print/cups
+       sys-apps/dbus
+       sys-libs/glibc
+       x11-libs/cairo
+       x11-libs/gdk-pixbuf
+       x11-libs/gtk+:3
+       x11-libs/libdrm
+       x11-libs/libxcb
+       x11-libs/libxkbcommon
+       x11-libs/libxshmfence
+       x11-libs/libX11
+       x11-libs/libXcomposite
+       x11-libs/libXdamage
+       x11-libs/libXext
+       x11-libs/libXfixes
+       x11-libs/libXrandr
+       x11-libs/pango
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="opt/opera${PN#opera}"
+
+pkg_pretend() {
+       # Protect against people using autounmask overzealously
+       use amd64 || die "opera only works on amd64"
+}
+
+pkg_setup() {
+       chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+       :
+}
+
+src_install() {
+       dodir /
+       cd "${ED}" || die
+       if [[ ${OPERA_FORCE_RPM} == yes ]]; then
+               rpm_src_unpack "${A[0]}"
+       else
+               unpacker
+       fi
+
+       # move to /opt, bug #573052
+       mkdir -p "${OPERA_HOME%${PN}}"
+       if [[ ${OPERA_FORCE_RPM} == yes ]]; then
+               mv "usr/lib64/${PN}" "${OPERA_HOME%${PN}}" || die
+       else
+               mv "usr/lib/x86_64-linux-gnu/${PN}" "${OPERA_HOME%${PN}}" || die
+       fi
+       rm -r "usr/lib" || die
+
+       # disable auto update
+       rm "${OPERA_HOME}/${PN%-*}_autoupdate"{,.licenses,.version} || die
+
+       if [[ ${OPERA_FORCE_RPM} == yes ]]; then
+               rm "${OPERA_HOME}/setup_repo.sh" || die
+       else
+               rm -r "usr/share/lintian" || die
+
+               # fix docs
+               mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+               gzip -d usr/share/doc/${PF}/changelog.gz || die
+       fi
+
+       # fix desktop file
+       sed -i \
+               -e 's|^TargetEnvironment|X-&|g' \
+               usr/share/applications/${PN}.desktop || die
+
+       # remove unused language packs
+       pushd "${OPERA_HOME}/localization" > /dev/null || die
+       chromium_remove_language_paks
+       popd > /dev/null || die
+
+       # setup opera symlink
+       rm "usr/bin/${PN}" || die
+       dosym "../../${OPERA_HOME}/${PN}" "/usr/bin/${PN}"
+
+       # install proprietary codecs
+       rm "${OPERA_HOME}/resources/ffmpeg_preload_config.json" || die
+       if use proprietary-codecs; then
+               mv lib_extra "${OPERA_HOME}"
+       fi
+
+       # pax mark opera, bug #562038
+       pax-mark m "${OPERA_HOME}/opera"
+       # enable suid sandbox if requested
+       use suid && fperms 4711 "${OPERA_HOME}/opera_sandbox"
+}

Reply via email to