Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/jsonrpc-glib/
Date: Mon, 23 Dec 2019 21:26:58
Message-Id: 1577136342.3cfef33cc042e92f134b9aa678f4e332d2524e7e.leio@gentoo
1 commit: 3cfef33cc042e92f134b9aa678f4e332d2524e7e
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 23 21:05:53 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 23 21:25:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cfef33c
7
8 dev-libs/jsonrpc-glib: remove old
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 dev-libs/jsonrpc-glib/Manifest | 1 -
14 dev-libs/jsonrpc-glib/jsonrpc-glib-3.30.1.ebuild | 44 ------------------------
15 2 files changed, 45 deletions(-)
16
17 diff --git a/dev-libs/jsonrpc-glib/Manifest b/dev-libs/jsonrpc-glib/Manifest
18 index 614b8e3074a..af97f716dfb 100644
19 --- a/dev-libs/jsonrpc-glib/Manifest
20 +++ b/dev-libs/jsonrpc-glib/Manifest
21 @@ -1,2 +1 @@
22 -DIST jsonrpc-glib-3.30.1.tar.xz 41516 BLAKE2B c0b73c06682fd0a1bca2fb000d7909460c496e73364c24905e1a4c88cce64252ac024825ab89650ee0b3b5de1cd1686fc7a231ffb5b0bb7e1c66262eafce026f SHA512 f1ae34faf9b3902b45b01bfafc87fd8d30051bbb11cf247cf8af9dc2bae8b2f3c93564a17a9f047dbb61240662a0ffbc2c2b764f8e254305c7aee1b32fd8a86b
23 DIST jsonrpc-glib-3.32.0.tar.xz 41552 BLAKE2B cea89237cbd622e951b0b4eca02e0aba0f3a9a3dd0db74baa0534ad49671834bf3daab5243d0be6f4e68ed5f441820fb8af1c5f59f7f5a7657280d1c55e5d104 SHA512 c6c52d36d3f8f736bc07c50174ca4a50e3cde6b23928751f260b4482e15cda9726b8279228653e4fde114111592131f344f3c7cf820edcc680fb0b32f9089ea5
24
25 diff --git a/dev-libs/jsonrpc-glib/jsonrpc-glib-3.30.1.ebuild b/dev-libs/jsonrpc-glib/jsonrpc-glib-3.30.1.ebuild
26 deleted file mode 100644
27 index b2389e9e9c9..00000000000
28 --- a/dev-libs/jsonrpc-glib/jsonrpc-glib-3.30.1.ebuild
29 +++ /dev/null
30 @@ -1,44 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit gnome.org meson xdg vala
37 -
38 -DESCRIPTION="JSON-RPC library for GLib"
39 -HOMEPAGE="https://gitlab.gnome.org/GNOME/jsonrpc-glib"
40 -
41 -LICENSE="LGPL-2.1+"
42 -SLOT="0/1"
43 -KEYWORDS="amd64 x86"
44 -
45 -IUSE="gtk-doc +introspection test vala"
46 -REQUIRED_USE="vala? ( introspection )"
47 -RESTRICT="!test? ( test )"
48 -
49 -RDEPEND="
50 - dev-libs/glib:2
51 - dev-libs/json-glib[introspection?]
52 - introspection? ( dev-libs/gobject-introspection:= )
53 -"
54 -DEPEND="${RDEPEND}
55 - vala? ( $(vala_depend) )
56 - virtual/pkgconfig
57 - gtk-doc? ( dev-util/gtk-doc )
58 -"
59 -
60 -src_prepare() {
61 - use vala && vala_src_prepare
62 - xdg_src_prepare
63 -}
64 -
65 -src_configure() {
66 - local emesonargs=(
67 - -Denable_profiling=false # -pg passing
68 - $(meson_use introspection with_introspection)
69 - $(meson_use vala with_vapi)
70 - $(meson_use gtk-doc enable_gtk_doc)
71 - $(meson_use test enable_tests)
72 - )
73 - meson_src_configure
74 -}