commit:     799d71cbef38c77a4898c6ec69adc407901da3a9
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 23 16:09:19 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Oct 23 16:09:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=799d71cb

www-client/opera-developer: Old.

Package-Manager: Portage-2.3.12, Repoman-2.3.3

 www-client/opera-developer/Manifest                |  1 -
 .../opera-developer-50.0.2739.0.ebuild             | 98 ----------------------
 2 files changed, 99 deletions(-)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 79f56ca1832..b7c9f3c5271 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,3 +1,2 @@
-DIST opera-developer_50.0.2739.0_amd64.deb 50078620 SHA256 
7b90cf95784f99f4d331ee573dfeb88e8772a98f58636bcf0720414d473ef560 SHA512 
40666d167537c34c189da81b49d781a48bf7529b913faf33f5e48ac9d01076e3d43c23e44b1ad3b485af56fcecf3632cf26fea1f717d2298c733e42aeb4f9d2f
 WHIRLPOOL 
5ae1491bb585ee4644af530462cdb23f10247fd635508681381ffb978d62c704a771d4818cd6f30c743d544fea598ea9f4b08f0008f3845b406fdfffba07c089
 DIST opera-developer_50.0.2743.0_amd64.deb 50330442 SHA256 
ca1f1c29ce4ef2eb8a7ab4ebebd4250c6c437ade3caf23cb828da815ff665d8a SHA512 
68c897427af2bc448704005f6250d335d99d28a965bc16c7468303fec7cbb5a2146b53cb5dc27b3dbba1afcba6061bbd3556845784b222dbbc1655d7f6c00a84
 WHIRLPOOL 
a2f8da14a9448e9c5e515a4209df4724b50a3f79e565571473bca0bbde71fd6d0acf39ba3c05d6ef8ecfcb7fa0e6bf7aa9829b42b43509188a3748ed24381e80
 DIST opera-developer_50.0.2753.0_amd64.deb 50446720 SHA256 
b265d88d484e8dd66bebc85914503031b4275d4bf79c5b4143e9295bc480e4c1 SHA512 
1babfa6a4ec10ee28d3c1a034dd610bb557473e264b7db29355c014a9a4f2f975834e8d6cf8334f692862a99a4a9b39db1e9528fd9be8c969adb1f56b9ba3c43
 WHIRLPOOL 
7c4c3ca31650a7703bd6a5aaae1e5196d8b8a9493c15f26a35389803d2c5020f2a3ecd6aa82e1236799d269c8c0ffe10cf553bcdf9cd6ef6e76ab4193109bf66

diff --git a/www-client/opera-developer/opera-developer-50.0.2739.0.ebuild 
b/www-client/opera-developer/opera-developer-50.0.2739.0.ebuild
deleted file mode 100644
index e915da3167e..00000000000
--- a/www-client/opera-developer/opera-developer-50.0.2739.0.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-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
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="http://www.opera.com/";
-LICENSE="OPERA-2014"
-SLOT="0"
-SRC_URI_BASE="
-       http://download1.operacdn.com/pub/
-       http://download2.operacdn.com/pub/
-       http://download3.operacdn.com/pub/
-       http://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}
-OPERA_HOME="usr/$(get_libdir)/${PN}"
-
-src_unpack() {
-       unpack_deb ${A}
-}
-
-src_prepare() {
-       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
-
-       rm usr/bin/${PN} || die
-
-       rm usr/share/doc/${PN}/copyright || die
-       mv usr/share/doc/${PN} usr/share/doc/${PF} || 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
-}

Reply via email to