From 1e3939094253168dfdada63e645d674cad69260e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 16 Nov 2022 18:55:17 +0000 Subject: gentoo auto-resync : 16:11:2022 - 18:55:17 --- .../geocode-glib/geocode-glib-3.26.4-r201.ebuild | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 sci-geosciences/geocode-glib/geocode-glib-3.26.4-r201.ebuild (limited to 'sci-geosciences/geocode-glib/geocode-glib-3.26.4-r201.ebuild') diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.26.4-r201.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.26.4-r201.ebuild new file mode 100644 index 000000000000..a0b7b3004da4 --- /dev/null +++ b/sci-geosciences/geocode-glib/geocode-glib-3.26.4-r201.ebuild @@ -0,0 +1,43 @@ +# 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="2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="gtk-doc +introspection test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-libs/glib-2.44:2 + >=dev-libs/json-glib-0.99.2[introspection?] + >=net-libs/libsoup-3.0.8:3.0[introspection?] + introspection? ( >=dev-libs/gobject-introspection-1.54:= ) + + !