www-client/opera-beta: Old
authorJeroen Roovers <jer@gentoo.org>
Fri, 27 Dec 2019 17:12:49 +0000 (18:12 +0100)
committerJeroen Roovers <jer@gentoo.org>
Fri, 27 Dec 2019 17:13:28 +0000 (18:13 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
www-client/opera-beta/Manifest
www-client/opera-beta/opera-beta-66.0.3515.7.ebuild [deleted file]

index 937a8123495b420bfcdf096e935fe52350dc65e6..6903ec737a4944ad57034102f805512c98939020 100644 (file)
@@ -1,3 +1,2 @@
 DIST opera-beta_66.0.3515.14_amd64.deb 66216496 BLAKE2B 2745a87b3094783d4832a6b197fe3361536418b670a38037efdfdf9e8262df1c225e585e17bbdccd942505f3ddc67ff80f94dff47e0e622d7715f423b1fb9470 SHA512 c899d003085add2d470c7b4e2788c8d233ca7d2de21e87b368d9b927a0726ccf1c45bb0ba5490821c945cb61c069e4b1376e8c1e5dc7008ce8c3b4471d4f6960
 DIST opera-beta_66.0.3515.21_amd64.deb 66234420 BLAKE2B 885ab3ea40ddcc7e4022939e4076757640f92a215e1e96baddd1a379f34e9ca6ffd33881a60174434b7c7d936cef9b51f863f799127751aa3e5c09c862942817 SHA512 023368b08d695e00afa08dd6631a9b9bbcaf8215066245c290097b6b5aed6bcfe00e68423ab9d0fa40726529c0cbedb704dbc37db38ad8d616251c2826034aba
-DIST opera-beta_66.0.3515.7_amd64.deb 66193304 BLAKE2B a2a1305cb912d352925dfe0cd15bd92fec3f12b4a771c1f36c3b9448f06c45b38f62f432caea11ac9870ed3457b81f9a2e1940af3041c73d89c27729fbac2320 SHA512 fbe2ea4d8420b6461e3062b721b2e1edd356f3986038c6f948753b13d5e1cb7c1aec9ce82fe54cb2ae34934071751e96591ae6b8dd9db512b8e5b3f684aac0d5
diff --git a/www-client/opera-beta/opera-beta-66.0.3515.7.ebuild b/www-client/opera-beta/opera-beta-66.0.3515.7.ebuild
deleted file mode 100644 (file)
index 59a8587..0000000
+++ /dev/null
@@ -1,115 +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 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
-}