commit:     9700c1eaf1771f058e36420aca766ca759851464
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 16 05:32:09 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Jul 16 09:43:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9700c1ea

www-client/opera: Old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 www-client/opera/Manifest                  |   1 -
 www-client/opera/opera-69.0.3686.57.ebuild | 110 -----------------------------
 2 files changed, 111 deletions(-)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index 4e7d4c7f133..09d182ade49 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -1,2 +1 @@
-DIST opera-stable_69.0.3686.57_amd64.deb 66217132 BLAKE2B 
64c82e51d1ac980f790bdbff7af893434570ccc804296cb5257280ae30a47a9731246e93fb84739017baafed4c6c6b746653617e2df7251e169d93ef57379d65
 SHA512 
c797de3e22cecc294d368cfda1c15a21f4331980c449614f795f5d551e62c4a3be32736598107ef0be0c9954e6146dfad42d814d82e9358c4c06dc5ec47d3b08
 DIST opera-stable_69.0.3686.77_amd64.deb 66216000 BLAKE2B 
e9f567fa5bb93c68068786ebf114a5805bc70e2bbc226a4541ab1eb803e639eab3eef1476e862644f676c248a6bbece81c8447e0577ea9fe3f43092b5aac9672
 SHA512 
ec283dce194827f7fc62918faca052091de4235e5b4e61f4125998e65b1c0d7ec59ce03aa035075c5a03bee9f49443db5319e73cd6b70f97a739e0fca2390872

diff --git a/www-client/opera/opera-69.0.3686.57.ebuild 
b/www-client/opera/opera-69.0.3686.57.ebuild
deleted file mode 100644
index fb69b98489d..00000000000
--- a/www-client/opera/opera-69.0.3686.57.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2020 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 unpacker xdg-utils
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="https://www.opera.com/";
-LICENSE="OPERA-2014"
-SLOT="0"
-SRC_URI_BASE="
-       https://download1.operacdn.com/pub/
-       https://download2.operacdn.com/pub/
-       https://download3.operacdn.com/pub/
-       https://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
-       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+:3
-       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}
-
-src_unpack() {
-       unpack_deb ${A}
-}
-
-src_prepare() {
-       default
-
-       OPERA_HOME="usr/$(get_libdir)/${PN}"
-
-       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
-       gunzip usr/share/doc/${PF}/changelog.gz || 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() {
-       rm "${OPERA_HOME}"/${PN}_autoupdate || die
-       mv * "${D}" || die
-       dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
-       fperms 4711 /"${OPERA_HOME}"/opera_sandbox
-}
-
-pkg_postrm() {
-       xdg_desktop_database_update
-       xdg_icon_cache_update
-       xdg_mimeinfo_database_update
-}
-
-pkg_postinst() {
-       xdg_desktop_database_update
-       xdg_icon_cache_update
-       xdg_mimeinfo_database_update
-}

Reply via email to