commit:     e1ebdf571f5cf108be734b3af1926d10d1f5d807
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  6 21:04:39 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Feb  6 21:04:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ebdf57

www-client/opera-beta: Old

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

 www-client/opera-beta/Manifest                     |   1 -
 .../opera-beta/opera-beta-67.0.3575.2.ebuild       | 115 ---------------------
 2 files changed, 116 deletions(-)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index 94dae513fc7..581b86f2b97 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,3 +1,2 @@
 DIST opera-beta_67.0.3575.13_amd64.deb 67359632 BLAKE2B 
ca672fb921aab3f91d6592e712f1287379d4488ef6a0e39ead59a06de70facbfd29a2cb0e886c2ccd4d99568a15c693b4a118053017a2d173721885326a6299f
 SHA512 
627a05f12cf67fee06497f5efc57ff89d8c79effc4447269d3cabedac496920c09a881415190ae569dca40450d8dee85dbb932a9cfb3d77e510947f0174cc24b
-DIST opera-beta_67.0.3575.2_amd64.deb 66944432 BLAKE2B 
867c380fc34fb4ef82e3b9d3457908fb00b83da5785fc392d9a351903c04f08e6abc2e05b9d1f0fe71dae929a003e97c2687dc56a3fd9f7afd4b0653673463d9
 SHA512 
d76cb598928cc580ef296ef4164b0f2d0fdd97d7a24bdfdbd7e64a61b1619d4f5f9f8524be378ad1f3814b775823313cbf31267f9e9b32fe6734616d5d8f005a
 DIST opera-beta_67.0.3575.8_amd64.deb 66951092 BLAKE2B 
67cf566f7d9b211bd7ca00ae78e859c4bb9827eea73f2a2cd4adf6a646874d54920203643c20811f85f3f031c51fdc6529cb9cb603494b50ba711a351245e92a
 SHA512 
018d3a5f71ddae813f33433f5d9aa604bf7f467d59a040b97f4085c9c49dec9954bedae28eb379b31d4b42dc5a7b9598fe21c4125951d6ec75ce850af5b61497

diff --git a/www-client/opera-beta/opera-beta-67.0.3575.2.ebuild 
b/www-client/opera-beta/opera-beta-67.0.3575.2.ebuild
deleted file mode 100644
index 99905f62466..00000000000
--- a/www-client/opera-beta/opera-beta-67.0.3575.2.ebuild
+++ /dev/null
@@ -1,115 +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 es es-419 fi fil fr fr-CA 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/
-"
-SRC_URI="amd64? ("
-for uri in ${SRC_URI_BASE}; do
-SRC_URI+="
-       "${uri}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb"
-"
-done
-SRC_URI+=")"
-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+: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}
-
-pkg_setup() {
-       OPERA_HOME="usr/$(get_libdir)/${PN}"
-}
-
-src_unpack() {
-       unpack_deb ${A}
-}
-
-src_prepare() {
-       default
-
-       case ${ARCH} in
-               amd64)
-                       mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
-                       rm -r usr/lib || die
-                       ;;
-               x86)
-                       mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
-                       ;;
-       esac
-
-       mv usr/share/doc/${PN} usr/share/doc/${PF} || die
-       gunzip usr/share/doc/${PF}/changelog.gz || die
-
-       rm usr/bin/${PN} || 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_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