public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-process/gnome-usage/
@ 2019-08-02  3:20 Sobhan Mohammadpour
  0 siblings, 0 replies; 19+ messages in thread
From: Sobhan Mohammadpour @ 2019-08-02  3:20 UTC (permalink / raw
  To: gentoo-commits

commit:     c0957dc25d73e5097e08fbc419dda9f685496741
Author:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  2 03:17:54 2019 +0000
Commit:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Fri Aug  2 03:20:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0957dc2

sys-process/gnome-usage: new ebuild

A nice way to view information about use of system resources,
like memory and disk space.

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Sobhan Mohammadpour <sobhan <AT> gentoo.org>

 sys-process/gnome-usage/Manifest                  |  1 +
 sys-process/gnome-usage/gnome-usage-3.32.0.ebuild | 47 +++++++++++++++++++++++
 sys-process/gnome-usage/metadata.xml              |  8 ++++
 3 files changed, 56 insertions(+)

diff --git a/sys-process/gnome-usage/Manifest b/sys-process/gnome-usage/Manifest
new file mode 100644
index 00000000000..9f3060cec6d
--- /dev/null
+++ b/sys-process/gnome-usage/Manifest
@@ -0,0 +1 @@
+DIST gnome-usage-3.32.0.tar.xz 352372 BLAKE2B 0d26f0cad96f2621acbc4b1eda08f5cadfc1ca0086b631f99027987e4af0b36bb5eefbdb0dfa34f35c1b5bd56f4a1457f5fb3f635206769955c6cfb40dbe64dc SHA512 c1ed3ab8fcdb039bc05f4b091a7ac8c032b7f7847f77bff79c89a57d5c0075f712228c752674e0c61f63a1adaea911304de5a1cdd1c342c74abea6e48defee88

diff --git a/sys-process/gnome-usage/gnome-usage-3.32.0.ebuild b/sys-process/gnome-usage/gnome-usage-3.32.0.ebuild
new file mode 100644
index 00000000000..f03682112ef
--- /dev/null
+++ b/sys-process/gnome-usage/gnome-usage-3.32.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+VALA_MIN_API_VERSION="0.26"
+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://gitlab.gnome.org/GNOME/gnome-usage"
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64"
+
+RDEPEND="
+	>=dev-libs/glib-2.38.0:2
+	>=x11-libs/gtk+-3.20.10:3
+	>=gnome-base/libgtop-2.34.0:2
+	>=dev-libs/libdazzle-3.30
+"
+
+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
+}

diff --git a/sys-process/gnome-usage/metadata.xml b/sys-process/gnome-usage/metadata.xml
new file mode 100644
index 00000000000..39980802b1d
--- /dev/null
+++ b/sys-process/gnome-usage/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+	<email>gnome@gentoo.org</email>
+	<name>Gentoo GNOME Desktop</name>
+</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/gnome-usage/
@ 2020-01-26 18:13 Mart Raudsepp
  0 siblings, 0 replies; 19+ messages in thread
