remove old packages: dev-db/timescaledb dev-embedded/zephyr-deps dev-util/{meson,premake} media-sound/lollypop media-video/kooha net-im/telegram-desktop-bin

This commit is contained in:
Martin Sekera 2022-01-05 22:39:12 +01:00
parent 0b58d0064c
commit 5537b0dd92
7 changed files with 0 additions and 368 deletions

View file

@ -1,36 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson desktop gnome2-utils
MY_PN="${PN^}"
DESCRIPTION="Elegantly record your screen"
HOMEPAGE="https://github.com/SeaDve/${MY_PN}"
SRC_URI="https://github.com/SeaDve/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
RDEPEND="
gnome-base/gnome-shell
>=dev-lang/python-3.7
"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_PN}-${PV}"
pkg_postinst() {
gnome2_schemas_update
xdg_desktop_database_update
xdg_icon_cache_update
}
pkg_postrm() {
gnome2_schemas_update
xdg_desktop_database_update
xdg_icon_cache_update
}