public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: app-admin/gentoo_update/
@ 2023-06-10 10:56 Florian Schmaus
  0 siblings, 0 replies; 16+ messages in thread
From: Florian Schmaus @ 2023-06-10 10:56 UTC (permalink / raw
  To: gentoo-commits

commit:     f40b4a27e8ded093f6c60082294f677cc97ff09e
Author:     Stepan Kulikov <stepan_kk <AT> pm <DOT> me>
AuthorDate: Fri Jun  9 22:47:20 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Jun  9 22:47:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f40b4a27

app-admin/gentoo_update: new package, add 0.1.2

Automated Gentoo Linux system updater.
This project is still in super early stages of development.

Google Summer of Code 2023 selected project:
https://wiki.gentoo.org/wiki/Google_Summer_of_Code/2023/Ideas/Automated_Gentoo_system_updater

Signed-off-by: Stepan Kulikov <stepan_kk <AT> pm.me>

 app-admin/gentoo_update/Manifest                   |  3 +++
 app-admin/gentoo_update/gentoo_update-0.1.2.ebuild | 23 ++++++++++++++++++++++
 app-admin/gentoo_update/metadata.xml               |  8 ++++++++
 3 files changed, 34 insertions(+)

diff --git a/app-admin/gentoo_update/Manifest b/app-admin/gentoo_update/Manifest
new file mode 100644
index 000000000..5cb7c2d9e
--- /dev/null
+++ b/app-admin/gentoo_update/Manifest
@@ -0,0 +1,3 @@
+DIST 0.1.2.tar.gz 6660 BLAKE2B ac1a3d2230bdae549e47e0ce399d222492151cc0d719cb376e27e6c56a9bbdd08334ce14e756619b1139fe70b08b2692a661ad6ac6f1a342969fee406ebc43c3 SHA512 cb87c5b4cd7415bd2e35a2070536b97f4b0525c9a7bd430cd361a144feace85bdb600bd49be047408b80035ea25a77204fa5cfc0cc719a8769732afac5109830
+EBUILD gentoo_update-0.1.2.ebuild 511 BLAKE2B 742d55359537ef19f4e4ad55b6fcb7ec2f7eb779105ff44ee7398bebfe8fbf3af5a1068e46d1b16480f4fe9cbd45119b6cd5ede8d14c0f8b7bd87c73a76d3a65 SHA512 7c0893c6f992b1d9682d9e29e726500e5e2712b5fd55b61843665544947b12584610fd65d4048ded17828504a4e1dc8243f468c17b9aee079d540dfc2147831c
+MISC metadata.xml 248 BLAKE2B 84fa2f2bab55e26864c8c62ec846b79faf5a184cee9fa34cd7ffeaf20637eec4444af9f592b2edb61a189bbd862b6acc32709c4cd199993bc1a748d269bcd1c9 SHA512 957dee25ea398b6fa6cab7227a943d9b679fabede22ee6b39c8888897e99b9d095e0c9446bbb7fc187bcacd9f541160a3cbbc55c6de43d96a43b58cb1b4b431f

diff --git a/app-admin/gentoo_update/gentoo_update-0.1.2.ebuild b/app-admin/gentoo_update/gentoo_update-0.1.2.ebuild
new file mode 100644
index 000000000..505abb059
--- /dev/null
+++ b/app-admin/gentoo_update/gentoo_update-0.1.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9,10,11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Gentoo Linux updater"
+HOMEPAGE="https://github.com/Lab-Brat/gentoo_update"
+SRC_URI="https://github.com/Lab-Brat/gentoo_update/archive/refs/tags/${PV}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}"
+
+src_test() {
+	${EPYTHON} -m unittest discover -v || die "Tests failed"
+}
+

diff --git a/app-admin/gentoo_update/metadata.xml b/app-admin/gentoo_update/metadata.xml
new file mode 100755
index 000000000..919daccbd
--- /dev/null
+++ b/app-admin/gentoo_update/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="0.1.2" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>stepan_kk@pm.me</email>
+		<name>Stepan Kulikov</name>
+	</maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:master commit in: app-admin/gentoo_update/
@ 2023-06-12 19:27 Florian Schmaus
  0 siblings, 0 replies; 16+ messages in thread
From: Florian Schmaus @ 2023-06-12 19:27 UTC (permalink / raw
  To: gentoo-commits

commit:     36316048aff4fadaecb1f8f31a92c4b550584889
Author:     Stepan Kulikov <stepan_kk <AT> pm <DOT> me>
AuthorDate: Sun Jun 11 19:30:54 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 19:30:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=36316048

app-admin/gentoo_update: bump version from 0.1.2 -> 0.1.3

Signed-off-by: Stepan Kulikov <stepan_kk <AT> pm.me>

 app-admin/gentoo_update/Manifest                                     | 5 ++---
 .../{gentoo_update-0.1.2.ebuild => gentoo_update-0.1.3.ebuild}       | 0
 app-admin/gentoo_update/metadata.xml                                 | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/app-admin/gentoo_update/Manifest b/app-admin/gentoo_update/Manifest
index 5cb7c2d9e..a2eddd334 100644
--- a/app-admin/gentoo_update/Manifest
+++ b/app-admin/gentoo_update/Manifest
@@ -1,3 +1,2 @@
-DIST 0.1.2.tar.gz 6660 BLAKE2B ac1a3d2230bdae549e47e0ce399d222492151cc0d719cb376e27e6c56a9bbdd08334ce14e756619b1139fe70b08b2692a661ad6ac6f1a342969fee406ebc43c3 SHA512 cb87c5b4cd7415bd2e35a2070536b97f4b0525c9a7bd430cd361a144feace85bdb600bd49be047408b80035ea25a77204fa5cfc0cc719a8769732afac5109830
-EBUILD gentoo_update-0.1.2.ebuild 511 BLAKE2B 742d55359537ef19f4e4ad55b6fcb7ec2f7eb779105ff44ee7398bebfe8fbf3af5a1068e46d1b16480f4fe9cbd45119b6cd5ede8d14c0f8b7bd87c73a76d3a65 SHA512 7c0893c6f992b1d9682d9e29e726500e5e2712b5fd55b61843665544947b12584610fd65d4048ded17828504a4e1dc8243f468c17b9aee079d540dfc2147831c
-MISC metadata.xml 248 BLAKE2B 84fa2f2bab55e26864c8c62ec846b79faf5a184cee9fa34cd7ffeaf20637eec4444af9f592b2edb61a189bbd862b6acc32709c4cd199993bc1a748d269bcd1c9 SHA512 957dee25ea398b6fa6cab7227a943d9b679fabede22ee6b39c8888897e99b9d095e0c9446bbb7fc187bcacd9f541160a3cbbc55c6de43d96a43b58cb1b4b431f
+DIST 0.1.3.tar.gz 7356 BLAKE2B 497e8329f1cf335d699ab4f5549e6d35661e4f761d1b2890bb808383a7d30b621a289ba63e64da44dd57f46407410ce491531e1b85ab68b4ff48f48d7dcf2901 SHA512 c64d46337037a99b3d122a0cda4f1bceddec17432fdc28807f270a1f12edf3d50c4cac0f50c6ac437f5eb73f6d9dc6e065d0be870d39494d7ca635935f7f0561
+EBUILD gentoo_update-0.1.3.ebuild 511 BLAKE2B 742d55359537ef19f4e4ad55b6fcb7ec2f7eb779105ff44ee7398bebfe8fbf3af5a1068e46d1b16480f4fe9cbd45119b6cd5ede8d14c0f8b7bd87c73a76d3a65 SHA512 7c0893c6f992b1d9682d9e29e726500e5e2712b5fd55b61843665544947b12584610fd65d4048ded17828504a4e1dc8243f468c17b9aee079d540dfc2147831c

diff --git a/app-admin/gentoo_update/gentoo_update-0.1.2.ebuild b/app-admin/gentoo_update/gentoo_update-0.1.3.ebuild
similarity index 100%
rename from app-admin/gentoo_update/gentoo_update-0.1.2.ebuild
rename to app-admin/gentoo_update/gentoo_update-0.1.3.ebuild

diff --git a/app-admin/gentoo_update/metadata.xml b/app-admin/gentoo_update/metadata.xml
index 919daccbd..85d200332 100755
--- a/app-admin/gentoo_update/metadata.xml
+++ b/app-admin/gentoo_update/metadata.xml
@@ -1,4 +1,4 @@
-<?xml version="0.1.2" encoding="UTF-8"?>
+<?xml version="0.1.3" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">


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

* [gentoo-commits] repo/proj/guru:master commit in: app-admin/gentoo_update/
@ 2023-06-12 19:27 Florian Schmaus
  0 siblings, 0 replies; 16+ messages in thread
From: Florian Schmaus @ 2023-06-12 19:27 UTC (permalink / raw
  To: gentoo-commits

commit:     221c390cefd4d518753420b3b2b5e12e0cba9072
Author:     Stepan Kulikov <stepan_kk <AT> pm <DOT> me>
AuthorDate: Sun Jun 11 19:37:22 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 19:37:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=221c390c

app-admin/gentoo_update: Fix Manifest

Manifest file was generated without including metadata.xml
Now it's fixed.

Signed-off-by: Stepan Kulikov <stepan_kk <AT> pm.me>

 app-admin/gentoo_update/Manifest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-admin/gentoo_update/Manifest b/app-admin/gentoo_update/Manifest
index a2eddd334..0f730ef72 100644
--- a/app-admin/gentoo_update/Manifest
+++ b/app-admin/gentoo_update/Manifest
@@ -1,2 +1,3 @@
 DIST 0.1.3.tar.gz 7356 BLAKE2B 497e8329f1cf335d699ab4f5549e6d35661e4f761d1b2890bb808383a7d30b621a289ba63e64da44dd57f46407410ce491531e1b85ab68b4ff48f48d7dcf2901 SHA512 c64d46337037a99b3d122a0cda4f1bceddec17432fdc28807f270a1f12edf3d50c4cac0f50c6ac437f5eb73f6d9dc6e065d0be870d39494d7ca635935f7f0561
 EBUILD gentoo_update-0.1.3.ebuild 511 BLAKE2B 742d55359537ef19f4e4ad55b6fcb7ec2f7eb779105ff44ee7398bebfe8fbf3af5a1068e46d1b16480f4fe9cbd45119b6cd5ede8d14c0f8b7bd87c73a76d3a65 SHA512 7c0893c6f992b1d9682d9e29e726500e5e2712b5fd55b61843665544947b12584610fd65d4048ded17828504a4e1dc8243f468c17b9aee079d540dfc2147831c
+MISC metadata.xml 248 BLAKE2B f5ba454b03595a3a57657a2eb5fb7d95e2b97905f4dfae8e20ab39caa9da1a0e98bf2428cecc367bb55bd4fe9442e06e82a9a80ccff93f29d83aa65ee900add4 SHA512 8c19092e1c24e10bc4b030e6d6852f0175425d2343c2894bd964bff0402b0e8b61ff5d6ea24300db3939488ccb44ef1dfc6acba66427bdfa794dca7fdf82f18f


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

* [gentoo-commits] repo/proj/guru:master commit in: app-admin/gentoo_update/
@ 2023-06-13  5:11 Viorel Munteanu
  0 siblings, 0 replies; 16+ messages in thread
From: Viorel Munteanu @ 2023-06-13  5:11 UTC (permalink / raw
  To: gentoo-commits

commit:     3d14a319be0352299d8834195b223da6322ebef8
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon Jun 12 22:02:16 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 22:19:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d14a319

app-admin/gentoo_update: fix tests

* Make use of distutils-r1 eclass to set the correct dependencies for
  simple testing via the unittest runner.
* Fetch source with a sensible name.

This program is not packaged correctly upstream:
https://github.com/Lab-Brat/gentoo_update/issues/7

Bug: https://bugs.gentoo.org/908307
Bug: https://bugs.gentoo.org/908308
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 app-admin/gentoo_update/Manifest                   |  4 +---
 app-admin/gentoo_update/gentoo_update-0.1.3.ebuild | 11 +++++------
 2 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/app-admin/gentoo_update/Manifest b/app-admin/gentoo_update/Manifest
index 0f730ef72..4e240f25a 100644
--- a/app-admin/gentoo_update/Manifest
+++ b/app-admin/gentoo_update/Manifest
@@ -1,3 +1 @@
-DIST 0.1.3.tar.gz 7356 BLAKE2B 497e8329f1cf335d699ab4f5549e6d35661e4f761d1b2890bb808383a7d30b621a289ba63e64da44dd57f46407410ce491531e1b85ab68b4ff48f48d7dcf2901 SHA512 c64d46337037a99b3d122a0cda4f1bceddec17432fdc28807f270a1f12edf3d50c4cac0f50c6ac437f5eb73f6d9dc6e065d0be870d39494d7ca635935f7f0561
-EBUILD gentoo_update-0.1.3.ebuild 511 BLAKE2B 742d55359537ef19f4e4ad55b6fcb7ec2f7eb779105ff44ee7398bebfe8fbf3af5a1068e46d1b16480f4fe9cbd45119b6cd5ede8d14c0f8b7bd87c73a76d3a65 SHA512 7c0893c6f992b1d9682d9e29e726500e5e2712b5fd55b61843665544947b12584610fd65d4048ded17828504a4e1dc8243f468c17b9aee079d540dfc2147831c
-MISC metadata.xml 248 BLAKE2B f5ba454b03595a3a57657a2eb5fb7d95e2b97905f4dfae8e20ab39caa9da1a0e98bf2428cecc367bb55bd4fe9442e06e82a9a80ccff93f29d83aa65ee900add4 SHA512 8c19092e1c24e10bc4b030e6d6852f0175425d2343c2894bd964bff0402b0e8b61ff5d6ea24300db3939488ccb44ef1dfc6acba66427bdfa794dca7fdf82f18f
+DIST gentoo_update-0.1.3.gh.tar.gz 7356 BLAKE2B 497e8329f1cf335d699ab4f5549e6d35661e4f761d1b2890bb808383a7d30b621a289ba63e64da44dd57f46407410ce491531e1b85ab68b4ff48f48d7dcf2901 SHA512 c64d46337037a99b3d122a0cda4f1bceddec17432fdc28807f270a1f12edf3d50c4cac0f50c6ac437f5eb73f6d9dc6e065d0be870d39494d7ca635935f7f0561

diff --git a/app-admin/gentoo_update/gentoo_update-0.1.3.ebuild b/app-admin/gentoo_update/gentoo_update-0.1.3.ebuild
index 505abb059..0f72acc65 100644
--- a/app-admin/gentoo_update/gentoo_update-0.1.3.ebuild
+++ b/app-admin/gentoo_update/gentoo_update-0.1.3.ebuild
@@ -2,22 +2,21 @@
 # Distributed under the terms of the GNU General Public License v2
 EAPI=8
 
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9,10,11} )
 
 inherit distutils-r1
 
 DESCRIPTION="Gentoo Linux updater"
 HOMEPAGE="https://github.com/Lab-Brat/gentoo_update"
-SRC_URI="https://github.com/Lab-Brat/gentoo_update/archive/refs/tags/${PV}.tar.gz"
+SRC_URI="https://github.com/Lab-Brat/gentoo_update/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}"
+distutils_enable_tests unittest
 
 src_test() {
-	${EPYTHON} -m unittest discover -v || die "Tests failed"
+	cd tests || die
+	distutils-r1_src_test
 }
-


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

* [gentoo-commits] repo/proj/guru:master commit in: app-admin/gentoo_update/
@ 2023-06-13  5:11 Viorel Munteanu
  0 siblings, 0 replies; 16+ messages in thread
From: Viorel Munteanu @ 2023-06-13  5:11 UTC (permalink / raw
  To: gentoo-commits

commit:     b45d92110c0db7a027f1d367c726733ed812b847
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon Jun 12 22:16:02 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 22:19:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b45d9211

app-admin/gentoo_update: add upstream info

* Reset XML version in the prologue.
  It refers to the XML specification not ${PV}.

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 app-admin/gentoo_update/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-admin/gentoo_update/metadata.xml b/app-admin/gentoo_update/metadata.xml
old mode 100755
new mode 100644
index 85d200332..bb6b569bf
--- a/app-admin/gentoo_update/metadata.xml
+++ b/app-admin/gentoo_update/metadata.xml
@@ -1,8 +1,11 @@
-<?xml version="0.1.3" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
 		<email>stepan_kk@pm.me</email>
 		<name>Stepan Kulikov</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="github">Lab-Brat/gentoo_update</remote-id>
+	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:master commit in: app-admin/gentoo_update/
@ 2023-06-13  5:11 Viorel Munteanu
  0 siblings, 0 replies; 16+ messages in thread
From: Viorel Munteanu @ 2023-06-13  5:11 UTC (permalink / raw
  To: gentoo-commits

commit:     ffd6151df1dd06d5255cb742440f3f29cc29730d
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon Jun 12 22:15:36 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 22:19:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ffd6151d

app-admin/gentoo_update: disable py3.9

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 app-admin/gentoo_update/gentoo_update-0.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gentoo_update/gentoo_update-0.1.3.ebuild b/app-admin/gentoo_update/gentoo_update-0.1.3.ebuild
index 0f72acc65..e421c40d5 100644
--- a/app-admin/gentoo_update/gentoo_update-0.1.3.ebuild
+++ b/app-admin/gentoo_update/gentoo_update-0.1.3.ebuild
@@ -3,7 +3,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9,10,11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1
 


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

* [gentoo-commits] repo/proj/guru:master commit in: app-admin/gentoo_update/
@ 2023-06-15  9:33 Florian Schmaus
  0 siblings, 0 replies; 16+ messages in thread
From: Florian Schmaus @ 2023-06-15  9:33 UTC (permalink / raw
  To: gentoo-commits

commit:     bedd95dd528d83d5ff1d14fb9bc24aa6af106858
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Tue Jun 13 21:38:17 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Jun 13 21:38:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bedd95dd

app-admin/gentoo_update: fix false positive 908308

* False alert about tests not being enabled:
  gentoo-tinderbox (probably) expects python_test to be defined

Bug: https://bugs.gentoo.org/908308
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 app-admin/gentoo_update/gentoo_update-0.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/gentoo_update/gentoo_update-0.1.3.ebuild b/app-admin/gentoo_update/gentoo_update-0.1.3.ebuild
index e421c40d5..8ecaee677 100644
--- a/app-admin/gentoo_update/gentoo_update-0.1.3.ebuild
+++ b/app-admin/gentoo_update/gentoo_update-0.1.3.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
 
 distutils_enable_tests unittest
 
-src_test() {
+python_test() {
 	cd tests || die
-	distutils-r1_src_test
+	eunittest
 }


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

* [gentoo-commits] repo/proj/guru:master commit in: app-admin/gentoo_update/
@ 2023-06-15  9:33 Florian Schmaus
  0 siblings, 0 replies; 16+ messages in thread
From: Florian Schmaus @ 2023-06-15  9:33 UTC (permalink / raw
  To: gentoo-commits

commit:     964cf2a866dda232f46f0516d2e29f100d4f00b4
Author:     Stepan Kulikov <stepan_kk <AT> pm <DOT> me>
AuthorDate: Wed Jun 14 19:19:29 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Jun 14 19:19:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=964cf2a8

app-admin/gentoo_update: version bump 0.1.3 -> 0.1.4

Signed-off-by: Stepan Kulikov <stepan_kk <AT> pm.me>

 app-admin/gentoo_update/Manifest                                       | 3 ++-
 .../{gentoo_update-0.1.3.ebuild => gentoo_update-0.1.4.ebuild}         | 0
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-admin/gentoo_update/Manifest b/app-admin/gentoo_update/Manifest
index 4e240f25a..e9d7a74cf 100644
--- a/app-admin/gentoo_update/Manifest
+++ b/app-admin/gentoo_update/Manifest
@@ -1 +1,2 @@
-DIST gentoo_update-0.1.3.gh.tar.gz 7356 BLAKE2B 497e8329f1cf335d699ab4f5549e6d35661e4f761d1b2890bb808383a7d30b621a289ba63e64da44dd57f46407410ce491531e1b85ab68b4ff48f48d7dcf2901 SHA512 c64d46337037a99b3d122a0cda4f1bceddec17432fdc28807f270a1f12edf3d50c4cac0f50c6ac437f5eb73f6d9dc6e065d0be870d39494d7ca635935f7f0561
+DIST gentoo_update-0.1.4.gh.tar.gz 7757 BLAKE2B 1455dcc51d43448701cc2ffc93330baf7e5fb516fa9e42757156133ace1c60943b85f58ab120129123ac567f0fc4e133b67cd6cb9c48a67d8763cf3b1df362bd SHA512 8a89ef60253948b8526ffcb75d95619df68ffd3f5c593080f14f05242b8bcd6f2951619fda15d054730fdeebbba58292fd7a30f146d8798c72c97037503b1518
+

diff --git a/app-admin/gentoo_update/gentoo_update-0.1.3.ebuild b/app-admin/gentoo_update/gentoo_update-0.1.4.ebuild
similarity index 100%
rename from app-admin/gentoo_update/gentoo_update-0.1.3.ebuild
rename to app-admin/gentoo_update/gentoo_update-0.1.4.ebuild


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

* [gentoo-commits] repo/proj/guru:master commit in: app-admin/gentoo_update/
@ 2023-08-21 12:43 Haelwenn Monnier
  0 siblings, 0 replies; 16+ messages in thread
From: Haelwenn Monnier @ 2023-08-21 12:43 UTC (permalink / raw
  To: gentoo-commits

commit:     62522296f838eec2ca2d1324cb9a436b64f4b877
Author:     Stepan Kulikov <stepan_kk <AT> pm <DOT> me>
AuthorDate: Sun Aug 20 19:31:03 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sun Aug 20 19:31:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62522296

app-admin/gentoo_update: bump to 0.1.13

Signed-off-by: Stepan Kulikov <stepan_kk <AT> pm.me>

 app-admin/gentoo_update/Manifest                                        | 2 +-
 .../{gentoo_update-0.1.6.ebuild => gentoo_update-0.1.13.ebuild}         | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gentoo_update/Manifest b/app-admin/gentoo_update/Manifest
index f8ff33989c..dc82d997ce 100644
--- a/app-admin/gentoo_update/Manifest
+++ b/app-admin/gentoo_update/Manifest
@@ -1,2 +1,2 @@
-DIST gentoo_update-0.1.6.gh.tar.gz 8543 BLAKE2B eb807ed2ded5912357a6211c495605ceb923c2e48ef30aafe5903a7999b60ccd724e0d9f683b6999df44789bd8003a0f6c97459543aa323a426bd153baea3bab SHA512 57b274b1e1f20fdc4505b31e9de6f59c0de09a30cc7bb5bfdf01038a9f0b84f0dd4562fc85d224d67a40c90f543da4f4d10abf9d168e5818ac5af2a45902b1ba
+DIST gentoo_update-0.1.13.gh.tar.gz 15646 BLAKE2B ad426867d5576d9001707c6aa3c0d4964191fdf531c96a800d9a2e9f3881138b125264b80fab8d0eaad25e5c098256529b82d17cc3c3b08ff42dee170f30611d SHA512 c7bd182883cf2d74a8885b85bd6915e35fae28e54d401bcdbe802de80c60a872edf59d55aea5a861f6446d1111a0e5c7eebc295ff086662c7b09df389a6048dd
 

diff --git a/app-admin/gentoo_update/gentoo_update-0.1.6.ebuild b/app-admin/gentoo_update/gentoo_update-0.1.13.ebuild
similarity index 100%
rename from app-admin/gentoo_update/gentoo_update-0.1.6.ebuild
rename to app-admin/gentoo_update/gentoo_update-0.1.13.ebuild


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

* [gentoo-commits] repo/proj/guru:master commit in: app-admin/gentoo_update/
@ 2023-09-03 12:27 Haelwenn Monnier
  0 siblings, 0 replies; 16+ messages in thread
From: Haelwenn Monnier @ 2023-09-03 12:27 UTC (permalink / raw
  To: gentoo-commits

commit:     7bbc277083d048bbb353fb38335121f2c61d6d34
Author:     Stepan Kulikov <stepan_kk <AT> pm <DOT> me>
AuthorDate: Fri Sep  1 14:48:56 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Fri Sep  1 14:48:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7bbc2770

app-admin/gentoo_update: bump to 0.1.14

Signed-off-by: Stepan Kulikov <stepan_kk <AT> pm.me>

 app-admin/gentoo_update/Manifest                                       | 3 +--
 .../{gentoo_update-0.1.13.ebuild => gentoo_update-0.1.14.ebuild}       | 0
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-admin/gentoo_update/Manifest b/app-admin/gentoo_update/Manifest
index dc82d997ce..12eb468898 100644
--- a/app-admin/gentoo_update/Manifest
+++ b/app-admin/gentoo_update/Manifest
@@ -1,2 +1 @@
-DIST gentoo_update-0.1.13.gh.tar.gz 15646 BLAKE2B ad426867d5576d9001707c6aa3c0d4964191fdf531c96a800d9a2e9f3881138b125264b80fab8d0eaad25e5c098256529b82d17cc3c3b08ff42dee170f30611d SHA512 c7bd182883cf2d74a8885b85bd6915e35fae28e54d401bcdbe802de80c60a872edf59d55aea5a861f6446d1111a0e5c7eebc295ff086662c7b09df389a6048dd
-
+DIST gentoo_update-0.1.14.gh.tar.gz 16249 BLAKE2B e94d59098912a4fb469d3e0428688054c8c0ae02961102bfe65adc03dfecf4e71de0fb0a4cf49e4316d1b708b17586e293ed62c9f58d68510811d4133377ab10 SHA512 78a8bd132a0fb0b82d39e3953f0909290ae4cc9cd05325b16e64d1317660e75007a21f5ea537e6aed9ae9b9d33e2ddf97a4d28e946aa9b56047fe623fbb7db18

diff --git a/app-admin/gentoo_update/gentoo_update-0.1.13.ebuild b/app-admin/gentoo_update/gentoo_update-0.1.14.ebuild
similarity index 100%
rename from app-admin/gentoo_update/gentoo_update-0.1.13.ebuild
rename to app-admin/gentoo_update/gentoo_update-0.1.14.ebuild


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

* [gentoo-commits] repo/proj/guru:master commit in: app-admin/gentoo_update/
@ 2023-09-28 10:01 David Roman
  0 siblings, 0 replies; 16+ messages in thread
From: David Roman @ 2023-09-28 10:01 UTC (permalink / raw
  To: gentoo-commits

commit:     4186619a3c4822620d0ed757ebcef75e3e61883e
Author:     Stepan Kulikov <stepan_kk <AT> pm <DOT> me>
AuthorDate: Tue Sep 26 21:11:48 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Sep 26 21:11:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4186619a

app-admin/gentoo_update: bump to 0.1.16

Signed-off-by: Stepan Kulikov <stepan_kk <AT> pm.me>

 app-admin/gentoo_update/Manifest                                        | 2 +-
 .../{gentoo_update-0.1.14.ebuild => gentoo_update-0.1.16.ebuild}        | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gentoo_update/Manifest b/app-admin/gentoo_update/Manifest
index 12eb468898..370c86a350 100644
--- a/app-admin/gentoo_update/Manifest
+++ b/app-admin/gentoo_update/Manifest
@@ -1 +1 @@
-DIST gentoo_update-0.1.14.gh.tar.gz 16249 BLAKE2B e94d59098912a4fb469d3e0428688054c8c0ae02961102bfe65adc03dfecf4e71de0fb0a4cf49e4316d1b708b17586e293ed62c9f58d68510811d4133377ab10 SHA512 78a8bd132a0fb0b82d39e3953f0909290ae4cc9cd05325b16e64d1317660e75007a21f5ea537e6aed9ae9b9d33e2ddf97a4d28e946aa9b56047fe623fbb7db18
+DIST gentoo_update-0.1.16.gh.tar.gz 17194 BLAKE2B dadc983493d0e1a229bbacd0b25be76f4a0027746047e61e3c0344f7849d128a7ae6c4b1ed7bc4179a17fc2177e04d609216361bf01a5b814aa18a7edb1b41bc SHA512 1e6371399a8fb5a4e273c04929fb89973ebafc741e046d3a371bf5d6464b5084f5ade222796712f5a39b1f7d94227d9e0c491070d63630597179c638296887c9

diff --git a/app-admin/gentoo_update/gentoo_update-0.1.14.ebuild b/app-admin/gentoo_update/gentoo_update-0.1.16.ebuild
similarity index 100%
rename from app-admin/gentoo_update/gentoo_update-0.1.14.ebuild
rename to app-admin/gentoo_update/gentoo_update-0.1.16.ebuild


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

* [gentoo-commits] repo/proj/guru:master commit in: app-admin/gentoo_update/
@ 2023-10-08 20:58 David Roman
  0 siblings, 0 replies; 16+ messages in thread
From: David Roman @ 2023-10-08 20:58 UTC (permalink / raw
  To: gentoo-commits

commit:     452947a938dfff29073e15ca6c16df805c49aaa5
Author:     Stepan Kulikov <stepan_kk <AT> pm <DOT> me>
AuthorDate: Sat Oct  7 20:14:48 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Oct  7 20:14:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=452947a9

app-admin/gentoo_update: bump to 0.2.1

Signed-off-by: Stepan Kulikov <stepan_kk <AT> pm.me>

 app-admin/gentoo_update/Manifest                                        | 2 +-
 .../{gentoo_update-0.1.16.ebuild => gentoo_update-0.2.1.ebuild}         | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gentoo_update/Manifest b/app-admin/gentoo_update/Manifest
index 370c86a350..4901035ba4 100644
--- a/app-admin/gentoo_update/Manifest
+++ b/app-admin/gentoo_update/Manifest
@@ -1 +1 @@
-DIST gentoo_update-0.1.16.gh.tar.gz 17194 BLAKE2B dadc983493d0e1a229bbacd0b25be76f4a0027746047e61e3c0344f7849d128a7ae6c4b1ed7bc4179a17fc2177e04d609216361bf01a5b814aa18a7edb1b41bc SHA512 1e6371399a8fb5a4e273c04929fb89973ebafc741e046d3a371bf5d6464b5084f5ade222796712f5a39b1f7d94227d9e0c491070d63630597179c638296887c9
+DIST gentoo_update-0.2.1.gh.tar.gz 20719 BLAKE2B c69c1920b41c52b4e85a8669c18ad82e2c9e135ffb39cc4acfddc95659f4e2068e624d73734d31067524a12f485b79618cd2badfa2bb08089d4f133281e5b37c SHA512 6b599c1ad28d1dc0006d71ca05b06123bccb87dfc813c6e10aa5b093d2044b35e3d752d890e78a7c01be18f97f45d1ad9162b8cb49f0e25ce1e186c7a156ea72

diff --git a/app-admin/gentoo_update/gentoo_update-0.1.16.ebuild b/app-admin/gentoo_update/gentoo_update-0.2.1.ebuild
similarity index 100%
rename from app-admin/gentoo_update/gentoo_update-0.1.16.ebuild
rename to app-admin/gentoo_update/gentoo_update-0.2.1.ebuild


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

* [gentoo-commits] repo/proj/guru:master commit in: app-admin/gentoo_update/
@ 2023-11-16 16:02 David Roman
  0 siblings, 0 replies; 16+ messages in thread
From: David Roman @ 2023-11-16 16:02 UTC (permalink / raw
  To: gentoo-commits

commit:     916391661804dc0e254b3190e5cb0bb27e22b977
Author:     Stepan Kulikov <stepan_kk <AT> pm <DOT> me>
AuthorDate: Thu Nov 16 15:08:23 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Nov 16 15:08:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=91639166

app-admin/gentoo_update: version bump -> 0.2.2

Bump version from 0.2.1 -> 0.2.2
Add messages to pkg_postinst to inform users about
breaking changes.

Signed-off-by: Stepan Kulikov <stepan_kk <AT> pm.me>

 app-admin/gentoo_update/Manifest                                    | 2 +-
 .../{gentoo_update-0.2.1.ebuild => gentoo_update-0.2.2.ebuild}      | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/app-admin/gentoo_update/Manifest b/app-admin/gentoo_update/Manifest
index 4901035ba4..bce690a9e2 100644
--- a/app-admin/gentoo_update/Manifest
+++ b/app-admin/gentoo_update/Manifest
@@ -1 +1 @@
-DIST gentoo_update-0.2.1.gh.tar.gz 20719 BLAKE2B c69c1920b41c52b4e85a8669c18ad82e2c9e135ffb39cc4acfddc95659f4e2068e624d73734d31067524a12f485b79618cd2badfa2bb08089d4f133281e5b37c SHA512 6b599c1ad28d1dc0006d71ca05b06123bccb87dfc813c6e10aa5b093d2044b35e3d752d890e78a7c01be18f97f45d1ad9162b8cb49f0e25ce1e186c7a156ea72
+DIST gentoo_update-0.2.2.gh.tar.gz 24757 BLAKE2B f6c8b0732f08af8ebe32ffd44a0331b71f8150107f6a66918f09fdd4987a4ee4e687ab807b100df879395cee1de4e26c9c99f6a7622500118d128887379cb2d7 SHA512 e3cc34e668de955389ca0b0b39eee3db31715e0f65c445fac7ee355b82c0ed9ab224cb9cff60cc170aa1632426566f6202bcea7d4bf9078c3faf3229f21007b8

diff --git a/app-admin/gentoo_update/gentoo_update-0.2.1.ebuild b/app-admin/gentoo_update/gentoo_update-0.2.2.ebuild
similarity index 70%
rename from app-admin/gentoo_update/gentoo_update-0.2.1.ebuild
rename to app-admin/gentoo_update/gentoo_update-0.2.2.ebuild
index 08a17b7e45..80fedbea45 100644
--- a/app-admin/gentoo_update/gentoo_update-0.2.1.ebuild
+++ b/app-admin/gentoo_update/gentoo_update-0.2.2.ebuild
@@ -24,4 +24,10 @@ python_test() {
 pkg_postinst() {
 	optfeature "--clean support" app-portage/gentoolkit
 	optfeature "--daemon-restart support" app-admin/needrestart
+
+	elog ""
+	elog "Important Update: Version 0.2.2 introduces breaking changes."
+	elog "The CLI has been completely rewritten and now features a "
+	elog "subcommands structure. Please review the updated README "
+	elog "to understand the changes and ensure a smooth transition."
 }


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

* [gentoo-commits] repo/proj/guru:master commit in: app-admin/gentoo_update/
@ 2024-01-03 15:20 David Roman
  0 siblings, 0 replies; 16+ messages in thread
From: David Roman @ 2024-01-03 15:20 UTC (permalink / raw
  To: gentoo-commits

commit:     8c1369324a4a15c1f97c32907451e01b6fecb7b7
Author:     Stepan Kulikov <stepan_kk <AT> pm <DOT> me>
AuthorDate: Mon Jan  1 18:25:11 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jan  1 18:25:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c136932

app-admin/gentoo_update: bump to 0.2.3

Signed-off-by: Stepan Kulikov <stepan_kk <AT> pm.me>

 app-admin/gentoo_update/Manifest                                        | 2 +-
 .../{gentoo_update-0.2.2.ebuild => gentoo_update-0.2.3.ebuild}          | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gentoo_update/Manifest b/app-admin/gentoo_update/Manifest
index bce690a9e2..e60ff6dd12 100644
--- a/app-admin/gentoo_update/Manifest
+++ b/app-admin/gentoo_update/Manifest
@@ -1 +1 @@
-DIST gentoo_update-0.2.2.gh.tar.gz 24757 BLAKE2B f6c8b0732f08af8ebe32ffd44a0331b71f8150107f6a66918f09fdd4987a4ee4e687ab807b100df879395cee1de4e26c9c99f6a7622500118d128887379cb2d7 SHA512 e3cc34e668de955389ca0b0b39eee3db31715e0f65c445fac7ee355b82c0ed9ab224cb9cff60cc170aa1632426566f6202bcea7d4bf9078c3faf3229f21007b8
+DIST gentoo_update-0.2.3.gh.tar.gz 25581 BLAKE2B a647627c6436f8c497b6970dea284399c98a7590804a8a1bfb965e692526554ef972766b6d6464307985b1d048d1a5e9d86175697b856f65ee524476f292b1b6 SHA512 373d58d27fd68912da6225a0a060a6cab472f232cb36461b711f1ae180fa58d3fadf5d10f8398319d6dedd6ef6949bf33903be172f3e0e35afed67e7a66fe4d7

diff --git a/app-admin/gentoo_update/gentoo_update-0.2.2.ebuild b/app-admin/gentoo_update/gentoo_update-0.2.3.ebuild
similarity index 100%
rename from app-admin/gentoo_update/gentoo_update-0.2.2.ebuild
rename to app-admin/gentoo_update/gentoo_update-0.2.3.ebuild


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

* [gentoo-commits] repo/proj/guru:master commit in: app-admin/gentoo_update/
@ 2024-02-20  8:48 Haelwenn Monnier
  0 siblings, 0 replies; 16+ messages in thread
From: Haelwenn Monnier @ 2024-02-20  8:48 UTC (permalink / raw
  To: gentoo-commits

commit:     103cbddf9d842ce2d360a390c8b9731c43a174d4
Author:     Stepan Kulikov <stepan_kk <AT> pm <DOT> me>
AuthorDate: Tue Feb 20 05:50:41 2024 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Tue Feb 20 05:50:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=103cbddf

app-admin/gentoo_update: bump to 0.2.4

Signed-off-by: Stepan Kulikov <stepan_kk <AT> pm.me>

 app-admin/gentoo_update/Manifest                                        | 2 +-
 .../{gentoo_update-0.2.3.ebuild => gentoo_update-0.2.4.ebuild}          | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gentoo_update/Manifest b/app-admin/gentoo_update/Manifest
index e60ff6dd12..d41f21b6f9 100644
--- a/app-admin/gentoo_update/Manifest
+++ b/app-admin/gentoo_update/Manifest
@@ -1 +1 @@
-DIST gentoo_update-0.2.3.gh.tar.gz 25581 BLAKE2B a647627c6436f8c497b6970dea284399c98a7590804a8a1bfb965e692526554ef972766b6d6464307985b1d048d1a5e9d86175697b856f65ee524476f292b1b6 SHA512 373d58d27fd68912da6225a0a060a6cab472f232cb36461b711f1ae180fa58d3fadf5d10f8398319d6dedd6ef6949bf33903be172f3e0e35afed67e7a66fe4d7
+DIST gentoo_update-0.2.4.gh.tar.gz 49472 BLAKE2B f661a72a5250f573d7ba369409d498034c5dd3af42c61d4e4f67eb5bcee1845b32e0d0d587af7d44d91eb43cdb505ebf7b67e84a51080ca752c6c19c1ffc9648 SHA512 9d2f01c1b67b8cbb81759cfb1518e94678a2fe348ff9ce9ee0b462952ca854ed1bd6318131371a0ad94de91bbebdcbf9f5027bebeb383235faf35a446515c4ac

diff --git a/app-admin/gentoo_update/gentoo_update-0.2.3.ebuild b/app-admin/gentoo_update/gentoo_update-0.2.4.ebuild
similarity index 100%
rename from app-admin/gentoo_update/gentoo_update-0.2.3.ebuild
rename to app-admin/gentoo_update/gentoo_update-0.2.4.ebuild


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

* [gentoo-commits] repo/proj/guru:master commit in: app-admin/gentoo_update/
@ 2024-10-29 22:14 David Roman
  0 siblings, 0 replies; 16+ messages in thread
From: David Roman @ 2024-10-29 22:14 UTC (permalink / raw
  To: gentoo-commits

commit:     8172e4bef9896c33a0bf8a6d54468aac220b755f
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Oct 29 21:11:16 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Oct 29 21:11:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8172e4be

app-admin/gentoo_update: enable py3.13

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 app-admin/gentoo_update/gentoo_update-0.2.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/gentoo_update/gentoo_update-0.2.4.ebuild b/app-admin/gentoo_update/gentoo_update-0.2.4.ebuild
index 23ac9ce34..b6789f61e 100644
--- a/app-admin/gentoo_update/gentoo_update-0.2.4.ebuild
+++ b/app-admin/gentoo_update/gentoo_update-0.2.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-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} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1 optfeature
 


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

end of thread, other threads:[~2024-10-29 22:14 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-29 22:14 [gentoo-commits] repo/proj/guru:master commit in: app-admin/gentoo_update/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2024-02-20  8:48 Haelwenn Monnier
2024-01-03 15:20 David Roman
2023-11-16 16:02 David Roman
2023-10-08 20:58 David Roman
2023-09-28 10:01 David Roman
2023-09-03 12:27 Haelwenn Monnier
2023-08-21 12:43 Haelwenn Monnier
2023-06-15  9:33 Florian Schmaus
2023-06-15  9:33 Florian Schmaus
2023-06-13  5:11 Viorel Munteanu
2023-06-13  5:11 Viorel Munteanu
2023-06-13  5:11 Viorel Munteanu
2023-06-12 19:27 Florian Schmaus
2023-06-12 19:27 Florian Schmaus
2023-06-10 10:56 Florian Schmaus

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