www-client/opera-developer: remove old

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Stephan Hartmann <sultan@gentoo.org>
This commit is contained in:
Stephan Hartmann
2021-05-25 19:09:58 +02:00
parent f3a06f891d
commit e9e42734c0
2 changed files with 0 additions and 133 deletions

View File

@@ -1,4 +1,3 @@
DIST opera-developer_77.0.4046.0_amd64.deb 74348004 BLAKE2B 62640a0086622995505acf5e5c9d27127b1553424faf58668d1a672bd5389f89215ae9a1881529bd73f0f42968ef95bf1c3e01fcab452f1be59c1b1fb676887c SHA512 a3703961b85eb30cf6d0bbcc02783b7e33d02607bfc4429c93f8f6837a3c1706d117c6e7aa0c793539c73da2410ff81dfcf10f781f74034d629f855f14b88175
DIST opera-developer_77.0.4051.0_amd64.deb 74289808 BLAKE2B 28aa53020aa1f359cccc89c5ac37f4f76a6627a7af049fd549c5d495b984b8420c202da36c113709513caff3d1b5d7354ad67579a21513ea2661d2201b18ae57 SHA512 d524dc0ae12779b09e892232a2d592a9308cd765e1e5e346d651d47961d2e65dd1f54dad8f6761664ac28e5a0767760c91b4fdaf8cfb7a716dce57d0d5235bbd
DIST opera-developer_78.0.4058.0_amd64.deb 75204120 BLAKE2B 6ad70e31dfa379f524e8844404b5d8863715346ccdc7a193812be6d6a549281742c6a90250bf3998c0da717551bfe328d3b5b71a7cda990a89d83f600e5345bf SHA512 25f8f08a114803494be9b2a00721ad8d1dcfec47fab72325606c27a35f9b0c11bb33dc24a431a43e2b383737ec49c15899e4792ced68783b36a686e5e078aa4d
DIST opera-developer_78.0.4066.0_amd64.deb 75217428 BLAKE2B 163fee1b625a976d6987fddff74e5cd033818a7893c25db128d352a74c65c5104e764a3929dfec4663534283b145dd10e7cdc5f390367d2c74e9e7c0ff27c3ed SHA512 319ba2ecad0b184ada4fe7ee6d43ee1f5ff98089d09542f9356621c41a59a19d3a2fc3de63965e70cdac6646c4717269284a89d321503ea6194b520788f6e9cc

View File

@@ -1,132 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CHROMIUM_LANGS="
be bg bn ca cs da de el en-GB en-US 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 multilib pax-utils unpacker xdg
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="91.0.4472.19"
SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.deb}
proprietary-codecs? (
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-atk:2
app-accessibility/at-spi2-core:2
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
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/gtk+:3
x11-libs/libdrm
x11-libs/libxcb
x11-libs/libxkbcommon
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
unpacker
# move to /opt, bug #573052
mkdir -p "${OPERA_HOME%${PN}}"
mv "usr/lib/x86_64-linux-gnu/${PN}" "${OPERA_HOME%${PN}}" || die
rm -r "usr/lib" || die
# disable auto update
rm "${OPERA_HOME}/${PN%-*}_autoupdate"{,.licenses,.version} || die
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
# 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"
}