public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2024-01-11 11:57 David Roman
  0 siblings, 0 replies; 36+ messages in thread
From: David Roman @ 2024-01-11 11:57 UTC (permalink / raw
  To: gentoo-commits

commit:     80d07f1190349fe5a1f7b94d8e764ac03d512119
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Wed Jan 10 11:40:39 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Jan 10 11:40:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80d07f11

gui-apps/nwg-shell-config: add 0.5.31

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 +
 .../nwg-shell-config-0.5.31.ebuild                 | 43 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index 4bf2106ce7..169288327b 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-shell-config-0.5.29.tar.gz 114068 BLAKE2B 1bbf5fb29f91ae2684b07159e2c590601cec0441ecc542bbecfad77d1d3573c30b874852acf64c1ec6c903ccbee74038832ef543ba948c3499955860b6b384eb SHA512 109e257e875bd76d1fda983f2f59fab9110a957f5cdfabff2b91321156893cdc9ec726618738546dd477d6147d41d53c0dc47c09b59f22aae16e01000a844f12
 DIST nwg-shell-config-0.5.30.tar.gz 113863 BLAKE2B ce3ceb5a69fb53ec81a392e69e5114bebeaa1bd6e3128ea50a5cd683f18b6534bb44bca59ae191df78e39de9ea9db157bd98524d053312499ced990b5aa8f7f3 SHA512 f4317771ffe33fac73ae316f3be16065181be805e1a5223a3e9fbab358cd5cc0168018ef866962402d593f24cd811ac9c6197bc4f66c0669bb6d89fe4f7f7e6d
+DIST nwg-shell-config-0.5.31.tar.gz 114349 BLAKE2B 82dab1973d7fe40b76a06525517fb7211e5a21cac1e4bd793c23c9f46afe8811b132b793f302b8c42f2b915661b3acec6bc0f30741dee04a612de8ccfd249ad1 SHA512 caac936d953fa1dff56db0332101e90979428a9314a6ca9fe88d8230bf172213593240dfd7b7d3cea1336f6fbe71839764a2f084a8e47e3398c3335c32d12eef

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.31.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.31.ebuild
new file mode 100644
index 0000000000..4750a5f43b
--- /dev/null
+++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.31.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit desktop distutils-r1 xdg-utils
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="nwg-shell configuration utility"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
+LICENSE="MIT"
+
+SLOT="0"
+
+RDEPEND="
+	gui-apps/nwg-shell
+	sci-geosciences/geopy
+	x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	distutils-r1_python_install_all
+	domenu nwg-shell-config.desktop
+	doicon nwg-shell-config.svg
+	doicon nwg-shell-update.svg
+	doicon nwg-shell-translate.svg
+	doicon nwg-update-noupdate.svg
+	doicon nwg-update-available.svg
+	doicon nwg-update-checking.svg
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2024-08-23  0:18 David Roman
  0 siblings, 0 replies; 36+ messages in thread
From: David Roman @ 2024-08-23  0:18 UTC (permalink / raw
  To: gentoo-commits

commit:     d5854540fcb5136620b0fec7e979510a28ec1171
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Thu Aug 22 19:30:04 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Aug 22 19:30:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d5854540

gui-apps/nwg-shell-config: add 0.5.46

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 +
 .../nwg-shell-config-0.5.46.ebuild                 | 41 ++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index d69499d5b..2db79b94b 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-shell-config-0.5.41.tar.gz 117746 BLAKE2B dc7440e8da1ebd3124cf001941339daf2ba333d85f5eb0a07bbcff93c72377a4f82a9f3fed42a68dd7e4bc4e7099cff4c3c1bb11b5e0375ff69811597c78ca37 SHA512 6b38054b17ddf8220e105a56e9c10dd0fc58fd395d65eb45237fe7a5f2d4dbbd188e5672bebd0606b4eb59b613a10805b560406a0aa4bfa318ac237c9137bb99
 DIST nwg-shell-config-0.5.42.tar.gz 118692 BLAKE2B 81fb613a6528e0675ed1635e4ade3132d9266dc9c0625ee4e5f772dab103cbc702a40a7ba08ffd0082342b9631a33c190152d68da2ab5ceb3dd21ea55f20a7a8 SHA512 9f816a3236cd91d5135f214bc691066215f453eb481b088577fb38c8d9b3b9a67a5c7edf1f6689f24d4fd45722c498034ccb3a1c5ed9542cc2572e303b0e6bde
+DIST nwg-shell-config-0.5.46.tar.gz 116709 BLAKE2B 6044602893541cdfa3f359310a87a1194f42f5d014a568f060a21be8c833122a1131c3fe7bc1d6ad57594958fd66e1b802b12067336ff1697a5c401224a297fa SHA512 219596e216ee04797bf1b176995fabcee82308b727fbfe0067a45364790780fc74c6afda3b6721226ae4fa0deca67d5d7c3765282da2f54c95d20f418794ab63

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.46.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.46.ebuild
new file mode 100644
index 000000000..18bb5419f
--- /dev/null
+++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.46.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit desktop distutils-r1 xdg-utils
+
+DESCRIPTION="nwg-shell configuration utility"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
+SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	gui-apps/nwg-shell
+	sci-geosciences/geopy
+	x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	distutils-r1_python_install_all
+	domenu nwg-shell-config.desktop
+	doicon nwg-shell-config.svg
+	doicon nwg-shell-update.svg
+	doicon nwg-shell-translate.svg
+	doicon nwg-update-noupdate.svg
+	doicon nwg-update-available.svg
+	doicon nwg-update-checking.svg
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2024-07-08 16:36 David Roman
  0 siblings, 0 replies; 36+ messages in thread
From: David Roman @ 2024-07-08 16:36 UTC (permalink / raw
  To: gentoo-commits

commit:     090943876881b0460ae2708c2a29089a250c0642
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Fri Jul  5 18:57:32 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Jul  5 18:57:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=09094387

gui-apps/nwg-shell-config: drop 0.5.38

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 -
 .../nwg-shell-config-0.5.38.ebuild                 | 41 ----------------------
 2 files changed, 42 deletions(-)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index 8c78222b8..f3a448979 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,4 +1,3 @@
-DIST nwg-shell-config-0.5.38.tar.gz 117607 BLAKE2B d233971aa62f42b815c72977ba923b6b61624821af0dbf0314ed57078e00e166e5866a8f0a4f87deda1c5dcac63b5694bf63b63529a64593a51f43d3c384abaf SHA512 848bf82306d68075db7f5d3b2bc13920e72b3f9fd027332c34b9a101fd9a9e92749ca9992e16713d929e6f5fb940b53abc27c02bdde8bf8615bfa8aa067c12b3
 DIST nwg-shell-config-0.5.39.tar.gz 117834 BLAKE2B f842a865155e4b18260a4c75f27446ee6fcbcf5dca1911f45dfd3f48019a668ae98c7038be9d23972b182044d5fe9b51922139d5c0f9e2eea6e077a30daad88a SHA512 8c5312231ddd85c4ef7ecbf03651acd6095552822c2da3b8cc8061f067ef8e2d1990130768e63598fa5399206944fffbbcd070c69e2cee3f2b7558fdd699ebbd
 DIST nwg-shell-config-0.5.40.tar.gz 117745 BLAKE2B c0fe83c86e7ffc4706fbff36a99bacbe010df682f385fdd7e89125a45076a06427844c85b68debded3a78117d4d44848bc377ccf011f8f9419b741462386dcd5 SHA512 4e7aaef64669cbe9b67ec7c9d472704db562ed290ffab2aaaf53f4ba198909758359fbe6abca258937099eec50b38f417a8f734efe92bf9879617aef6fac3c2f
 DIST nwg-shell-config-0.5.41.tar.gz 117746 BLAKE2B dc7440e8da1ebd3124cf001941339daf2ba333d85f5eb0a07bbcff93c72377a4f82a9f3fed42a68dd7e4bc4e7099cff4c3c1bb11b5e0375ff69811597c78ca37 SHA512 6b38054b17ddf8220e105a56e9c10dd0fc58fd395d65eb45237fe7a5f2d4dbbd188e5672bebd0606b4eb59b613a10805b560406a0aa4bfa318ac237c9137bb99

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.38.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.38.ebuild
deleted file mode 100644
index 18bb5419f..000000000
--- a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.38.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..12} )
-DISTUTILS_USE_PEP517=setuptools
-inherit desktop distutils-r1 xdg-utils
-
-DESCRIPTION="nwg-shell configuration utility"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
-SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	gui-apps/nwg-shell
-	sci-geosciences/geopy
-	x11-libs/gtk+:3
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-	distutils-r1_python_install_all
-	domenu nwg-shell-config.desktop
-	doicon nwg-shell-config.svg
-	doicon nwg-shell-update.svg
-	doicon nwg-shell-translate.svg
-	doicon nwg-update-noupdate.svg
-	doicon nwg-update-available.svg
-	doicon nwg-update-checking.svg
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2024-07-08 16:36 David Roman
  0 siblings, 0 replies; 36+ messages in thread
From: David Roman @ 2024-07-08 16:36 UTC (permalink / raw
  To: gentoo-commits

commit:     9be24a480401a6df4effea340210aef15b3aef55
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Fri Jul  5 18:58:03 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Jul  5 18:58:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9be24a48

gui-apps/nwg-shell-config: drop 0.5.40

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 -
 .../nwg-shell-config-0.5.40.ebuild                 | 41 ----------------------
 2 files changed, 42 deletions(-)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index fadc85686..d69499d5b 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,3 +1,2 @@
-DIST nwg-shell-config-0.5.40.tar.gz 117745 BLAKE2B c0fe83c86e7ffc4706fbff36a99bacbe010df682f385fdd7e89125a45076a06427844c85b68debded3a78117d4d44848bc377ccf011f8f9419b741462386dcd5 SHA512 4e7aaef64669cbe9b67ec7c9d472704db562ed290ffab2aaaf53f4ba198909758359fbe6abca258937099eec50b38f417a8f734efe92bf9879617aef6fac3c2f
 DIST nwg-shell-config-0.5.41.tar.gz 117746 BLAKE2B dc7440e8da1ebd3124cf001941339daf2ba333d85f5eb0a07bbcff93c72377a4f82a9f3fed42a68dd7e4bc4e7099cff4c3c1bb11b5e0375ff69811597c78ca37 SHA512 6b38054b17ddf8220e105a56e9c10dd0fc58fd395d65eb45237fe7a5f2d4dbbd188e5672bebd0606b4eb59b613a10805b560406a0aa4bfa318ac237c9137bb99
 DIST nwg-shell-config-0.5.42.tar.gz 118692 BLAKE2B 81fb613a6528e0675ed1635e4ade3132d9266dc9c0625ee4e5f772dab103cbc702a40a7ba08ffd0082342b9631a33c190152d68da2ab5ceb3dd21ea55f20a7a8 SHA512 9f816a3236cd91d5135f214bc691066215f453eb481b088577fb38c8d9b3b9a67a5c7edf1f6689f24d4fd45722c498034ccb3a1c5ed9542cc2572e303b0e6bde

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.40.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.40.ebuild
deleted file mode 100644
index 18bb5419f..000000000
--- a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.40.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..12} )
-DISTUTILS_USE_PEP517=setuptools
-inherit desktop distutils-r1 xdg-utils
-
-DESCRIPTION="nwg-shell configuration utility"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
-SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	gui-apps/nwg-shell
-	sci-geosciences/geopy
-	x11-libs/gtk+:3
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-	distutils-r1_python_install_all
-	domenu nwg-shell-config.desktop
-	doicon nwg-shell-config.svg
-	doicon nwg-shell-update.svg
-	doicon nwg-shell-translate.svg
-	doicon nwg-update-noupdate.svg
-	doicon nwg-update-available.svg
-	doicon nwg-update-checking.svg
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2024-07-08 16:36 David Roman
  0 siblings, 0 replies; 36+ messages in thread
