Removed upstreamed

This commit is contained in:
Gerben Jan Dijkman 2022-04-13 13:14:31 +02:00
parent debcd4b273
commit fab5a9740f
3 changed files with 1 additions and 97 deletions

View File

@ -8,7 +8,7 @@ VALA_USE_DEPEND="vapigen"
inherit gnome.org gnome2-utils meson vala xdg
DESCRIPTION="A nice way to view information about use of system resources."
HOMEPAGE="https://wiki.gnome.org/Apps/Usage"
HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-usage/"
LICENSE="GPL-3+"
SLOT="0"

View File

@ -1 +0,0 @@
DIST chromium-browser_99.0.4844.84-0ubuntu0.18.04.1_arm64.deb 74634432 BLAKE2B eb181d530147407021b6846a2aff326c9c60dcce2f11e820967c4b133c0187507cc349dbfde3f8316f5981e646dfc64e94b4641accc1e9e600b5ba9f65b1e736 SHA512 52d354b36f4a2eacd507c3e0bb6e6d5f261ad5aa1d81c5968445789a28042ec31012d46d99187721ec83b5cecedbf2a6d896f0593641ba0331d806a4a69005b7

View File

@ -1,95 +0,0 @@
# Copyright 2011-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit chromium-2 desktop pax-utils unpacker xdg
DESCRIPTION="The web browser from Google"
HOMEPAGE="https://www.google.com/chrome"
KEYWORDS="~arm64"
MY_P="chromium-browser_${PV}-0"
SRC_URI="http://ports.ubuntu.com/pool/universe/c/chromium-browser/${MY_P}ubuntu0.18.04.1_arm64.deb"
SLOT="0"
IUSE="selinux proprietary-codecs"
RESTRICT="bindist mirror strip"
RDEPEND="
app-accessibility/at-spi2-atk:2
app-accessibility/at-spi2-core:2
app-misc/ca-certificates
dev-libs/atk
dev-libs/expat
dev-libs/glib:2
dev-libs/nspr
>=dev-libs/nss-3.26
media-fonts/liberation-fonts
media-libs/alsa-lib
media-libs/mesa[gbm(+)]
net-misc/curl
net-print/cups
sys-apps/dbus
sys-libs/libcap
x11-libs/cairo
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:3[X]
x11-libs/libdrm
>=x11-libs/libX11-1.5.0
x11-libs/libXcomposite
x11-libs/libXdamage
x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXrandr
x11-libs/libxcb
x11-libs/libxkbcommon
x11-libs/libxshmfence
x11-libs/pango
x11-misc/xdg-utils
proprietary-codecs? (
=media-video/ffmpeg-extra-chromium-bin-${PV}
!media-video/ffmpeg-chromium-bin
)
!proprietary-codecs? (
=media-video/ffmpeg-chromium-bin-${PV}
!media-video/ffmpeg-extra-chromium-bin
)
"
QA_PREBUILT="*"
QA_DESKTOP_FILE="usr/share/applications/chromium-browser.*\\.desktop"
S=${WORKDIR}
pkg_nofetch() {
eerror "Please wait 24 hours and sync your tree before reporting a bug for chromium fetch failures."
}
pkg_pretend() {
# Protect against people using autounmask overzealously
use arm64 || die "This version of Chromium only works on arm64"
}
pkg_setup() {
chromium_suid_sandbox_check_kernel_config
}
src_unpack() {
:
}
src_install() {
dodir /
cd "${ED}" || die
unpacker
pushd "usr/lib/chromium-browser/locales" > /dev/null || die
chromium_remove_language_paks
popd > /dev/null || die
}