summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-03-30 09:37:32 -0400
committerMatt Turner <mattst88@gentoo.org>2023-03-30 09:43:39 -0400
commit807a0217ec1ee13df781c89839fc7c7d7596b74c (patch)
treed21086dc03335938f92ca4342645e6c0c459a1f3
parentmedia-gfx/gnome-photos: Drop old versions (diff)
downloadgentoo-807a0217ec1ee13df781c89839fc7c7d7596b74c.tar.gz
gentoo-807a0217ec1ee13df781c89839fc7c7d7596b74c.tar.bz2
gentoo-807a0217ec1ee13df781c89839fc7c7d7596b74c.zip
sci-geosciences/geocode-glib: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--sci-geosciences/geocode-glib/files/3.26.4-r200-do-not-install-icons.patch27
-rw-r--r--sci-geosciences/geocode-glib/geocode-glib-3.26.4-r1.ebuild49
2 files changed, 0 insertions, 76 deletions
diff --git a/sci-geosciences/geocode-glib/files/3.26.4-r200-do-not-install-icons.patch b/sci-geosciences/geocode-glib/files/3.26.4-r200-do-not-install-icons.patch
deleted file mode 100644
index c85e250e5c2f..000000000000
--- a/sci-geosciences/geocode-glib/files/3.26.4-r200-do-not-install-icons.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-geocode-glib-3.26.4 in SLOT="2" has file collissions with geocode-glib-3.26.4 with SLOT="0".
-These file collissions are only 11 svg-files. We do not install them with SLOT="2" and instead only install them with SLOT="0" and
-SLOT="2" depends on SLOT="0" to make sure users that try to only install SLOT="2" get the files regardless.
-
-2022-09-24 - Pascal Jaeger (Schievel) <pascal.jaeger@leimstift.de>
-
----
-
-diff --git a/icons/meson.build b/icons/meson.build
-index 8d58886..edecbed 100644
---- a/icons/meson.build
-+++ b/icons/meson.build
-@@ -10,14 +10,3 @@ public_icons = [ 'poi-airport.svg',
- 'poi-restaurant.svg',
- 'poi-bar.svg',
- 'poi-light-rail-station.svg' ]
--
--foreach icon : public_icons
-- file = join_paths('maki' , icon)
-- install_dir = join_paths(get_option('datadir'),
-- 'icons',
-- 'hicolor',
-- 'scalable',
-- 'places')
--
-- install_data(file, install_dir: install_dir)
--endforeach
diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.26.4-r1.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.26.4-r1.ebuild
deleted file mode 100644
index 20ccad005d11..000000000000
--- a/sci-geosciences/geocode-glib/geocode-glib-3.26.4-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit gnome.org meson xdg
-
-DESCRIPTION="GLib helper library for geocoding services"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/geocode-glib"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
-IUSE="gtk-doc +introspection test"
-RESTRICT="!test? ( test )"
-
-# Needs to depend on geocode-glib-3.26.4:2 because only slot 2 has some svg
-# files that we patch out here to avoid file collisions.
-RDEPEND="
- >=dev-libs/glib-2.44:2
- >=dev-libs/json-glib-0.99.2[introspection?]
- >=net-libs/libsoup-2.42:2.4[introspection?]
- introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-
- >=sci-geosciences/geocode-glib-3.26.4-r201:2
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- dev-util/glib-utils
- gtk-doc? (
- >=dev-util/gtk-doc-1.13
- app-text/docbook-xml-dtd:4.3
- )
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-PATCHES=(
- "${FILESDIR}"/${PV}-r200-do-not-install-icons.patch
-)
-
-src_configure() {
- local emesonargs=(
- -Denable-installed-tests=false
- $(meson_use introspection enable-introspection)
- $(meson_use gtk-doc enable-gtk-doc)
- -Dsoup2=true
- )
- meson_src_configure
-}