From: David Roman @ 2024-07-08 16:36 UTC (permalink / raw
  To: gentoo-commits

commit:     2fd4031c27b891ac3947824c87adc990aba06236
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Fri Jul  5 18:57:48 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Jul  5 18:57:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2fd4031c

gui-apps/nwg-shell-config: drop 0.5.39

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 -
 .../nwg-shell-config-0.5.39.ebuild                 | 41 ----------------------
 2 files changed, 42 deletions(-)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index f3a448979..fadc85686 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,4 +1,3 @@
-DIST nwg-shell-config-0.5.39.tar.gz 117834 BLAKE2B f842a865155e4b18260a4c75f27446ee6fcbcf5dca1911f45dfd3f48019a668ae98c7038be9d23972b182044d5fe9b51922139d5c0f9e2eea6e077a30daad88a SHA512 8c5312231ddd85c4ef7ecbf03651acd6095552822c2da3b8cc8061f067ef8e2d1990130768e63598fa5399206944fffbbcd070c69e2cee3f2b7558fdd699ebbd
 DIST nwg-shell-config-0.5.40.tar.gz 117745 BLAKE2B c0fe83c86e7ffc4706fbff36a99bacbe010df682f385fdd7e89125a45076a06427844c85b68debded3a78117d4d44848bc377ccf011f8f9419b741462386dcd5 SHA512 4e7aaef64669cbe9b67ec7c9d472704db562ed290ffab2aaaf53f4ba198909758359fbe6abca258937099eec50b38f417a8f734efe92bf9879617aef6fac3c2f
 DIST nwg-shell-config-0.5.41.tar.gz 117746 BLAKE2B dc7440e8da1ebd3124cf001941339daf2ba333d85f5eb0a07bbcff93c72377a4f82a9f3fed42a68dd7e4bc4e7099cff4c3c1bb11b5e0375ff69811597c78ca37 SHA512 6b38054b17ddf8220e105a56e9c10dd0fc58fd395d65eb45237fe7a5f2d4dbbd188e5672bebd0606b4eb59b613a10805b560406a0aa4bfa318ac237c9137bb99
 DIST nwg-shell-config-0.5.42.tar.gz 118692 BLAKE2B 81fb613a6528e0675ed1635e4ade3132d9266dc9c0625ee4e5f772dab103cbc702a40a7ba08ffd0082342b9631a33c190152d68da2ab5ceb3dd21ea55f20a7a8 SHA512 9f816a3236cd91d5135f214bc691066215f453eb481b088577fb38c8d9b3b9a67a5c7edf1f6689f24d4fd45722c498034ccb3a1c5ed9542cc2572e303b0e6bde

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.39.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.39.ebuild
deleted file mode 100644
index 18bb5419f..000000000
--- a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.39.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..12} )
-DISTUTILS_USE_PEP517=setuptools
-inherit desktop distutils-r1 xdg-utils
-
-DESCRIPTION="nwg-shell configuration utility"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
-SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	gui-apps/nwg-shell
-	sci-geosciences/geopy
-	x11-libs/gtk+:3
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-	distutils-r1_python_install_all
-	domenu nwg-shell-config.desktop
-	doicon nwg-shell-config.svg
-	doicon nwg-shell-update.svg
-	doicon nwg-shell-translate.svg
-	doicon nwg-update-noupdate.svg
-	doicon nwg-update-available.svg
-	doicon nwg-update-checking.svg
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2024-07-08 16:36 David Roman
  0 siblings, 0 replies; 36+ messages in thread
