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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87A63158090 for ; Sat, 14 May 2022 22:56:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A60E32BC009; Sat, 14 May 2022 22:56:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F2AF2BC009 for ; Sat, 14 May 2022 22:56:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B63C2341B86 for ; Sat, 14 May 2022 22:56:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 920ED47B for ; Sat, 14 May 2022 22:56:17 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1652568969.3cd12296c2348ca984447390233689b63850a72a.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/g15stats/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/g15stats/Manifest app-misc/g15stats/g15stats-3.0.3.ebuild X-VCS-Directories: app-misc/g15stats/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 3cd12296c2348ca984447390233689b63850a72a X-VCS-Branch: master Date: Sat, 14 May 2022 22:56:17 +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: a9a0bc88-681f-4f8a-8112-0f6cc69b2df0 X-Archives-Hash: 6cab658073bae211c7c56560bf45cf6a commit: 3cd12296c2348ca984447390233689b63850a72a Author: Lars Wendler gentoo org> AuthorDate: Sat May 14 16:49:52 2022 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat May 14 22:56:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cd12296 app-misc/g15stats: Bump to version 3.0.3 Signed-off-by: Lars Wendler gentoo.org> app-misc/g15stats/Manifest | 1 + app-misc/g15stats/g15stats-3.0.3.ebuild | 53 +++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) diff --git a/app-misc/g15stats/Manifest b/app-misc/g15stats/Manifest index 49956fcbccca..b0d6e367bea6 100644 --- a/app-misc/g15stats/Manifest +++ b/app-misc/g15stats/Manifest @@ -1 +1,2 @@ DIST g15stats-1.9.7.tar.bz2 24103 BLAKE2B ead6f95c1e320b975a0d3ace2c76c1244e5c36b5df60bb73133d19c2bab4f21e1a9d1c423baa9d87feae166861734c02fa60d7ec2e06a0ab764b77a0e00c7ba5 SHA512 de447dfddd563513205b29b3611b0558371b2a7fbe7bf3aa11cd997c0ee2767b3aba05df9745d15e5c0b81382b96163fb7d33ba6a77e04ac817c7a8e26e228ff +DIST g15stats-3.0.3.tar.bz2 300026 BLAKE2B 2504b283d26f69148672f2645acf2f7b81dfb3028c29485c1174c6283fdc2d352c53765e169d0ed721333ed8cea55c9a0d6d57785f30fbbcbd8219338c7f1e8c SHA512 6034fec8f2188182c6fd7587ec5f5ef8d06b617875573382385edc12f1aefb3b9bf52b437eafb7c9412676c5ceae42ae8c9c2099270908aea2b949d01df79047 diff --git a/app-misc/g15stats/g15stats-3.0.3.ebuild b/app-misc/g15stats/g15stats-3.0.3.ebuild new file mode 100644 index 000000000000..9326af7c19ce --- /dev/null +++ b/app-misc/g15stats/g15stats-3.0.3.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="CPU, memory, swap, network stats for G15 Keyboard" +HOMEPAGE="https://gitlab.com/menelkir/g15stats" +if [[ ${PV} == *9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/menelkir/g15stats.git" +else + SRC_URI="https://gitlab.com/menelkir/${PN}/-/archive/${PV}/${P}.tar.bz2" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-2" +SLOT="0" + +RDEPEND=" + >=app-misc/g15daemon-3.0 + >=dev-libs/libg15-3.0 + >=dev-libs/libg15render-3.0 + sys-libs/zlib + gnome-base/libgtop +" + +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +src_prepare() { + default + eautoreconf +} + +src_configure() { + export CPPFLAGS="${CFLAGS}" + econf +} + +src_install() { + default + rm "${ED}"/usr/share/doc/${PF}/{COPYING,NEWS} || die + + newconfd "${FILESDIR}/${PN}-1.9.7.confd" ${PN} + newinitd "${FILESDIR}/${PN}-1.9.7.initd-r1" ${PN} +} + +pkg_postinst() { + elog "Remember to set the interface you want monitored in" + elog "/etc/conf.d/g15stats" +}