diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-08-17 09:34:16 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-08-17 12:21:02 -0400 |
commit | 782a2acfc5dc55c58a19c9b71239656ae9d62076 (patch) | |
tree | 80b48e789e8d3947ad9bba48d909eee346b95bd7 /sci-geosciences/geocode-glib | |
parent | net-wireless/gnome-bluetooth: Drop old versions (diff) | |
download | gentoo-782a2acfc5dc55c58a19c9b71239656ae9d62076.tar.gz gentoo-782a2acfc5dc55c58a19c9b71239656ae9d62076.tar.bz2 gentoo-782a2acfc5dc55c58a19c9b71239656ae9d62076.zip |
sci-geosciences/geocode-glib: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sci-geosciences/geocode-glib')
-rw-r--r-- | sci-geosciences/geocode-glib/Manifest | 1 | ||||
-rw-r--r-- | sci-geosciences/geocode-glib/files/disable-installed-tests.patch | 38 | ||||
-rw-r--r-- | sci-geosciences/geocode-glib/geocode-glib-3.26.2.ebuild | 44 |
3 files changed, 0 insertions, 83 deletions
diff --git a/sci-geosciences/geocode-glib/Manifest b/sci-geosciences/geocode-glib/Manifest index fbd268ef3101..ee02f262716b 100644 --- a/sci-geosciences/geocode-glib/Manifest +++ b/sci-geosciences/geocode-glib/Manifest @@ -1,3 +1,2 @@ -DIST geocode-glib-3.26.2.tar.xz 72956 BLAKE2B 40a32fb0ba61cd91b28e57c518dc5450ce89a16889a335d19fe722c1088a4cdb085237d1fe24d08eeac62581ac68895a7a2b432d66f46fc4e03466485cfe5060 SHA512 b3ef81fac6959f6c4725ca721125cdafbbec69233f321872e17f9035266ed7616018ef54a9082fbd0a83395d18c664144cfe3b431d63744be433f058071cd435 DIST geocode-glib-3.26.3.tar.xz 75148 BLAKE2B 8eba0cb40511a724cddcab659fe0720b0c0534d811c83f8a90d21b9153af242de2a69b2c882b3eb3008ac128d1631a2ac7692c5e000284579aade987334f6cce SHA512 42313b1da24f5256ad73bd4be366d6bacf35256acc098e4865bbff58e92c5b78f4a2537e4787c6387190f10a2be2a72bc1507f7cb436e096e772195cf30fca7c DIST geocode-glib-3.26.4.tar.xz 75352 BLAKE2B be783328b2372e1647c3fd6debadaf8313688fe1c993cbc1e084cd9ad8ba8fec0b142a0f579f63085684ef8fafc6e7ec6f54441a085d25d9d5f2eed31a893d1b SHA512 998c2f02a8d3d34a8b6a4b031da2e7c28df27014bcf58f3374fbc0c829fff6257c2622fd9bf331e05b85fbc761c64554fb77ce2d986e0f8b59b17aa486f9f609 diff --git a/sci-geosciences/geocode-glib/files/disable-installed-tests.patch b/sci-geosciences/geocode-glib/files/disable-installed-tests.patch deleted file mode 100644 index 9358e4896526..000000000000 --- a/sci-geosciences/geocode-glib/files/disable-installed-tests.patch +++ /dev/null @@ -1,38 +0,0 @@ ---- a/geocode-glib/tests/meson.build 2019-01-11 14:10:47.797376871 +0200 -+++ b/geocode-glib/tests/meson.build 2019-01-11 14:13:09.409159050 +0200 -@@ -3,7 +3,7 @@ - e = executable('geo-uri', - 'geo-uri.c', - dependencies: geocode_glib_dep, -- install: true, -+ install: false, - install_dir: install_dir) - test('Geo URI', e) - -@@ -12,7 +12,7 @@ - 'geocode-nominatim-test.c', - 'geocode-glib.c', - dependencies: geocode_glib_dep, -- install: true, -+ install: false, - install_dir: install_dir) - env = ['G_TEST_SRCDIR=' + meson.current_source_dir()] - test('API test', e, env: env) -@@ -20,10 +20,11 @@ - e = executable('mock-backend', - 'mock-backend.c', - dependencies: geocode_glib_dep, -- install: true, -+ install: false, - install_dir: install_dir) - test('Test mock backend', e) - -+if false - install_data('locale_format.json', - 'locale_name.json', - 'nominatim-area.json', -@@ -39,3 +40,4 @@ - 'search_lat_long.json', - 'xep.json', - install_dir: install_dir) -+endif diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.26.2.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.26.2.ebuild deleted file mode 100644 index 4a9436e1a61c..000000000000 --- a/sci-geosciences/geocode-glib/geocode-glib-3.26.2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -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" - -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:= ) -" -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 -" - -RESTRICT="!test? ( test )" - -PATCHES=( - "${FILESDIR}"/disable-installed-tests.patch -) - -src_configure() { - local emesonargs=( - $(meson_use test enable-installed-tests) # Actual installation to live system is sedded out, but we need this for running them in src_test - $(meson_use introspection enable-introspection) - $(meson_use gtk-doc enable-gtk-doc) - ) - meson_src_configure -} |