From: David Roman @ 2024-07-08 16:36 UTC (permalink / raw
  To: gentoo-commits

commit:     85a2ca1a91d12b6c1c600609b687a38df7dd9498
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Fri Jul  5 18:57:17 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Jul  5 18:57:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=85a2ca1a

gui-apps/nwg-shell-config: add 0.5.42

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 +
 .../nwg-shell-config-0.5.42.ebuild                 | 41 ++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index 2eb71e47e..8c78222b8 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -2,3 +2,4 @@ DIST nwg-shell-config-0.5.38.tar.gz 117607 BLAKE2B d233971aa62f42b815c72977ba923
 DIST nwg-shell-config-0.5.39.tar.gz 117834 BLAKE2B f842a865155e4b18260a4c75f27446ee6fcbcf5dca1911f45dfd3f48019a668ae98c7038be9d23972b182044d5fe9b51922139d5c0f9e2eea6e077a30daad88a SHA512 8c5312231ddd85c4ef7ecbf03651acd6095552822c2da3b8cc8061f067ef8e2d1990130768e63598fa5399206944fffbbcd070c69e2cee3f2b7558fdd699ebbd
 DIST nwg-shell-config-0.5.40.tar.gz 117745 BLAKE2B c0fe83c86e7ffc4706fbff36a99bacbe010df682f385fdd7e89125a45076a06427844c85b68debded3a78117d4d44848bc377ccf011f8f9419b741462386dcd5 SHA512 4e7aaef64669cbe9b67ec7c9d472704db562ed290ffab2aaaf53f4ba198909758359fbe6abca258937099eec50b38f417a8f734efe92bf9879617aef6fac3c2f
 DIST nwg-shell-config-0.5.41.tar.gz 117746 BLAKE2B dc7440e8da1ebd3124cf001941339daf2ba333d85f5eb0a07bbcff93c72377a4f82a9f3fed42a68dd7e4bc4e7099cff4c3c1bb11b5e0375ff69811597c78ca37 SHA512 6b38054b17ddf8220e105a56e9c10dd0fc58fd395d65eb45237fe7a5f2d4dbbd188e5672bebd0606b4eb59b613a10805b560406a0aa4bfa318ac237c9137bb99
+DIST nwg-shell-config-0.5.42.tar.gz 118692 BLAKE2B 81fb613a6528e0675ed1635e4ade3132d9266dc9c0625ee4e5f772dab103cbc702a40a7ba08ffd0082342b9631a33c190152d68da2ab5ceb3dd21ea55f20a7a8 SHA512 9f816a3236cd91d5135f214bc691066215f453eb481b088577fb38c8d9b3b9a67a5c7edf1f6689f24d4fd45722c498034ccb3a1c5ed9542cc2572e303b0e6bde

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.42.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.42.ebuild
new file mode 100644
index 000000000..18bb5419f
--- /dev/null
+++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.42.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit desktop distutils-r1 xdg-utils
+
+DESCRIPTION="nwg-shell configuration utility"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
+SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	gui-apps/nwg-shell
+	sci-geosciences/geopy
+	x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	distutils-r1_python_install_all
+	domenu nwg-shell-config.desktop
+	doicon nwg-shell-config.svg
+	doicon nwg-shell-update.svg
+	doicon nwg-shell-translate.svg
+	doicon nwg-update-noupdate.svg
+	doicon nwg-update-available.svg
+	doicon nwg-update-checking.svg
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2024-06-29  9:55 David Roman
  0 siblings, 0 replies; 36+ messages in thread
From: David Roman @ 2024-06-29  9:55 UTC (permalink / raw
  To: gentoo-commits

commit:     522469615417698cd611b80fbdb72c70f37d4899
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat Jun 29 08:03:53 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Jun 29 08:03:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52246961

gui-apps/nwg-shell-config: add 0.5.41

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 +
 .../nwg-shell-config-0.5.41.ebuild                 | 41 ++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index bc8bc6268..2eb71e47e 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,3 +1,4 @@
 DIST nwg-shell-config-0.5.38.tar.gz 117607 BLAKE2B d233971aa62f42b815c72977ba923b6b61624821af0dbf0314ed57078e00e166e5866a8f0a4f87deda1c5dcac63b5694bf63b63529a64593a51f43d3c384abaf SHA512 848bf82306d68075db7f5d3b2bc13920e72b3f9fd027332c34b9a101fd9a9e92749ca9992e16713d929e6f5fb940b53abc27c02bdde8bf8615bfa8aa067c12b3
 DIST nwg-shell-config-0.5.39.tar.gz 117834 BLAKE2B f842a865155e4b18260a4c75f27446ee6fcbcf5dca1911f45dfd3f48019a668ae98c7038be9d23972b182044d5fe9b51922139d5c0f9e2eea6e077a30daad88a SHA512 8c5312231ddd85c4ef7ecbf03651acd6095552822c2da3b8cc8061f067ef8e2d1990130768e63598fa5399206944fffbbcd070c69e2cee3f2b7558fdd699ebbd
 DIST nwg-shell-config-0.5.40.tar.gz 117745 BLAKE2B c0fe83c86e7ffc4706fbff36a99bacbe010df682f385fdd7e89125a45076a06427844c85b68debded3a78117d4d44848bc377ccf011f8f9419b741462386dcd5 SHA512 4e7aaef64669cbe9b67ec7c9d472704db562ed290ffab2aaaf53f4ba198909758359fbe6abca258937099eec50b38f417a8f734efe92bf9879617aef6fac3c2f
+DIST nwg-shell-config-0.5.41.tar.gz 117746 BLAKE2B dc7440e8da1ebd3124cf001941339daf2ba333d85f5eb0a07bbcff93c72377a4f82a9f3fed42a68dd7e4bc4e7099cff4c3c1bb11b5e0375ff69811597c78ca37 SHA512 6b38054b17ddf8220e105a56e9c10dd0fc58fd395d65eb45237fe7a5f2d4dbbd188e5672bebd0606b4eb59b613a10805b560406a0aa4bfa318ac237c9137bb99

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.41.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.41.ebuild
new file mode 100644
index 000000000..18bb5419f
--- /dev/null
+++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.41.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit desktop distutils-r1 xdg-utils
+
+DESCRIPTION="nwg-shell configuration utility"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
+SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	gui-apps/nwg-shell
+	sci-geosciences/geopy
+	x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	distutils-r1_python_install_all
+	domenu nwg-shell-config.desktop
+	doicon nwg-shell-config.svg
+	doicon nwg-shell-update.svg
+	doicon nwg-shell-translate.svg
+	doicon nwg-update-noupdate.svg
+	doicon nwg-update-available.svg
+	doicon nwg-update-checking.svg
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2024-06-29  9:55 David Roman
  0 siblings, 0 replies; 36+ messages in thread
From: David Roman @ 2024-06-29  9:55 UTC (permalink / raw
  To: gentoo-commits

commit:     7ebe9012ee2ffae3ac34029a42fe660196a92595
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat Jun 29 07:34:10 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Jun 29 07:34:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ebe9012

gui-apps/nwg-shell-config: drop 0.5.37

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 -
 .../nwg-shell-config-0.5.37.ebuild                 | 41 ----------------------
 2 files changed, 42 deletions(-)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index 431d90faa..bc8bc6268 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,4 +1,3 @@
-DIST nwg-shell-config-0.5.37.tar.gz 117615 BLAKE2B a6eff99bc54af754e71e118f7f5f78934e757e292b8c314672b91d18836f39bd85342a2015763a1d2ea5e2623dc85879f45e4dffc3c3f1108bf69199d2a5768b SHA512 27b0deb2769a136f120a0736c7bc1902deb55bbb33bad28b77f455a575e469d5229ef1eba69018106ef03829ac97488da85022fff423e018d9f2f03e98373f62
 DIST nwg-shell-config-0.5.38.tar.gz 117607 BLAKE2B d233971aa62f42b815c72977ba923b6b61624821af0dbf0314ed57078e00e166e5866a8f0a4f87deda1c5dcac63b5694bf63b63529a64593a51f43d3c384abaf SHA512 848bf82306d68075db7f5d3b2bc13920e72b3f9fd027332c34b9a101fd9a9e92749ca9992e16713d929e6f5fb940b53abc27c02bdde8bf8615bfa8aa067c12b3
 DIST nwg-shell-config-0.5.39.tar.gz 117834 BLAKE2B f842a865155e4b18260a4c75f27446ee6fcbcf5dca1911f45dfd3f48019a668ae98c7038be9d23972b182044d5fe9b51922139d5c0f9e2eea6e077a30daad88a SHA512 8c5312231ddd85c4ef7ecbf03651acd6095552822c2da3b8cc8061f067ef8e2d1990130768e63598fa5399206944fffbbcd070c69e2cee3f2b7558fdd699ebbd
 DIST nwg-shell-config-0.5.40.tar.gz 117745 BLAKE2B c0fe83c86e7ffc4706fbff36a99bacbe010df682f385fdd7e89125a45076a06427844c85b68debded3a78117d4d44848bc377ccf011f8f9419b741462386dcd5 SHA512 4e7aaef64669cbe9b67ec7c9d472704db562ed290ffab2aaaf53f4ba198909758359fbe6abca258937099eec50b38f417a8f734efe92bf9879617aef6fac3c2f

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.37.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.37.ebuild
deleted file mode 100644
index 18bb5419f..000000000
--- a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.37.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..12} )
-DISTUTILS_USE_PEP517=setuptools
-inherit desktop distutils-r1 xdg-utils
-
-DESCRIPTION="nwg-shell configuration utility"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
-SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	gui-apps/nwg-shell
-	sci-geosciences/geopy
-	x11-libs/gtk+:3
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-	distutils-r1_python_install_all
-	domenu nwg-shell-config.desktop
-	doicon nwg-shell-config.svg
-	doicon nwg-shell-update.svg
-	doicon nwg-shell-translate.svg
-	doicon nwg-update-noupdate.svg
-	doicon nwg-update-available.svg
-	doicon nwg-update-checking.svg
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2024-06-29  9:55 David Roman
  0 siblings, 0 replies; 36+ messages in thread
From: David Roman @ 2024-06-29  9:55 UTC (permalink / raw
  To: gentoo-commits

commit:     573564d966d42909776a92786905f5b557bebe0b
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat Jun 29 07:33:40 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Jun 29 07:33:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=573564d9

gui-apps/nwg-shell-config: add 0.5.40

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 +
 .../nwg-shell-config-0.5.40.ebuild                 | 41 ++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index b108cd52b..431d90faa 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,3 +1,4 @@
 DIST nwg-shell-config-0.5.37.tar.gz 117615 BLAKE2B a6eff99bc54af754e71e118f7f5f78934e757e292b8c314672b91d18836f39bd85342a2015763a1d2ea5e2623dc85879f45e4dffc3c3f1108bf69199d2a5768b SHA512 27b0deb2769a136f120a0736c7bc1902deb55bbb33bad28b77f455a575e469d5229ef1eba69018106ef03829ac97488da85022fff423e018d9f2f03e98373f62
 DIST nwg-shell-config-0.5.38.tar.gz 117607 BLAKE2B d233971aa62f42b815c72977ba923b6b61624821af0dbf0314ed57078e00e166e5866a8f0a4f87deda1c5dcac63b5694bf63b63529a64593a51f43d3c384abaf SHA512 848bf82306d68075db7f5d3b2bc13920e72b3f9fd027332c34b9a101fd9a9e92749ca9992e16713d929e6f5fb940b53abc27c02bdde8bf8615bfa8aa067c12b3
 DIST nwg-shell-config-0.5.39.tar.gz 117834 BLAKE2B f842a865155e4b18260a4c75f27446ee6fcbcf5dca1911f45dfd3f48019a668ae98c7038be9d23972b182044d5fe9b51922139d5c0f9e2eea6e077a30daad88a SHA512 8c5312231ddd85c4ef7ecbf03651acd6095552822c2da3b8cc8061f067ef8e2d1990130768e63598fa5399206944fffbbcd070c69e2cee3f2b7558fdd699ebbd
+DIST nwg-shell-config-0.5.40.tar.gz 117745 BLAKE2B c0fe83c86e7ffc4706fbff36a99bacbe010df682f385fdd7e89125a45076a06427844c85b68debded3a78117d4d44848bc377ccf011f8f9419b741462386dcd5 SHA512 4e7aaef64669cbe9b67ec7c9d472704db562ed290ffab2aaaf53f4ba198909758359fbe6abca258937099eec50b38f417a8f734efe92bf9879617aef6fac3c2f

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.40.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.40.ebuild
new file mode 100644
index 000000000..18bb5419f
--- /dev/null
+++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.40.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit desktop distutils-r1 xdg-utils
+
+DESCRIPTION="nwg-shell configuration utility"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
+SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	gui-apps/nwg-shell
+	sci-geosciences/geopy
+	x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	distutils-r1_python_install_all
+	domenu nwg-shell-config.desktop
+	doicon nwg-shell-config.svg
+	doicon nwg-shell-update.svg
+	doicon nwg-shell-translate.svg
+	doicon nwg-update-noupdate.svg
+	doicon nwg-update-available.svg
+	doicon nwg-update-checking.svg
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2024-06-29  9:55 David Roman
  0 siblings, 0 replies; 36+ messages in thread
From: David Roman @ 2024-06-29  9:55 UTC (permalink / raw
  To: gentoo-commits

commit:     200dc0395f12dca02a1ec2227390bcc8145d73dd
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat Jun 29 07:32:20 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Jun 29 07:32:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=200dc039

gui-apps/nwg-shell-config: add 0.5.39

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 +
 .../nwg-shell-config-0.5.39.ebuild                 | 41 ++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index 9aea3679b..b108cd52b 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-shell-config-0.5.37.tar.gz 117615 BLAKE2B a6eff99bc54af754e71e118f7f5f78934e757e292b8c314672b91d18836f39bd85342a2015763a1d2ea5e2623dc85879f45e4dffc3c3f1108bf69199d2a5768b SHA512 27b0deb2769a136f120a0736c7bc1902deb55bbb33bad28b77f455a575e469d5229ef1eba69018106ef03829ac97488da85022fff423e018d9f2f03e98373f62
 DIST nwg-shell-config-0.5.38.tar.gz 117607 BLAKE2B d233971aa62f42b815c72977ba923b6b61624821af0dbf0314ed57078e00e166e5866a8f0a4f87deda1c5dcac63b5694bf63b63529a64593a51f43d3c384abaf SHA512 848bf82306d68075db7f5d3b2bc13920e72b3f9fd027332c34b9a101fd9a9e92749ca9992e16713d929e6f5fb940b53abc27c02bdde8bf8615bfa8aa067c12b3
+DIST nwg-shell-config-0.5.39.tar.gz 117834 BLAKE2B f842a865155e4b18260a4c75f27446ee6fcbcf5dca1911f45dfd3f48019a668ae98c7038be9d23972b182044d5fe9b51922139d5c0f9e2eea6e077a30daad88a SHA512 8c5312231ddd85c4ef7ecbf03651acd6095552822c2da3b8cc8061f067ef8e2d1990130768e63598fa5399206944fffbbcd070c69e2cee3f2b7558fdd699ebbd

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.39.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.39.ebuild
new file mode 100644
index 000000000..18bb5419f
--- /dev/null
+++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.39.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit desktop distutils-r1 xdg-utils
+
+DESCRIPTION="nwg-shell configuration utility"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
+SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	gui-apps/nwg-shell
+	sci-geosciences/geopy
+	x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	distutils-r1_python_install_all
+	domenu nwg-shell-config.desktop
+	doicon nwg-shell-config.svg
+	doicon nwg-shell-update.svg
+	doicon nwg-shell-translate.svg
+	doicon nwg-update-noupdate.svg
+	doicon nwg-update-available.svg
+	doicon nwg-update-checking.svg
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2024-05-21 21:10 Julien Roy
  0 siblings, 0 replies; 36+ messages in thread
From: Julien Roy @ 2024-05-21 21:10 UTC (permalink / raw
  To: gentoo-commits

commit:     f796e8328d3da847f0b6a4c44a3149670499dd28
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Mon May 20 20:34:28 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon May 20 20:34:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f796e832

gui-apps/nwg-shell-config: drop 0.5.36

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 -
 .../nwg-shell-config-0.5.36.ebuild                 | 41 ----------------------
 2 files changed, 42 deletions(-)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index 5ad6f40a5d..9aea3679b6 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,3 +1,2 @@
-DIST nwg-shell-config-0.5.36.tar.gz 117542 BLAKE2B 24998b225a24d79212ca6bdd003bde7e9280b67c2e8923dab36166fcd5c4ab3cfa13b7ca9158be682851c71c6e4e8b9eb64964de27a8f2a47bf5d816b80db481 SHA512 841a0f9c377a0e8a139321e87ae690f4d77be3056e5cf17456f5cd9e1649239a95cb71f349fcb3eee702e9c3446d8ed3dca8ca42360b5fd0a6d3a35139a5fcc4
 DIST nwg-shell-config-0.5.37.tar.gz 117615 BLAKE2B a6eff99bc54af754e71e118f7f5f78934e757e292b8c314672b91d18836f39bd85342a2015763a1d2ea5e2623dc85879f45e4dffc3c3f1108bf69199d2a5768b SHA512 27b0deb2769a136f120a0736c7bc1902deb55bbb33bad28b77f455a575e469d5229ef1eba69018106ef03829ac97488da85022fff423e018d9f2f03e98373f62
 DIST nwg-shell-config-0.5.38.tar.gz 117607 BLAKE2B d233971aa62f42b815c72977ba923b6b61624821af0dbf0314ed57078e00e166e5866a8f0a4f87deda1c5dcac63b5694bf63b63529a64593a51f43d3c384abaf SHA512 848bf82306d68075db7f5d3b2bc13920e72b3f9fd027332c34b9a101fd9a9e92749ca9992e16713d929e6f5fb940b53abc27c02bdde8bf8615bfa8aa067c12b3

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.36.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.36.ebuild
deleted file mode 100644
index 18bb5419f7..0000000000
--- a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.36.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..12} )
-DISTUTILS_USE_PEP517=setuptools
-inherit desktop distutils-r1 xdg-utils
-
-DESCRIPTION="nwg-shell configuration utility"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
-SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	gui-apps/nwg-shell
-	sci-geosciences/geopy
-	x11-libs/gtk+:3
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-	distutils-r1_python_install_all
-	domenu nwg-shell-config.desktop
-	doicon nwg-shell-config.svg
-	doicon nwg-shell-update.svg
-	doicon nwg-shell-translate.svg
-	doicon nwg-update-noupdate.svg
-	doicon nwg-update-available.svg
-	doicon nwg-update-checking.svg
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2024-05-21 21:10 Julien Roy
  0 siblings, 0 replies; 36+ messages in thread
From: Julien Roy @ 2024-05-21 21:10 UTC (permalink / raw
  To: gentoo-commits

commit:     d2f381af292e472633003402d5d748d46e488c65
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Mon May 20 20:34:07 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon May 20 20:34:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d2f381af

gui-apps/nwg-shell-config: add 0.5.38

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 +
 .../nwg-shell-config-0.5.38.ebuild                 | 41 ++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index 6e48b55b83..5ad6f40a5d 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-shell-config-0.5.36.tar.gz 117542 BLAKE2B 24998b225a24d79212ca6bdd003bde7e9280b67c2e8923dab36166fcd5c4ab3cfa13b7ca9158be682851c71c6e4e8b9eb64964de27a8f2a47bf5d816b80db481 SHA512 841a0f9c377a0e8a139321e87ae690f4d77be3056e5cf17456f5cd9e1649239a95cb71f349fcb3eee702e9c3446d8ed3dca8ca42360b5fd0a6d3a35139a5fcc4
 DIST nwg-shell-config-0.5.37.tar.gz 117615 BLAKE2B a6eff99bc54af754e71e118f7f5f78934e757e292b8c314672b91d18836f39bd85342a2015763a1d2ea5e2623dc85879f45e4dffc3c3f1108bf69199d2a5768b SHA512 27b0deb2769a136f120a0736c7bc1902deb55bbb33bad28b77f455a575e469d5229ef1eba69018106ef03829ac97488da85022fff423e018d9f2f03e98373f62
+DIST nwg-shell-config-0.5.38.tar.gz 117607 BLAKE2B d233971aa62f42b815c72977ba923b6b61624821af0dbf0314ed57078e00e166e5866a8f0a4f87deda1c5dcac63b5694bf63b63529a64593a51f43d3c384abaf SHA512 848bf82306d68075db7f5d3b2bc13920e72b3f9fd027332c34b9a101fd9a9e92749ca9992e16713d929e6f5fb940b53abc27c02bdde8bf8615bfa8aa067c12b3

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.38.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.38.ebuild
new file mode 100644
index 0000000000..18bb5419f7
--- /dev/null
+++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.38.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit desktop distutils-r1 xdg-utils
+
+DESCRIPTION="nwg-shell configuration utility"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
+SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	gui-apps/nwg-shell
+	sci-geosciences/geopy
+	x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	distutils-r1_python_install_all
+	domenu nwg-shell-config.desktop
+	doicon nwg-shell-config.svg
+	doicon nwg-shell-update.svg
+	doicon nwg-shell-translate.svg
+	doicon nwg-update-noupdate.svg
+	doicon nwg-update-available.svg
+	doicon nwg-update-checking.svg
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2024-04-25 21:49 Julien Roy
  0 siblings, 0 replies; 36+ messages in thread
From: Julien Roy @ 2024-04-25 21:49 UTC (permalink / raw
  To: gentoo-commits

commit:     430c0567fccb3eaec892214659a8053f0b229897
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Thu Apr 25 18:35:47 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Thu Apr 25 18:37:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=430c0567

gui-apps/nwg-shell-config: drop 0.5.34

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 -
 .../nwg-shell-config-0.5.34.ebuild                 | 43 ----------------------
 2 files changed, 44 deletions(-)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index 64372cb2ea..fe301c1d55 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,3 +1,2 @@
-DIST nwg-shell-config-0.5.34.tar.gz 114850 BLAKE2B e073494bc3f4375e4c3545777965953ff6504130981745948939483a29b42a5e676bdc51dbef27f1f99f0e94f1b8a465da570b7c68ea4ac81c09e04ef5ddaa5d SHA512 a140756ad0f7ff4da98f212ffb5aab656e6caf2d795efccddad3544e67737a90f15e02b6040c3b2e4324f7adbde38457a24eadcece3df55b5a614cd37cc636c8
 DIST nwg-shell-config-0.5.35.tar.gz 117479 BLAKE2B fe6f733687252c999eb84eaa868889fac350037841a3e7d6efd153c335a969497a3a8a49782c8b54f715c7b416eb308a9d74e96110c5900b99806c3cffb5a46f SHA512 04ad32bdaffbb601c0fd18379b92c7e7b1903880049339154cbc5507e1dbf78540f24265fcc70f24a78df915ee3dd3afcccc6135f8e4033206ccf026ffb3f863
 DIST nwg-shell-config-0.5.36.tar.gz 117542 BLAKE2B 24998b225a24d79212ca6bdd003bde7e9280b67c2e8923dab36166fcd5c4ab3cfa13b7ca9158be682851c71c6e4e8b9eb64964de27a8f2a47bf5d816b80db481 SHA512 841a0f9c377a0e8a139321e87ae690f4d77be3056e5cf17456f5cd9e1649239a95cb71f349fcb3eee702e9c3446d8ed3dca8ca42360b5fd0a6d3a35139a5fcc4

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.34.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.34.ebuild
deleted file mode 100644
index 4750a5f43b..0000000000
--- a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.34.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit desktop distutils-r1 xdg-utils
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="nwg-shell configuration utility"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
-LICENSE="MIT"
-
-SLOT="0"
-
-RDEPEND="
-	gui-apps/nwg-shell
-	sci-geosciences/geopy
-	x11-libs/gtk+:3
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-	distutils-r1_python_install_all
-	domenu nwg-shell-config.desktop
-	doicon nwg-shell-config.svg
-	doicon nwg-shell-update.svg
-	doicon nwg-shell-translate.svg
-	doicon nwg-update-noupdate.svg
-	doicon nwg-update-available.svg
-	doicon nwg-update-checking.svg
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2024-04-25 21:49 Julien Roy
  0 siblings, 0 replies; 36+ messages in thread
From: Julien Roy @ 2024-04-25 21:49 UTC (permalink / raw
  To: gentoo-commits

commit:     8a7267bb901d243e004842f695bdfe46a52c09a7
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Thu Apr 25 18:35:30 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Thu Apr 25 18:37:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a7267bb

gui-apps/nwg-shell-config: drop 0.5.33

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 -
 .../nwg-shell-config-0.5.33.ebuild                 | 43 ----------------------
 2 files changed, 44 deletions(-)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index 9ed6d95654..64372cb2ea 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,4 +1,3 @@
-DIST nwg-shell-config-0.5.33.tar.gz 114758 BLAKE2B 792e9ed84361369bfb9617f267d68573f7170b2410744563d7d2fe2c8d527ca0eccc4172e9c421ed8c148bfcd1c868530f362740dd57e2cdd2df5aa801906a81 SHA512 8b79f10aa99d774722d49bb6e633e5e4e024f5dc55efdd0362220f85ab267ebaea8b016c051f92c6bbf0a74f2503d03a7ce5548a0e84ebab0dbc293a5f01c679
 DIST nwg-shell-config-0.5.34.tar.gz 114850 BLAKE2B e073494bc3f4375e4c3545777965953ff6504130981745948939483a29b42a5e676bdc51dbef27f1f99f0e94f1b8a465da570b7c68ea4ac81c09e04ef5ddaa5d SHA512 a140756ad0f7ff4da98f212ffb5aab656e6caf2d795efccddad3544e67737a90f15e02b6040c3b2e4324f7adbde38457a24eadcece3df55b5a614cd37cc636c8
 DIST nwg-shell-config-0.5.35.tar.gz 117479 BLAKE2B fe6f733687252c999eb84eaa868889fac350037841a3e7d6efd153c335a969497a3a8a49782c8b54f715c7b416eb308a9d74e96110c5900b99806c3cffb5a46f SHA512 04ad32bdaffbb601c0fd18379b92c7e7b1903880049339154cbc5507e1dbf78540f24265fcc70f24a78df915ee3dd3afcccc6135f8e4033206ccf026ffb3f863
 DIST nwg-shell-config-0.5.36.tar.gz 117542 BLAKE2B 24998b225a24d79212ca6bdd003bde7e9280b67c2e8923dab36166fcd5c4ab3cfa13b7ca9158be682851c71c6e4e8b9eb64964de27a8f2a47bf5d816b80db481 SHA512 841a0f9c377a0e8a139321e87ae690f4d77be3056e5cf17456f5cd9e1649239a95cb71f349fcb3eee702e9c3446d8ed3dca8ca42360b5fd0a6d3a35139a5fcc4

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.33.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.33.ebuild
deleted file mode 100644
index 4750a5f43b..0000000000
--- a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.33.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit desktop distutils-r1 xdg-utils
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="nwg-shell configuration utility"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
-LICENSE="MIT"
-
-SLOT="0"
-
-RDEPEND="
-	gui-apps/nwg-shell
-	sci-geosciences/geopy
-	x11-libs/gtk+:3
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-	distutils-r1_python_install_all
-	domenu nwg-shell-config.desktop
-	doicon nwg-shell-config.svg
-	doicon nwg-shell-update.svg
-	doicon nwg-shell-translate.svg
-	doicon nwg-update-noupdate.svg
-	doicon nwg-update-available.svg
-	doicon nwg-update-checking.svg
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2024-04-25 21:49 Julien Roy
  0 siblings, 0 replies; 36+ messages in thread
From: Julien Roy @ 2024-04-25 21:49 UTC (permalink / raw
  To: gentoo-commits

commit:     1f707918e3d3bfaac4bd8e1837812a33d33ae986
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Thu Apr 25 18:26:33 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Thu Apr 25 18:37:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1f707918

gui-apps/nwg-shell-config: add 0.5.36

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/.pkgbump-pv              |  1 -
 gui-apps/nwg-shell-config/Manifest                 |  1 +
 .../nwg-shell-config-0.5.36.ebuild                 | 41 ++++++++++++++++++++++
 3 files changed, 42 insertions(+), 1 deletion(-)

diff --git a/gui-apps/nwg-shell-config/.pkgbump-pv b/gui-apps/nwg-shell-config/.pkgbump-pv
deleted file mode 100644
index 0defa4dc03..0000000000
--- a/gui-apps/nwg-shell-config/.pkgbump-pv
+++ /dev/null
@@ -1 +0,0 @@
-0.5.35

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index 528c61bdac..9ed6d95654 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,3 +1,4 @@
 DIST nwg-shell-config-0.5.33.tar.gz 114758 BLAKE2B 792e9ed84361369bfb9617f267d68573f7170b2410744563d7d2fe2c8d527ca0eccc4172e9c421ed8c148bfcd1c868530f362740dd57e2cdd2df5aa801906a81 SHA512 8b79f10aa99d774722d49bb6e633e5e4e024f5dc55efdd0362220f85ab267ebaea8b016c051f92c6bbf0a74f2503d03a7ce5548a0e84ebab0dbc293a5f01c679
 DIST nwg-shell-config-0.5.34.tar.gz 114850 BLAKE2B e073494bc3f4375e4c3545777965953ff6504130981745948939483a29b42a5e676bdc51dbef27f1f99f0e94f1b8a465da570b7c68ea4ac81c09e04ef5ddaa5d SHA512 a140756ad0f7ff4da98f212ffb5aab656e6caf2d795efccddad3544e67737a90f15e02b6040c3b2e4324f7adbde38457a24eadcece3df55b5a614cd37cc636c8
 DIST nwg-shell-config-0.5.35.tar.gz 117479 BLAKE2B fe6f733687252c999eb84eaa868889fac350037841a3e7d6efd153c335a969497a3a8a49782c8b54f715c7b416eb308a9d74e96110c5900b99806c3cffb5a46f SHA512 04ad32bdaffbb601c0fd18379b92c7e7b1903880049339154cbc5507e1dbf78540f24265fcc70f24a78df915ee3dd3afcccc6135f8e4033206ccf026ffb3f863
+DIST nwg-shell-config-0.5.36.tar.gz 117542 BLAKE2B 24998b225a24d79212ca6bdd003bde7e9280b67c2e8923dab36166fcd5c4ab3cfa13b7ca9158be682851c71c6e4e8b9eb64964de27a8f2a47bf5d816b80db481 SHA512 841a0f9c377a0e8a139321e87ae690f4d77be3056e5cf17456f5cd9e1649239a95cb71f349fcb3eee702e9c3446d8ed3dca8ca42360b5fd0a6d3a35139a5fcc4

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.36.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.36.ebuild
new file mode 100644
index 0000000000..18bb5419f7
--- /dev/null
+++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.36.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit desktop distutils-r1 xdg-utils
+
+DESCRIPTION="nwg-shell configuration utility"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
+SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	gui-apps/nwg-shell
+	sci-geosciences/geopy
+	x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	distutils-r1_python_install_all
+	domenu nwg-shell-config.desktop
+	doicon nwg-shell-config.svg
+	doicon nwg-shell-update.svg
+	doicon nwg-shell-translate.svg
+	doicon nwg-update-noupdate.svg
+	doicon nwg-update-available.svg
+	doicon nwg-update-checking.svg
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2024-04-25 21:49 Julien Roy
  0 siblings, 0 replies; 36+ messages in thread
From: Julien Roy @ 2024-04-25 21:49 UTC (permalink / raw
  To: gentoo-commits

commit:     769b74da561e723446d8e976a0ff9d222fd2d98a
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Thu Apr 25 18:22:05 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Thu Apr 25 18:24:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=769b74da

gui-apps/nwg-shell-config: add 0.5.35

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/.pkgbump-pv              |  1 +
 gui-apps/nwg-shell-config/Manifest                 |  1 +
 .../nwg-shell-config-0.5.35.ebuild                 | 41 ++++++++++++++++++++++
 3 files changed, 43 insertions(+)

diff --git a/gui-apps/nwg-shell-config/.pkgbump-pv b/gui-apps/nwg-shell-config/.pkgbump-pv
new file mode 100644
index 0000000000..0defa4dc03
--- /dev/null
+++ b/gui-apps/nwg-shell-config/.pkgbump-pv
@@ -0,0 +1 @@
+0.5.35

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index 4488cd4c7f..528c61bdac 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-shell-config-0.5.33.tar.gz 114758 BLAKE2B 792e9ed84361369bfb9617f267d68573f7170b2410744563d7d2fe2c8d527ca0eccc4172e9c421ed8c148bfcd1c868530f362740dd57e2cdd2df5aa801906a81 SHA512 8b79f10aa99d774722d49bb6e633e5e4e024f5dc55efdd0362220f85ab267ebaea8b016c051f92c6bbf0a74f2503d03a7ce5548a0e84ebab0dbc293a5f01c679
 DIST nwg-shell-config-0.5.34.tar.gz 114850 BLAKE2B e073494bc3f4375e4c3545777965953ff6504130981745948939483a29b42a5e676bdc51dbef27f1f99f0e94f1b8a465da570b7c68ea4ac81c09e04ef5ddaa5d SHA512 a140756ad0f7ff4da98f212ffb5aab656e6caf2d795efccddad3544e67737a90f15e02b6040c3b2e4324f7adbde38457a24eadcece3df55b5a614cd37cc636c8
+DIST nwg-shell-config-0.5.35.tar.gz 117479 BLAKE2B fe6f733687252c999eb84eaa868889fac350037841a3e7d6efd153c335a969497a3a8a49782c8b54f715c7b416eb308a9d74e96110c5900b99806c3cffb5a46f SHA512 04ad32bdaffbb601c0fd18379b92c7e7b1903880049339154cbc5507e1dbf78540f24265fcc70f24a78df915ee3dd3afcccc6135f8e4033206ccf026ffb3f863

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.35.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.35.ebuild
new file mode 100644
index 0000000000..18bb5419f7
--- /dev/null
+++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.35.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit desktop distutils-r1 xdg-utils
+
+DESCRIPTION="nwg-shell configuration utility"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
+SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	gui-apps/nwg-shell
+	sci-geosciences/geopy
+	x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	distutils-r1_python_install_all
+	domenu nwg-shell-config.desktop
+	doicon nwg-shell-config.svg
+	doicon nwg-shell-update.svg
+	doicon nwg-shell-translate.svg
+	doicon nwg-update-noupdate.svg
+	doicon nwg-update-available.svg
+	doicon nwg-update-checking.svg
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2024-02-08  9:29 David Roman
  0 siblings, 0 replies; 36+ messages in thread
From: David Roman @ 2024-02-08  9:29 UTC (permalink / raw
  To: gentoo-commits

commit:     a6d59450b94fbc57e95597ecc57b3104e6152ea9
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Wed Feb  7 13:40:33 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Feb  7 14:02:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6d59450

gui-apps/nwg-shell-config: add 0.5.33

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 +
 .../nwg-shell-config-0.5.33.ebuild                 | 43 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index ae8f794780..a1ce672e44 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-shell-config-0.5.31.tar.gz 114349 BLAKE2B 82dab1973d7fe40b76a06525517fb7211e5a21cac1e4bd793c23c9f46afe8811b132b793f302b8c42f2b915661b3acec6bc0f30741dee04a612de8ccfd249ad1 SHA512 caac936d953fa1dff56db0332101e90979428a9314a6ca9fe88d8230bf172213593240dfd7b7d3cea1336f6fbe71839764a2f084a8e47e3398c3335c32d12eef
 DIST nwg-shell-config-0.5.32.tar.gz 113661 BLAKE2B 9a88a02069a7cb22f7c57fbc42032ace4c0bca531c271a26ee06b90d16c27d3904cdfe2ef70c253b538ff0da8f39d11f0b8e060b604577be03cba25178623382 SHA512 1cf14a350456bca8265455f5905b300101dd9c8ae0ea0ef98de04e39f4e3cf4e40ebc47af05d10b66665e968d36e38efa4e0ba94ff24d96b63a170dc9df9fc34
+DIST nwg-shell-config-0.5.33.tar.gz 114758 BLAKE2B 792e9ed84361369bfb9617f267d68573f7170b2410744563d7d2fe2c8d527ca0eccc4172e9c421ed8c148bfcd1c868530f362740dd57e2cdd2df5aa801906a81 SHA512 8b79f10aa99d774722d49bb6e633e5e4e024f5dc55efdd0362220f85ab267ebaea8b016c051f92c6bbf0a74f2503d03a7ce5548a0e84ebab0dbc293a5f01c679

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.33.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.33.ebuild
new file mode 100644
index 0000000000..4750a5f43b
--- /dev/null
+++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.33.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit desktop distutils-r1 xdg-utils
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="nwg-shell configuration utility"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
+LICENSE="MIT"
+
+SLOT="0"
+
+RDEPEND="
+	gui-apps/nwg-shell
+	sci-geosciences/geopy
+	x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	distutils-r1_python_install_all
+	domenu nwg-shell-config.desktop
+	doicon nwg-shell-config.svg
+	doicon nwg-shell-update.svg
+	doicon nwg-shell-translate.svg
+	doicon nwg-update-noupdate.svg
+	doicon nwg-update-available.svg
+	doicon nwg-update-checking.svg
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2024-02-08  9:29 David Roman
  0 siblings, 0 replies; 36+ messages in thread
From: David Roman @ 2024-02-08  9:29 UTC (permalink / raw
  To: gentoo-commits

commit:     3dc2bee01965834467b819fc6a6819b34543d8a2
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Wed Feb  7 13:41:37 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Feb  7 14:02:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3dc2bee0

gui-apps/nwg-shell-config: add 0.5.34

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 +
 .../nwg-shell-config-0.5.34.ebuild                 | 43 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index a1ce672e44..85e2c384e4 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,3 +1,4 @@
 DIST nwg-shell-config-0.5.31.tar.gz 114349 BLAKE2B 82dab1973d7fe40b76a06525517fb7211e5a21cac1e4bd793c23c9f46afe8811b132b793f302b8c42f2b915661b3acec6bc0f30741dee04a612de8ccfd249ad1 SHA512 caac936d953fa1dff56db0332101e90979428a9314a6ca9fe88d8230bf172213593240dfd7b7d3cea1336f6fbe71839764a2f084a8e47e3398c3335c32d12eef
 DIST nwg-shell-config-0.5.32.tar.gz 113661 BLAKE2B 9a88a02069a7cb22f7c57fbc42032ace4c0bca531c271a26ee06b90d16c27d3904cdfe2ef70c253b538ff0da8f39d11f0b8e060b604577be03cba25178623382 SHA512 1cf14a350456bca8265455f5905b300101dd9c8ae0ea0ef98de04e39f4e3cf4e40ebc47af05d10b66665e968d36e38efa4e0ba94ff24d96b63a170dc9df9fc34
 DIST nwg-shell-config-0.5.33.tar.gz 114758 BLAKE2B 792e9ed84361369bfb9617f267d68573f7170b2410744563d7d2fe2c8d527ca0eccc4172e9c421ed8c148bfcd1c868530f362740dd57e2cdd2df5aa801906a81 SHA512 8b79f10aa99d774722d49bb6e633e5e4e024f5dc55efdd0362220f85ab267ebaea8b016c051f92c6bbf0a74f2503d03a7ce5548a0e84ebab0dbc293a5f01c679
+DIST nwg-shell-config-0.5.34.tar.gz 114850 BLAKE2B e073494bc3f4375e4c3545777965953ff6504130981745948939483a29b42a5e676bdc51dbef27f1f99f0e94f1b8a465da570b7c68ea4ac81c09e04ef5ddaa5d SHA512 a140756ad0f7ff4da98f212ffb5aab656e6caf2d795efccddad3544e67737a90f15e02b6040c3b2e4324f7adbde38457a24eadcece3df55b5a614cd37cc636c8

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.34.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.34.ebuild
new file mode 100644
index 0000000000..4750a5f43b
--- /dev/null
+++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.34.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit desktop distutils-r1 xdg-utils
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="nwg-shell configuration utility"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
+LICENSE="MIT"
+
+SLOT="0"
+
+RDEPEND="
+	gui-apps/nwg-shell
+	sci-geosciences/geopy
+	x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	distutils-r1_python_install_all
+	domenu nwg-shell-config.desktop
+	doicon nwg-shell-config.svg
+	doicon nwg-shell-update.svg
+	doicon nwg-shell-translate.svg
+	doicon nwg-update-noupdate.svg
+	doicon nwg-update-available.svg
+	doicon nwg-update-checking.svg
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2024-02-08  9:29 David Roman
  0 siblings, 0 replies; 36+ messages in thread
From: David Roman @ 2024-02-08  9:29 UTC (permalink / raw
  To: gentoo-commits

commit:     921e6cd7d57ecf963a743628db78936adc2d4838
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Wed Feb  7 13:42:05 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Feb  7 14:02:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=921e6cd7

gui-apps/nwg-shell-config: drop 0.5.32

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 -
 .../nwg-shell-config-0.5.32.ebuild                 | 43 ----------------------
 2 files changed, 44 deletions(-)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index 28b53e9417..4488cd4c7f 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,3 +1,2 @@
-DIST nwg-shell-config-0.5.32.tar.gz 113661 BLAKE2B 9a88a02069a7cb22f7c57fbc42032ace4c0bca531c271a26ee06b90d16c27d3904cdfe2ef70c253b538ff0da8f39d11f0b8e060b604577be03cba25178623382 SHA512 1cf14a350456bca8265455f5905b300101dd9c8ae0ea0ef98de04e39f4e3cf4e40ebc47af05d10b66665e968d36e38efa4e0ba94ff24d96b63a170dc9df9fc34
 DIST nwg-shell-config-0.5.33.tar.gz 114758 BLAKE2B 792e9ed84361369bfb9617f267d68573f7170b2410744563d7d2fe2c8d527ca0eccc4172e9c421ed8c148bfcd1c868530f362740dd57e2cdd2df5aa801906a81 SHA512 8b79f10aa99d774722d49bb6e633e5e4e024f5dc55efdd0362220f85ab267ebaea8b016c051f92c6bbf0a74f2503d03a7ce5548a0e84ebab0dbc293a5f01c679
 DIST nwg-shell-config-0.5.34.tar.gz 114850 BLAKE2B e073494bc3f4375e4c3545777965953ff6504130981745948939483a29b42a5e676bdc51dbef27f1f99f0e94f1b8a465da570b7c68ea4ac81c09e04ef5ddaa5d SHA512 a140756ad0f7ff4da98f212ffb5aab656e6caf2d795efccddad3544e67737a90f15e02b6040c3b2e4324f7adbde38457a24eadcece3df55b5a614cd37cc636c8

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.32.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.32.ebuild
deleted file mode 100644
index 4750a5f43b..0000000000
--- a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.32.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit desktop distutils-r1 xdg-utils
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="nwg-shell configuration utility"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
-LICENSE="MIT"
-
-SLOT="0"
-
-RDEPEND="
-	gui-apps/nwg-shell
-	sci-geosciences/geopy
-	x11-libs/gtk+:3
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-	distutils-r1_python_install_all
-	domenu nwg-shell-config.desktop
-	doicon nwg-shell-config.svg
-	doicon nwg-shell-update.svg
-	doicon nwg-shell-translate.svg
-	doicon nwg-update-noupdate.svg
-	doicon nwg-update-available.svg
-	doicon nwg-update-checking.svg
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2024-02-08  9:29 David Roman
  0 siblings, 0 replies; 36+ messages in thread
From: David Roman @ 2024-02-08  9:29 UTC (permalink / raw
  To: gentoo-commits

commit:     66b9291b8de55913cdbe7a3f21c5a55fe9fe939d
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Wed Feb  7 13:41:55 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Feb  7 14:02:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66b9291b

gui-apps/nwg-shell-config: drop 0.5.31

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 -
 .../nwg-shell-config-0.5.31.ebuild                 | 43 ----------------------
 2 files changed, 44 deletions(-)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index 85e2c384e4..28b53e9417 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,4 +1,3 @@
-DIST nwg-shell-config-0.5.31.tar.gz 114349 BLAKE2B 82dab1973d7fe40b76a06525517fb7211e5a21cac1e4bd793c23c9f46afe8811b132b793f302b8c42f2b915661b3acec6bc0f30741dee04a612de8ccfd249ad1 SHA512 caac936d953fa1dff56db0332101e90979428a9314a6ca9fe88d8230bf172213593240dfd7b7d3cea1336f6fbe71839764a2f084a8e47e3398c3335c32d12eef
 DIST nwg-shell-config-0.5.32.tar.gz 113661 BLAKE2B 9a88a02069a7cb22f7c57fbc42032ace4c0bca531c271a26ee06b90d16c27d3904cdfe2ef70c253b538ff0da8f39d11f0b8e060b604577be03cba25178623382 SHA512 1cf14a350456bca8265455f5905b300101dd9c8ae0ea0ef98de04e39f4e3cf4e40ebc47af05d10b66665e968d36e38efa4e0ba94ff24d96b63a170dc9df9fc34
 DIST nwg-shell-config-0.5.33.tar.gz 114758 BLAKE2B 792e9ed84361369bfb9617f267d68573f7170b2410744563d7d2fe2c8d527ca0eccc4172e9c421ed8c148bfcd1c868530f362740dd57e2cdd2df5aa801906a81 SHA512 8b79f10aa99d774722d49bb6e633e5e4e024f5dc55efdd0362220f85ab267ebaea8b016c051f92c6bbf0a74f2503d03a7ce5548a0e84ebab0dbc293a5f01c679
 DIST nwg-shell-config-0.5.34.tar.gz 114850 BLAKE2B e073494bc3f4375e4c3545777965953ff6504130981745948939483a29b42a5e676bdc51dbef27f1f99f0e94f1b8a465da570b7c68ea4ac81c09e04ef5ddaa5d SHA512 a140756ad0f7ff4da98f212ffb5aab656e6caf2d795efccddad3544e67737a90f15e02b6040c3b2e4324f7adbde38457a24eadcece3df55b5a614cd37cc636c8

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.31.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.31.ebuild
deleted file mode 100644
index 4750a5f43b..0000000000
--- a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.31.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit desktop distutils-r1 xdg-utils
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="nwg-shell configuration utility"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
-LICENSE="MIT"
-
-SLOT="0"
-
-RDEPEND="
-	gui-apps/nwg-shell
-	sci-geosciences/geopy
-	x11-libs/gtk+:3
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-	distutils-r1_python_install_all
-	domenu nwg-shell-config.desktop
-	doicon nwg-shell-config.svg
-	doicon nwg-shell-update.svg
-	doicon nwg-shell-translate.svg
-	doicon nwg-update-noupdate.svg
-	doicon nwg-update-available.svg
-	doicon nwg-update-checking.svg
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2024-01-28 23:02 David Roman
  0 siblings, 0 replies; 36+ messages in thread
From: David Roman @ 2024-01-28 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     6ffc0f9007d288004dc37cac33df07cc95e76338
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sun Jan 28 18:57:27 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jan 28 18:57:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ffc0f90

gui-apps/nwg-shell-config: add 0.5.32

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 +
 .../nwg-shell-config-0.5.32.ebuild                 | 43 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index e3cb59fffb..b39b4fe9fb 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-shell-config-0.5.30.tar.gz 113863 BLAKE2B ce3ceb5a69fb53ec81a392e69e5114bebeaa1bd6e3128ea50a5cd683f18b6534bb44bca59ae191df78e39de9ea9db157bd98524d053312499ced990b5aa8f7f3 SHA512 f4317771ffe33fac73ae316f3be16065181be805e1a5223a3e9fbab358cd5cc0168018ef866962402d593f24cd811ac9c6197bc4f66c0669bb6d89fe4f7f7e6d
 DIST nwg-shell-config-0.5.31.tar.gz 114349 BLAKE2B 82dab1973d7fe40b76a06525517fb7211e5a21cac1e4bd793c23c9f46afe8811b132b793f302b8c42f2b915661b3acec6bc0f30741dee04a612de8ccfd249ad1 SHA512 caac936d953fa1dff56db0332101e90979428a9314a6ca9fe88d8230bf172213593240dfd7b7d3cea1336f6fbe71839764a2f084a8e47e3398c3335c32d12eef
+DIST nwg-shell-config-0.5.32.tar.gz 113661 BLAKE2B 9a88a02069a7cb22f7c57fbc42032ace4c0bca531c271a26ee06b90d16c27d3904cdfe2ef70c253b538ff0da8f39d11f0b8e060b604577be03cba25178623382 SHA512 1cf14a350456bca8265455f5905b300101dd9c8ae0ea0ef98de04e39f4e3cf4e40ebc47af05d10b66665e968d36e38efa4e0ba94ff24d96b63a170dc9df9fc34

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.32.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.32.ebuild
new file mode 100644
index 0000000000..4750a5f43b
--- /dev/null
+++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.32.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit desktop distutils-r1 xdg-utils
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="nwg-shell configuration utility"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
+LICENSE="MIT"
+
+SLOT="0"
+
+RDEPEND="
+	gui-apps/nwg-shell
+	sci-geosciences/geopy
+	x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	distutils-r1_python_install_all
+	domenu nwg-shell-config.desktop
+	doicon nwg-shell-config.svg
+	doicon nwg-shell-update.svg
+	doicon nwg-shell-translate.svg
+	doicon nwg-update-noupdate.svg
+	doicon nwg-update-available.svg
+	doicon nwg-update-checking.svg
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2024-01-28 23:02 David Roman
  0 siblings, 0 replies; 36+ messages in thread
From: David Roman @ 2024-01-28 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     d9360a812421595e04a61455a1bbadefb6a95429
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sun Jan 28 18:57:39 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jan 28 18:57:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d9360a81

gui-apps/nwg-shell-config: drop 0.5.30

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 -
 .../nwg-shell-config-0.5.30.ebuild                 | 43 ----------------------
 2 files changed, 44 deletions(-)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index b39b4fe9fb..ae8f794780 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,3 +1,2 @@
-DIST nwg-shell-config-0.5.30.tar.gz 113863 BLAKE2B ce3ceb5a69fb53ec81a392e69e5114bebeaa1bd6e3128ea50a5cd683f18b6534bb44bca59ae191df78e39de9ea9db157bd98524d053312499ced990b5aa8f7f3 SHA512 f4317771ffe33fac73ae316f3be16065181be805e1a5223a3e9fbab358cd5cc0168018ef866962402d593f24cd811ac9c6197bc4f66c0669bb6d89fe4f7f7e6d
 DIST nwg-shell-config-0.5.31.tar.gz 114349 BLAKE2B 82dab1973d7fe40b76a06525517fb7211e5a21cac1e4bd793c23c9f46afe8811b132b793f302b8c42f2b915661b3acec6bc0f30741dee04a612de8ccfd249ad1 SHA512 caac936d953fa1dff56db0332101e90979428a9314a6ca9fe88d8230bf172213593240dfd7b7d3cea1336f6fbe71839764a2f084a8e47e3398c3335c32d12eef
 DIST nwg-shell-config-0.5.32.tar.gz 113661 BLAKE2B 9a88a02069a7cb22f7c57fbc42032ace4c0bca531c271a26ee06b90d16c27d3904cdfe2ef70c253b538ff0da8f39d11f0b8e060b604577be03cba25178623382 SHA512 1cf14a350456bca8265455f5905b300101dd9c8ae0ea0ef98de04e39f4e3cf4e40ebc47af05d10b66665e968d36e38efa4e0ba94ff24d96b63a170dc9df9fc34

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.30.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.30.ebuild
deleted file mode 100644
index 4750a5f43b..0000000000
--- a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.30.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit desktop distutils-r1 xdg-utils
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="nwg-shell configuration utility"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
-LICENSE="MIT"
-
-SLOT="0"
-
-RDEPEND="
-	gui-apps/nwg-shell
-	sci-geosciences/geopy
-	x11-libs/gtk+:3
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-	distutils-r1_python_install_all
-	domenu nwg-shell-config.desktop
-	doicon nwg-shell-config.svg
-	doicon nwg-shell-update.svg
-	doicon nwg-shell-translate.svg
-	doicon nwg-update-noupdate.svg
-	doicon nwg-update-available.svg
-	doicon nwg-update-checking.svg
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2024-01-11 11:57 David Roman
  0 siblings, 0 replies; 36+ messages in thread
From: David Roman @ 2024-01-11 11:57 UTC (permalink / raw
  To: gentoo-commits

commit:     3a8be4f0c58ab0621c22c2b951885263e7b5e978
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Wed Jan 10 11:40:49 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Jan 10 11:40:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3a8be4f0

gui-apps/nwg-shell-config: drop 0.5.29

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 -
 .../nwg-shell-config-0.5.29.ebuild                 | 43 ----------------------
 2 files changed, 44 deletions(-)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index 169288327b..e3cb59fffb 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,3 +1,2 @@
-DIST nwg-shell-config-0.5.29.tar.gz 114068 BLAKE2B 1bbf5fb29f91ae2684b07159e2c590601cec0441ecc542bbecfad77d1d3573c30b874852acf64c1ec6c903ccbee74038832ef543ba948c3499955860b6b384eb SHA512 109e257e875bd76d1fda983f2f59fab9110a957f5cdfabff2b91321156893cdc9ec726618738546dd477d6147d41d53c0dc47c09b59f22aae16e01000a844f12
 DIST nwg-shell-config-0.5.30.tar.gz 113863 BLAKE2B ce3ceb5a69fb53ec81a392e69e5114bebeaa1bd6e3128ea50a5cd683f18b6534bb44bca59ae191df78e39de9ea9db157bd98524d053312499ced990b5aa8f7f3 SHA512 f4317771ffe33fac73ae316f3be16065181be805e1a5223a3e9fbab358cd5cc0168018ef866962402d593f24cd811ac9c6197bc4f66c0669bb6d89fe4f7f7e6d
 DIST nwg-shell-config-0.5.31.tar.gz 114349 BLAKE2B 82dab1973d7fe40b76a06525517fb7211e5a21cac1e4bd793c23c9f46afe8811b132b793f302b8c42f2b915661b3acec6bc0f30741dee04a612de8ccfd249ad1 SHA512 caac936d953fa1dff56db0332101e90979428a9314a6ca9fe88d8230bf172213593240dfd7b7d3cea1336f6fbe71839764a2f084a8e47e3398c3335c32d12eef

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.29.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.29.ebuild
deleted file mode 100644
index 30cb01c4f5..0000000000
--- a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.29.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit desktop distutils-r1 xdg-utils
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="nwg-shell configuration utility"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
-LICENSE="MIT"
-
-SLOT="0"
-
-RDEPEND="
-	gui-apps/nwg-shell
-	sci-geosciences/geopy
-	x11-libs/gtk+:3
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-	distutils-r1_python_install_all
-	domenu nwg-shell-config.desktop
-	doicon nwg-shell-config.svg
-	doicon nwg-shell-update.svg
-	doicon nwg-shell-translate.svg
-	doicon nwg-update-noupdate.svg
-	doicon nwg-update-available.svg
-	doicon nwg-update-checking.svg
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2023-11-30 10:44 Andrew Ammerlaan
  0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2023-11-30 10:44 UTC (permalink / raw
  To: gentoo-commits

commit:     9a8d24eabe241821812b2375a515c831b4a17a85
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Wed Nov 29 13:56:52 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 16:09:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9a8d24ea

gui-apps/nwg-shell-config: add 0.5.27

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 +
 .../nwg-shell-config-0.5.27.ebuild                 | 43 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index 7a12d7d48a..ec558da084 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-shell-config-0.5.25.tar.gz 113369 BLAKE2B a2bab8aeee038b46e3f1b00ee65f16c2125cf4984cf5921e78b85392e98f58ad98fae8359e060af18d22bc3df0a60b7c2dfe7e3d7d6fc955add67de1dcdfdbb1 SHA512 b5a4b02445bca0dfaa7fa1287e45ea125830fedb817154d530a230ddaec2fffdcc06406c2a7c8a2644ea79e962b75356f667c706740357f2280aeaf8b626a9ca
 DIST nwg-shell-config-0.5.26.tar.gz 113381 BLAKE2B 2fb0242876a350018af17b84798b85a889199b1f52ac99f935f07ef88c53d67e2db19f85cd1bc682a06f863e66c5a8e8062d358d0fe23fe3ec3fc52bd7db5b65 SHA512 db233084a2dbe3f9ab9e2ecf99e58d0999d2a8f8191add6f9074096f9d1ee8a9132c1749bc70872a3ca395d169dceae8b70590588b76426d1816d0d627ef6f07
+DIST nwg-shell-config-0.5.27.tar.gz 113654 BLAKE2B 0283d78781ed03bf5c093b7d864ebed02fc9e5344dc6826bd90fd15ee204aa51c0afccf09d8435c75541ccf5cf286f5ffe27080ad906152923ccf72363dca974 SHA512 8bb70a2623f00c55d884308b18373ac21dd50bfffeb1d4f6dd2adad6db4dbfb812bc1e1271aca2ba0bac00d399044ffa920e770b0fb63f3dd74a5494e4127124

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.27.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.27.ebuild
new file mode 100644
index 0000000000..30cb01c4f5
--- /dev/null
+++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.27.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit desktop distutils-r1 xdg-utils
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="nwg-shell configuration utility"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
+LICENSE="MIT"
+
+SLOT="0"
+
+RDEPEND="
+	gui-apps/nwg-shell
+	sci-geosciences/geopy
+	x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	distutils-r1_python_install_all
+	domenu nwg-shell-config.desktop
+	doicon nwg-shell-config.svg
+	doicon nwg-shell-update.svg
+	doicon nwg-shell-translate.svg
+	doicon nwg-update-noupdate.svg
+	doicon nwg-update-available.svg
+	doicon nwg-update-checking.svg
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2023-11-30 10:44 Andrew Ammerlaan
  0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2023-11-30 10:44 UTC (permalink / raw
  To: gentoo-commits

commit:     6a51d42509d6f82ddc56d362ae0567762ea7392e
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Wed Nov 29 14:02:52 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 16:09:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a51d425

gui-apps/nwg-shell-config: drop 0.5.25

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 -
 .../nwg-shell-config-0.5.25.ebuild                 | 43 ----------------------
 2 files changed, 44 deletions(-)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index ed4661c9c8..d76dc640be 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,4 +1,3 @@
-DIST nwg-shell-config-0.5.25.tar.gz 113369 BLAKE2B a2bab8aeee038b46e3f1b00ee65f16c2125cf4984cf5921e78b85392e98f58ad98fae8359e060af18d22bc3df0a60b7c2dfe7e3d7d6fc955add67de1dcdfdbb1 SHA512 b5a4b02445bca0dfaa7fa1287e45ea125830fedb817154d530a230ddaec2fffdcc06406c2a7c8a2644ea79e962b75356f667c706740357f2280aeaf8b626a9ca
 DIST nwg-shell-config-0.5.26.tar.gz 113381 BLAKE2B 2fb0242876a350018af17b84798b85a889199b1f52ac99f935f07ef88c53d67e2db19f85cd1bc682a06f863e66c5a8e8062d358d0fe23fe3ec3fc52bd7db5b65 SHA512 db233084a2dbe3f9ab9e2ecf99e58d0999d2a8f8191add6f9074096f9d1ee8a9132c1749bc70872a3ca395d169dceae8b70590588b76426d1816d0d627ef6f07
 DIST nwg-shell-config-0.5.27.tar.gz 113654 BLAKE2B 0283d78781ed03bf5c093b7d864ebed02fc9e5344dc6826bd90fd15ee204aa51c0afccf09d8435c75541ccf5cf286f5ffe27080ad906152923ccf72363dca974 SHA512 8bb70a2623f00c55d884308b18373ac21dd50bfffeb1d4f6dd2adad6db4dbfb812bc1e1271aca2ba0bac00d399044ffa920e770b0fb63f3dd74a5494e4127124
 DIST nwg-shell-config-0.5.28.tar.gz 113742 BLAKE2B e083a79a25c02719ed08d105c1185c49d02644b20d9f36cd3bca17bfa4a7af1355df9bfa1dfa0b757baa30f9ba3e2f51590df8ebff464e823f1f0d261cb20c7a SHA512 5d995061db57cd070731001e39665dac8c5be2d7cb521fbfcd5302f0167fab49a5d06de0213ac71975ff5adc4f1195ac45f2d16a9924bfc4df7932cf2caa4f80

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.25.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.25.ebuild
deleted file mode 100644
index 30cb01c4f5..0000000000
--- a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.25.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit desktop distutils-r1 xdg-utils
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="nwg-shell configuration utility"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
-LICENSE="MIT"
-
-SLOT="0"
-
-RDEPEND="
-	gui-apps/nwg-shell
-	sci-geosciences/geopy
-	x11-libs/gtk+:3
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-	distutils-r1_python_install_all
-	domenu nwg-shell-config.desktop
-	doicon nwg-shell-config.svg
-	doicon nwg-shell-update.svg
-	doicon nwg-shell-translate.svg
-	doicon nwg-update-noupdate.svg
-	doicon nwg-update-available.svg
-	doicon nwg-update-checking.svg
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2023-11-30 10:44 Andrew Ammerlaan
  0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2023-11-30 10:44 UTC (permalink / raw
  To: gentoo-commits

commit:     c0e47b142de1a09aa34871ee80b13289ebd2165f
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Wed Nov 29 14:03:05 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 16:09:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c0e47b14

gui-apps/nwg-shell-config: drop 0.5.26

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 -
 .../nwg-shell-config-0.5.26.ebuild                 | 43 ----------------------
 2 files changed, 44 deletions(-)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index d76dc640be..6bd0067e2b 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,3 +1,2 @@
-DIST nwg-shell-config-0.5.26.tar.gz 113381 BLAKE2B 2fb0242876a350018af17b84798b85a889199b1f52ac99f935f07ef88c53d67e2db19f85cd1bc682a06f863e66c5a8e8062d358d0fe23fe3ec3fc52bd7db5b65 SHA512 db233084a2dbe3f9ab9e2ecf99e58d0999d2a8f8191add6f9074096f9d1ee8a9132c1749bc70872a3ca395d169dceae8b70590588b76426d1816d0d627ef6f07
 DIST nwg-shell-config-0.5.27.tar.gz 113654 BLAKE2B 0283d78781ed03bf5c093b7d864ebed02fc9e5344dc6826bd90fd15ee204aa51c0afccf09d8435c75541ccf5cf286f5ffe27080ad906152923ccf72363dca974 SHA512 8bb70a2623f00c55d884308b18373ac21dd50bfffeb1d4f6dd2adad6db4dbfb812bc1e1271aca2ba0bac00d399044ffa920e770b0fb63f3dd74a5494e4127124
 DIST nwg-shell-config-0.5.28.tar.gz 113742 BLAKE2B e083a79a25c02719ed08d105c1185c49d02644b20d9f36cd3bca17bfa4a7af1355df9bfa1dfa0b757baa30f9ba3e2f51590df8ebff464e823f1f0d261cb20c7a SHA512 5d995061db57cd070731001e39665dac8c5be2d7cb521fbfcd5302f0167fab49a5d06de0213ac71975ff5adc4f1195ac45f2d16a9924bfc4df7932cf2caa4f80

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.26.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.26.ebuild
deleted file mode 100644
index 30cb01c4f5..0000000000
--- a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.26.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit desktop distutils-r1 xdg-utils
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="nwg-shell configuration utility"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
-LICENSE="MIT"
-
-SLOT="0"
-
-RDEPEND="
-	gui-apps/nwg-shell
-	sci-geosciences/geopy
-	x11-libs/gtk+:3
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-	distutils-r1_python_install_all
-	domenu nwg-shell-config.desktop
-	doicon nwg-shell-config.svg
-	doicon nwg-shell-update.svg
-	doicon nwg-shell-translate.svg
-	doicon nwg-update-noupdate.svg
-	doicon nwg-update-available.svg
-	doicon nwg-update-checking.svg
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2023-11-30 10:44 Andrew Ammerlaan
  0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2023-11-30 10:44 UTC (permalink / raw
  To: gentoo-commits

commit:     a8015703550889d41570af086bb98ad5e49bc215
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Wed Nov 29 14:02:34 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 16:09:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8015703

gui-apps/nwg-shell-config: add 0.5.28

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 +
 .../nwg-shell-config-0.5.28.ebuild                 | 43 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index ec558da084..ed4661c9c8 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,3 +1,4 @@
 DIST nwg-shell-config-0.5.25.tar.gz 113369 BLAKE2B a2bab8aeee038b46e3f1b00ee65f16c2125cf4984cf5921e78b85392e98f58ad98fae8359e060af18d22bc3df0a60b7c2dfe7e3d7d6fc955add67de1dcdfdbb1 SHA512 b5a4b02445bca0dfaa7fa1287e45ea125830fedb817154d530a230ddaec2fffdcc06406c2a7c8a2644ea79e962b75356f667c706740357f2280aeaf8b626a9ca
 DIST nwg-shell-config-0.5.26.tar.gz 113381 BLAKE2B 2fb0242876a350018af17b84798b85a889199b1f52ac99f935f07ef88c53d67e2db19f85cd1bc682a06f863e66c5a8e8062d358d0fe23fe3ec3fc52bd7db5b65 SHA512 db233084a2dbe3f9ab9e2ecf99e58d0999d2a8f8191add6f9074096f9d1ee8a9132c1749bc70872a3ca395d169dceae8b70590588b76426d1816d0d627ef6f07
 DIST nwg-shell-config-0.5.27.tar.gz 113654 BLAKE2B 0283d78781ed03bf5c093b7d864ebed02fc9e5344dc6826bd90fd15ee204aa51c0afccf09d8435c75541ccf5cf286f5ffe27080ad906152923ccf72363dca974 SHA512 8bb70a2623f00c55d884308b18373ac21dd50bfffeb1d4f6dd2adad6db4dbfb812bc1e1271aca2ba0bac00d399044ffa920e770b0fb63f3dd74a5494e4127124
+DIST nwg-shell-config-0.5.28.tar.gz 113742 BLAKE2B e083a79a25c02719ed08d105c1185c49d02644b20d9f36cd3bca17bfa4a7af1355df9bfa1dfa0b757baa30f9ba3e2f51590df8ebff464e823f1f0d261cb20c7a SHA512 5d995061db57cd070731001e39665dac8c5be2d7cb521fbfcd5302f0167fab49a5d06de0213ac71975ff5adc4f1195ac45f2d16a9924bfc4df7932cf2caa4f80

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.28.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.28.ebuild
new file mode 100644
index 0000000000..30cb01c4f5
--- /dev/null
+++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.28.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit desktop distutils-r1 xdg-utils
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="nwg-shell configuration utility"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
+LICENSE="MIT"
+
+SLOT="0"
+
+RDEPEND="
+	gui-apps/nwg-shell
+	sci-geosciences/geopy
+	x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	distutils-r1_python_install_all
+	domenu nwg-shell-config.desktop
+	doicon nwg-shell-config.svg
+	doicon nwg-shell-update.svg
+	doicon nwg-shell-translate.svg
+	doicon nwg-update-noupdate.svg
+	doicon nwg-update-available.svg
+	doicon nwg-update-checking.svg
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2023-11-18  9:53 Andrew Ammerlaan
  0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2023-11-18  9:53 UTC (permalink / raw
  To: gentoo-commits

commit:     dca9a0afb8790aaca8043fd3f191545a96589d7c
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat Nov 18 08:53:24 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 08:53:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dca9a0af

gui-apps/nwg-shell-config: drop 0.5.14-r1

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 -
 .../nwg-shell-config-0.5.14-r1.ebuild              | 43 ----------------------
 2 files changed, 44 deletions(-)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index ccb8afc484..5e61a65373 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,4 +1,3 @@
-DIST nwg-shell-config-0.5.14.tar.gz 104956 BLAKE2B 109e6da5d30b3b96c4b5ee111c43b49febccb5072e1510776a8b5238379055cf5968bd408a1c69961e65b86a36d6adf54e196f4ebbdbf3e2587453d823fdd355 SHA512 9b4f7cf89c984f37d7f3a671cf9b029f0a94a7c41bb7986303e35f9975c1890140815a33c808a284f1c5e616bd3f652d5ac3696ebe16f4dee0f4234f7713d43c
 DIST nwg-shell-config-0.5.22.tar.gz 109183 BLAKE2B d1475d80ecc5280dacf402abb9f27dc6d073b15f61dc24fcfcdc053e017656add62a706b1e012d7fb0d5004ee5358602732421d2e76d9a5171869730d4ef01dc SHA512 a19c65c10785e6f499ce997073bf32227c9d193befef8a847b8e051f4d2fe702d1db31d4cbfd881dbdc8b7b36609bc6ec6e5611b6696fe02ffd4262d21898101
 DIST nwg-shell-config-0.5.23.tar.gz 109379 BLAKE2B 39e2ca78afa83ef0104b8e6d9f3ca3301852f8d9af5ee4f7a7aab6a8c01677ca18c9f635177b76cb923295f26e6e6316b124f5a7d7540da07d05cc5e2347f254 SHA512 99caa2b18dd4828ffa8a98293dfea65877e41cbfe0209d241cf100a822a732b556a16cbe2921c0cdc48ad6fde078c9d64656b286bb833fae495085976b934975
 DIST nwg-shell-config-0.5.24.tar.gz 109606 BLAKE2B 9c968d2da56e37c0e30f0796f096f6191651076696e8835b345830d990f9f44cdbf53a8a5e43388d95d14fabe77a513cb8ff4b50d252ab5ec3d26c432b7371cb SHA512 337889eb3a3d8abfcf5272b35ea91941091a3b9e3ac25f476637eceb1b3bddb9d306751f3e956d693333e75f603a18c881b905a044640b20040223dd268a6395

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.14-r1.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.14-r1.ebuild
deleted file mode 100644
index a1a277b03f..0000000000
--- a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.14-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit desktop distutils-r1 xdg-utils
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="nwg-shell configuration utility"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
-LICENSE="MIT"
-
-SLOT="0"
-
-RDEPEND="
-	gui-apps/nwg-shell
-	sci-geosciences/geopy
-	x11-libs/gtk+:3
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-	distutils-r1_python_install_all
-	domenu nwg-shell-config.desktop
-	doicon nwg-shell-config.svg
-	doicon nwg-shell-update.svg
-	doicon nwg-shell-translate.svg
-	doicon nwg-update-noupdate.svg
-	doicon nwg-update-available.svg
-	doicon nwg-update-checking.svg
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2023-11-18  9:53 Andrew Ammerlaan
  0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2023-11-18  9:53 UTC (permalink / raw
  To: gentoo-commits

commit:     34ca253908c9681de781158232c5b41783a913b1
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat Nov 18 08:53:09 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 08:53:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=34ca2539

gui-apps/nwg-shell-config: drop 0.5.14

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 .../nwg-shell-config-0.5.14.ebuild                 | 24 ----------------------
 1 file changed, 24 deletions(-)

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.14.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.14.ebuild
deleted file mode 100644
index b9c8494df0..0000000000
--- a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.14.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="nwg-shell configuration utility"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
-LICENSE="MIT"
-
-SLOT="0"
-
-RDEPEND="
-	gui-apps/nwg-shell
-	sci-geosciences/geopy
-	x11-libs/gtk+:3
-"
-DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2023-11-18  9:53 Andrew Ammerlaan
  0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2023-11-18  9:53 UTC (permalink / raw
  To: gentoo-commits

commit:     4e5680dda484744c30db69d8b41bcb2c2287b2e1
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat Nov 18 08:53:34 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 08:53:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e5680dd

gui-apps/nwg-shell-config: drop 0.5.22

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 -
 .../nwg-shell-config-0.5.22.ebuild                 | 43 ----------------------
 2 files changed, 44 deletions(-)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index 5e61a65373..27baee760b 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,4 +1,3 @@
-DIST nwg-shell-config-0.5.22.tar.gz 109183 BLAKE2B d1475d80ecc5280dacf402abb9f27dc6d073b15f61dc24fcfcdc053e017656add62a706b1e012d7fb0d5004ee5358602732421d2e76d9a5171869730d4ef01dc SHA512 a19c65c10785e6f499ce997073bf32227c9d193befef8a847b8e051f4d2fe702d1db31d4cbfd881dbdc8b7b36609bc6ec6e5611b6696fe02ffd4262d21898101
 DIST nwg-shell-config-0.5.23.tar.gz 109379 BLAKE2B 39e2ca78afa83ef0104b8e6d9f3ca3301852f8d9af5ee4f7a7aab6a8c01677ca18c9f635177b76cb923295f26e6e6316b124f5a7d7540da07d05cc5e2347f254 SHA512 99caa2b18dd4828ffa8a98293dfea65877e41cbfe0209d241cf100a822a732b556a16cbe2921c0cdc48ad6fde078c9d64656b286bb833fae495085976b934975
 DIST nwg-shell-config-0.5.24.tar.gz 109606 BLAKE2B 9c968d2da56e37c0e30f0796f096f6191651076696e8835b345830d990f9f44cdbf53a8a5e43388d95d14fabe77a513cb8ff4b50d252ab5ec3d26c432b7371cb SHA512 337889eb3a3d8abfcf5272b35ea91941091a3b9e3ac25f476637eceb1b3bddb9d306751f3e956d693333e75f603a18c881b905a044640b20040223dd268a6395
 DIST nwg-shell-config-0.5.25.tar.gz 113369 BLAKE2B a2bab8aeee038b46e3f1b00ee65f16c2125cf4984cf5921e78b85392e98f58ad98fae8359e060af18d22bc3df0a60b7c2dfe7e3d7d6fc955add67de1dcdfdbb1 SHA512 b5a4b02445bca0dfaa7fa1287e45ea125830fedb817154d530a230ddaec2fffdcc06406c2a7c8a2644ea79e962b75356f667c706740357f2280aeaf8b626a9ca

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.22.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.22.ebuild
deleted file mode 100644
index a1a277b03f..0000000000
--- a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.22.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit desktop distutils-r1 xdg-utils
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="nwg-shell configuration utility"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
-LICENSE="MIT"
-
-SLOT="0"
-
-RDEPEND="
-	gui-apps/nwg-shell
-	sci-geosciences/geopy
-	x11-libs/gtk+:3
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-	distutils-r1_python_install_all
-	domenu nwg-shell-config.desktop
-	doicon nwg-shell-config.svg
-	doicon nwg-shell-update.svg
-	doicon nwg-shell-translate.svg
-	doicon nwg-update-noupdate.svg
-	doicon nwg-update-available.svg
-	doicon nwg-update-checking.svg
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2023-11-18  9:53 Andrew Ammerlaan
  0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2023-11-18  9:53 UTC (permalink / raw
  To: gentoo-commits

commit:     59ccf0d21d939ad991db927805424a48dbfddc77
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat Nov 18 08:52:57 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 08:52:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=59ccf0d2

gui-apps/nwg-shell-config: add 0.5.25

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 +
 .../nwg-shell-config-0.5.25.ebuild                 | 43 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index b1db9df3cd..ccb8afc484 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -2,3 +2,4 @@ DIST nwg-shell-config-0.5.14.tar.gz 104956 BLAKE2B 109e6da5d30b3b96c4b5ee111c43b
 DIST nwg-shell-config-0.5.22.tar.gz 109183 BLAKE2B d1475d80ecc5280dacf402abb9f27dc6d073b15f61dc24fcfcdc053e017656add62a706b1e012d7fb0d5004ee5358602732421d2e76d9a5171869730d4ef01dc SHA512 a19c65c10785e6f499ce997073bf32227c9d193befef8a847b8e051f4d2fe702d1db31d4cbfd881dbdc8b7b36609bc6ec6e5611b6696fe02ffd4262d21898101
 DIST nwg-shell-config-0.5.23.tar.gz 109379 BLAKE2B 39e2ca78afa83ef0104b8e6d9f3ca3301852f8d9af5ee4f7a7aab6a8c01677ca18c9f635177b76cb923295f26e6e6316b124f5a7d7540da07d05cc5e2347f254 SHA512 99caa2b18dd4828ffa8a98293dfea65877e41cbfe0209d241cf100a822a732b556a16cbe2921c0cdc48ad6fde078c9d64656b286bb833fae495085976b934975
 DIST nwg-shell-config-0.5.24.tar.gz 109606 BLAKE2B 9c968d2da56e37c0e30f0796f096f6191651076696e8835b345830d990f9f44cdbf53a8a5e43388d95d14fabe77a513cb8ff4b50d252ab5ec3d26c432b7371cb SHA512 337889eb3a3d8abfcf5272b35ea91941091a3b9e3ac25f476637eceb1b3bddb9d306751f3e956d693333e75f603a18c881b905a044640b20040223dd268a6395
+DIST nwg-shell-config-0.5.25.tar.gz 113369 BLAKE2B a2bab8aeee038b46e3f1b00ee65f16c2125cf4984cf5921e78b85392e98f58ad98fae8359e060af18d22bc3df0a60b7c2dfe7e3d7d6fc955add67de1dcdfdbb1 SHA512 b5a4b02445bca0dfaa7fa1287e45ea125830fedb817154d530a230ddaec2fffdcc06406c2a7c8a2644ea79e962b75356f667c706740357f2280aeaf8b626a9ca

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.25.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.25.ebuild
new file mode 100644
index 0000000000..30cb01c4f5
--- /dev/null
+++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.25.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit desktop distutils-r1 xdg-utils
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="nwg-shell configuration utility"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
+LICENSE="MIT"
+
+SLOT="0"
+
+RDEPEND="
+	gui-apps/nwg-shell
+	sci-geosciences/geopy
+	x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	distutils-r1_python_install_all
+	domenu nwg-shell-config.desktop
+	doicon nwg-shell-config.svg
+	doicon nwg-shell-update.svg
+	doicon nwg-shell-translate.svg
+	doicon nwg-update-noupdate.svg
+	doicon nwg-update-available.svg
+	doicon nwg-update-checking.svg
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2023-11-16 10:05 David Roman
  0 siblings, 0 replies; 36+ messages in thread
From: David Roman @ 2023-11-16 10:05 UTC (permalink / raw
  To: gentoo-commits

commit:     f86a929be48eff7ee9adbd427592e9ff049ef217
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Tue Nov 14 19:50:54 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Nov 14 19:51:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f86a929b

gui-apps/nwg-shell-config: add 0.5.24

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 +
 .../nwg-shell-config-0.5.24.ebuild                 | 43 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index 0f745ec86a..b1db9df3cd 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,3 +1,4 @@
 DIST nwg-shell-config-0.5.14.tar.gz 104956 BLAKE2B 109e6da5d30b3b96c4b5ee111c43b49febccb5072e1510776a8b5238379055cf5968bd408a1c69961e65b86a36d6adf54e196f4ebbdbf3e2587453d823fdd355 SHA512 9b4f7cf89c984f37d7f3a671cf9b029f0a94a7c41bb7986303e35f9975c1890140815a33c808a284f1c5e616bd3f652d5ac3696ebe16f4dee0f4234f7713d43c
 DIST nwg-shell-config-0.5.22.tar.gz 109183 BLAKE2B d1475d80ecc5280dacf402abb9f27dc6d073b15f61dc24fcfcdc053e017656add62a706b1e012d7fb0d5004ee5358602732421d2e76d9a5171869730d4ef01dc SHA512 a19c65c10785e6f499ce997073bf32227c9d193befef8a847b8e051f4d2fe702d1db31d4cbfd881dbdc8b7b36609bc6ec6e5611b6696fe02ffd4262d21898101
 DIST nwg-shell-config-0.5.23.tar.gz 109379 BLAKE2B 39e2ca78afa83ef0104b8e6d9f3ca3301852f8d9af5ee4f7a7aab6a8c01677ca18c9f635177b76cb923295f26e6e6316b124f5a7d7540da07d05cc5e2347f254 SHA512 99caa2b18dd4828ffa8a98293dfea65877e41cbfe0209d241cf100a822a732b556a16cbe2921c0cdc48ad6fde078c9d64656b286bb833fae495085976b934975
+DIST nwg-shell-config-0.5.24.tar.gz 109606 BLAKE2B 9c968d2da56e37c0e30f0796f096f6191651076696e8835b345830d990f9f44cdbf53a8a5e43388d95d14fabe77a513cb8ff4b50d252ab5ec3d26c432b7371cb SHA512 337889eb3a3d8abfcf5272b35ea91941091a3b9e3ac25f476637eceb1b3bddb9d306751f3e956d693333e75f603a18c881b905a044640b20040223dd268a6395

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.24.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.24.ebuild
new file mode 100644
index 0000000000..30cb01c4f5
--- /dev/null
+++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.24.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit desktop distutils-r1 xdg-utils
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="nwg-shell configuration utility"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
+LICENSE="MIT"
+
+SLOT="0"
+
+RDEPEND="
+	gui-apps/nwg-shell
+	sci-geosciences/geopy
+	x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	distutils-r1_python_install_all
+	domenu nwg-shell-config.desktop
+	doicon nwg-shell-config.svg
+	doicon nwg-shell-update.svg
+	doicon nwg-shell-translate.svg
+	doicon nwg-update-noupdate.svg
+	doicon nwg-update-available.svg
+	doicon nwg-update-checking.svg
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2023-11-10 20:18 David Roman
  0 siblings, 0 replies; 36+ messages in thread
From: David Roman @ 2023-11-10 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     773c30dc480fc19e061552b48c4099c5f17a6e2c
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Fri Nov 10 18:37:45 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Nov 10 18:38:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=773c30dc

gui-apps/nwg-shell-config: add 0.5.23

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 +
 .../nwg-shell-config-0.5.23.ebuild                 | 43 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index ed51cd1bba..0f745ec86a 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-shell-config-0.5.14.tar.gz 104956 BLAKE2B 109e6da5d30b3b96c4b5ee111c43b49febccb5072e1510776a8b5238379055cf5968bd408a1c69961e65b86a36d6adf54e196f4ebbdbf3e2587453d823fdd355 SHA512 9b4f7cf89c984f37d7f3a671cf9b029f0a94a7c41bb7986303e35f9975c1890140815a33c808a284f1c5e616bd3f652d5ac3696ebe16f4dee0f4234f7713d43c
 DIST nwg-shell-config-0.5.22.tar.gz 109183 BLAKE2B d1475d80ecc5280dacf402abb9f27dc6d073b15f61dc24fcfcdc053e017656add62a706b1e012d7fb0d5004ee5358602732421d2e76d9a5171869730d4ef01dc SHA512 a19c65c10785e6f499ce997073bf32227c9d193befef8a847b8e051f4d2fe702d1db31d4cbfd881dbdc8b7b36609bc6ec6e5611b6696fe02ffd4262d21898101
+DIST nwg-shell-config-0.5.23.tar.gz 109379 BLAKE2B 39e2ca78afa83ef0104b8e6d9f3ca3301852f8d9af5ee4f7a7aab6a8c01677ca18c9f635177b76cb923295f26e6e6316b124f5a7d7540da07d05cc5e2347f254 SHA512 99caa2b18dd4828ffa8a98293dfea65877e41cbfe0209d241cf100a822a732b556a16cbe2921c0cdc48ad6fde078c9d64656b286bb833fae495085976b934975

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.23.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.23.ebuild
new file mode 100644
index 0000000000..30cb01c4f5
--- /dev/null
+++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.23.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit desktop distutils-r1 xdg-utils
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="nwg-shell configuration utility"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
+LICENSE="MIT"
+
+SLOT="0"
+
+RDEPEND="
+	gui-apps/nwg-shell
+	sci-geosciences/geopy
+	x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	distutils-r1_python_install_all
+	domenu nwg-shell-config.desktop
+	doicon nwg-shell-config.svg
+	doicon nwg-shell-update.svg
+	doicon nwg-shell-translate.svg
+	doicon nwg-update-noupdate.svg
+	doicon nwg-update-available.svg
+	doicon nwg-update-checking.svg
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2023-10-19  7:17 Viorel Munteanu
  0 siblings, 0 replies; 36+ messages in thread
From: Viorel Munteanu @ 2023-10-19  7:17 UTC (permalink / raw
  To: gentoo-commits

commit:     d7f8fbabb6bf735650a0ac2109ae29b04cf81521
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Wed Oct 18 09:56:53 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Oct 18 09:56:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d7f8fbab

gui-apps/nwg-shell-config: add 0.5.22

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 +
 .../nwg-shell-config-0.5.22.ebuild                 | 43 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
index 276e0bcd99..ed51cd1bba 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1 +1,2 @@
 DIST nwg-shell-config-0.5.14.tar.gz 104956 BLAKE2B 109e6da5d30b3b96c4b5ee111c43b49febccb5072e1510776a8b5238379055cf5968bd408a1c69961e65b86a36d6adf54e196f4ebbdbf3e2587453d823fdd355 SHA512 9b4f7cf89c984f37d7f3a671cf9b029f0a94a7c41bb7986303e35f9975c1890140815a33c808a284f1c5e616bd3f652d5ac3696ebe16f4dee0f4234f7713d43c
+DIST nwg-shell-config-0.5.22.tar.gz 109183 BLAKE2B d1475d80ecc5280dacf402abb9f27dc6d073b15f61dc24fcfcdc053e017656add62a706b1e012d7fb0d5004ee5358602732421d2e76d9a5171869730d4ef01dc SHA512 a19c65c10785e6f499ce997073bf32227c9d193befef8a847b8e051f4d2fe702d1db31d4cbfd881dbdc8b7b36609bc6ec6e5611b6696fe02ffd4262d21898101

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.22.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.22.ebuild
new file mode 100644
index 0000000000..a1a277b03f
--- /dev/null
+++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.22.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit desktop distutils-r1 xdg-utils
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="nwg-shell configuration utility"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
+LICENSE="MIT"
+
+SLOT="0"
+
+RDEPEND="
+	gui-apps/nwg-shell
+	sci-geosciences/geopy
+	x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	distutils-r1_python_install_all
+	domenu nwg-shell-config.desktop
+	doicon nwg-shell-config.svg
+	doicon nwg-shell-update.svg
+	doicon nwg-shell-translate.svg
+	doicon nwg-update-noupdate.svg
+	doicon nwg-update-available.svg
+	doicon nwg-update-checking.svg
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2023-08-12 16:31 David Roman
  0 siblings, 0 replies; 36+ messages in thread
From: David Roman @ 2023-08-12 16:31 UTC (permalink / raw
  To: gentoo-commits

commit:     8b3563dc0fa854570cd3879a093ca3af5f246eb1
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Thu Aug 10 21:15:28 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Aug 10 21:15:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b3563dc

gui-apps/nwg-shell-config: revbump, install desktop files and icons

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 .../nwg-shell-config-0.5.14-r1.ebuild              | 43 ++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.14-r1.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.14-r1.ebuild
new file mode 100644
index 0000000000..a1a277b03f
--- /dev/null
+++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.14-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit desktop distutils-r1 xdg-utils
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="nwg-shell configuration utility"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
+LICENSE="MIT"
+
+SLOT="0"
+
+RDEPEND="
+	gui-apps/nwg-shell
+	sci-geosciences/geopy
+	x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	distutils-r1_python_install_all
+	domenu nwg-shell-config.desktop
+	doicon nwg-shell-config.svg
+	doicon nwg-shell-update.svg
+	doicon nwg-shell-translate.svg
+	doicon nwg-update-noupdate.svg
+	doicon nwg-update-available.svg
+	doicon nwg-update-checking.svg
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/
@ 2023-08-10  8:14 Viorel Munteanu
  0 siblings, 0 replies; 36+ messages in thread
From: Viorel Munteanu @ 2023-08-10  8:14 UTC (permalink / raw
  To: gentoo-commits

commit:     b4fe4125407b99f285b749e40e1aa08c0993f709
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Tue Aug  8 23:01:42 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue Aug  8 23:01:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b4fe4125

gui-apps/nwg-shell-config: new package, add 0.5.14

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 +
 gui-apps/nwg-shell-config/metadata.xml             | 16 +++++++++++++++
 .../nwg-shell-config-0.5.14.ebuild                 | 24 ++++++++++++++++++++++
 3 files changed, 41 insertions(+)

diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest
new file mode 100644
index 0000000000..276e0bcd99
--- /dev/null
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -0,0 +1 @@
+DIST nwg-shell-config-0.5.14.tar.gz 104956 BLAKE2B 109e6da5d30b3b96c4b5ee111c43b49febccb5072e1510776a8b5238379055cf5968bd408a1c69961e65b86a36d6adf54e196f4ebbdbf3e2587453d823fdd355 SHA512 9b4f7cf89c984f37d7f3a671cf9b029f0a94a7c41bb7986303e35f9975c1890140815a33c808a284f1c5e616bd3f652d5ac3696ebe16f4dee0f4234f7713d43c

diff --git a/gui-apps/nwg-shell-config/metadata.xml b/gui-apps/nwg-shell-config/metadata.xml
new file mode 100644
index 0000000000..5fbfb2ce5a
--- /dev/null
+++ b/gui-apps/nwg-shell-config/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <maintainer type="person">
+        <email>pascal.jaeger@leimstift.de</email>
+        <name>Pascal Jaeger</name>
+    </maintainer>
+    <upstream>
+        <maintainer>
+            <name>Piotr Miller</name>
+            <email>nwg.piotr@gmail.com</email>
+        </maintainer>
+        <bugs-to>https://github.com/nwg-piotr/nwg-shell-config/issues</bugs-to>
+        <remote-id type="github">nwg-piotr/nwg-shell-config</remote-id>
+    </upstream>
+</pkgmetadata>

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.14.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.14.ebuild
new file mode 100644
index 0000000000..b9c8494df0
--- /dev/null
+++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.14.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="nwg-shell configuration utility"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config"
+LICENSE="MIT"
+
+SLOT="0"
+
+RDEPEND="
+	gui-apps/nwg-shell
+	sci-geosciences/geopy
+	x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2024-08-23  0:19 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-11 11:57 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell-config/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2024-08-23  0:18 David Roman
2024-07-08 16:36 David Roman
2024-07-08 16:36 David Roman
2024-07-08 16:36 David Roman
2024-07-08 16:36 David Roman
2024-06-29  9:55 David Roman
2024-06-29  9:55 David Roman
2024-06-29  9:55 David Roman
2024-06-29  9:55 David Roman
2024-05-21 21:10 Julien Roy
2024-05-21 21:10 Julien Roy
2024-04-25 21:49 Julien Roy
2024-04-25 21:49 Julien Roy
2024-04-25 21:49 Julien Roy
2024-04-25 21:49 Julien Roy
2024-02-08  9:29 David Roman
2024-02-08  9:29 David Roman
2024-02-08  9:29 David Roman
2024-02-08  9:29 David Roman
2024-01-28 23:02 David Roman
2024-01-28 23:02 David Roman
2024-01-11 11:57 David Roman
2023-11-30 10:44 Andrew Ammerlaan
2023-11-30 10:44 Andrew Ammerlaan
2023-11-30 10:44 Andrew Ammerlaan
2023-11-30 10:44 Andrew Ammerlaan
2023-11-18  9:53 Andrew Ammerlaan
2023-11-18  9:53 Andrew Ammerlaan
2023-11-18  9:53 Andrew Ammerlaan
2023-11-18  9:53 Andrew Ammerlaan
2023-11-16 10:05 David Roman
2023-11-10 20:18 David Roman
2023-10-19  7:17 Viorel Munteanu
2023-08-12 16:31 David Roman
2023-08-10  8:14 Viorel Munteanu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox