summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-05-09 15:25:54 -0400
committerMatt Turner <mattst88@gentoo.org>2023-05-09 17:03:48 -0400
commitd0319319d46f04f2922692eba757542871890ac0 (patch)
treecd4e9fcbc068b42a1ff8732e5a01560f471e1f2f /sys-process/gnome-usage/gnome-usage-3.38.1-r1.ebuild
parentsys-block/libzbd: bump (diff)
downloadgentoo-d0319319d46f04f2922692eba757542871890ac0.tar.gz
gentoo-d0319319d46f04f2922692eba757542871890ac0.tar.bz2
gentoo-d0319319d46f04f2922692eba757542871890ac0.zip
sys-process/gnome-usage: Depend on vala in libhandy and tracker
Closes: https://bugs.gentoo.org/864835 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sys-process/gnome-usage/gnome-usage-3.38.1-r1.ebuild')
-rw-r--r--sys-process/gnome-usage/gnome-usage-3.38.1-r1.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/sys-process/gnome-usage/gnome-usage-3.38.1-r1.ebuild b/sys-process/gnome-usage/gnome-usage-3.38.1-r1.ebuild
deleted file mode 100644
index e0fddb06bc33..000000000000
--- a/sys-process/gnome-usage/gnome-usage-3.38.1-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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}"
-BDEPEND="
- $(vala_depend)
- >=sys-devel/gettext-0.19.8
-"
-
-src_configure() {
- vala_setup
- meson_src_configure
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}