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: Mon, 31 May 2021 02:00:15
Message-Id: 1622426304.dfd8aae949160462ebacb66a36b349140d4e8e5e.mattst88@gentoo
1 commit: dfd8aae949160462ebacb66a36b349140d4e8e5e
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 00:00:04 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 01:58:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfd8aae9
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 | 2 -
13 .../gnome-maps/gnome-maps-3.36.6.ebuild | 53 --------------------
14 sci-geosciences/gnome-maps/gnome-maps-40.0.ebuild | 56 ----------------------
15 3 files changed, 111 deletions(-)
16
17 diff --git a/sci-geosciences/gnome-maps/Manifest b/sci-geosciences/gnome-maps/Manifest
18 index eeade10d2d2..3bc7e4add56 100644
19 --- a/sci-geosciences/gnome-maps/Manifest
20 +++ b/sci-geosciences/gnome-maps/Manifest
21 @@ -1,3 +1 @@
22 -DIST gnome-maps-3.36.6.tar.xz 4006804 BLAKE2B 4d7684a13b5bace21e7a9d6b97b9b4b91a6fc5cbdbc98c1a776f157c5b1747b16669602e6167afd254d4fe72f8c4d7c9ac27c22089efd07839a6f35bf68b1c31 SHA512 bd72ede45edf851fdbd815278838c34b42145fcccb18bd33ff5e732238797eadc0fe4e0279072c0dd9bfd7b5d88329d8e537ceb3072e186fbc213d63cdef1e72
23 -DIST gnome-maps-40.0.tar.xz 3540952 BLAKE2B c41a79ce5966a3dac903caa7b98651b7734d8a55b37de5e330e34dd0db0f146a6ca247c82a8d0f07ec5f55b1efaf40d6f86d4fc35ff750f09a565c0edcde6702 SHA512 6ace3c43b1578b278e39fd27dabe9ab62a4ae80ecf1fb42fe3b8e3e208d43e6fd3325b4c61c6de7c05fcc3321178d556d8fafe0e6d2c7c0a924248b9832fa25e
24 DIST gnome-maps-40.1.tar.xz 3543432 BLAKE2B adfffdcf6e3730414ebdf1da0727ee3c20d02b7e1c57f13070d5a08d9895d24f91ad452efac1465e881912f93fe4417cb255ff62324920ae73d482183d50cdbc SHA512 319d819737f6b370cd5344d4483e06781e362930610dbc4745641a208e71f753bf894693009690a6fe04bceac75ab5aa7788ae2511425cd0bd2b9229a5d0111c
25
26 diff --git a/sci-geosciences/gnome-maps/gnome-maps-3.36.6.ebuild b/sci-geosciences/gnome-maps/gnome-maps-3.36.6.ebuild
27 deleted file mode 100644
28 index 1f388bc0f3f..00000000000
29 --- a/sci-geosciences/gnome-maps/gnome-maps-3.36.6.ebuild
30 +++ /dev/null
31 @@ -1,53 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -inherit gnome.org gnome2-utils meson xdg
37 -
38 -DESCRIPTION="A map application for GNOME"
39 -HOMEPAGE="https://wiki.gnome.org/Apps/Maps"
40 -
41 -LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
42 -SLOT="0"
43 -KEYWORDS="amd64 x86"
44 -
45 -# Pure introspection dependencies found by grepping imports.gi in ${S}
46 -RDEPEND="
47 - >=dev-libs/glib-2.44.0:2
48 - x11-libs/pango[introspection]
49 - >=dev-libs/gjs-1.50.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 - >=dev-libs/libgee-0.16:0.8[introspection]
54 - >=dev-libs/folks-0.10:=
55 - >=sci-geosciences/geocode-glib-3.15.2[introspection]
56 - >=media-libs/libchamplain-0.12.14:0.12[gtk,introspection]
57 - dev-libs/libxml2:2
58 - >=net-libs/rest-0.7.90:0.7[introspection]
59 -
60 - app-crypt/libsecret[introspection]
61 - dev-libs/libgweather[introspection]
62 - media-libs/clutter-gtk:1.0[introspection]
63 - media-libs/clutter:1.0[introspection]
64 - net-libs/gnome-online-accounts[introspection]
65 - net-libs/libgfbgraph[introspection]
66 - net-libs/libsoup:2.4[introspection]
67 - net-libs/webkit-gtk:4[introspection]
68 -"
69 -DEPEND="${RDEPEND}"
70 -BDEPEND="
71 - dev-util/glib-utils
72 - >=sys-devel/gettext-0.19.8
73 - virtual/pkgconfig
74 -"
75 -
76 -pkg_postinst() {
77 - xdg_pkg_postinst
78 - gnome2_schemas_update
79 -}
80 -
81 -pkg_postinst() {
82 - xdg_pkg_postrm
83 - gnome2_schemas_update
84 -}
85
86 diff --git a/sci-geosciences/gnome-maps/gnome-maps-40.0.ebuild b/sci-geosciences/gnome-maps/gnome-maps-40.0.ebuild
87 deleted file mode 100644
88 index eb37149677c..00000000000
89 --- a/sci-geosciences/gnome-maps/gnome-maps-40.0.ebuild
90 +++ /dev/null
91 @@ -1,56 +0,0 @@
92 -# Copyright 1999-2021 Gentoo Authors
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI=7
96 -PYTHON_COMPAT=( python3_{7..9} )
97 -inherit gnome.org gnome2-utils meson python-any-r1 xdg
98 -
99 -DESCRIPTION="A map application for GNOME"
100 -HOMEPAGE="https://wiki.gnome.org/Apps/Maps"
101 -
102 -LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
103 -SLOT="0"
104 -KEYWORDS="~amd64 ~x86"
105 -
106 -# Pure introspection dependencies found by grepping imports.gi in ${S}
107 -RDEPEND="
108 - >=dev-libs/glib-2.66.0:2
109 - x11-libs/pango[introspection]
110 - >=dev-libs/gjs-1.66.0
111 - >=dev-libs/gobject-introspection-0.10.1:=
112 - >=x11-libs/gtk+-3.22:3[introspection]
113 - >=app-misc/geoclue-0.12.99:2.0[introspection]
114 - >=gui-libs/libhandy-0.84:1=
115 - >=dev-libs/libgee-0.16:0.8[introspection]
116 - >=dev-libs/folks-0.10:=
117 - >=sci-geosciences/geocode-glib-3.15.2[introspection]
118 - >=media-libs/libchamplain-0.12.14:0.12[gtk,introspection]
119 - dev-libs/libxml2:2
120 - >=net-libs/rest-0.7.90:0.7[introspection]
121 -
122 - app-crypt/libsecret[introspection]
123 - dev-libs/libgweather[introspection]
124 - media-libs/clutter-gtk:1.0[introspection]
125 - media-libs/clutter:1.0[introspection]
126 - net-libs/gnome-online-accounts[introspection]
127 - net-libs/libgfbgraph[introspection]
128 - net-libs/libsoup:2.4[introspection]
129 - net-libs/webkit-gtk:4[introspection]
130 -"
131 -DEPEND="${RDEPEND}"
132 -BDEPEND="
133 - ${PYTHON_DEPS}
134 - dev-util/glib-utils
135 - >=sys-devel/gettext-0.19.8
136 - virtual/pkgconfig
137 -"
138 -
139 -pkg_postinst() {
140 - xdg_pkg_postinst
141 - gnome2_schemas_update
142 -}
143 -
144 -pkg_postinst() {
145 - xdg_pkg_postrm
146 - gnome2_schemas_update
147 -}