* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/xyzservices/
@ 2023-12-27 15:31 Alfredo Tupone
0 siblings, 0 replies; 8+ messages in thread
From: Alfredo Tupone @ 2023-12-27 15:31 UTC (permalink / raw
To: gentoo-commits
commit: 7496db2e830c86546ad9f6b439a5d3d373a39578
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 15:31:18 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 15:31:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7496db2e
sci-geosciences/xyzservices: new package, add 2023.10.1
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-geosciences/xyzservices/Manifest | 1 +
sci-geosciences/xyzservices/metadata.xml | 11 ++++++++++
.../xyzservices/xyzservices-2023.10.1.ebuild | 25 ++++++++++++++++++++++
3 files changed, 37 insertions(+)
diff --git a/sci-geosciences/xyzservices/Manifest b/sci-geosciences/xyzservices/Manifest
new file mode 100644
index 000000000000..fc450573a7a6
--- /dev/null
+++ b/sci-geosciences/xyzservices/Manifest
@@ -0,0 +1 @@
+DIST xyzservices-2023.10.1.tar.gz 1113019 BLAKE2B c239c244c7ffea836acfc2fdba284c2b2b0b8fbd7e915ddcc004f7735898760f8bac626c7f58329d5c5555753dbbfe13731494ef5948ffaf2cd36d1eb28e014d SHA512 5ab57caa160bbf926014da83f81108c7ae6c509831a94d38c2dde73067cb2cd624697902166eb5a0af5f55faef1b8f1d0786db4766f80b1bfe5cad889d9dc627
diff --git a/sci-geosciences/xyzservices/metadata.xml b/sci-geosciences/xyzservices/metadata.xml
new file mode 100644
index 000000000000..a7ab53c665a8
--- /dev/null
+++ b/sci-geosciences/xyzservices/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>tupone@gentoo.org</email>
+ <name>Tupone Alfredo</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">geopandas/xyzservices</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild b/sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild
new file mode 100644
index 000000000000..227f2c211f96
--- /dev/null
+++ b/sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..12} )
+DISTUTILS_USE_PEP517=setuptools
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+inherit distutils-r1
+
+DESCRIPTION="Source of XYZ tiles providers"
+HOMEPAGE="https://github.com/geopandas/xyzservices"
+SRC_URI="https://github.com/geopandas/${PN}/archive/refs/tags/${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND="dev-python/setuptools-scm"
+
+# Need mercantile module
+# distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/xyzservices/
@ 2023-12-27 15:37 Alfredo Tupone
0 siblings, 0 replies; 8+ messages in thread
From: Alfredo Tupone @ 2023-12-27 15:37 UTC (permalink / raw
To: gentoo-commits
commit: 4ec774a47820d8a38d8d772496047c70b0f6d7fb
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 15:36:54 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 15:36:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec774a4
sci-geosciences/xyzservices: keyword 2023.10.1 for ~x86
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild b/sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild
index 227f2c211f96..65a398321a84 100644
--- a/sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild
+++ b/sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/geopandas/${PN}/archive/refs/tags/${PV}.tar.gz
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
DEPEND=""
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/xyzservices/
@ 2023-12-27 15:38 Alfredo Tupone
0 siblings, 0 replies; 8+ messages in thread
From: Alfredo Tupone @ 2023-12-27 15:38 UTC (permalink / raw
To: gentoo-commits
commit: 29bfb2684175725bc83e5478089fb9df08ef5025
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 15:37:46 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 15:37:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29bfb268
sci-geosciences/xyzservices: disable py3.9
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild b/sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild
index 65a398321a84..4a5838e2986d 100644
--- a/sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild
+++ b/sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
inherit distutils-r1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/xyzservices/
@ 2024-01-13 8:44 Alfredo Tupone
0 siblings, 0 replies; 8+ messages in thread
From: Alfredo Tupone @ 2024-01-13 8:44 UTC (permalink / raw
To: gentoo-commits
commit: 0b74ee3672df7fa3465e13037fe6a299ed753d60
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 08:35:18 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 08:42:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b74ee36
sci-geosciences/xyzservices: EmptyGlobalAssignment
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild b/sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild
index 4a5838e2986d..6fd0648dff60 100644
--- a/sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild
+++ b/sci-geosciences/xyzservices/xyzservices-2023.10.1.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,8 +17,6 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-DEPEND=""
-RDEPEND="${DEPEND}"
BDEPEND="dev-python/setuptools-scm"
# Need mercantile module
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/xyzservices/
@ 2024-01-21 12:38 Alfredo Tupone
0 siblings, 0 replies; 8+ messages in thread
From: Alfredo Tupone @ 2024-01-21 12:38 UTC (permalink / raw
To: gentoo-commits
commit: 259a6eb0a2cc68143db8b9b4f84d5a359e03daad
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 21 12:37:28 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Jan 21 12:37:52 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=259a6eb0
sci-geosciences/xyzservices: add RESTRICT test
Closes: https://bugs.gentoo.org/921346
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild b/sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild
index 6fd0648dff60..14e1cb70572f 100644
--- a/sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild
+++ b/sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild
@@ -16,6 +16,7 @@ SRC_URI="https://github.com/geopandas/${PN}/archive/refs/tags/${PV}.tar.gz
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+RESTRICT="test"
BDEPEND="dev-python/setuptools-scm"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/xyzservices/
@ 2024-05-07 6:24 Alfredo Tupone
0 siblings, 0 replies; 8+ messages in thread
From: Alfredo Tupone @ 2024-05-07 6:24 UTC (permalink / raw
To: gentoo-commits
commit: dabd41758b56d50990d48a39fd6b79128793ac1a
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue May 7 06:24:26 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue May 7 06:24:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dabd4175
sci-geosciences/xyzservices: add 2024.4.0
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-geosciences/xyzservices/Manifest | 1 +
.../xyzservices/xyzservices-2024.4.0.ebuild | 24 ++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/sci-geosciences/xyzservices/Manifest b/sci-geosciences/xyzservices/Manifest
index fc450573a7a6..d14c2c24183a 100644
--- a/sci-geosciences/xyzservices/Manifest
+++ b/sci-geosciences/xyzservices/Manifest
@@ -1 +1,2 @@
DIST xyzservices-2023.10.1.tar.gz 1113019 BLAKE2B c239c244c7ffea836acfc2fdba284c2b2b0b8fbd7e915ddcc004f7735898760f8bac626c7f58329d5c5555753dbbfe13731494ef5948ffaf2cd36d1eb28e014d SHA512 5ab57caa160bbf926014da83f81108c7ae6c509831a94d38c2dde73067cb2cd624697902166eb5a0af5f55faef1b8f1d0786db4766f80b1bfe5cad889d9dc627
+DIST xyzservices-2024.4.0.tar.gz 1126163 BLAKE2B d725799b668ac0cbdc88fbd8a9f14db70d45b5ca665fe899b4cc57197321b6639590c29f47fb10e420b9f8ccfbfe4b867a9a9c8e090403f0c023c0e69295f5f9 SHA512 1fb991578275914a7b3ef8202dcb049116a423f2b645bbc52717485c76089615f988f9eb592e13399c30b2901630089188c4ed30276c68015a7f12661ac62331
diff --git a/sci-geosciences/xyzservices/xyzservices-2024.4.0.ebuild b/sci-geosciences/xyzservices/xyzservices-2024.4.0.ebuild
new file mode 100644
index 000000000000..14e1cb70572f
--- /dev/null
+++ b/sci-geosciences/xyzservices/xyzservices-2024.4.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+inherit distutils-r1
+
+DESCRIPTION="Source of XYZ tiles providers"
+HOMEPAGE="https://github.com/geopandas/xyzservices"
+SRC_URI="https://github.com/geopandas/${PN}/archive/refs/tags/${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test"
+
+BDEPEND="dev-python/setuptools-scm"
+
+# Need mercantile module
+# distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/xyzservices/
@ 2024-06-22 14:35 Alfredo Tupone
0 siblings, 0 replies; 8+ messages in thread
From: Alfredo Tupone @ 2024-06-22 14:35 UTC (permalink / raw
To: gentoo-commits
commit: 85c7fd93851ea454ceb8c547c865244342f71f85
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 22 14:35:08 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 14:35:08 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85c7fd93
sci-geosciences/xyzservices: add 2024.6.0
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-geosciences/xyzservices/Manifest | 1 +
.../xyzservices/xyzservices-2024.6.0.ebuild | 24 ++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/sci-geosciences/xyzservices/Manifest b/sci-geosciences/xyzservices/Manifest
index d14c2c24183a..e4246bd039a6 100644
--- a/sci-geosciences/xyzservices/Manifest
+++ b/sci-geosciences/xyzservices/Manifest
@@ -1,2 +1,3 @@
DIST xyzservices-2023.10.1.tar.gz 1113019 BLAKE2B c239c244c7ffea836acfc2fdba284c2b2b0b8fbd7e915ddcc004f7735898760f8bac626c7f58329d5c5555753dbbfe13731494ef5948ffaf2cd36d1eb28e014d SHA512 5ab57caa160bbf926014da83f81108c7ae6c509831a94d38c2dde73067cb2cd624697902166eb5a0af5f55faef1b8f1d0786db4766f80b1bfe5cad889d9dc627
DIST xyzservices-2024.4.0.tar.gz 1126163 BLAKE2B d725799b668ac0cbdc88fbd8a9f14db70d45b5ca665fe899b4cc57197321b6639590c29f47fb10e420b9f8ccfbfe4b867a9a9c8e090403f0c023c0e69295f5f9 SHA512 1fb991578275914a7b3ef8202dcb049116a423f2b645bbc52717485c76089615f988f9eb592e13399c30b2901630089188c4ed30276c68015a7f12661ac62331
+DIST xyzservices-2024.6.0.tar.gz 1127473 BLAKE2B 0c5f99cd8efb5290f9e84abe824578da2c49075ebba72d48920c22da762e4b1e3225709602325f562669835cab39fe4df3556057c454c263d15dbccdf237c950 SHA512 628e0c50149792515051120e3a300bb6d5338fca8bfd40f4ecd7c8a2e5d0ffa43e5d9affd4c979739d61f5140b3331fb4f15aef061075763957abfed7f77c5d2
diff --git a/sci-geosciences/xyzservices/xyzservices-2024.6.0.ebuild b/sci-geosciences/xyzservices/xyzservices-2024.6.0.ebuild
new file mode 100644
index 000000000000..14e1cb70572f
--- /dev/null
+++ b/sci-geosciences/xyzservices/xyzservices-2024.6.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+inherit distutils-r1
+
+DESCRIPTION="Source of XYZ tiles providers"
+HOMEPAGE="https://github.com/geopandas/xyzservices"
+SRC_URI="https://github.com/geopandas/${PN}/archive/refs/tags/${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test"
+
+BDEPEND="dev-python/setuptools-scm"
+
+# Need mercantile module
+# distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/xyzservices/
@ 2024-11-16 15:19 Alfredo Tupone
0 siblings, 0 replies; 8+ messages in thread
From: Alfredo Tupone @ 2024-11-16 15:19 UTC (permalink / raw
To: gentoo-commits
commit: 4f736d20db1e20da6ea76ecc6515cdd23cbbcffc
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 15:14:14 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 15:15:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f736d20
sci-geosciences/xyzservices: add 2024.9.0, drop 2023.10.1 2024.4.0
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-geosciences/xyzservices/Manifest | 3 +--
.../xyzservices/xyzservices-2024.4.0.ebuild | 24 ----------------------
...023.10.1.ebuild => xyzservices-2024.9.0.ebuild} | 0
3 files changed, 1 insertion(+), 26 deletions(-)
diff --git a/sci-geosciences/xyzservices/Manifest b/sci-geosciences/xyzservices/Manifest
index e4246bd039a6..654a05848493 100644
--- a/sci-geosciences/xyzservices/Manifest
+++ b/sci-geosciences/xyzservices/Manifest
@@ -1,3 +1,2 @@
-DIST xyzservices-2023.10.1.tar.gz 1113019 BLAKE2B c239c244c7ffea836acfc2fdba284c2b2b0b8fbd7e915ddcc004f7735898760f8bac626c7f58329d5c5555753dbbfe13731494ef5948ffaf2cd36d1eb28e014d SHA512 5ab57caa160bbf926014da83f81108c7ae6c509831a94d38c2dde73067cb2cd624697902166eb5a0af5f55faef1b8f1d0786db4766f80b1bfe5cad889d9dc627
-DIST xyzservices-2024.4.0.tar.gz 1126163 BLAKE2B d725799b668ac0cbdc88fbd8a9f14db70d45b5ca665fe899b4cc57197321b6639590c29f47fb10e420b9f8ccfbfe4b867a9a9c8e090403f0c023c0e69295f5f9 SHA512 1fb991578275914a7b3ef8202dcb049116a423f2b645bbc52717485c76089615f988f9eb592e13399c30b2901630089188c4ed30276c68015a7f12661ac62331
DIST xyzservices-2024.6.0.tar.gz 1127473 BLAKE2B 0c5f99cd8efb5290f9e84abe824578da2c49075ebba72d48920c22da762e4b1e3225709602325f562669835cab39fe4df3556057c454c263d15dbccdf237c950 SHA512 628e0c50149792515051120e3a300bb6d5338fca8bfd40f4ecd7c8a2e5d0ffa43e5d9affd4c979739d61f5140b3331fb4f15aef061075763957abfed7f77c5d2
+DIST xyzservices-2024.9.0.tar.gz 1127998 BLAKE2B d7c4f102984b678daf673e0066065140ecd222e999893ed6b72038e976fd33ef54a2d11fdd23ee9d7ccc75cd5eb79d3cd28d72bb9fd98d149adb84dd73ed46dd SHA512 8234b8eef07200563e5dd34c6a2c1e979137dbe3541238cd5f9d4de87675ab6abe9a69778794612a5962eb4d45a354300372233125bf75a5d9a6bfbb828dce5f
diff --git a/sci-geosciences/xyzservices/xyzservices-2024.4.0.ebuild b/sci-geosciences/xyzservices/xyzservices-2024.4.0.ebuild
deleted file mode 100644
index 14e1cb70572f..000000000000
--- a/sci-geosciences/xyzservices/xyzservices-2024.4.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-inherit distutils-r1
-
-DESCRIPTION="Source of XYZ tiles providers"
-HOMEPAGE="https://github.com/geopandas/xyzservices"
-SRC_URI="https://github.com/geopandas/${PN}/archive/refs/tags/${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="test"
-
-BDEPEND="dev-python/setuptools-scm"
-
-# Need mercantile module
-# distutils_enable_tests pytest
diff --git a/sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild b/sci-geosciences/xyzservices/xyzservices-2024.9.0.ebuild
similarity index 100%
rename from sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild
rename to sci-geosciences/xyzservices/xyzservices-2024.9.0.ebuild
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-11-16 15:19 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-27 15:37 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/xyzservices/ Alfredo Tupone
-- strict thread matches above, loose matches on Subject: below --
2024-11-16 15:19 Alfredo Tupone
2024-06-22 14:35 Alfredo Tupone
2024-05-07 6:24 Alfredo Tupone
2024-01-21 12:38 Alfredo Tupone
2024-01-13 8:44 Alfredo Tupone
2023-12-27 15:38 Alfredo Tupone
2023-12-27 15:31 Alfredo Tupone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox