public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-power/gwe/
Date: Mon,  9 May 2022 18:44:03 +0000 (UTC)	[thread overview]
Message-ID: <1652104928.ccfffeca724a30ec3a17fd581b9d9c6ca8ce77b8.andrewammerlaan@gentoo> (raw)

commit:     ccfffeca724a30ec3a17fd581b9d9c6ca8ce77b8
Author:     Duje Mihanović <duje.mihanovic <AT> skole <DOT> hr>
AuthorDate: Mon May  9 13:57:20 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May  9 14:02:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ccfffeca

sys-power/gwe: add 0.15.5

Signed-off-by: Duje Mihanović <duje.mihanovic <AT> skole.hr>

 sys-power/gwe/Manifest          |  1 +
 sys-power/gwe/gwe-0.15.5.ebuild | 56 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/sys-power/gwe/Manifest b/sys-power/gwe/Manifest
index 89b1715ff..6c567ee11 100644
--- a/sys-power/gwe/Manifest
+++ b/sys-power/gwe/Manifest
@@ -1 +1,2 @@
 DIST gwe-0.15.3.tar.gz 365945 BLAKE2B da0ecb0d407b2745452b59dd638b0ca2e41c873b2534f83074662607826c65aa9ff54a2fb06695accd3ca98f67266d13f2cf4d441ff5d7a03af22f32b75a7239 SHA512 f3577ed2afd647167d0d933cb8ccfb4b3308c35cf5bb3858b1a7dd084148c3594c7112523480e433250c8626001e68f9d6f1b21744eba19672b7b55c6eded754
+DIST gwe-0.15.5.tar.gz 366020 BLAKE2B 7a95b4065b5862edee070931417d8fcd848dc02ab6098a95b53e138325840c8b3920f28d6b93a1018562bad8c47f9cc7d2267b26012b33f0cbbd5e1e7777367d SHA512 380b96a664be7a0bdbe36906a8aff29e229445cec23c10cd14b22c31fe06c86163fa45ab1e165f91218f2ed58302eb5ac65ec5f7f7bf4548b06501a6eac9fc5f

diff --git a/sys-power/gwe/gwe-0.15.5.ebuild b/sys-power/gwe/gwe-0.15.5.ebuild
new file mode 100644
index 000000000..8ea60f329
--- /dev/null
+++ b/sys-power/gwe/gwe-0.15.5.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit xdg meson python-single-r1
+
+DESCRIPTION="NVIDIA settings alternative with overclocking, fan control, and information"
+HOMEPAGE="https://gitlab.com/leinardi/gwe"
+SRC_URI="https://gitlab.com/leinardi/gwe/-/archive/${PV}/${P}.tar.gz"
+
+KEYWORDS="~amd64"
+SLOT="0"
+LICENSE="GPL-3"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+		${PYTHON_DEPS}
+		dev-libs/gobject-introspection
+		dev-libs/libappindicator:3
+		dev-libs/libdazzle
+
+		$(python_gen_cond_dep '
+			dev-python/injector[${PYTHON_USEDEP}]
+			dev-python/matplotlib[${PYTHON_USEDEP}]
+			dev-python/peewee[${PYTHON_USEDEP}]
+			dev-python/py3nvml[${PYTHON_USEDEP}]
+			dev-python/pygobject:3[${PYTHON_USEDEP}]
+			dev-python/python-xlib[${PYTHON_USEDEP}]
+			dev-python/pyxdg[${PYTHON_USEDEP}]
+			dev-python/requests[${PYTHON_USEDEP}]
+			dev-python/Rx[${PYTHON_USEDEP}]
+		')
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+		${RDEPEND}
+		dev-libs/appstream-glib
+		virtual/pkgconfig
+"
+
+src_prepare() {
+	# Disable post-inst script – let the ebuild handle it
+	sed -i meson.build \
+		-e "s:meson.add_install_script('scripts/meson_post_install.py')::g" \
+		|| die
+
+	default
+}
+
+src_install() {
+	meson_src_install
+	python_optimize
+}


             reply	other threads:[~2022-05-09 18:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-09 18:44 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-12-15 11:20 [gentoo-commits] repo/proj/guru:dev commit in: sys-power/gwe/ Andrew Ammerlaan
2021-12-15 11:20 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-04-09 12:53 Andrew Ammerlaan
2021-04-09 12:52 Andrew Ammerlaan

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=1652104928.ccfffeca724a30ec3a17fd581b9d9c6ca8ce77b8.andrewammerlaan@gentoo \
    --to=andrewammerlaan@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