commit:     dc9652adf3a44739d150bd9bd24c4bfae5daeb14
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 21 07:30:45 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Nov 21 07:36:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc9652ad

www-client/opera: Old

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

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

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index 8cecc7b16c9..5e89af65494 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -1,2 +1 @@
-DIST opera-stable_65.0.3467.42_amd64.deb 66583756 BLAKE2B 
fed26219590e1d7a03e7a2aa2fde10d1703f52c7ef630a8c3509d9c8564d015d50afb1a59e3ee0838a6b002b0ace6e3293080aaba30a04c47f6d40dd9c2cd146
 SHA512 
861f516da7193649f7715e8257027c40cb09cdf4eb62617595d270e88287d7bfd82ea3e47e6d4b77bcc8b7d7c97096d5b20a296d36737f7b6fe731ae8bbf83b6
 DIST opera-stable_65.0.3467.48_amd64.deb 67306878 BLAKE2B 
4206ff16974aa591333451712760ed5ff46dee894a4f526293eed78652d90a52db3f833e087eddf363d0975204c989b05088c5e186b88b81e200363f3d448b57
 SHA512 
cffb5fe2a42e4dc6e854fc316b70a2d90fb55f1a4137b71dde219d39ea4d9068ef34baebafd4bd1d829c1bad27af1b24aded2c46ba26304b637c7ad121e0ae33

diff --git a/www-client/opera/opera-65.0.3467.42.ebuild 
b/www-client/opera/opera-65.0.3467.42.ebuild
deleted file mode 100644
index b28807261d0..00000000000
--- a/www-client/opera/opera-65.0.3467.42.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2019 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
-       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}
-
-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