public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: app-doc/geeknote/
@ 2023-08-31  5:55 Vitaly Zdanevich
  0 siblings, 0 replies; 12+ messages in thread
From: Vitaly Zdanevich @ 2023-08-31  5:55 UTC (permalink / raw
  To: gentoo-commits

commit:     6b921232808615c62a83e39c90690192a246fb21
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Aug 31 05:55:22 2023 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Aug 31 05:55:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b921232

app-doc/geeknote: DESCRIPTION expand

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 app-doc/geeknote/geeknote-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/geeknote/geeknote-9999.ebuild b/app-doc/geeknote/geeknote-9999.ebuild
index 9af468065f..8312c02ae9 100644
--- a/app-doc/geeknote/geeknote-9999.ebuild
+++ b/app-doc/geeknote/geeknote-9999.ebuild
@@ -8,7 +8,7 @@ DISTUTILS_USE_PEP517=setuptools
 
 inherit bash-completion-r1 distutils-r1 git-r3
 
-DESCRIPTION="Evernote CLI"
+DESCRIPTION="Evernote CLI: CRUD for notes in cloud"
 HOMEPAGE="https://github.com/Evernote/evernote-sdk-python3"
 EGIT_REPO_URI="https://github.com/jeffkowalski/geeknote"
 


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-doc/geeknote/
@ 2023-08-31  5:56 Vitaly Zdanevich
  0 siblings, 0 replies; 12+ messages in thread
From: Vitaly Zdanevich @ 2023-08-31  5:56 UTC (permalink / raw
  To: gentoo-commits

commit:     0a1e09ba331f67e5e2fbb70166905e7b9084086e
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Aug 31 05:56:56 2023 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Aug 31 05:56:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0a1e09ba

app-doc/geeknote: WhitespaceFound fix

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 app-doc/geeknote/geeknote-9999.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-doc/geeknote/geeknote-9999.ebuild b/app-doc/geeknote/geeknote-9999.ebuild
index 8312c02ae9..48ee235b42 100644
--- a/app-doc/geeknote/geeknote-9999.ebuild
+++ b/app-doc/geeknote/geeknote-9999.ebuild
@@ -26,8 +26,8 @@ dev-python/lxml[${PYTHON_USEDEP}]"
 PATCHES=( "${FILESDIR}/${P}-remove_completion_from_setup.patch" )
 
 python_install_all() {
-        dobashcomp completion/bash_completion/_geeknote
-        insinto /usr/share/zsh/site-functions
-        doins completion/zsh_completion/_geeknote
-        distutils-r1_python_install_all
+	dobashcomp completion/bash_completion/_geeknote
+	insinto /usr/share/zsh/site-functions
+	doins completion/zsh_completion/_geeknote
+	distutils-r1_python_install_all
 }


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-doc/geeknote/
@ 2024-04-24  1:04 Vitaly Zdanevich
  0 siblings, 0 replies; 12+ messages in thread
From: Vitaly Zdanevich @ 2024-04-24  1:04 UTC (permalink / raw
  To: gentoo-commits

commit:     bebb60ef842bdfde41aa273cf808adbbc82bd75c
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Wed Apr 24 01:04:06 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Wed Apr 24 01:04:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bebb60ef

app-doc/geeknote: URI replace to my fork - previous repo is abandoned

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 app-doc/geeknote/geeknote-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-doc/geeknote/geeknote-9999.ebuild b/app-doc/geeknote/geeknote-9999.ebuild
index 56693eb172..acce7676d7 100644
--- a/app-doc/geeknote/geeknote-9999.ebuild
+++ b/app-doc/geeknote/geeknote-9999.ebuild
@@ -8,9 +8,9 @@ DISTUTILS_USE_PEP517=setuptools
 
 inherit bash-completion-r1 distutils-r1 git-r3
 
-DESCRIPTION="Evernote CLI: CRUD for notes in cloud"
+DESCRIPTION="Evernote CLI: CRUD for notes in cloud, in markdown"
 HOMEPAGE="https://github.com/Evernote/evernote-sdk-python3"
-EGIT_REPO_URI="https://github.com/jeffkowalski/geeknote"
+EGIT_REPO_URI="https://github.com/vitaly-zdanevich/geeknote"
 
 LICENSE="GPL-3"
 SLOT="0"


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-doc/geeknote/
@ 2024-04-24  1:40 Vitaly Zdanevich
  0 siblings, 0 replies; 12+ messages in thread
From: Vitaly Zdanevich @ 2024-04-24  1:40 UTC (permalink / raw
  To: gentoo-commits

commit:     98f224228dcdcb24cc697b60069a89cec75d40e2
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Wed Apr 24 01:40:27 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Wed Apr 24 01:40:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=98f22422

app-doc/geeknote: Add RESTRICT="test"

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 app-doc/geeknote/geeknote-9999.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-doc/geeknote/geeknote-9999.ebuild b/app-doc/geeknote/geeknote-9999.ebuild
index acce7676d7..0ff572714f 100644
--- a/app-doc/geeknote/geeknote-9999.ebuild
+++ b/app-doc/geeknote/geeknote-9999.ebuild
@@ -27,6 +27,8 @@ RDEPEND="
 
 PATCHES=( "${FILESDIR}/${P}-remove_completion_from_setup.patch" )
 
+RESTRICT="test"
+
 python_install_all() {
 	dobashcomp completion/bash_completion/_geeknote
 	insinto /usr/share/zsh/site-functions


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-doc/geeknote/
@ 2024-04-24 16:03 Vitaly Zdanevich
  0 siblings, 0 replies; 12+ messages in thread
From: Vitaly Zdanevich @ 2024-04-24 16:03 UTC (permalink / raw
  To: gentoo-commits

commit:     378987b3fc2d105076856b5909151daf05cd1767
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Wed Apr 24 16:03:50 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Wed Apr 24 16:03:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=378987b3

app-doc/geeknote: metadata.xml update to my repo

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 app-doc/geeknote/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-doc/geeknote/metadata.xml b/app-doc/geeknote/metadata.xml
index 7a077c1735..511e35e029 100644
--- a/app-doc/geeknote/metadata.xml
+++ b/app-doc/geeknote/metadata.xml
@@ -6,7 +6,7 @@
 		<email>zdanevich.vitaly@ya.ru</email>
 	</maintainer>
 	<upstream>
-		<remote-id type="github">jeffkowalski/geeknote</remote-id>
-		<bugs-to>https://github.com/jeffkowalski/geeknote/issues</bugs-to>
+		<remote-id type="github">vitaly-zdanevich/geeknote</remote-id>
+		<bugs-to>https://github.com/vitaly-zdanevich/geeknote/issues</bugs-to>
 	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-doc/geeknote/
@ 2024-04-24 16:21 Vitaly Zdanevich
  0 siblings, 0 replies; 12+ messages in thread
From: Vitaly Zdanevich @ 2024-04-24 16:21 UTC (permalink / raw
  To: gentoo-commits

commit:     468f708b6c48f8d36b295f834920423eaaa66308
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Wed Apr 24 16:21:02 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Wed Apr 24 16:21:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=468f708b

app-doc/geeknote: HOMEPAGE improve

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 app-doc/geeknote/geeknote-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/geeknote/geeknote-9999.ebuild b/app-doc/geeknote/geeknote-9999.ebuild
index 0ff572714f..fc735bf151 100644
--- a/app-doc/geeknote/geeknote-9999.ebuild
+++ b/app-doc/geeknote/geeknote-9999.ebuild
@@ -9,7 +9,7 @@ DISTUTILS_USE_PEP517=setuptools
 inherit bash-completion-r1 distutils-r1 git-r3
 
 DESCRIPTION="Evernote CLI: CRUD for notes in cloud, in markdown"
-HOMEPAGE="https://github.com/Evernote/evernote-sdk-python3"
+HOMEPAGE="http://web.archive.org/web/20171008200604/http://www.geeknote.me/"
 EGIT_REPO_URI="https://github.com/vitaly-zdanevich/geeknote"
 
 LICENSE="GPL-3"


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-doc/geeknote/
@ 2024-04-26  4:17 Vitaly Zdanevich
  0 siblings, 0 replies; 12+ messages in thread
From: Vitaly Zdanevich @ 2024-04-26  4:17 UTC (permalink / raw
  To: gentoo-commits

commit:     17d62e045c5b803bdf0d64394acfc20100d8fc81
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Fri Apr 26 04:17:38 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Fri Apr 26 04:17:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17d62e04

app-doc/geeknote: HOMEPAGE from archive.org to GitHub

According to https://github.com/gentoo/guru/commit/468f708b6c48f8d36b295f834920423eaaa66308#commitcomment-141378571

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 app-doc/geeknote/geeknote-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/geeknote/geeknote-9999.ebuild b/app-doc/geeknote/geeknote-9999.ebuild
index fc735bf151..a36f8f8014 100644
--- a/app-doc/geeknote/geeknote-9999.ebuild
+++ b/app-doc/geeknote/geeknote-9999.ebuild
@@ -9,7 +9,7 @@ DISTUTILS_USE_PEP517=setuptools
 inherit bash-completion-r1 distutils-r1 git-r3
 
 DESCRIPTION="Evernote CLI: CRUD for notes in cloud, in markdown"
-HOMEPAGE="http://web.archive.org/web/20171008200604/http://www.geeknote.me/"
+HOMEPAGE="https://github.com/vitaly-zdanevich/geeknote"
 EGIT_REPO_URI="https://github.com/vitaly-zdanevich/geeknote"
 
 LICENSE="GPL-3"


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-doc/geeknote/
@ 2024-04-26  4:52 Vitaly Zdanevich
  0 siblings, 0 replies; 12+ messages in thread
From: Vitaly Zdanevich @ 2024-04-26  4:52 UTC (permalink / raw
  To: gentoo-commits

commit:     934125d768991734a02b934eafa3912deb798c3b
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Fri Apr 26 04:52:08 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Fri Apr 26 04:52:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=934125d7

app-doc/geeknote: enable tests

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 app-doc/geeknote/geeknote-9999.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/app-doc/geeknote/geeknote-9999.ebuild b/app-doc/geeknote/geeknote-9999.ebuild
index a36f8f8014..8f773288cc 100644
--- a/app-doc/geeknote/geeknote-9999.ebuild
+++ b/app-doc/geeknote/geeknote-9999.ebuild
@@ -15,6 +15,10 @@ EGIT_REPO_URI="https://github.com/vitaly-zdanevich/geeknote"
 LICENSE="GPL-3"
 SLOT="0"
 
+BDEPEND="test? (
+	dev-python/mock[${PYTHON_USEDEP}]
+)"
+
 RDEPEND="
 	dev-python/evernote2[${PYTHON_USEDEP}]
 	dev-python/html2text[${PYTHON_USEDEP}]
@@ -35,3 +39,5 @@ python_install_all() {
 	doins completion/zsh_completion/_geeknote
 	distutils-r1_python_install_all
 }
+
+distutils_enable_tests pytest


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-doc/geeknote/
@ 2024-04-26  4:56 Vitaly Zdanevich
  0 siblings, 0 replies; 12+ messages in thread
From: Vitaly Zdanevich @ 2024-04-26  4:56 UTC (permalink / raw
  To: gentoo-commits

commit:     1e5718dc65224e17450a90fdb1de655ed15baa40
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Fri Apr 26 04:56:20 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Fri Apr 26 04:56:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e5718dc

app-doc/geeknote: comment installing of CLI completion - I will implement it later

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 app-doc/geeknote/geeknote-9999.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-doc/geeknote/geeknote-9999.ebuild b/app-doc/geeknote/geeknote-9999.ebuild
index 8f773288cc..9318e3968d 100644
--- a/app-doc/geeknote/geeknote-9999.ebuild
+++ b/app-doc/geeknote/geeknote-9999.ebuild
@@ -33,11 +33,11 @@ PATCHES=( "${FILESDIR}/${P}-remove_completion_from_setup.patch" )
 
 RESTRICT="test"
 
-python_install_all() {
-	dobashcomp completion/bash_completion/_geeknote
-	insinto /usr/share/zsh/site-functions
-	doins completion/zsh_completion/_geeknote
-	distutils-r1_python_install_all
-}
+# python_install_all() {
+# 	dobashcomp completion/bash_completion/_geeknote
+# 	insinto /usr/share/zsh/site-functions
+# 	doins completion/zsh_completion/_geeknote
+# 	distutils-r1_python_install_all
+# }
 
 distutils_enable_tests pytest


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-doc/geeknote/
@ 2024-04-26  5:05 Vitaly Zdanevich
  0 siblings, 0 replies; 12+ messages in thread
From: Vitaly Zdanevich @ 2024-04-26  5:05 UTC (permalink / raw
  To: gentoo-commits

commit:     e68aeb0490e5aab99ba2f5d4335cc63fd78135c2
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Fri Apr 26 05:05:14 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Fri Apr 26 05:05:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e68aeb04

app-doc/geeknote: einfo add about autocompletion

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 app-doc/geeknote/geeknote-9999.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/app-doc/geeknote/geeknote-9999.ebuild b/app-doc/geeknote/geeknote-9999.ebuild
index 9318e3968d..169a2e3799 100644
--- a/app-doc/geeknote/geeknote-9999.ebuild
+++ b/app-doc/geeknote/geeknote-9999.ebuild
@@ -41,3 +41,9 @@ RESTRICT="test"
 # }
 
 distutils_enable_tests pytest
+
+pkg_postinst() {
+	einfo "Autocompletion plugin is already bundled in oh-my-zsh. To enable just configure plugin definition"
+	einfo "plugins=( ... geeknote ...)"
+	einfo "see more at https://github.com/s7anley/zsh-geeknote"
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-doc/geeknote/
@ 2024-06-06 18:54 Vitaly Zdanevich
  0 siblings, 0 replies; 12+ messages in thread
From: Vitaly Zdanevich @ 2024-06-06 18:54 UTC (permalink / raw
  To: gentoo-commits

commit:     d87e1732599f9e3f94159539d01144938395a28d
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Jun  6 18:54:29 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Jun  6 18:54:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d87e1732

app-doc/geeknote: python compatibility bump to 3.12

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 app-doc/geeknote/geeknote-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/geeknote/geeknote-9999.ebuild b/app-doc/geeknote/geeknote-9999.ebuild
index 169a2e379..0cb845e3f 100644
--- a/app-doc/geeknote/geeknote-9999.ebuild
+++ b/app-doc/geeknote/geeknote-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{11..12} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit bash-completion-r1 distutils-r1 git-r3


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-doc/geeknote/
@ 2024-06-21  1:02 Vitaly Zdanevich
  0 siblings, 0 replies; 12+ messages in thread
From: Vitaly Zdanevich @ 2024-06-21  1:02 UTC (permalink / raw
  To: gentoo-commits

commit:     ca617d90a1cf7f9373fb95afe39b8bbb0212c828
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Fri Jun 21 01:01:59 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Fri Jun 21 01:01:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca617d90

app-doc/geeknote: Python 3.12 is not working - set max to 3.11

Because of Apache Thrift problem, see https://github.com/apache/thrift/commit/6f8c99e98170dcd4f311e755b79f7013868c64c5#r143063857

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 app-doc/geeknote/geeknote-3.0.5.ebuild | 2 +-
 app-doc/geeknote/geeknote-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-doc/geeknote/geeknote-3.0.5.ebuild b/app-doc/geeknote/geeknote-3.0.5.ebuild
index 17e814e84..48b4b939a 100644
--- a/app-doc/geeknote/geeknote-3.0.5.ebuild
+++ b/app-doc/geeknote/geeknote-3.0.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{10..11} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1

diff --git a/app-doc/geeknote/geeknote-9999.ebuild b/app-doc/geeknote/geeknote-9999.ebuild
index ce78f8a52..86a17bd62 100644
--- a/app-doc/geeknote/geeknote-9999.ebuild
+++ b/app-doc/geeknote/geeknote-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{10..11} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit bash-completion-r1 distutils-r1 git-r3


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

end of thread, other threads:[~2024-06-21  1:02 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-06 18:54 [gentoo-commits] repo/proj/guru:dev commit in: app-doc/geeknote/ Vitaly Zdanevich
  -- strict thread matches above, loose matches on Subject: below --
2024-06-21  1:02 Vitaly Zdanevich
2024-04-26  5:05 Vitaly Zdanevich
2024-04-26  4:56 Vitaly Zdanevich
2024-04-26  4:52 Vitaly Zdanevich
2024-04-26  4:17 Vitaly Zdanevich
2024-04-24 16:21 Vitaly Zdanevich
2024-04-24 16:03 Vitaly Zdanevich
2024-04-24  1:40 Vitaly Zdanevich
2024-04-24  1:04 Vitaly Zdanevich
2023-08-31  5:56 Vitaly Zdanevich
2023-08-31  5:55 Vitaly Zdanevich

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