diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-08-25 15:21:27 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-08-25 15:22:01 +0200 |
commit | 8ae1b417ff6c7be02a1614168c62e0db21a9280c (patch) | |
tree | 4b9894029e87ce7b8cd6d52ecaa80a241b4aa1f5 /www-client | |
parent | www-client/opera: Stable (diff) | |
download | gentoo-8ae1b417ff6c7be02a1614168c62e0db21a9280c.tar.gz gentoo-8ae1b417ff6c7be02a1614168c62e0db21a9280c.tar.bz2 gentoo-8ae1b417ff6c7be02a1614168c62e0db21a9280c.zip |
www-client/opera: Old
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/opera/Manifest | 1 | ||||
-rw-r--r-- | www-client/opera/opera-70.0.3728.119.ebuild | 110 |
2 files changed, 0 insertions, 111 deletions
diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest index 4cc0f4f3abae..0d528e6bc97e 100644 --- a/www-client/opera/Manifest +++ b/www-client/opera/Manifest @@ -1,2 +1 @@ -DIST opera-stable_70.0.3728.119_amd64.deb 67419040 BLAKE2B fbb33d208d952e2547213b87d4f5ff4b3381b10db4a08ef4ba7520ad855ccaae42f16c0a595137e41af17f40f33a92217e827adb582efab09bfb0be04e0aa848 SHA512 746a33f8ee3261eed14dd8f87dd3b06d5d6ddc7047de5ddf7e18fe199f71ad90f7e812caa41063556f7c5ba919bd5990eccbb82eac8e37684c0b22fb3ce10070 DIST opera-stable_70.0.3728.133_amd64.deb 67377640 BLAKE2B 268869625c32c842e87e8f2294363684a134a8e6233ea0cd0ea6670ac3c76f10ab56d2318e9e6ccc669cfa55162ea63c25f667c93ee8dfd8fb9ae0063447bb7b SHA512 ab6f8f14670687c2fe40a938e68921edef583eeb74f33c7429203f5ab951f7e40d4021c25c431bde6a219b7eb184130489ba6b4bdf5c59e2831d61d55f52c899 diff --git a/www-client/opera/opera-70.0.3728.119.ebuild b/www-client/opera/opera-70.0.3728.119.ebuild deleted file mode 100644 index fb69b98489da..000000000000 --- a/www-client/opera/opera-70.0.3728.119.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 -} |