summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2024-04-13 12:56:28 +0300
committerMart Raudsepp <leio@gentoo.org>2024-04-13 12:56:28 +0300
commit0b8ddfaabeb8d90c433a3afb862e9fb764153a32 (patch)
tree7f9f551bbf9679f5113a0d290fd2a57d5c1016d7 /sys-process
parentdev-libs/libdex: drop 0.4.1 (diff)
downloadgentoo-0b8ddfaabeb8d90c433a3afb862e9fb764153a32.tar.gz
gentoo-0b8ddfaabeb8d90c433a3afb862e9fb764153a32.tar.bz2
gentoo-0b8ddfaabeb8d90c433a3afb862e9fb764153a32.zip
sys-process/gnome-usage: drop 45.0
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/gnome-usage/Manifest1
-rw-r--r--sys-process/gnome-usage/gnome-usage-45.0.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/sys-process/gnome-usage/Manifest b/sys-process/gnome-usage/Manifest
index 7fbef87119d4..ab6f97549d96 100644
--- a/sys-process/gnome-usage/Manifest
+++ b/sys-process/gnome-usage/Manifest
@@ -1,2 +1 @@
-DIST gnome-usage-45.0.tar.xz 228160 BLAKE2B 045ba456f0cda1426fc3caa580c8d5ffaf6c0d832a77a61f4709549119fb95afaa833e76a55565b4bec29b575b88f8994550c66580624400b954f2ee0a0fd1a4 SHA512 bdc70394909a4edb7a01554aa7ba40c7c418511e7419a0ed1a32318e1b0fef4ad7d004a03debc8bd6123785a6d38e1ae89a012eece9134716ba3e6a932bcf5b5
DIST gnome-usage-45.1.tar.xz 232876 BLAKE2B be2f1378ba2c33ae95c9a2d2ddabfef5e08d76bb6a670b8dc10fb0c1c94ae72dfa55e934bb871dabd90b2a29bcfb2853f5ccd11047550c63f94a4b62a1be84ca SHA512 c5eaf2fda3657dc3188587f5d138c912ad3971660da98dafe210c6dff223d559df11aa44f9099a09978467acc1575229c05dd4123ddaeea438bd522c5dfc78c4
diff --git a/sys-process/gnome-usage/gnome-usage-45.0.ebuild b/sys-process/gnome-usage/gnome-usage-45.0.ebuild
deleted file mode 100644
index 2dc2cbcc0dd7..000000000000
--- a/sys-process/gnome-usage/gnome-usage-45.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 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 ~arm64"
-
-RDEPEND="
- >=dev-libs/libgee-0.8:0.8=
- >=dev-libs/glib-2.44:2
- >=gui-libs/gtk-4.11.3:4
- >=gnome-base/libgtop-2.34.0:2=
- >=gui-libs/libadwaita-1.4:1
- >=app-misc/tracker-3.0.3:3[vala(+)]
-"
-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
-}