From: Mart Raudsepp @ 2020-01-26 18:13 UTC (permalink / raw
  To: gentoo-commits

commit:     de63e1aad0a924f985868519c7ed7120476356a7
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 26 18:10:39 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 18:12:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de63e1aa

sys-process/gnome-usage: Fix LICENSE, HOMEPAGE and VALA_MIN_API_VERSION

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 sys-process/gnome-usage/gnome-usage-3.32.0.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-process/gnome-usage/gnome-usage-3.32.0.ebuild b/sys-process/gnome-usage/gnome-usage-3.32.0.ebuild
index f03682112ef..2b5c2573e96 100644
--- a/sys-process/gnome-usage/gnome-usage-3.32.0.ebuild
+++ b/sys-process/gnome-usage/gnome-usage-3.32.0.ebuild
@@ -1,25 +1,25 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-VALA_MIN_API_VERSION="0.26"
+VALA_MIN_API_VERSION="0.36"
 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://gitlab.gnome.org/GNOME/gnome-usage"
+HOMEPAGE="https://wiki.gnome.org/Apps/Usage"
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 IUSE=""
 KEYWORDS="~amd64"
 
 RDEPEND="
-	>=dev-libs/glib-2.38.0:2
+	>=dev-libs/glib-2.38:2
 	>=x11-libs/gtk+-3.20.10:3
-	>=gnome-base/libgtop-2.34.0:2
 	>=dev-libs/libdazzle-3.30
+	>=gnome-base/libgtop-2.34.0:2
 "
 
 DEPEND="${RDEPEND}


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/gnome-usage/
@ 2020-01-27  9:45 Mikle Kolyada
  0 siblings, 0 replies; 19+ messages in thread
From: Mikle Kolyada @ 2020-01-27  9:45 UTC (permalink / raw
  To: gentoo-commits

commit:     d3a0783b2b93063510cd2e46d46d1a0b84444d25
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 27 09:44:19 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 09:45:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a0783b

sys-process/gnome-usage: amd64 stable wrt bug #706524

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 sys-process/gnome-usage/gnome-usage-3.32.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/gnome-usage/gnome-usage-3.32.0.ebuild b/sys-process/gnome-usage/gnome-usage-3.32.0.ebuild
index 2b5c2573e96..98c65ebdfa6 100644
--- a/sys-process/gnome-usage/gnome-usage-3.32.0.ebuild
+++ b/sys-process/gnome-usage/gnome-usage-3.32.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Usage"
 LICENSE="GPL-3+"
 SLOT="0"
 IUSE=""
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
 	>=dev-libs/glib-2.38:2


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/gnome-usage/
@ 2021-04-13 21:26 Matt Turner
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2021-04-13 21:26 UTC (permalink / raw
  To: gentoo-commits

commit:     53c399a67b57e0c6f7289bf104edb27c0dc4c579
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 13 20:01:50 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Apr 13 21:26:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53c399a6

sys-process/gnome-usage: Version bump to 3.38.1

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 sys-process/gnome-usage/Manifest                  |  1 +
 sys-process/gnome-usage/gnome-usage-3.38.1.ebuild | 48 +++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/sys-process/gnome-usage/Manifest b/sys-process/gnome-usage/Manifest
index 9f3060cec6d..3bc4e3b20b5 100644
--- a/sys-process/gnome-usage/Manifest
+++ b/sys-process/gnome-usage/Manifest
@@ -1 +1,2 @@
 DIST gnome-usage-3.32.0.tar.xz 352372 BLAKE2B 0d26f0cad96f2621acbc4b1eda08f5cadfc1ca0086b631f99027987e4af0b36bb5eefbdb0dfa34f35c1b5bd56f4a1457f5fb3f635206769955c6cfb40dbe64dc SHA512 c1ed3ab8fcdb039bc05f4b091a7ac8c032b7f7847f77bff79c89a57d5c0075f712228c752674e0c61f63a1adaea911304de5a1cdd1c342c74abea6e48defee88
+DIST gnome-usage-3.38.1.tar.xz 362368 BLAKE2B 988c5157efdbbb3a680b2360d817fa2fe0587accd647a69cc482da38ec040afefb06d9c3d41a2b8fd2e630802967301837a39ac721ff9717b778b70518abb39d SHA512 8c4621d0340e2fc893ffcc3dc54f2088971c764fbb80302eb171e9f066f62424e532319f9d89c1157945a4721c40eef5253ea4e6ff6f702f5953e61f99d36f07

diff --git a/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild b/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild
new file mode 100644
index 00000000000..13be9af5ac9
--- /dev/null
+++ b/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 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"
+
+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:=
+"
+
+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
+}


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/gnome-usage/
@ 2021-04-28 16:12 Matt Turner
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2021-04-28 16:12 UTC (permalink / raw
  To: gentoo-commits

commit:     4739b6d044b6817d7a3b9a05534e4bc2adf1b365
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 28 16:12:22 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Apr 28 16:12:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4739b6d0

sys-process/gnome-usage: Fix vala_depend

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 sys-process/gnome-usage/gnome-usage-3.32.0.ebuild | 2 +-
 sys-process/gnome-usage/gnome-usage-3.38.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-process/gnome-usage/gnome-usage-3.32.0.ebuild b/sys-process/gnome-usage/gnome-usage-3.32.0.ebuild
index 98c65ebdfa6..e9c0fea051a 100644
--- a/sys-process/gnome-usage/gnome-usage-3.32.0.ebuild
+++ b/sys-process/gnome-usage/gnome-usage-3.32.0.ebuild
@@ -23,7 +23,7 @@ RDEPEND="
 "
 
 DEPEND="${RDEPEND}
-	${vala_depend}
+	$(vala_depend)
 	>=sys-devel/gettext-0.19.8
 "
 

diff --git a/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild b/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild
index 13be9af5ac9..b94b8144cb5 100644
--- a/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild
+++ b/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild
@@ -24,7 +24,7 @@ RDEPEND="
 "
 
 DEPEND="${RDEPEND}
-	${vala_depend}
+	$(vala_depend)
 	>=sys-devel/gettext-0.19.8
 "
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/gnome-usage/
@ 2021-04-28 16:27 Matt Turner
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2021-04-28 16:27 UTC (permalink / raw
  To: gentoo-commits

commit:     10a13ed93a0d62c6b41ba30b834c01ca3761965c
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 28 16:22:20 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Apr 28 16:27:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a13ed9

sys-process/gnome-usage: Depend on appropriate app-misc/tracker SLOT

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 sys-process/gnome-usage/gnome-usage-3.38.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild b/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild
index b94b8144cb5..a8c4d97a368 100644
--- a/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild
+++ b/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
 	>=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:=
+	>=app-misc/tracker-3.0.3:3=
 "
 
 DEPEND="${RDEPEND}


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/gnome-usage/
@ 2021-05-29  9:02 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2021-05-29  9:02 UTC (permalink / raw
  To: gentoo-commits

commit:     f97117c75669bc56b3a84dbbeaa1786b16e0a2e0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 08:53:34 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 29 09:00:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f97117c7

sys-process/gnome-usage: Stabilize 3.38.1 amd64, #792327

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/gnome-usage/gnome-usage-3.38.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild b/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild
index a8c4d97a368..d53a8a5db69 100644
--- a/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild
+++ b/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Usage"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
 	>=dev-libs/glib-2.38:2


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/gnome-usage/
@ 2021-05-31  2:00 Matt Turner
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2021-05-31  2:00 UTC (permalink / raw
  To: gentoo-commits

commit:     fcf55b3658674629c6e2221ce4b7b1d95a1f1091
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon May 31 00:02:15 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon May 31 01:58:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcf55b36

sys-process/gnome-usage: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 sys-process/gnome-usage/Manifest                  |  1 -
 sys-process/gnome-usage/gnome-usage-3.32.0.ebuild | 47 -----------------------
 2 files changed, 48 deletions(-)

diff --git a/sys-process/gnome-usage/Manifest b/sys-process/gnome-usage/Manifest
index 3bc4e3b20b5..69b1982b79c 100644
--- a/sys-process/gnome-usage/Manifest
+++ b/sys-process/gnome-usage/Manifest
@@ -1,2 +1 @@
-DIST gnome-usage-3.32.0.tar.xz 352372 BLAKE2B 0d26f0cad96f2621acbc4b1eda08f5cadfc1ca0086b631f99027987e4af0b36bb5eefbdb0dfa34f35c1b5bd56f4a1457f5fb3f635206769955c6cfb40dbe64dc SHA512 c1ed3ab8fcdb039bc05f4b091a7ac8c032b7f7847f77bff79c89a57d5c0075f712228c752674e0c61f63a1adaea911304de5a1cdd1c342c74abea6e48defee88
 DIST gnome-usage-3.38.1.tar.xz 362368 BLAKE2B 988c5157efdbbb3a680b2360d817fa2fe0587accd647a69cc482da38ec040afefb06d9c3d41a2b8fd2e630802967301837a39ac721ff9717b778b70518abb39d SHA512 8c4621d0340e2fc893ffcc3dc54f2088971c764fbb80302eb171e9f066f62424e532319f9d89c1157945a4721c40eef5253ea4e6ff6f702f5953e61f99d36f07

diff --git a/sys-process/gnome-usage/gnome-usage-3.32.0.ebuild b/sys-process/gnome-usage/gnome-usage-3.32.0.ebuild
deleted file mode 100644
index e9c0fea051a..00000000000
--- a/sys-process/gnome-usage/gnome-usage-3.32.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 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"
-
-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"
-IUSE=""
-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
-"
-
-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
-}


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/gnome-usage/
@ 2021-12-26  0:20 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2021-12-26  0:20 UTC (permalink / raw
  To: gentoo-commits

commit:     e51e21daf5c1f5bf9c7e1ac29a1dcbe0af001b69
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 26 00:16:10 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 26 00:19:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e51e21da

sys-process/gnome-usage: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/gnome-usage/gnome-usage-3.38.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild b/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild
index d53a8a5db697..7e1b607deed6 100644
--- a/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild
+++ b/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild
@@ -7,7 +7,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."
+DESCRIPTION="A nice way to view information about use of system resources"
 HOMEPAGE="https://wiki.gnome.org/Apps/Usage"
 
 LICENSE="GPL-3+"


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/gnome-usage/
@ 2023-01-01 14:48 David Seifert
  0 siblings, 0 replies; 19+ messages in thread
From: David Seifert @ 2023-01-01 14:48 UTC (permalink / raw
  To: gentoo-commits

commit:     069082b42ec698a442e857fffa0aac54c7ab2f6f
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  1 14:48:00 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan  1 14:48:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=069082b4

sys-process/gnome-usage: remove stale VALA_MIN_API_VERSION

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-process/gnome-usage/gnome-usage-3.38.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 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
index 7e1b607deed6..aaa6e00fce13 100644
--- a/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild
+++ b/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild
@@ -1,8 +1,8 @@
-# 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"
+EAPI=7
+
 VALA_USE_DEPEND="vapigen"
 
 inherit gnome.org gnome2-utils meson vala xdg


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/gnome-usage/
@ 2023-01-01 16:20 David Seifert
  0 siblings, 0 replies; 19+ messages in thread
From: David Seifert @ 2023-01-01 16:20 UTC (permalink / raw
  To: gentoo-commits

commit:     40993e8da88797c4e286fb606dcf12668bdef04f
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  1 16:18:20 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan  1 16:18:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40993e8d

sys-process/gnome-usage: update EAPI 7 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 ...me-usage-3.38.1.ebuild => gnome-usage-3.38.1-r1.ebuild} | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

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 87%
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 aaa6e00fce13..e0fddb06bc33 100644
--- a/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild
+++ b/sys-process/gnome-usage/gnome-usage-3.38.1-r1.ebuild
@@ -1,9 +1,7 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-
-VALA_USE_DEPEND="vapigen"
+EAPI=8
 
 inherit gnome.org gnome2-utils meson vala xdg
 
@@ -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
 }
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/gnome-usage/
@ 2023-05-09 21:16 Matt Turner
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2023-05-09 21:16 UTC (permalink / raw
  To: gentoo-commits

commit:     d0319319d46f04f2922692eba757542871890ac0
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue May  9 19:25:54 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue May  9 21:03:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0319319

sys-process/gnome-usage: Depend on vala in libhandy and tracker

Closes: https://bugs.gentoo.org/864835
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 .../{gnome-usage-3.38.1-r1.ebuild => gnome-usage-3.38.1-r2.ebuild}    | 4 ++--
 1 file changed, 2 insertions(+), 2 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-r2.ebuild
similarity index 90%
rename from sys-process/gnome-usage/gnome-usage-3.38.1-r1.ebuild
rename to sys-process/gnome-usage/gnome-usage-3.38.1-r2.ebuild
index e0fddb06bc33..2093a647313c 100644
--- a/sys-process/gnome-usage/gnome-usage-3.38.1-r1.ebuild
+++ b/sys-process/gnome-usage/gnome-usage-3.38.1-r2.ebuild
@@ -17,8 +17,8 @@ RDEPEND="
 	>=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=
+	>=gui-libs/libhandy-1.0.0:1=[vala(+)]
+	>=app-misc/tracker-3.0.3:3=[vala(+)]
 "
 DEPEND="${RDEPEND}"
 BDEPEND="


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/gnome-usage/
@ 2024-01-06 15:08 Mart Raudsepp
  0 siblings, 0 replies; 19+ messages in thread
From: Mart Raudsepp @ 2024-01-06 15:08 UTC (permalink / raw
  To: gentoo-commits

commit:     34820dc4b8002d9a3920c42a5d25952f60c31016
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  5 21:42:35 2024 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Jan  6 15:05:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34820dc4

sys-process/gnome-usage: keyword 45.0 for ~arm64

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 sys-process/gnome-usage/gnome-usage-45.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-process/gnome-usage/gnome-usage-45.0.ebuild b/sys-process/gnome-usage/gnome-usage-45.0.ebuild
index a7ae47a009a8..c576424ffbf6 100644
--- a/sys-process/gnome-usage/gnome-usage-45.0.ebuild
+++ b/sys-process/gnome-usage/gnome-usage-45.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Usage"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 RDEPEND="
 	>=dev-libs/libgee-0.8:0.8=


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/gnome-usage/
@ 2024-02-10 18:53 Arthur Zamarin
  0 siblings, 0 replies; 19+ messages in thread
From: Arthur Zamarin @ 2024-02-10 18:53 UTC (permalink / raw
  To: gentoo-commits

commit:     07c9687d05d1150d89a4386bdc56e9e0fd66f35d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 10 18:52:34 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 10 18:52:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c9687d

sys-process/gnome-usage: Stabilize 45.0 amd64, #921406

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-process/gnome-usage/gnome-usage-45.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/gnome-usage/gnome-usage-45.0.ebuild b/sys-process/gnome-usage/gnome-usage-45.0.ebuild
index c576424ffbf6..2dc2cbcc0dd7 100644
--- a/sys-process/gnome-usage/gnome-usage-45.0.ebuild
+++ b/sys-process/gnome-usage/gnome-usage-45.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Usage"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 
 RDEPEND="
 	>=dev-libs/libgee-0.8:0.8=


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/gnome-usage/
@ 2024-03-02 22:41 Mart Raudsepp
  0 siblings, 0 replies; 19+ messages in thread
From: Mart Raudsepp @ 2024-03-02 22:41 UTC (permalink / raw
  To: gentoo-commits

commit:     519e747ed081a94e5e4bb4d661a5d71fd94acd3b
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  2 22:40:16 2024 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Mar  2 22:40:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=519e747e

sys-process/gnome-usage: drop 3.38.1-r2

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 sys-process/gnome-usage/Manifest                   |  1 -
 .../gnome-usage/gnome-usage-3.38.1-r2.ebuild       | 42 ----------------------
 2 files changed, 43 deletions(-)

diff --git a/sys-process/gnome-usage/Manifest b/sys-process/gnome-usage/Manifest
index 78339cb45890..69e9597b6c82 100644
--- a/sys-process/gnome-usage/Manifest
+++ b/sys-process/gnome-usage/Manifest
@@ -1,2 +1 @@
-DIST gnome-usage-3.38.1.tar.xz 362368 BLAKE2B 988c5157efdbbb3a680b2360d817fa2fe0587accd647a69cc482da38ec040afefb06d9c3d41a2b8fd2e630802967301837a39ac721ff9717b778b70518abb39d SHA512 8c4621d0340e2fc893ffcc3dc54f2088971c764fbb80302eb171e9f066f62424e532319f9d89c1157945a4721c40eef5253ea4e6ff6f702f5953e61f99d36f07
 DIST gnome-usage-45.0.tar.xz 228160 BLAKE2B 045ba456f0cda1426fc3caa580c8d5ffaf6c0d832a77a61f4709549119fb95afaa833e76a55565b4bec29b575b88f8994550c66580624400b954f2ee0a0fd1a4 SHA512 bdc70394909a4edb7a01554aa7ba40c7c418511e7419a0ed1a32318e1b0fef4ad7d004a03debc8bd6123785a6d38e1ae89a012eece9134716ba3e6a932bcf5b5

diff --git a/sys-process/gnome-usage/gnome-usage-3.38.1-r2.ebuild b/sys-process/gnome-usage/gnome-usage-3.38.1-r2.ebuild
deleted file mode 100644
index 2093a647313c..000000000000
--- a/sys-process/gnome-usage/gnome-usage-3.38.1-r2.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=[vala(+)]
-	>=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
-}


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/gnome-usage/
@ 2024-03-23  0:03 Mart Raudsepp
  0 siblings, 0 replies; 19+ messages in thread
From: Mart Raudsepp @ 2024-03-23  0:03 UTC (permalink / raw
  To: gentoo-commits

commit:     1fd25dcc2e61656935c4a968709f943a6fc24dc7
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 23:54:50 2024 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 23:54:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd25dcc

sys-process/gnome-usage: add 45.1

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 sys-process/gnome-usage/Manifest                |  1 +
 sys-process/gnome-usage/gnome-usage-45.1.ebuild | 42 +++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/sys-process/gnome-usage/Manifest b/sys-process/gnome-usage/Manifest
index 69e9597b6c82..7fbef87119d4 100644
--- a/sys-process/gnome-usage/Manifest
+++ b/sys-process/gnome-usage/Manifest
@@ -1 +1,2 @@
 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.1.ebuild b/sys-process/gnome-usage/gnome-usage-45.1.ebuild
new file mode 100644
index 000000000000..c576424ffbf6
--- /dev/null
+++ b/sys-process/gnome-usage/gnome-usage-45.1.ebuild
@@ -0,0 +1,42 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/gnome-usage/
@ 2024-04-07  5:55 Arthur Zamarin
  0 siblings, 0 replies; 19+ messages in thread
From: Arthur Zamarin @ 2024-04-07  5:55 UTC (permalink / raw
  To: gentoo-commits

commit:     8f330c6dafc85414a45ce6b4c2c36d182b128ba7
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  7 05:55:02 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Apr  7 05:55:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f330c6d

sys-process/gnome-usage: Stabilize 45.1 amd64, #928843

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-process/gnome-usage/gnome-usage-45.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/gnome-usage/gnome-usage-45.1.ebuild b/sys-process/gnome-usage/gnome-usage-45.1.ebuild
index c576424ffbf6..2dc2cbcc0dd7 100644
--- a/sys-process/gnome-usage/gnome-usage-45.1.ebuild
+++ b/sys-process/gnome-usage/gnome-usage-45.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Usage"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 
 RDEPEND="
 	>=dev-libs/libgee-0.8:0.8=


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/gnome-usage/
@ 2024-07-16 11:28 Pacho Ramos
  0 siblings, 0 replies; 19+ messages in thread
From: Pacho Ramos @ 2024-07-16 11:28 UTC (permalink / raw
  To: gentoo-commits

commit:     b6f913ddb47c7f8db62762cf19ce989c7b284280
Author:     Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Thu Mar 21 02:20:16 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jul 16 11:25:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6f913dd

sys-process/gnome-usage: Bump to version 46.0

Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36703
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 sys-process/gnome-usage/Manifest                |  2 ++
 sys-process/gnome-usage/gnome-usage-46.0.ebuild | 42 +++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/sys-process/gnome-usage/Manifest b/sys-process/gnome-usage/Manifest
index ab6f97549d96..89650b534ed8 100644
--- a/sys-process/gnome-usage/Manifest
+++ b/sys-process/gnome-usage/Manifest
@@ -1 +1,3 @@
 DIST gnome-usage-45.1.tar.xz 232876 BLAKE2B be2f1378ba2c33ae95c9a2d2ddabfef5e08d76bb6a670b8dc10fb0c1c94ae72dfa55e934bb871dabd90b2a29bcfb2853f5ccd11047550c63f94a4b62a1be84ca SHA512 c5eaf2fda3657dc3188587f5d138c912ad3971660da98dafe210c6dff223d559df11aa44f9099a09978467acc1575229c05dd4123ddaeea438bd522c5dfc78c4
+DIST gnome-usage-45.0.tar.xz 228160 BLAKE2B 045ba456f0cda1426fc3caa580c8d5ffaf6c0d832a77a61f4709549119fb95afaa833e76a55565b4bec29b575b88f8994550c66580624400b954f2ee0a0fd1a4 SHA512 bdc70394909a4edb7a01554aa7ba40c7c418511e7419a0ed1a32318e1b0fef4ad7d004a03debc8bd6123785a6d38e1ae89a012eece9134716ba3e6a932bcf5b5
+DIST gnome-usage-46.0.tar.xz 267460 BLAKE2B 8d97ddb673a4f291493c63aa4e6802957351bf65a5f55d09fb9bbcee56685f68185176c33d120844ae887d55300abb75c3e87edbef1d2806ac1092b592bce3ab SHA512 29bd074dcab10fd676e6e9d9e13fecd7778a5aa87e338e8b3127d2d54fa86c4c8bd73805e21aa674e68568b3168b07219a0b70d934861a552593d581867cd4e6

diff --git a/sys-process/gnome-usage/gnome-usage-46.0.ebuild b/sys-process/gnome-usage/gnome-usage-46.0.ebuild
new file mode 100644
index 000000000000..f386a0089d29
--- /dev/null
+++ b/sys-process/gnome-usage/gnome-usage-46.0.ebuild
@@ -0,0 +1,42 @@
+# 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.74:2
+	>=gui-libs/gtk-4.11.3:4
+	>=gnome-base/libgtop-2.34.0:2=
+	>=gui-libs/libadwaita-1.5: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
+}


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/gnome-usage/
@ 2024-07-16 11:28 Pacho Ramos
  0 siblings, 0 replies; 19+ messages in thread
From: Pacho Ramos @ 2024-07-16 11:28 UTC (permalink / raw
  To: gentoo-commits

commit:     c7760cdd76d2cb2e0f4d31779a843d4378507e00
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 16 11:26:41 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jul 16 11:26:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7760cdd

sys-process/gnome-usage: update HOMEPAGE

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 sys-process/gnome-usage/Manifest                | 1 -
 sys-process/gnome-usage/gnome-usage-46.0.ebuild | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys-process/gnome-usage/Manifest b/sys-process/gnome-usage/Manifest
index 89650b534ed8..e1f1313c9f0d 100644
--- a/sys-process/gnome-usage/Manifest
+++ b/sys-process/gnome-usage/Manifest
@@ -1,3 +1,2 @@
 DIST gnome-usage-45.1.tar.xz 232876 BLAKE2B be2f1378ba2c33ae95c9a2d2ddabfef5e08d76bb6a670b8dc10fb0c1c94ae72dfa55e934bb871dabd90b2a29bcfb2853f5ccd11047550c63f94a4b62a1be84ca SHA512 c5eaf2fda3657dc3188587f5d138c912ad3971660da98dafe210c6dff223d559df11aa44f9099a09978467acc1575229c05dd4123ddaeea438bd522c5dfc78c4
-DIST gnome-usage-45.0.tar.xz 228160 BLAKE2B 045ba456f0cda1426fc3caa580c8d5ffaf6c0d832a77a61f4709549119fb95afaa833e76a55565b4bec29b575b88f8994550c66580624400b954f2ee0a0fd1a4 SHA512 bdc70394909a4edb7a01554aa7ba40c7c418511e7419a0ed1a32318e1b0fef4ad7d004a03debc8bd6123785a6d38e1ae89a012eece9134716ba3e6a932bcf5b5
 DIST gnome-usage-46.0.tar.xz 267460 BLAKE2B 8d97ddb673a4f291493c63aa4e6802957351bf65a5f55d09fb9bbcee56685f68185176c33d120844ae887d55300abb75c3e87edbef1d2806ac1092b592bce3ab SHA512 29bd074dcab10fd676e6e9d9e13fecd7778a5aa87e338e8b3127d2d54fa86c4c8bd73805e21aa674e68568b3168b07219a0b70d934861a552593d581867cd4e6

diff --git a/sys-process/gnome-usage/gnome-usage-46.0.ebuild b/sys-process/gnome-usage/gnome-usage-46.0.ebuild
index f386a0089d29..162e0c03cabc 100644
--- a/sys-process/gnome-usage/gnome-usage-46.0.ebuild
+++ b/sys-process/gnome-usage/gnome-usage-46.0.ebuild
@@ -6,7 +6,7 @@ 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"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-usage"
 
 LICENSE="GPL-3+"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2024-07-16 11:28 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-26  0:20 [gentoo-commits] repo/gentoo:master commit in: sys-process/gnome-usage/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-07-16 11:28 Pacho Ramos
2024-07-16 11:28 Pacho Ramos
2024-04-07  5:55 Arthur Zamarin
2024-03-23  0:03 Mart Raudsepp
2024-03-02 22:41 Mart Raudsepp
2024-02-10 18:53 Arthur Zamarin
2024-01-06 15:08 Mart Raudsepp
2023-05-09 21:16 Matt Turner
2023-01-01 16:20 David Seifert
2023-01-01 14:48 David Seifert
2021-05-31  2:00 Matt Turner
2021-05-29  9:02 Sam James
2021-04-28 16:27 Matt Turner
2021-04-28 16:12 Matt Turner
2021-04-13 21:26 Matt Turner
2020-01-27  9:45 Mikle Kolyada
2020-01-26 18:13 Mart Raudsepp
2019-08-02  3:20 Sobhan Mohammadpour

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox