From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5C764138334 for ; Fri, 2 Aug 2019 03:20:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FDB0E0729; Fri, 2 Aug 2019 03:20:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3CAEE0729 for ; Fri, 2 Aug 2019 03:20:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3474C3492B3 for ; Fri, 2 Aug 2019 03:20:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DEFA622 for ; Fri, 2 Aug 2019 03:20:11 +0000 (UTC) From: "Sobhan Mohammadpour" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sobhan Mohammadpour" Message-ID: <1564716005.c0957dc25d73e5097e08fbc419dda9f685496741.sobhan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/gnome-usage/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/gnome-usage/Manifest sys-process/gnome-usage/gnome-usage-3.32.0.ebuild sys-process/gnome-usage/metadata.xml X-VCS-Directories: sys-process/gnome-usage/ X-VCS-Committer: sobhan X-VCS-Committer-Name: Sobhan Mohammadpour X-VCS-Revision: c0957dc25d73e5097e08fbc419dda9f685496741 X-VCS-Branch: master Date: Fri, 2 Aug 2019 03:20:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8604f66a-4ab5-4bc2-820a-78feaa7736a6 X-Archives-Hash: a52bf47fd296a873dd829225eea50d2d commit: c0957dc25d73e5097e08fbc419dda9f685496741 Author: Sobhan Mohammadpour gentoo org> AuthorDate: Fri Aug 2 03:17:54 2019 +0000 Commit: Sobhan Mohammadpour gentoo 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 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 @@ + + + + + gnome@gentoo.org + Gentoo GNOME Desktop + +