summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/libgweather: drop 4.4.0Mart Raudsepp2024-04-132-89/+0
| | | | Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* dev-libs/libgweather: Stabilize 4.4.2 arm64, #928816Arthur Zamarin2024-04-071-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/libgweather: Stabilize 4.4.2 x86, #928816Arthur Zamarin2024-04-071-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/libgweather: Stabilize 4.4.2 amd64, #928816Arthur Zamarin2024-04-071-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/libgweather: add 4.4.2Mart Raudsepp2024-03-232-0/+89
| | | | Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* dev-libs/libgweather: drop 4.2.0Mart Raudsepp2024-03-032-89/+0
| | | | Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* dev-libs/libgweather: Stabilize 4.4.0 arm64, #921406Arthur Zamarin2024-02-221-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/libgweather: Stabilize 4.4.0 x86, #921406Arthur Zamarin2024-02-101-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/libgweather: Stabilize 4.4.0 amd64, #921406Arthur Zamarin2024-02-101-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/libgweather: Version bump to 4.4.0Guillermo Joandet2023-09-162-0/+89
| | | | | | Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32846 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: remove x86-solaris keywordFabian Groffen2023-05-241-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-141-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/libgweather: Drop old versionsMatt Turner2023-01-034-140/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/libgweather: Stabilize 4.2.0 x86, #885627Arthur Zamarin2022-12-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/libgweather: Stabilize 4.2.0 amd64, #885627Arthur Zamarin2022-12-161-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/libgweather: Stabilize 4.2.0 arm64, #885627Arthur Zamarin2022-12-161-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/libgweather: keyword 4.2.0 for ~loongWANG Xuerui2022-12-031-1/+1
| | | | | | | | One test case fails but is arguably harmless (asserting "Brussels" should be equal to "Bruxelles"; likely some locale problem or simply faulty coding, haven't looked deeper). Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* dev-libs/libgweather: Clean metadata.xmlMatt Turner2022-11-291-3/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/libgweather: Drop old versionsMatt Turner2022-11-295-274/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/libgweather: Set remote-idMatt Turner2022-10-291-7/+10
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/libgweather: Add Python 3.11 compatibilityMatt Turner2022-10-291-3/+2
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/libgweather: Remove stray dependenciesMatt Turner2022-09-301-2/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/libgweather: Version bump to 4.2.0Pascal Jäger2022-09-302-0/+91
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/27375 Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/libgweather: Depend on geocode-glib:0Pascal Jaeger2022-09-272-2/+2
| | | | | Signed-off-by: Pascal Jaeger <pascal.jaeger@leimstift.de> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/libgweather: Stabilize 4.0.0 arm64, #843794Sam James2022-05-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libgweather: Stabilize 4.0.0 x86, #843794Sam James2022-05-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libgweather: Stabilize 4.0.0 amd64, #843794Sam James2022-05-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libgweather: Call 'default' in src_prepareJakov Smolić2022-03-221-0/+1
| | | | | | | | | xdg_src_prepare called the default function in previous instance, but since it has been replaced with gnome2_environment_reset we need to call default manually. Closes: https://bugs.gentoo.org/835782 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-libs/libgweather: Call gnome2_environment_resetMatt Turner2022-03-211-1/+1
| | | | | Closes: https://bugs.gentoo.org/835709 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/libgweather: Version bump to 4.0.0Matt Turner2022-03-204-0/+139
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/libgweather: enable py3.10Arthur Zamarin2021-10-271-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-libs/libgweather: keyword ~riscvYixun Lan2021-08-271-1/+1
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan@gentoo.org>
* dev-libs/libgweather: remove unused patchesMichael Mair-Keimberger2021-06-013-190/+0
| | | | | | | Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/21077 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/libgweather: Drop old versionsMatt Turner2021-05-302-77/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/libgweather: Stabilize 40.0 arm64, #792327Sam James2021-05-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libgweather: Stabilize 40.0 amd64, #792327Sam James2021-05-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libgweather: Stabilize 40.0 x86, #792327Sam James2021-05-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libgweather: Drop old versionsMatt Turner2021-04-153-101/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/libgweather: Stabilize 3.36.2 x86, #782847Sam James2021-04-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libgweather: Stabilize 3.36.2 arm64, #782847Sam James2021-04-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libgweather: Stabilize 3.36.2 amd64, #782847Mikle Kolyada2021-04-141-1/+1
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* dev-libs/libgweather: Depend on pygobjectMatt Turner2021-03-281-0/+5
| | | | | | | Used at build time. Closes: https://bugs.gentoo.org/778839 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/libgweather: Use python-any-r1Matt Turner2021-03-282-2/+14
| | | | | Closes: https://bugs.gentoo.org/770655 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/libgweather: Version bump to 40.0Matt Turner2021-03-275-0/+264
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/libgweather: Version bump to 3.36.2Matt Turner2021-03-273-0/+100
| | | | | Closes: https://bugs.gentoo.org/777567 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/libgweather: Stabilize 3.36.1 arm64, #773172Sam James2021-03-041-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libgweather: remove oldMart Raudsepp2020-11-073-97/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* dev-libs/libgweather: Stabilize 3.36.1 amd64, #738728Sam James2020-08-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libgweather: x86 stable (bug #738728)Thomas Deutschmann2020-08-301-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>