* [gentoo-commits] repo/proj/guru:dev commit in: net-news/gfeeds/
@ 2023-10-05 17:05 Brett Alcox
0 siblings, 0 replies; 8+ messages in thread
From: Brett Alcox @ 2023-10-05 17:05 UTC (permalink / raw
To: gentoo-commits
commit: d54fe3d1b7187a12a100e1f210a7c4d9baacf46f
Author: brettalcox <brettalcox <AT> gmail <DOT> com>
AuthorDate: Thu Oct 5 17:04:44 2023 +0000
Commit: Brett Alcox <brettalcox <AT> gmail <DOT> com>
CommitDate: Thu Oct 5 17:04:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d54fe3d1
net-news/gfeeds: keyword 2.2.0 for ~amd64
Signed-off-by: brettalcox <brettalcox <AT> gmail.com>
net-news/gfeeds/gfeeds-2.2.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-news/gfeeds/gfeeds-2.2.0.ebuild b/net-news/gfeeds/gfeeds-2.2.0.ebuild
index d89034b495..53aa0632c9 100644
--- a/net-news/gfeeds/gfeeds-2.2.0.ebuild
+++ b/net-news/gfeeds/gfeeds-2.2.0.ebuild
@@ -16,6 +16,7 @@ PATCHES="${FILESDIR}/${P}-blueprint-0.80-fix.patch"
LICENSE="GPL-3"
SLOT="0"
+KEYWORDS="~amd64"
IUSE="debug"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
@@ -34,7 +35,7 @@ DEPEND="
')
gui-libs/gtk:4
gui-libs/libadwaita
- ~net-libs/syndication-domination-9999[python]
+ net-libs/syndication-domination[python]
net-libs/webkit-gtk:6
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-news/gfeeds/
@ 2023-10-05 19:37 Brett Alcox
0 siblings, 0 replies; 8+ messages in thread
From: Brett Alcox @ 2023-10-05 19:37 UTC (permalink / raw
To: gentoo-commits
commit: da708e49b67b2aec0cc5bd3496570f915b60a406
Author: brettalcox <brettalcox <AT> gmail <DOT> com>
AuthorDate: Thu Oct 5 19:36:32 2023 +0000
Commit: Brett Alcox <brettalcox <AT> gmail <DOT> com>
CommitDate: Thu Oct 5 19:36:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=da708e49
net-news/gfeeds: blueprint-compiler
Signed-off-by: brettalcox <brettalcox <AT> gmail.com>
net-news/gfeeds/gfeeds-2.2.0.ebuild | 62 +++++++++++++++++++------------------
1 file changed, 32 insertions(+), 30 deletions(-)
diff --git a/net-news/gfeeds/gfeeds-2.2.0.ebuild b/net-news/gfeeds/gfeeds-2.2.0.ebuild
index 53aa0632c9..f1cfb7647d 100644
--- a/net-news/gfeeds/gfeeds-2.2.0.ebuild
+++ b/net-news/gfeeds/gfeeds-2.2.0.ebuild
@@ -21,51 +21,53 @@ IUSE="debug"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="
- ${PYTHON_DEPS}
- $(python_gen_cond_dep '
- dev-python/beautifulsoup4[${PYTHON_USEDEP}]
- dev-python/html5lib[${PYTHON_USEDEP}]
- dev-python/humanize[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP}]
- dev-python/pygments[${PYTHON_USEDEP}]
- dev-python/python-magic[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/readability-lxml[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- ')
- gui-libs/gtk:4
- gui-libs/libadwaita
- net-libs/syndication-domination[python]
- net-libs/webkit-gtk:6
+ ${PYTHON_DEPS}
+ $(python_gen_cond_dep '
+ dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+ dev-python/html5lib[${PYTHON_USEDEP}]
+ dev-python/humanize[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP}]
+ dev-python/pygments[${PYTHON_USEDEP}]
+ dev-python/python-dateutil[${PYTHON_USEDEP}]
+ dev-python/python-magic[${PYTHON_USEDEP}]
+ dev-python/pytz[${PYTHON_USEDEP}]
+ dev-python/readability-lxml[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ ')
+ dev-util/blueprint-compiler
+ gui-libs/gtk:4
+ gui-libs/libadwaita
+ net-libs/syndication-domination[python]
+ net-libs/webkit-gtk:6
"
RDEPEND="${DEPEND}"
BDEPEND=">=dev-util/meson-0.58"
src_configure() {
- local emesonargs=(
- --buildtype $(usex debug debug release)
- --prefix=/usr
- )
- meson_src_configure
+ local emesonargs=(
+ --buildtype $(usex debug debug release)
+ --prefix=/usr
+ )
+ meson_src_configure
}
src_compile() {
- meson_src_compile
+ meson_src_compile
}
src_install() {
- meson_src_install
- python_fix_shebang "${D}"/usr/bin/gfeeds
+ meson_src_install
+ python_fix_shebang "${D}"/usr/bin/gfeeds
}
pkg_postinst() {
- gnome2_schemas_update
- xdg_icon_cache_update
- xdg_desktop_database_update
+ gnome2_schemas_update
+ xdg_icon_cache_update
+ xdg_desktop_database_update
}
pkg_postrm() {
- gnome2_schemas_update
- xdg_icon_cache_update
- xdg_desktop_database_update
+ gnome2_schemas_update
+ xdg_icon_cache_update
+ xdg_desktop_database_update
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-news/gfeeds/
2024-03-12 0:18 [gentoo-commits] repo/proj/guru:master commit in: net-news/gfeeds/ Julien Roy
@ 2024-03-11 23:02 ` Julien Roy
0 siblings, 0 replies; 8+ messages in thread
From: Julien Roy @ 2024-03-11 23:02 UTC (permalink / raw
To: gentoo-commits
commit: 5cbfb6d379cbd74a87cf0f5a5010df64b9796eb2
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon Mar 11 22:59:53 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Mar 11 23:01:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5cbfb6d3
net-news/gfeeds: add myself as a maintainer
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
net-news/gfeeds/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/net-news/gfeeds/metadata.xml b/net-news/gfeeds/metadata.xml
index 5e7fab22d3..c66c460ec6 100644
--- a/net-news/gfeeds/metadata.xml
+++ b/net-news/gfeeds/metadata.xml
@@ -4,6 +4,10 @@
<maintainer type="person">
<email>brettalcox@gmail.com</email>
</maintainer>
+ <maintainer type="person">
+ <name>Julien Roy</name>
+ <email>julien@jroy.ca</email>
+ </maintainer>
<upstream>
<remote-id type="gnome-gitlab">World/gfeeds</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-news/gfeeds/
@ 2024-03-11 23:02 Julien Roy
0 siblings, 0 replies; 8+ messages in thread
From: Julien Roy @ 2024-03-11 23:02 UTC (permalink / raw
To: gentoo-commits
commit: 428f7f0c8f19ad11a0344426b001890073022435
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon Mar 11 22:59:00 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Mar 11 23:01:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=428f7f0c
net-news/gfeeds: drop debug USE flag
Caused compilation failure
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
net-news/gfeeds/gfeeds-2.2.0.ebuild | 66 ++++++++++++++++++-------------------
1 file changed, 32 insertions(+), 34 deletions(-)
diff --git a/net-news/gfeeds/gfeeds-2.2.0.ebuild b/net-news/gfeeds/gfeeds-2.2.0.ebuild
index da62fc5498..77182f7617 100644
--- a/net-news/gfeeds/gfeeds-2.2.0.ebuild
+++ b/net-news/gfeeds/gfeeds-2.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,57 +17,55 @@ PATCHES="${FILESDIR}/${P}-blueprint-0.80-fix.patch"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="debug"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="
- ${PYTHON_DEPS}
- $(python_gen_cond_dep '
- dev-python/beautifulsoup4[${PYTHON_USEDEP}]
- dev-python/html5lib[${PYTHON_USEDEP}]
- dev-python/humanize[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP}]
- dev-python/pygments[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/python-magic[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/readability-lxml[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- ')
- dev-util/blueprint-compiler
- gui-libs/gtk:4
- gui-libs/libadwaita
- net-libs/syndication-domination[python]
- net-libs/webkit-gtk:6
+ ${PYTHON_DEPS}
+ $(python_gen_cond_dep '
+ dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+ dev-python/html5lib[${PYTHON_USEDEP}]
+ dev-python/humanize[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP}]
+ dev-python/pygments[${PYTHON_USEDEP}]
+ dev-python/python-dateutil[${PYTHON_USEDEP}]
+ dev-python/python-magic[${PYTHON_USEDEP}]
+ dev-python/pytz[${PYTHON_USEDEP}]
+ dev-python/readability-lxml[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ ')
+ dev-util/blueprint-compiler
+ gui-libs/gtk:4
+ gui-libs/libadwaita
+ net-libs/syndication-domination[python]
+ net-libs/webkit-gtk:6
"
RDEPEND="${DEPEND}"
BDEPEND=">=dev-build/meson-0.58"
src_configure() {
- local emesonargs=(
- --buildtype $(usex debug debug release)
- --prefix=/usr
- )
- meson_src_configure
+ local emesonargs=(
+ --prefix=/usr
+ )
+ meson_src_configure
}
src_compile() {
- meson_src_compile
+ meson_src_compile
}
src_install() {
- meson_src_install
- python_fix_shebang "${D}"/usr/bin/gfeeds
+ meson_src_install
+ python_fix_shebang "${D}"/usr/bin/gfeeds
}
pkg_postinst() {
- gnome2_schemas_update
- xdg_icon_cache_update
- xdg_desktop_database_update
+ gnome2_schemas_update
+ xdg_icon_cache_update
+ xdg_desktop_database_update
}
pkg_postrm() {
- gnome2_schemas_update
- xdg_icon_cache_update
- xdg_desktop_database_update
+ gnome2_schemas_update
+ xdg_icon_cache_update
+ xdg_desktop_database_update
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-news/gfeeds/
@ 2024-03-11 23:26 Julien Roy
0 siblings, 0 replies; 8+ messages in thread
From: Julien Roy @ 2024-03-11 23:26 UTC (permalink / raw
To: gentoo-commits
commit: cbbe354c59a46a62643915c0708526d5a01315c4
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon Mar 11 23:25:27 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Mar 11 23:25:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cbbe354c
net-news/gfeeds: fix python optimization
Closes: https://bugs.gentoo.org/922021
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
net-news/gfeeds/{gfeeds-2.2.0.ebuild => gfeeds-2.2.0-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-news/gfeeds/gfeeds-2.2.0.ebuild b/net-news/gfeeds/gfeeds-2.2.0-r1.ebuild
similarity index 98%
rename from net-news/gfeeds/gfeeds-2.2.0.ebuild
rename to net-news/gfeeds/gfeeds-2.2.0-r1.ebuild
index 77182f7617..a8d39b15b8 100644
--- a/net-news/gfeeds/gfeeds-2.2.0.ebuild
+++ b/net-news/gfeeds/gfeeds-2.2.0-r1.ebuild
@@ -56,6 +56,7 @@ src_compile() {
src_install() {
meson_src_install
python_fix_shebang "${D}"/usr/bin/gfeeds
+ python_optimize "${ED}"/usr
}
pkg_postinst() {
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-news/gfeeds/
@ 2024-03-12 0:18 Julien Roy
2024-03-11 23:02 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
0 siblings, 1 reply; 8+ messages in thread
From: Julien Roy @ 2024-03-12 0:18 UTC (permalink / raw
To: gentoo-commits
commit: 5cbfb6d379cbd74a87cf0f5a5010df64b9796eb2
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon Mar 11 22:59:53 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Mar 11 23:01:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5cbfb6d3
net-news/gfeeds: add myself as a maintainer
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
net-news/gfeeds/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/net-news/gfeeds/metadata.xml b/net-news/gfeeds/metadata.xml
index 5e7fab22d3..c66c460ec6 100644
--- a/net-news/gfeeds/metadata.xml
+++ b/net-news/gfeeds/metadata.xml
@@ -4,6 +4,10 @@
<maintainer type="person">
<email>brettalcox@gmail.com</email>
</maintainer>
+ <maintainer type="person">
+ <name>Julien Roy</name>
+ <email>julien@jroy.ca</email>
+ </maintainer>
<upstream>
<remote-id type="gnome-gitlab">World/gfeeds</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-news/gfeeds/
@ 2024-05-11 0:36 Brett Alcox
0 siblings, 0 replies; 8+ messages in thread
From: Brett Alcox @ 2024-05-11 0:36 UTC (permalink / raw
To: gentoo-commits
commit: 8fb5c8d70069c94b06c41f40fad1da97513abf2a
Author: brettalcox <brettalcox <AT> gmail <DOT> com>
AuthorDate: Sat May 11 00:33:33 2024 +0000
Commit: Brett Alcox <brettalcox <AT> gmail <DOT> com>
CommitDate: Sat May 11 00:33:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8fb5c8d7
net-news/gfeeds: add r2 to fix lxml module
Signed-off-by: brettalcox <brettalcox <AT> gmail.com>
net-news/gfeeds/gfeeds-2.2.0-r2.ebuild | 73 ++++++++++++++++++++++++++++++++++
1 file changed, 73 insertions(+)
diff --git a/net-news/gfeeds/gfeeds-2.2.0-r2.ebuild b/net-news/gfeeds/gfeeds-2.2.0-r2.ebuild
new file mode 100644
index 0000000000..4b5ede222a
--- /dev/null
+++ b/net-news/gfeeds/gfeeds-2.2.0-r2.ebuild
@@ -0,0 +1,73 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_11 )
+
+inherit gnome2-utils meson python-single-r1
+
+DESCRIPTION="An RSS/Atom feed reader for GNOME."
+HOMEPAGE="https://gitlab.gnome.org/World/gfeeds"
+SRC_URI="https://gitlab.gnome.org/World/gfeeds/-/archive/${PV}/${P}.tar.bz2"
+
+# This fixes 1 syntax-related compilation error and syntax warnings (usage of $)
+PATCHES="${FILESDIR}/${P}-blueprint-0.80-fix.patch"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+ ${PYTHON_DEPS}
+ $(python_gen_cond_dep '
+ dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+ dev-python/html5lib[${PYTHON_USEDEP}]
+ dev-python/humanize[${PYTHON_USEDEP}]
+ dev-python/lxml-html-clean[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP}]
+ dev-python/pygments[${PYTHON_USEDEP}]
+ dev-python/python-dateutil[${PYTHON_USEDEP}]
+ dev-python/python-magic[${PYTHON_USEDEP}]
+ dev-python/pytz[${PYTHON_USEDEP}]
+ dev-python/readability-lxml[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ ')
+ dev-util/blueprint-compiler
+ gui-libs/gtk:4
+ gui-libs/libadwaita
+ net-libs/syndication-domination[python]
+ net-libs/webkit-gtk:6
+"
+RDEPEND="${DEPEND}"
+BDEPEND=">=dev-build/meson-0.58"
+
+src_configure() {
+ local emesonargs=(
+ --prefix=/usr
+ )
+ meson_src_configure
+}
+
+src_compile() {
+ meson_src_compile
+}
+
+src_install() {
+ meson_src_install
+ python_fix_shebang "${D}"/usr/bin/gfeeds
+ python_optimize "${ED}"/usr
+}
+
+pkg_postinst() {
+ gnome2_schemas_update
+ xdg_icon_cache_update
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ gnome2_schemas_update
+ xdg_icon_cache_update
+ xdg_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-news/gfeeds/
@ 2024-06-02 15:39 Brett Alcox
0 siblings, 0 replies; 8+ messages in thread
From: Brett Alcox @ 2024-06-02 15:39 UTC (permalink / raw
To: gentoo-commits
commit: 00c4454da56a00bea70f01f917d578662cc66f9e
Author: brettalcox <brettalcox <AT> gmail <DOT> com>
AuthorDate: Sun Jun 2 15:39:04 2024 +0000
Commit: Brett Alcox <brettalcox <AT> gmail <DOT> com>
CommitDate: Sun Jun 2 15:39:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=00c4454d
net-news/gfeeds: python3_12
Signed-off-by: brettalcox <brettalcox <AT> gmail.com>
net-news/gfeeds/gfeeds-2.2.0-r3.ebuild | 73 ++++++++++++++++++++++++++++++++++
1 file changed, 73 insertions(+)
diff --git a/net-news/gfeeds/gfeeds-2.2.0-r3.ebuild b/net-news/gfeeds/gfeeds-2.2.0-r3.ebuild
new file mode 100644
index 000000000..c556a95a1
--- /dev/null
+++ b/net-news/gfeeds/gfeeds-2.2.0-r3.ebuild
@@ -0,0 +1,73 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..12} )
+
+inherit gnome2-utils meson python-single-r1
+
+DESCRIPTION="An RSS/Atom feed reader for GNOME."
+HOMEPAGE="https://gitlab.gnome.org/World/gfeeds"
+SRC_URI="https://gitlab.gnome.org/World/gfeeds/-/archive/${PV}/${P}.tar.bz2"
+
+# This fixes 1 syntax-related compilation error and syntax warnings (usage of $)
+PATCHES="${FILESDIR}/${P}-blueprint-0.80-fix.patch"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+ ${PYTHON_DEPS}
+ $(python_gen_cond_dep '
+ dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+ dev-python/html5lib[${PYTHON_USEDEP}]
+ dev-python/humanize[${PYTHON_USEDEP}]
+ dev-python/lxml-html-clean[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP}]
+ dev-python/pygments[${PYTHON_USEDEP}]
+ dev-python/python-dateutil[${PYTHON_USEDEP}]
+ dev-python/python-magic[${PYTHON_USEDEP}]
+ dev-python/pytz[${PYTHON_USEDEP}]
+ dev-python/readability-lxml[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ ')
+ dev-util/blueprint-compiler
+ gui-libs/gtk:4
+ gui-libs/libadwaita
+ net-libs/syndication-domination[python]
+ net-libs/webkit-gtk:6
+"
+RDEPEND="${DEPEND}"
+BDEPEND=">=dev-build/meson-0.58"
+
+src_configure() {
+ local emesonargs=(
+ --prefix=/usr
+ )
+ meson_src_configure
+}
+
+src_compile() {
+ meson_src_compile
+}
+
+src_install() {
+ meson_src_install
+ python_fix_shebang "${D}"/usr/bin/gfeeds
+ python_optimize "${ED}"/usr
+}
+
+pkg_postinst() {
+ gnome2_schemas_update
+ xdg_icon_cache_update
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ gnome2_schemas_update
+ xdg_icon_cache_update
+ xdg_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-06-02 15:39 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-12 0:18 [gentoo-commits] repo/proj/guru:master commit in: net-news/gfeeds/ Julien Roy
2024-03-11 23:02 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
-- strict thread matches above, loose matches on Subject: below --
2024-06-02 15:39 Brett Alcox
2024-05-11 0:36 Brett Alcox
2024-03-11 23:26 Julien Roy
2024-03-11 23:02 Julien Roy
2023-10-05 19:37 Brett Alcox
2023-10-05 17:05 Brett Alcox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox