sci-geosciences/gnome-maps: drop 49.2

Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2026-04-30 22:53:28 +02:00
parent 25d21a8f17
commit 08fce19b2f
2 changed files with 0 additions and 53 deletions
-1
View File
@@ -1,4 +1,3 @@
DIST gnome-maps-48.7.tar.xz 1156700 BLAKE2B 5d8779a19fdfb1682f65503872466cbc099f3e10b8f905c7ca404c94642573c0ab9aa24d73442fcf4042feea537837ac231764776e6ced15fd4777e9d012ddf7 SHA512 76eb2c8cb485cd6279b459bc62575597f8bdfc5c95ba33a5e4b99debd3bdce3dd48e9a630070d3b95a0213c4cd03ae1e9b0f52d7be6249c79a6472dbd636e126
DIST gnome-maps-49.2.tar.xz 1226132 BLAKE2B a4ae1d75fae554f3b6d93a8fb52465df1dd0cdc226f46f424b306d17034fcfdec464b42dde67ac50a2d2f983bc63cd5936a1338390939349a15def1fabfbe402 SHA512 a754c1066fc581c14a3fd3f11a10c39865485553caa2b49e340bb34fe51ae6defd1d78084626940552e305660f5234af200ec30f9009897e48820998f4305029
DIST gnome-maps-49.4.tar.xz 1234892 BLAKE2B 413d3dc95dd49d00a905aaea8d2f3477a6073553d698c9d80f76d45e9db07ad6676e30e154e2f7e18fcf07f770097c39c3d6cc71280d28c0753cadc16309f52d SHA512 5801b653fdf84d00260dfb4d872e876108e63d0d0129419069605e6a5c19e1b5fb8210668df04967ba35101a4bfe2a300ebf997c46586d2868aaf0381d64631c
DIST gnome-maps-49.5.tar.xz 1235128 BLAKE2B e95187b41d4a87994ee8661d931abd4f2b68e1a7214343f52f818ed411885f3eb8946b44ca5409bf5fe487bb6a04e0fccafdf61930b11129dbd7db6425ea8ae6 SHA512 4310c1e632904c837dc67ae688a4bda62b8b8c5f621641bcb50fdc818ec51bc97d982c65af1a8520291f4fafc856dd26dae4cdcd690fc5f4a4c7335500920cad
@@ -1,52 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome.org gnome2-utils meson xdg
DESCRIPTION="A map application for GNOME"
HOMEPAGE="https://apps.gnome.org/Maps/"
LICENSE="CC0-1.0 GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
# Pure introspection dependencies found by grepping imports in ${S}
RDEPEND="
>=dev-libs/glib-2.66.0:2
>=dev-libs/gjs-1.69.2
>=dev-libs/gobject-introspection-1.82.0-r2:=
>=gui-libs/gtk-4.10:4[introspection]
>=app-misc/geoclue-0.12.99:2.0[introspection]
>=gui-libs/libadwaita-1.8_alpha:1[introspection]
>=dev-libs/libgweather-4.2.0:4=[introspection]
>=sci-geosciences/geocode-glib-3.15.2:2[introspection]
dev-libs/libportal:=[introspection]
>=media-libs/libshumate-1.5_alpha:1.0=[introspection]
dev-libs/libxml2:2=
>=net-libs/rest-0.9.1:1.0[introspection]
>=gnome-base/librsvg-2.0
>=dev-libs/json-glib-1.0
app-crypt/libsecret[introspection]
media-libs/graphene[introspection]
net-libs/libsoup:3.0[introspection]
x11-libs/pango[introspection]
"
DEPEND="${RDEPEND}"
BDEPEND="
dev-util/glib-utils
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
"
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}