dev-libs/gweather-locations: new package, add 2026.2

- Needed by >=dev-libs/libgweather-4.6.0
- Move RESTRICT below KEYWORDS to fix VariableOrderWrong

Signed-off-by: Lukas Schmelting <lschmelting@posteo.com>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/1452
Merges: https://codeberg.org/gentoo/gentoo/pulls/1452
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Lukas Schmelting
2026-07-17 23:08:28 +02:00
committed by Pacho Ramos
parent b572da8318
commit d06b01af4a
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST gweather-locations-2026.2.tar.xz 2599712 BLAKE2B 78eda60bd3c08e059614f956bf1508e4ea5dfcb37b54c2d389558246cc39084e257940d146b274a3c1fd843cfdd00b6f1b10d70d3de218fe1339ebe581998a0c SHA512 88ec27c27efb69df3668f8b2dd774ac0d8bbe3fc75cf9089c8f64f00bf839c1f8aac04b644075bc4b51ce61b8f62b1bd24a466a82887538f743807e79309c804

View File

@@ -0,0 +1,18 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome.org meson
DESCRIPTION="GWeather Locations Database"
HOMEPAGE="https://gitlab.gnome.org/GNOME/gweather-locations"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
BDEPEND="
virtual/pkgconfig
dev-libs/libxml2
dev-python/pylint
"

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>gnome@gentoo.org</email>
<name>Gentoo GNOME Project</name>
</maintainer>
<upstream>
<remote-id type="gnome-gitlab">GNOME/gweather-locations</remote-id>
</upstream>
<stabilize-allarches/>
</pkgmetadata>