diff --git a/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild b/sys-process/gnome-usage/gnome-usage-3.38.1-r1.ebuild similarity index 72% rename from sys-process/gnome-usage/gnome-usage-3.38.1.ebuild rename to sys-process/gnome-usage/gnome-usage-3.38.1-r1.ebuild index 831dec1..dc84f8b 100755 --- a/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild +++ b/sys-process/gnome-usage/gnome-usage-3.38.1-r1.ebuild @@ -1,14 +1,12 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" -VALA_MIN_API_VERSION="0.36" -VALA_USE_DEPEND="vapigen" +EAPI=8 inherit gnome.org gnome2-utils meson vala xdg -DESCRIPTION="A nice way to view information about use of system resources." -HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-usage/" +DESCRIPTION="A nice way to view information about use of system resources" +HOMEPAGE="https://wiki.gnome.org/Apps/Usage" LICENSE="GPL-3+" SLOT="0" @@ -22,18 +20,14 @@ RDEPEND=" >=gui-libs/libhandy-1.0.0:1= >=app-misc/tracker-3.0.3:3= " - -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" $(vala_depend) >=sys-devel/gettext-0.19.8 " -src_prepare() { - vala_src_prepare - default -} - src_configure() { + vala_setup meson_src_configure }