Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gnome-maps/
Date: Tue, 03 Jan 2023 14:08:23
Message-Id: 1672754874.1b6ab0282c0eff9f5b85be8df7c44b4d0cc51deb.mattst88@gentoo
1 commit: 1b6ab0282c0eff9f5b85be8df7c44b4d0cc51deb
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 03:59:26 2023 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 14:07:54 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b6ab028
7
8 sci-geosciences/gnome-maps: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 sci-geosciences/gnome-maps/Manifest | 1 -
13 .../gnome-maps/gnome-maps-42.3-r3.ebuild | 57 ----------------------
14 2 files changed, 58 deletions(-)
15
16 diff --git a/sci-geosciences/gnome-maps/Manifest b/sci-geosciences/gnome-maps/Manifest
17 index 6f79f33dfdc0..6634031aa9d8 100644
18 --- a/sci-geosciences/gnome-maps/Manifest
19 +++ b/sci-geosciences/gnome-maps/Manifest
20 @@ -1,2 +1 @@
21 -DIST gnome-maps-42.3.tar.xz 2317328 BLAKE2B 365eb5cb8f7b20e2069338249418f5fad1abd47a1ab7ecda2d671dc97dfa45fb9f5687ae01fd605613c7ecf6eb9048aef6ab121cac0f455a42df9156581c87e2 SHA512 e52509603914de8f345a874f931beb68d11f718827b956a48464fe804c42559d977eacb0bbd5d4346b6329ab3f9169ac9afa8ef681f040c5b6a82b440b9786cb
22 DIST gnome-maps-43.2.tar.xz 2334324 BLAKE2B a8daacd9874e9b8d44ae6107b7cc1a0a4a168d579b4101e4da408c08e2509f7da782605b27d089331d3628584783f3fd1d43c26d3bc7b09325810dec7b9b1648 SHA512 dfd7eba5fc0cc38152753d2d3b5ba13cdc614b96fe3f8e6629dc6c56515108fc6f2469f32629ffaba97667b15da294d874653d9133dd13592738379d5fb91c78
23
24 diff --git a/sci-geosciences/gnome-maps/gnome-maps-42.3-r3.ebuild b/sci-geosciences/gnome-maps/gnome-maps-42.3-r3.ebuild
25 deleted file mode 100644
26 index e593685d11c4..000000000000
27 --- a/sci-geosciences/gnome-maps/gnome-maps-42.3-r3.ebuild
28 +++ /dev/null
29 @@ -1,57 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -PYTHON_COMPAT=( python3_{8..11} )
35 -inherit gnome.org gnome2-utils meson python-any-r1 xdg
36 -
37 -DESCRIPTION="A map application for GNOME"
38 -HOMEPAGE="https://wiki.gnome.org/Apps/Maps"
39 -
40 -LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
41 -SLOT="0"
42 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
43 -
44 -# Pure introspection dependencies found by grepping imports.gi in ${S}
45 -# <libgweather-4.2.0 because of libsoup:3 transition
46 -RDEPEND="
47 - >=dev-libs/glib-2.66.0:2
48 - x11-libs/pango[introspection]
49 - >=dev-libs/gjs-1.66.0
50 - >=dev-libs/gobject-introspection-0.10.1:=
51 - >=x11-libs/gtk+-3.22:3[introspection]
52 - >=app-misc/geoclue-0.12.99:2.0[introspection]
53 - >=gui-libs/libhandy-1.5.0:1=
54 - >=dev-libs/libgee-0.16:0.8[introspection]
55 - >=dev-libs/folks-0.10:=
56 - >=sci-geosciences/geocode-glib-3.15.2:0[introspection]
57 - >=media-libs/libchamplain-0.12.14:0.12[gtk,introspection]
58 - dev-libs/libxml2:2
59 - >=net-libs/rest-0.7.90:0.7[introspection]
60 -
61 - app-crypt/libsecret[introspection]
62 - <dev-libs/libgweather-4.2.0:4=[introspection]
63 - media-libs/clutter-gtk:1.0[introspection]
64 - media-libs/clutter:1.0[introspection]
65 - net-libs/gnome-online-accounts[introspection]
66 - net-libs/libgfbgraph[introspection]
67 - net-libs/libsoup:2.4[introspection]
68 - net-libs/webkit-gtk:4[introspection]
69 -"
70 -DEPEND="${RDEPEND}"
71 -BDEPEND="
72 - ${PYTHON_DEPS}
73 - dev-util/glib-utils
74 - >=sys-devel/gettext-0.19.8
75 - virtual/pkgconfig
76 -"
77 -
78 -pkg_postinst() {
79 - xdg_pkg_postinst
80 - gnome2_schemas_update
81 -}
82 -
83 -pkg_postrm() {
84 - xdg_pkg_postrm
85 - gnome2_schemas_update
86 -}