diff options
author | 2023-01-01 17:18:20 +0100 | |
---|---|---|
committer | 2023-01-01 17:18:20 +0100 | |
commit | 40993e8da88797c4e286fb606dcf12668bdef04f (patch) | |
tree | 7946b68da093adc842c79e2d546cfa4d2f203a93 /sys-process/gnome-usage/gnome-usage-3.38.1.ebuild | |
parent | x11-libs/libxklavier: update EAPI 7 -> 8 (diff) | |
download | gentoo-40993e8da88797c4e286fb606dcf12668bdef04f.tar.gz gentoo-40993e8da88797c4e286fb606dcf12668bdef04f.tar.bz2 gentoo-40993e8da88797c4e286fb606dcf12668bdef04f.zip |
sys-process/gnome-usage: update EAPI 7 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-process/gnome-usage/gnome-usage-3.38.1.ebuild')
-rw-r--r-- | sys-process/gnome-usage/gnome-usage-3.38.1.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild b/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild deleted file mode 100644 index aaa6e00fce13..000000000000 --- a/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=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" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64" - -RDEPEND=" - >=dev-libs/glib-2.38:2 - >=x11-libs/gtk+-3.20.10:3 - >=dev-libs/libdazzle-3.30 - >=gnome-base/libgtop-2.34.0:2 - >=gui-libs/libhandy-1.0.0:1= - >=app-misc/tracker-3.0.3:3= -" - -DEPEND="${RDEPEND} - $(vala_depend) - >=sys-devel/gettext-0.19.8 -" - -src_prepare() { - vala_src_prepare - default -} - -src_configure() { - meson_src_configure -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} |