* [gentoo-commits] repo/proj/guru:master commit in: sys-power/gwe/
@ 2021-04-09 12:52 Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-04-09 12:52 UTC (permalink / raw
To: gentoo-commits
commit: b2a43ebcd240722f6af24ef1e3541c6482a0820e
Author: Octiabrina Terrien-Puig <octiabrina <AT> myrvogna <DOT> net>
AuthorDate: Thu Apr 8 19:10:34 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Apr 8 19:18:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b2a43ebc
sys-power/gwe: new package
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Octiabrina Terrien-Puig <octiabrina <AT> myrvogna.net>
sys-power/gwe/Manifest | 1 +
sys-power/gwe/gwe-0.15.2.ebuild | 67 +++++++++++++++++++++++++++++++++++++++++
sys-power/gwe/metadata.xml | 11 +++++++
3 files changed, 79 insertions(+)
diff --git a/sys-power/gwe/Manifest b/sys-power/gwe/Manifest
new file mode 100644
index 000000000..4b1465161
--- /dev/null
+++ b/sys-power/gwe/Manifest
@@ -0,0 +1 @@
+DIST gwe-0.15.2.tar.gz 365396 BLAKE2B 166afc622c13829f727304f9d5ba0a39a0c6f8225222f26e342b3791ed9e2d45c2bb996129cc09b88b6a1ee4effe51a160825fa70a92d1e6ae5458d0eaf431d8 SHA512 f6e0e0cb6e5139fd81371fc3e6eb50d2f87193608de4db99d87891da3ecc90828a80e8a7d0c653ea781bee9ced14353e73d0362e92d1c2b4e29b6c3df2d46a57
diff --git a/sys-power/gwe/gwe-0.15.2.ebuild b/sys-power/gwe/gwe-0.15.2.ebuild
new file mode 100644
index 000000000..13f2933e0
--- /dev/null
+++ b/sys-power/gwe/gwe-0.15.2.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit gnome2-utils meson python-single-r1 xdg-utils
+
+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
+}
+
+pkg_postinst() {
+ gnome2_schemas_update
+ xdg_desktop_database_update
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_schemas_update
+ xdg_desktop_database_update
+ xdg_icon_cache_update
+}
diff --git a/sys-power/gwe/metadata.xml b/sys-power/gwe/metadata.xml
new file mode 100644
index 000000000..6535f7da7
--- /dev/null
+++ b/sys-power/gwe/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>octiabrina@myrvogna.net</email>
+ <name>Octiabrina Terrien-Puig</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="gitlab">leinardi/gwe</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: sys-power/gwe/
@ 2021-04-09 12:53 Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-04-09 12:53 UTC (permalink / raw
To: gentoo-commits
commit: f944b97430ed78ee362f88868030436f23bc4e82
Author: Octiabrina Terrien-Puig <octiabrina <AT> myrvogna <DOT> net>
AuthorDate: Fri Apr 9 07:35:48 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Apr 9 07:35:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f944b974
sys-power/gwe: change xdg-utils to xdg
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Octiabrina Terrien-Puig <octiabrina <AT> myrvogna.net>
sys-power/gwe/gwe-0.15.2.ebuild | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git a/sys-power/gwe/gwe-0.15.2.ebuild b/sys-power/gwe/gwe-0.15.2.ebuild
index 13f2933e0..3f74dc80c 100644
--- a/sys-power/gwe/gwe-0.15.2.ebuild
+++ b/sys-power/gwe/gwe-0.15.2.ebuild
@@ -4,7 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
-inherit gnome2-utils meson python-single-r1 xdg-utils
+inherit xdg gnome2-utils meson python-single-r1
DESCRIPTION="NVIDIA settings alternative with overclocking, fan control, and information"
HOMEPAGE="https://gitlab.com/leinardi/gwe"
@@ -53,15 +53,3 @@ src_install() {
meson_src_install
python_optimize
}
-
-pkg_postinst() {
- gnome2_schemas_update
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_schemas_update
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: sys-power/gwe/
2021-12-15 11:20 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2021-12-15 11:20 ` Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-12-15 11:20 UTC (permalink / raw
To: gentoo-commits
commit: c0e179f06f96e216252f98ccecdf421b5c96f804
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 11:19:42 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 11:19:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c0e179f0
sys-power/gwe: drop UnusedInherits
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sys-power/gwe/gwe-0.15.3.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sys-power/gwe/gwe-0.15.3.ebuild b/sys-power/gwe/gwe-0.15.3.ebuild
index 0b602b548..54f1d3892 100644
--- a/sys-power/gwe/gwe-0.15.3.ebuild
+++ b/sys-power/gwe/gwe-0.15.3.ebuild
@@ -4,7 +4,8 @@
EAPI=7
PYTHON_COMPAT=( python3_{8..9} )
-inherit xdg gnome2-utils meson python-single-r1
+
+inherit xdg meson python-single-r1
DESCRIPTION="NVIDIA settings alternative with overclocking, fan control, and information"
HOMEPAGE="https://gitlab.com/leinardi/gwe"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: sys-power/gwe/
@ 2022-05-09 18:44 Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2022-05-09 18:44 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-05-09 18:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-09 12:53 [gentoo-commits] repo/proj/guru:master commit in: sys-power/gwe/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2022-05-09 18:44 Andrew Ammerlaan
2021-12-15 11:20 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-12-15 11:20 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-04-09 12:52 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox