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/geocode-glib/
Date: Tue, 03 Jan 2023 14:08:22
Message-Id: 1672754874.e4277a77fa6ae198d980ac4998c963ec3b4990c2.mattst88@gentoo
1 commit: e4277a77fa6ae198d980ac4998c963ec3b4990c2
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 03:59:25 2023 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 14:07:54 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4277a77
7
8 sci-geosciences/geocode-glib: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 .../geocode-glib/geocode-glib-3.26.4.ebuild | 41 ----------------------
13 1 file changed, 41 deletions(-)
14
15 diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.26.4.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.26.4.ebuild
16 deleted file mode 100644
17 index 2b45bb7095d2..000000000000
18 --- a/sci-geosciences/geocode-glib/geocode-glib-3.26.4.ebuild
19 +++ /dev/null
20 @@ -1,41 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -inherit gnome.org meson xdg
26 -
27 -DESCRIPTION="GLib helper library for geocoding services"
28 -HOMEPAGE="https://gitlab.gnome.org/GNOME/geocode-glib"
29 -
30 -LICENSE="LGPL-2+"
31 -SLOT="0"
32 -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
33 -IUSE="gtk-doc +introspection test"
34 -RESTRICT="!test? ( test )"
35 -
36 -RDEPEND="
37 - >=dev-libs/glib-2.44:2
38 - >=dev-libs/json-glib-0.99.2[introspection?]
39 - >=net-libs/libsoup-2.42:2.4[introspection?]
40 - introspection? ( >=dev-libs/gobject-introspection-1.54:= )
41 -"
42 -DEPEND="${RDEPEND}"
43 -BDEPEND="
44 - dev-util/glib-utils
45 - gtk-doc? (
46 - >=dev-util/gtk-doc-1.13
47 - app-text/docbook-xml-dtd:4.3
48 - )
49 - >=sys-devel/gettext-0.19.8
50 - virtual/pkgconfig
51 -"
52 -
53 -src_configure() {
54 - local emesonargs=(
55 - -Denable-installed-tests=false
56 - $(meson_use introspection enable-introspection)
57 - $(meson_use gtk-doc enable-gtk-doc)
58 - -Dsoup2=true
59 - )
60 - meson_src_configure
61 -}