summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-01-02 22:59:26 -0500
committerMatt Turner <mattst88@gentoo.org>2023-01-03 09:07:54 -0500
commit1b6ab0282c0eff9f5b85be8df7c44b4d0cc51deb (patch)
tree7df1f45df7a34d5ec209f4c55295936e5f165805
parentsci-geosciences/geocode-glib: Drop old versions (diff)
downloadgentoo-1b6ab0282c0eff9f5b85be8df7c44b4d0cc51deb.tar.gz
gentoo-1b6ab0282c0eff9f5b85be8df7c44b4d0cc51deb.tar.bz2
gentoo-1b6ab0282c0eff9f5b85be8df7c44b4d0cc51deb.zip
sci-geosciences/gnome-maps: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--sci-geosciences/gnome-maps/Manifest1
-rw-r--r--sci-geosciences/gnome-maps/gnome-maps-42.3-r3.ebuild57
2 files changed, 0 insertions, 58 deletions
diff --git a/sci-geosciences/gnome-maps/Manifest b/sci-geosciences/gnome-maps/Manifest
index 6f79f33dfdc0..6634031aa9d8 100644
--- a/sci-geosciences/gnome-maps/Manifest
+++ b/sci-geosciences/gnome-maps/Manifest
@@ -1,2 +1 @@
-DIST gnome-maps-42.3.tar.xz 2317328 BLAKE2B 365eb5cb8f7b20e2069338249418f5fad1abd47a1ab7ecda2d671dc97dfa45fb9f5687ae01fd605613c7ecf6eb9048aef6ab121cac0f455a42df9156581c87e2 SHA512 e52509603914de8f345a874f931beb68d11f718827b956a48464fe804c42559d977eacb0bbd5d4346b6329ab3f9169ac9afa8ef681f040c5b6a82b440b9786cb
DIST gnome-maps-43.2.tar.xz 2334324 BLAKE2B a8daacd9874e9b8d44ae6107b7cc1a0a4a168d579b4101e4da408c08e2509f7da782605b27d089331d3628584783f3fd1d43c26d3bc7b09325810dec7b9b1648 SHA512 dfd7eba5fc0cc38152753d2d3b5ba13cdc614b96fe3f8e6629dc6c56515108fc6f2469f32629ffaba97667b15da294d874653d9133dd13592738379d5fb91c78
diff --git a/sci-geosciences/gnome-maps/gnome-maps-42.3-r3.ebuild b/sci-geosciences/gnome-maps/gnome-maps-42.3-r3.ebuild
deleted file mode 100644
index e593685d11c4..000000000000
--- a/sci-geosciences/gnome-maps/gnome-maps-42.3-r3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
-inherit gnome.org gnome2-utils meson python-any-r1 xdg
-
-DESCRIPTION="A map application for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Maps"
-
-LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
-
-# Pure introspection dependencies found by grepping imports.gi in ${S}
-# <libgweather-4.2.0 because of libsoup:3 transition
-RDEPEND="
- >=dev-libs/glib-2.66.0:2
- x11-libs/pango[introspection]
- >=dev-libs/gjs-1.66.0
- >=dev-libs/gobject-introspection-0.10.1:=
- >=x11-libs/gtk+-3.22:3[introspection]
- >=app-misc/geoclue-0.12.99:2.0[introspection]
- >=gui-libs/libhandy-1.5.0:1=
- >=dev-libs/libgee-0.16:0.8[introspection]
- >=dev-libs/folks-0.10:=
- >=sci-geosciences/geocode-glib-3.15.2:0[introspection]
- >=media-libs/libchamplain-0.12.14:0.12[gtk,introspection]
- dev-libs/libxml2:2
- >=net-libs/rest-0.7.90:0.7[introspection]
-
- app-crypt/libsecret[introspection]
- <dev-libs/libgweather-4.2.0:4=[introspection]
- media-libs/clutter-gtk:1.0[introspection]
- media-libs/clutter:1.0[introspection]
- net-libs/gnome-online-accounts[introspection]
- net-libs/libgfbgraph[introspection]
- net-libs/libsoup:2.4[introspection]
- net-libs/webkit-gtk:4[introspection]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- ${PYTHON_DEPS}
- 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
-}