From c8b17c4e2605799833de0376a8a6841157eb737a Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman <129263+stealthgun@users.noreply.github.com> Date: Tue, 13 Apr 2021 16:44:05 +0200 Subject: [PATCH] Delete phosh-meta-0.1-r10.ebuild --- gui-wm/phosh-meta/phosh-meta-0.1-r10.ebuild | 53 --------------------- 1 file changed, 53 deletions(-) delete mode 100644 gui-wm/phosh-meta/phosh-meta-0.1-r10.ebuild diff --git a/gui-wm/phosh-meta/phosh-meta-0.1-r10.ebuild b/gui-wm/phosh-meta/phosh-meta-0.1-r10.ebuild deleted file mode 100644 index 6bcff18..0000000 --- a/gui-wm/phosh-meta/phosh-meta-0.1-r10.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Meta package for Phosh without squeekboard" -HOMEPAGE="https://github.com/dreemurrs-embedded/Pine64-Arch" -SRC_URI="" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~arm64 ~arm" -IUSE="" - -DEPEND=" - gui-wm/phosh - net-voip/calls - net-im/chatty - net-dns/dnsmasq - app-editors/gedit - gnome-base/gnome-control-center - gnome-extra/gnome-contacts - media-video/megapixels - gnome-extra/gnome-calculator - gnome-extra/gnome-calendar - www-client/epiphany - app-mobilephone/mobile-config-firefox - app-mobilephone/flashlight - x11-terms/gnome-terminal - x11-themes/sound-theme-librem5 - app-text/evince - app-editors/gedit - sys-power/gtherm - sys-auth/rtkit -" - -RDEPEND="${DEPEND}" -BDEPEND="" - -S="${WORKDIR}" - -pkg_postinst() { - [ -e /usr/share/applications-bak ] || mkdir /usr/share/applications-bak - for i in vim org.gnupg.pinentry-qt org.gnome.Extensions mupdf \ - gnome-printers-panel gnome-wifi-pannel pidgin wpa_gui cups \ - Gentoo-system-config-printer - do - if [ -e /usr/share/applications/$i.desktop ]; then - mv /usr/share/applications/$i.desktop /usr/share/applications-bak - fi - done -} -