public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: x11-misc/autotiling/
@ 2022-11-01  2:55 Ronny Gutbrod
  2022-10-30  2:06 ` [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
  0 siblings, 1 reply; 13+ messages in thread
From: Ronny Gutbrod @ 2022-11-01  2:55 UTC (permalink / raw
  To: gentoo-commits

commit:     915df862170f83ad6d13f504796c3eb88f2444a4
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sun Oct 30 02:05:23 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sun Oct 30 02:05:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=915df862

x11-misc/autotiling: use PEP517

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 x11-misc/autotiling/autotiling-1.7.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-misc/autotiling/autotiling-1.7.ebuild b/x11-misc/autotiling/autotiling-1.7.ebuild
index fa2c4a915..5040f5f73 100644
--- a/x11-misc/autotiling/autotiling-1.7.ebuild
+++ b/x11-misc/autotiling/autotiling-1.7.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+DISTUTILS_USE_PEP517="setuptools"
 PYTHON_COMPAT=( python3_{10..11} )
 DISTUTILS_SINGLE_IMPL=1
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/autotiling/
@ 2024-05-28 12:16 Ronny Gutbrod
  0 siblings, 0 replies; 13+ messages in thread
From: Ronny Gutbrod @ 2024-05-28 12:16 UTC (permalink / raw
  To: gentoo-commits

commit:     1036563d1ce7bc0488634a457016f66538863f92
Author:     tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue May 28 11:48:28 2024 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue May 28 11:48:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1036563d

x11-misc/autotiling: add 1.9.3

Signed-off-by: tastytea <gentoo <AT> tastytea.de>

 x11-misc/autotiling/Manifest                |  1 +
 x11-misc/autotiling/autotiling-1.9.3.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/x11-misc/autotiling/Manifest b/x11-misc/autotiling/Manifest
index c609b4812..a7fbdc211 100644
--- a/x11-misc/autotiling/Manifest
+++ b/x11-misc/autotiling/Manifest
@@ -1,2 +1,3 @@
 DIST autotiling-1.9.1.tar.gz 18084 BLAKE2B 42d3ed0400d997dea2a1ab3c1f1e581678c8ff9171c492adbacb10f3269f1859f15dbfd0ec7ffe23aeb915f2922f1d278b4219fcfda7bba6b1122363fbb9d6ec SHA512 39ffc97b27c9ade5b988462393f42cd45b5283cc3c4d03efe8ba46729ca8aaf5602e036abde2158d6ffa674ed0daed48b917d86ed97b33865e0c38ef2a475143
 DIST autotiling-1.9.2.gh.tar.gz 18989 BLAKE2B 0c4aba21b214473fc58ee3286c62f17bc48b81db6b83d3afc402576514c8a4837563c3695440a7159365fb4503800c86dca493f8aa44ba5bfde826ccbde4961e SHA512 84a9a1328b1c4cc599219f2a1d9e08ede56d5cf926d7f0f3539f0de4ffdfd397354f7b25385f663bcb7526acd5da762a8624f6e0b661ebd82737c3c574d8bd9d
+DIST autotiling-1.9.3.tar.gz 18128 BLAKE2B c236c1700daa238f86c7a01de52ec25a15029776974e7b778c01cfbabbd6ad4eb9916b602172fe9c2238d06dd5142fd3c78c2b39a097cda4a196c98cc498abe9 SHA512 235400882a5626db4db118c2c802060f695691fa4d19debc6deab7eb42a9b679ff111102798dc180bcbb548de97cb38b71eee76084d7ff76bf81d1818e00cf5b

diff --git a/x11-misc/autotiling/autotiling-1.9.3.ebuild b/x11-misc/autotiling/autotiling-1.9.3.ebuild
new file mode 100644
index 000000000..18a54cbb1
--- /dev/null
+++ b/x11-misc/autotiling/autotiling-1.9.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517="setuptools"
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_SINGLE_IMPL=1
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Script for sway and i3 to automatically switch the window split orientation"
+HOMEPAGE="https://github.com/nwg-piotr/autotiling"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="$(python_gen_cond_dep '>=dev-python/i3ipc-2.0.1[${PYTHON_USEDEP}]')"
+DEPEND="${RDEPEND}"
+BDEPEND="$(python_gen_cond_dep 'dev-python/wheel[${PYTHON_USEDEP}]')"


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/autotiling/
@ 2024-05-28 12:16 Ronny Gutbrod
  0 siblings, 0 replies; 13+ messages in thread
From: Ronny Gutbrod @ 2024-05-28 12:16 UTC (permalink / raw
  To: gentoo-commits

commit:     a7a39f935b63b6259458c5feab8646e9b56ef846
Author:     tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue May 28 11:48:53 2024 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue May 28 11:48:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a7a39f93

x11-misc/autotiling: drop 1.9.1

Signed-off-by: tastytea <gentoo <AT> tastytea.de>

 x11-misc/autotiling/Manifest                |  1 -
 x11-misc/autotiling/autotiling-1.9.1.ebuild | 21 ---------------------
 2 files changed, 22 deletions(-)

diff --git a/x11-misc/autotiling/Manifest b/x11-misc/autotiling/Manifest
index a7fbdc211..141041854 100644
--- a/x11-misc/autotiling/Manifest
+++ b/x11-misc/autotiling/Manifest
@@ -1,3 +1,2 @@
-DIST autotiling-1.9.1.tar.gz 18084 BLAKE2B 42d3ed0400d997dea2a1ab3c1f1e581678c8ff9171c492adbacb10f3269f1859f15dbfd0ec7ffe23aeb915f2922f1d278b4219fcfda7bba6b1122363fbb9d6ec SHA512 39ffc97b27c9ade5b988462393f42cd45b5283cc3c4d03efe8ba46729ca8aaf5602e036abde2158d6ffa674ed0daed48b917d86ed97b33865e0c38ef2a475143
 DIST autotiling-1.9.2.gh.tar.gz 18989 BLAKE2B 0c4aba21b214473fc58ee3286c62f17bc48b81db6b83d3afc402576514c8a4837563c3695440a7159365fb4503800c86dca493f8aa44ba5bfde826ccbde4961e SHA512 84a9a1328b1c4cc599219f2a1d9e08ede56d5cf926d7f0f3539f0de4ffdfd397354f7b25385f663bcb7526acd5da762a8624f6e0b661ebd82737c3c574d8bd9d
 DIST autotiling-1.9.3.tar.gz 18128 BLAKE2B c236c1700daa238f86c7a01de52ec25a15029776974e7b778c01cfbabbd6ad4eb9916b602172fe9c2238d06dd5142fd3c78c2b39a097cda4a196c98cc498abe9 SHA512 235400882a5626db4db118c2c802060f695691fa4d19debc6deab7eb42a9b679ff111102798dc180bcbb548de97cb38b71eee76084d7ff76bf81d1818e00cf5b

diff --git a/x11-misc/autotiling/autotiling-1.9.1.ebuild b/x11-misc/autotiling/autotiling-1.9.1.ebuild
deleted file mode 100644
index f7d2fb529..000000000
--- a/x11-misc/autotiling/autotiling-1.9.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517="setuptools"
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Script for sway and i3 to automatically switch the window split orientation"
-HOMEPAGE="https://github.com/nwg-piotr/autotiling"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="$(python_gen_cond_dep '>=dev-python/i3ipc-2.0.1[${PYTHON_USEDEP}]')"
-DEPEND="${RDEPEND}"
-BDEPEND="$(python_gen_cond_dep 'dev-python/wheel[${PYTHON_USEDEP}]')"


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/autotiling/
@ 2024-05-07 18:00 Ronny Gutbrod
  0 siblings, 0 replies; 13+ messages in thread
From: Ronny Gutbrod @ 2024-05-07 18:00 UTC (permalink / raw
  To: gentoo-commits

commit:     17dd1aa8a9de906722aa55e15d0880371de6145f
Author:     tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue May  7 17:42:45 2024 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue May  7 17:42:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17dd1aa8

x11-misc/autotiling: add 1.9.2

switch back to github because version on PyPi is outdated again

Closes: https://bugs.gentoo.org/931489
Signed-off-by: tastytea <gentoo <AT> tastytea.de>

 x11-misc/autotiling/Manifest                |  1 +
 x11-misc/autotiling/autotiling-1.9.2.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/x11-misc/autotiling/Manifest b/x11-misc/autotiling/Manifest
index d450c9a26e..a243374160 100644
--- a/x11-misc/autotiling/Manifest
+++ b/x11-misc/autotiling/Manifest
@@ -1,2 +1,3 @@
 DIST autotiling-1.9.1.tar.gz 18084 BLAKE2B 42d3ed0400d997dea2a1ab3c1f1e581678c8ff9171c492adbacb10f3269f1859f15dbfd0ec7ffe23aeb915f2922f1d278b4219fcfda7bba6b1122363fbb9d6ec SHA512 39ffc97b27c9ade5b988462393f42cd45b5283cc3c4d03efe8ba46729ca8aaf5602e036abde2158d6ffa674ed0daed48b917d86ed97b33865e0c38ef2a475143
+DIST autotiling-1.9.2.gh.tar.gz 18989 BLAKE2B 0c4aba21b214473fc58ee3286c62f17bc48b81db6b83d3afc402576514c8a4837563c3695440a7159365fb4503800c86dca493f8aa44ba5bfde826ccbde4961e SHA512 84a9a1328b1c4cc599219f2a1d9e08ede56d5cf926d7f0f3539f0de4ffdfd397354f7b25385f663bcb7526acd5da762a8624f6e0b661ebd82737c3c574d8bd9d
 DIST autotiling-1.9.tar.gz 18931 BLAKE2B c3035a78abff9de2fad6e0ffb53cbf9e19e5dfebbb5fc1f78d5d54de89f8856287dd6439b2fba7c5ca027dfbc3d2826ee8d2c0593d0098fccfde7cab718537ab SHA512 5850bc3cf11bdfc69ea9fdc42f5f1eb7ead5b726bf3f6f52cf3335e83fb9ef5cac7d062b38a75b95307fe0f1a8e3f024b65bf7d42bcfd5ebf7a6fb891d97b99f

diff --git a/x11-misc/autotiling/autotiling-1.9.2.ebuild b/x11-misc/autotiling/autotiling-1.9.2.ebuild
new file mode 100644
index 0000000000..72c7e0731b
--- /dev/null
+++ b/x11-misc/autotiling/autotiling-1.9.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517="setuptools"
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_SINGLE_IMPL=1
+
+inherit distutils-r1
+
+DESCRIPTION="Script for sway and i3 to automatically switch the window split orientation"
+HOMEPAGE="https://github.com/nwg-piotr/autotiling"
+SRC_URI="https://github.com/nwg-piotr/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="$(python_gen_cond_dep '>=dev-python/i3ipc-2.0.1[${PYTHON_USEDEP}]')"
+DEPEND="${RDEPEND}"
+BDEPEND="$(python_gen_cond_dep 'dev-python/wheel[${PYTHON_USEDEP}]')"


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/autotiling/
@ 2024-05-07 18:00 Ronny Gutbrod
  0 siblings, 0 replies; 13+ messages in thread
From: Ronny Gutbrod @ 2024-05-07 18:00 UTC (permalink / raw
  To: gentoo-commits

commit:     d1eadfd6904bf4caca837856132b83bcfda6ee36
Author:     tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue May  7 17:43:36 2024 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue May  7 17:43:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d1eadfd6

x11-misc/autotiling: drop 1.9

Signed-off-by: tastytea <gentoo <AT> tastytea.de>

 x11-misc/autotiling/Manifest              |  1 -
 x11-misc/autotiling/autotiling-1.9.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/x11-misc/autotiling/Manifest b/x11-misc/autotiling/Manifest
index a243374160..c609b48122 100644
--- a/x11-misc/autotiling/Manifest
+++ b/x11-misc/autotiling/Manifest
@@ -1,3 +1,2 @@
 DIST autotiling-1.9.1.tar.gz 18084 BLAKE2B 42d3ed0400d997dea2a1ab3c1f1e581678c8ff9171c492adbacb10f3269f1859f15dbfd0ec7ffe23aeb915f2922f1d278b4219fcfda7bba6b1122363fbb9d6ec SHA512 39ffc97b27c9ade5b988462393f42cd45b5283cc3c4d03efe8ba46729ca8aaf5602e036abde2158d6ffa674ed0daed48b917d86ed97b33865e0c38ef2a475143
 DIST autotiling-1.9.2.gh.tar.gz 18989 BLAKE2B 0c4aba21b214473fc58ee3286c62f17bc48b81db6b83d3afc402576514c8a4837563c3695440a7159365fb4503800c86dca493f8aa44ba5bfde826ccbde4961e SHA512 84a9a1328b1c4cc599219f2a1d9e08ede56d5cf926d7f0f3539f0de4ffdfd397354f7b25385f663bcb7526acd5da762a8624f6e0b661ebd82737c3c574d8bd9d
-DIST autotiling-1.9.tar.gz 18931 BLAKE2B c3035a78abff9de2fad6e0ffb53cbf9e19e5dfebbb5fc1f78d5d54de89f8856287dd6439b2fba7c5ca027dfbc3d2826ee8d2c0593d0098fccfde7cab718537ab SHA512 5850bc3cf11bdfc69ea9fdc42f5f1eb7ead5b726bf3f6f52cf3335e83fb9ef5cac7d062b38a75b95307fe0f1a8e3f024b65bf7d42bcfd5ebf7a6fb891d97b99f

diff --git a/x11-misc/autotiling/autotiling-1.9.ebuild b/x11-misc/autotiling/autotiling-1.9.ebuild
deleted file mode 100644
index 5ff8dd27eb..0000000000
--- a/x11-misc/autotiling/autotiling-1.9.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517="setuptools"
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1
-
-DESCRIPTION="Script for sway and i3 to automatically switch the window split orientation"
-HOMEPAGE="https://github.com/nwg-piotr/autotiling"
-SRC_URI="https://github.com/nwg-piotr/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="$(python_gen_cond_dep '>=dev-python/i3ipc-2.0.1[${PYTHON_USEDEP}]')"
-DEPEND="${RDEPEND}"
-BDEPEND="$(python_gen_cond_dep 'dev-python/wheel[${PYTHON_USEDEP}]')"


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/autotiling/
@ 2024-04-13 14:19 Ronny Gutbrod
  0 siblings, 0 replies; 13+ messages in thread
From: Ronny Gutbrod @ 2024-04-13 14:19 UTC (permalink / raw
  To: gentoo-commits

commit:     833fac13fd3d107df5f0ae35cd5e0ffb845d6b81
Author:     tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat Apr 13 14:15:01 2024 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sat Apr 13 14:15:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=833fac13

x11-misc/autotiling: add pypi upstream metadata

Signed-off-by: tastytea <gentoo <AT> tastytea.de>

 x11-misc/autotiling/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-misc/autotiling/metadata.xml b/x11-misc/autotiling/metadata.xml
index 42dd18705d..e91f5c2259 100644
--- a/x11-misc/autotiling/metadata.xml
+++ b/x11-misc/autotiling/metadata.xml
@@ -7,5 +7,6 @@
 	</maintainer>
 	<upstream>
 		<remote-id type="github">nwg-piotr/autotiling</remote-id>
+		<remote-id type="pypi">autotiling</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/autotiling/
@ 2024-04-13 14:14 Ronny Gutbrod
  0 siblings, 0 replies; 13+ messages in thread
From: Ronny Gutbrod @ 2024-04-13 14:14 UTC (permalink / raw
  To: gentoo-commits

commit:     caa5502e2d8274bbc2e6ffc6a5f908208f695079
Author:     tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat Apr 13 13:52:31 2024 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sat Apr 13 14:13:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=caa5502e

x11-misc/autotiling: add 1.9.1

Signed-off-by: tastytea <gentoo <AT> tastytea.de>

 x11-misc/autotiling/Manifest                |  1 +
 x11-misc/autotiling/autotiling-1.9.1.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/x11-misc/autotiling/Manifest b/x11-misc/autotiling/Manifest
index db2049e668..22ad9b9099 100644
--- a/x11-misc/autotiling/Manifest
+++ b/x11-misc/autotiling/Manifest
@@ -1,2 +1,3 @@
 DIST autotiling-1.8.tar.gz 18245 BLAKE2B 7d2230a4e5895ca495d72dcc2c2ebc5128dc40278f8c948b880887f158e51e847dfbd02988551065ef2b87f49bc87a6452ba67fa7a52894c8ec251024b6036b6 SHA512 b96a171a926f9e248b5899481f3355f52e9fcfd328d2843d76381f72c404923a0c63db7e2a2bfd514c94f7809f39326b097578eb22af6ac6577bbedc5a142016
+DIST autotiling-1.9.1.tar.gz 18084 BLAKE2B 42d3ed0400d997dea2a1ab3c1f1e581678c8ff9171c492adbacb10f3269f1859f15dbfd0ec7ffe23aeb915f2922f1d278b4219fcfda7bba6b1122363fbb9d6ec SHA512 39ffc97b27c9ade5b988462393f42cd45b5283cc3c4d03efe8ba46729ca8aaf5602e036abde2158d6ffa674ed0daed48b917d86ed97b33865e0c38ef2a475143
 DIST autotiling-1.9.tar.gz 18931 BLAKE2B c3035a78abff9de2fad6e0ffb53cbf9e19e5dfebbb5fc1f78d5d54de89f8856287dd6439b2fba7c5ca027dfbc3d2826ee8d2c0593d0098fccfde7cab718537ab SHA512 5850bc3cf11bdfc69ea9fdc42f5f1eb7ead5b726bf3f6f52cf3335e83fb9ef5cac7d062b38a75b95307fe0f1a8e3f024b65bf7d42bcfd5ebf7a6fb891d97b99f

diff --git a/x11-misc/autotiling/autotiling-1.9.1.ebuild b/x11-misc/autotiling/autotiling-1.9.1.ebuild
new file mode 100644
index 0000000000..f7d2fb5294
--- /dev/null
+++ b/x11-misc/autotiling/autotiling-1.9.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517="setuptools"
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_SINGLE_IMPL=1
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Script for sway and i3 to automatically switch the window split orientation"
+HOMEPAGE="https://github.com/nwg-piotr/autotiling"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="$(python_gen_cond_dep '>=dev-python/i3ipc-2.0.1[${PYTHON_USEDEP}]')"
+DEPEND="${RDEPEND}"
+BDEPEND="$(python_gen_cond_dep 'dev-python/wheel[${PYTHON_USEDEP}]')"


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/autotiling/
@ 2024-04-13 14:14 Ronny Gutbrod
  0 siblings, 0 replies; 13+ messages in thread
From: Ronny Gutbrod @ 2024-04-13 14:14 UTC (permalink / raw
  To: gentoo-commits

commit:     f24fd472bdab1c7159f5325b07c4622d79f6fa3a
Author:     tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat Apr 13 14:11:31 2024 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sat Apr 13 14:13:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f24fd472

x11-misc/autotiling: drop 1.8

Signed-off-by: tastytea <gentoo <AT> tastytea.de>

 x11-misc/autotiling/Manifest              |  1 -
 x11-misc/autotiling/autotiling-1.8.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/x11-misc/autotiling/Manifest b/x11-misc/autotiling/Manifest
index 22ad9b9099..d450c9a26e 100644
--- a/x11-misc/autotiling/Manifest
+++ b/x11-misc/autotiling/Manifest
@@ -1,3 +1,2 @@
-DIST autotiling-1.8.tar.gz 18245 BLAKE2B 7d2230a4e5895ca495d72dcc2c2ebc5128dc40278f8c948b880887f158e51e847dfbd02988551065ef2b87f49bc87a6452ba67fa7a52894c8ec251024b6036b6 SHA512 b96a171a926f9e248b5899481f3355f52e9fcfd328d2843d76381f72c404923a0c63db7e2a2bfd514c94f7809f39326b097578eb22af6ac6577bbedc5a142016
 DIST autotiling-1.9.1.tar.gz 18084 BLAKE2B 42d3ed0400d997dea2a1ab3c1f1e581678c8ff9171c492adbacb10f3269f1859f15dbfd0ec7ffe23aeb915f2922f1d278b4219fcfda7bba6b1122363fbb9d6ec SHA512 39ffc97b27c9ade5b988462393f42cd45b5283cc3c4d03efe8ba46729ca8aaf5602e036abde2158d6ffa674ed0daed48b917d86ed97b33865e0c38ef2a475143
 DIST autotiling-1.9.tar.gz 18931 BLAKE2B c3035a78abff9de2fad6e0ffb53cbf9e19e5dfebbb5fc1f78d5d54de89f8856287dd6439b2fba7c5ca027dfbc3d2826ee8d2c0593d0098fccfde7cab718537ab SHA512 5850bc3cf11bdfc69ea9fdc42f5f1eb7ead5b726bf3f6f52cf3335e83fb9ef5cac7d062b38a75b95307fe0f1a8e3f024b65bf7d42bcfd5ebf7a6fb891d97b99f

diff --git a/x11-misc/autotiling/autotiling-1.8.ebuild b/x11-misc/autotiling/autotiling-1.8.ebuild
deleted file mode 100644
index 5040f5f73d..0000000000
--- a/x11-misc/autotiling/autotiling-1.8.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517="setuptools"
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1
-
-DESCRIPTION="Script for sway and i3 to automatically switch the window split orientation"
-HOMEPAGE="https://github.com/nwg-piotr/autotiling"
-SRC_URI="https://github.com/nwg-piotr/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="$(python_gen_cond_dep '>=dev-python/i3ipc-2.0.1[${PYTHON_USEDEP}]')"
-DEPEND="${RDEPEND}"
-BDEPEND="$(python_gen_cond_dep 'dev-python/wheel[${PYTHON_USEDEP}]')"


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/autotiling/
@ 2024-02-24 14:32 Ronny Gutbrod
  0 siblings, 0 replies; 13+ messages in thread
From: Ronny Gutbrod @ 2024-02-24 14:32 UTC (permalink / raw
  To: gentoo-commits

commit:     099d4947098b7e0d096191b46bc957e5a5e5e4b4
Author:     tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat Feb 24 14:00:10 2024 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sat Feb 24 14:08:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=099d4947

x11-misc/autotiling: add 1.9

Signed-off-by: tastytea <gentoo <AT> tastytea.de>

 x11-misc/autotiling/Manifest              |  1 +
 x11-misc/autotiling/autotiling-1.9.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/x11-misc/autotiling/Manifest b/x11-misc/autotiling/Manifest
index 2bc15017ae..58e63f7097 100644
--- a/x11-misc/autotiling/Manifest
+++ b/x11-misc/autotiling/Manifest
@@ -1,2 +1,3 @@
 DIST autotiling-1.7.tar.gz 17675 BLAKE2B e2e220aca96c9d218b96c8dcb98bd37d5b481df11a9513bb1ba8604a268a2b93ffc030f172023b86adca2768597f91ef1d6afb83b65f37c5b4ad192a839b0253 SHA512 ea6d84f033d2148cd46d0b754a15bc09847997856a73374d477e4abfd761e0df5e96bc30a24d5b0cd92bc1836a480b4c9fd71734a1707ef8877de66e4120abc7
 DIST autotiling-1.8.tar.gz 18245 BLAKE2B 7d2230a4e5895ca495d72dcc2c2ebc5128dc40278f8c948b880887f158e51e847dfbd02988551065ef2b87f49bc87a6452ba67fa7a52894c8ec251024b6036b6 SHA512 b96a171a926f9e248b5899481f3355f52e9fcfd328d2843d76381f72c404923a0c63db7e2a2bfd514c94f7809f39326b097578eb22af6ac6577bbedc5a142016
+DIST autotiling-1.9.tar.gz 18931 BLAKE2B c3035a78abff9de2fad6e0ffb53cbf9e19e5dfebbb5fc1f78d5d54de89f8856287dd6439b2fba7c5ca027dfbc3d2826ee8d2c0593d0098fccfde7cab718537ab SHA512 5850bc3cf11bdfc69ea9fdc42f5f1eb7ead5b726bf3f6f52cf3335e83fb9ef5cac7d062b38a75b95307fe0f1a8e3f024b65bf7d42bcfd5ebf7a6fb891d97b99f

diff --git a/x11-misc/autotiling/autotiling-1.9.ebuild b/x11-misc/autotiling/autotiling-1.9.ebuild
new file mode 100644
index 0000000000..5ff8dd27eb
--- /dev/null
+++ b/x11-misc/autotiling/autotiling-1.9.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517="setuptools"
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_SINGLE_IMPL=1
+
+inherit distutils-r1
+
+DESCRIPTION="Script for sway and i3 to automatically switch the window split orientation"
+HOMEPAGE="https://github.com/nwg-piotr/autotiling"
+SRC_URI="https://github.com/nwg-piotr/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="$(python_gen_cond_dep '>=dev-python/i3ipc-2.0.1[${PYTHON_USEDEP}]')"
+DEPEND="${RDEPEND}"
+BDEPEND="$(python_gen_cond_dep 'dev-python/wheel[${PYTHON_USEDEP}]')"


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/autotiling/
@ 2024-02-24 14:32 Ronny Gutbrod
  0 siblings, 0 replies; 13+ messages in thread
From: Ronny Gutbrod @ 2024-02-24 14:32 UTC (permalink / raw
  To: gentoo-commits

commit:     52d67c4409edb67a53fe83a416eecb04c7ce3e82
Author:     tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat Feb 24 14:08:09 2024 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sat Feb 24 14:08:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52d67c44

x11-misc/autotiling: drop 1.7

Signed-off-by: tastytea <gentoo <AT> tastytea.de>

 x11-misc/autotiling/Manifest              |  1 -
 x11-misc/autotiling/autotiling-1.7.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/x11-misc/autotiling/Manifest b/x11-misc/autotiling/Manifest
index 58e63f7097..db2049e668 100644
--- a/x11-misc/autotiling/Manifest
+++ b/x11-misc/autotiling/Manifest
@@ -1,3 +1,2 @@
-DIST autotiling-1.7.tar.gz 17675 BLAKE2B e2e220aca96c9d218b96c8dcb98bd37d5b481df11a9513bb1ba8604a268a2b93ffc030f172023b86adca2768597f91ef1d6afb83b65f37c5b4ad192a839b0253 SHA512 ea6d84f033d2148cd46d0b754a15bc09847997856a73374d477e4abfd761e0df5e96bc30a24d5b0cd92bc1836a480b4c9fd71734a1707ef8877de66e4120abc7
 DIST autotiling-1.8.tar.gz 18245 BLAKE2B 7d2230a4e5895ca495d72dcc2c2ebc5128dc40278f8c948b880887f158e51e847dfbd02988551065ef2b87f49bc87a6452ba67fa7a52894c8ec251024b6036b6 SHA512 b96a171a926f9e248b5899481f3355f52e9fcfd328d2843d76381f72c404923a0c63db7e2a2bfd514c94f7809f39326b097578eb22af6ac6577bbedc5a142016
 DIST autotiling-1.9.tar.gz 18931 BLAKE2B c3035a78abff9de2fad6e0ffb53cbf9e19e5dfebbb5fc1f78d5d54de89f8856287dd6439b2fba7c5ca027dfbc3d2826ee8d2c0593d0098fccfde7cab718537ab SHA512 5850bc3cf11bdfc69ea9fdc42f5f1eb7ead5b726bf3f6f52cf3335e83fb9ef5cac7d062b38a75b95307fe0f1a8e3f024b65bf7d42bcfd5ebf7a6fb891d97b99f

diff --git a/x11-misc/autotiling/autotiling-1.7.ebuild b/x11-misc/autotiling/autotiling-1.7.ebuild
deleted file mode 100644
index 5040f5f73d..0000000000
--- a/x11-misc/autotiling/autotiling-1.7.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517="setuptools"
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1
-
-DESCRIPTION="Script for sway and i3 to automatically switch the window split orientation"
-HOMEPAGE="https://github.com/nwg-piotr/autotiling"
-SRC_URI="https://github.com/nwg-piotr/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="$(python_gen_cond_dep '>=dev-python/i3ipc-2.0.1[${PYTHON_USEDEP}]')"
-DEPEND="${RDEPEND}"
-BDEPEND="$(python_gen_cond_dep 'dev-python/wheel[${PYTHON_USEDEP}]')"


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/autotiling/
@ 2022-11-04  3:47 Ronny Gutbrod
  0 siblings, 0 replies; 13+ messages in thread
From: Ronny Gutbrod @ 2022-11-04  3:47 UTC (permalink / raw
  To: gentoo-commits

commit:     156798cb93afb69453e3cc62f5fe58a51db45742
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Fri Nov  4 03:46:42 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Fri Nov  4 03:46:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=156798cb

x11-misc/autotiling: add 1.8

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 x11-misc/autotiling/Manifest              |  1 +
 x11-misc/autotiling/autotiling-1.8.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/x11-misc/autotiling/Manifest b/x11-misc/autotiling/Manifest
index b944764da..2bc15017a 100644
--- a/x11-misc/autotiling/Manifest
+++ b/x11-misc/autotiling/Manifest
@@ -1 +1,2 @@
 DIST autotiling-1.7.tar.gz 17675 BLAKE2B e2e220aca96c9d218b96c8dcb98bd37d5b481df11a9513bb1ba8604a268a2b93ffc030f172023b86adca2768597f91ef1d6afb83b65f37c5b4ad192a839b0253 SHA512 ea6d84f033d2148cd46d0b754a15bc09847997856a73374d477e4abfd761e0df5e96bc30a24d5b0cd92bc1836a480b4c9fd71734a1707ef8877de66e4120abc7
+DIST autotiling-1.8.tar.gz 18245 BLAKE2B 7d2230a4e5895ca495d72dcc2c2ebc5128dc40278f8c948b880887f158e51e847dfbd02988551065ef2b87f49bc87a6452ba67fa7a52894c8ec251024b6036b6 SHA512 b96a171a926f9e248b5899481f3355f52e9fcfd328d2843d76381f72c404923a0c63db7e2a2bfd514c94f7809f39326b097578eb22af6ac6577bbedc5a142016

diff --git a/x11-misc/autotiling/autotiling-1.8.ebuild b/x11-misc/autotiling/autotiling-1.8.ebuild
new file mode 100644
index 000000000..5040f5f73
--- /dev/null
+++ b/x11-misc/autotiling/autotiling-1.8.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517="setuptools"
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_SINGLE_IMPL=1
+
+inherit distutils-r1
+
+DESCRIPTION="Script for sway and i3 to automatically switch the window split orientation"
+HOMEPAGE="https://github.com/nwg-piotr/autotiling"
+SRC_URI="https://github.com/nwg-piotr/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="$(python_gen_cond_dep '>=dev-python/i3ipc-2.0.1[${PYTHON_USEDEP}]')"
+DEPEND="${RDEPEND}"
+BDEPEND="$(python_gen_cond_dep 'dev-python/wheel[${PYTHON_USEDEP}]')"


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/autotiling/
@ 2022-10-30  2:01 Ronny Gutbrod
  0 siblings, 0 replies; 13+ messages in thread
From: Ronny Gutbrod @ 2022-10-30  2:01 UTC (permalink / raw
  To: gentoo-commits

commit:     dc05992a8f380f28cfd9ef59487c05497c9341de
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sun Oct 30 01:59:28 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sun Oct 30 01:59:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc05992a

x11-misc/autotiling: new package, add 1.7

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 x11-misc/autotiling/Manifest              |  1 +
 x11-misc/autotiling/autotiling-1.7.ebuild | 21 +++++++++++++++++++++
 x11-misc/autotiling/metadata.xml          | 11 +++++++++++
 3 files changed, 33 insertions(+)

diff --git a/x11-misc/autotiling/Manifest b/x11-misc/autotiling/Manifest
new file mode 100644
index 000000000..b944764da
--- /dev/null
+++ b/x11-misc/autotiling/Manifest
@@ -0,0 +1 @@
+DIST autotiling-1.7.tar.gz 17675 BLAKE2B e2e220aca96c9d218b96c8dcb98bd37d5b481df11a9513bb1ba8604a268a2b93ffc030f172023b86adca2768597f91ef1d6afb83b65f37c5b4ad192a839b0253 SHA512 ea6d84f033d2148cd46d0b754a15bc09847997856a73374d477e4abfd761e0df5e96bc30a24d5b0cd92bc1836a480b4c9fd71734a1707ef8877de66e4120abc7

diff --git a/x11-misc/autotiling/autotiling-1.7.ebuild b/x11-misc/autotiling/autotiling-1.7.ebuild
new file mode 100644
index 000000000..fa2c4a915
--- /dev/null
+++ b/x11-misc/autotiling/autotiling-1.7.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_SINGLE_IMPL=1
+
+inherit distutils-r1
+
+DESCRIPTION="Script for sway and i3 to automatically switch the window split orientation"
+HOMEPAGE="https://github.com/nwg-piotr/autotiling"
+SRC_URI="https://github.com/nwg-piotr/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="$(python_gen_cond_dep '>=dev-python/i3ipc-2.0.1[${PYTHON_USEDEP}]')"
+DEPEND="${RDEPEND}"
+BDEPEND="$(python_gen_cond_dep 'dev-python/wheel[${PYTHON_USEDEP}]')"

diff --git a/x11-misc/autotiling/metadata.xml b/x11-misc/autotiling/metadata.xml
new file mode 100644
index 000000000..8e0f8c8a8
--- /dev/null
+++ b/x11-misc/autotiling/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>gentoo@tastytea.de</email>
+		<name>Ronny (tastytea) Gutbrod</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">nwg-piotr/autotiling</remote-id>
+	</upstream>
+</pkgmetadata>


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

end of thread, other threads:[~2024-05-28 12:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-01  2:55 [gentoo-commits] repo/proj/guru:master commit in: x11-misc/autotiling/ Ronny Gutbrod
2022-10-30  2:06 ` [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
  -- strict thread matches above, loose matches on Subject: below --
2024-05-28 12:16 Ronny Gutbrod
2024-05-28 12:16 Ronny Gutbrod
2024-05-07 18:00 Ronny Gutbrod
2024-05-07 18:00 Ronny Gutbrod
2024-04-13 14:19 Ronny Gutbrod
2024-04-13 14:14 Ronny Gutbrod
2024-04-13 14:14 Ronny Gutbrod
2024-02-24 14:32 Ronny Gutbrod
2024-02-24 14:32 Ronny Gutbrod
2022-11-04  3:47 Ronny Gutbrod
2022-10-30  2:01 Ronny Gutbrod

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