From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/g15stats/
Date: Sat, 14 May 2022 22:56:17 +0000 (UTC) [thread overview]
Message-ID: <1652568969.e860ad9bb4840b12753469df1ec7fe0bd6d65249.polynomial-c@gentoo> (raw)
commit: e860ad9bb4840b12753469df1ec7fe0bd6d65249
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 16:48:55 2022 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat May 14 22:56:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e860ad9b
app-misc/g15stats: Added live ebuild
- new upstream
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
app-misc/g15stats/g15stats-9999.ebuild | 53 ++++++++++++++++++++++++++++++++++
1 file changed, 53 insertions(+)
diff --git a/app-misc/g15stats/g15stats-9999.ebuild b/app-misc/g15stats/g15stats-9999.ebuild
new file mode 100644
index 000000000000..9326af7c19ce
--- /dev/null
+++ b/app-misc/g15stats/g15stats-9999.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"
+}
next reply other threads:[~2022-05-14 22:56 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-14 22:56 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-08 14:09 [gentoo-commits] repo/gentoo:master commit in: app-misc/g15stats/ Petr Vaněk
2024-05-29 18:56 Robin H. Johnson
2022-05-14 22:56 Lars Wendler
2017-12-14 22:12 Robin H. Johnson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1652568969.e860ad9bb4840b12753469df1ec7fe0bd6d65249.polynomial-c@gentoo \
--to=polynomial-c@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox