Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, net-libs/uhttpmock/
Date: Wed, 28 Sep 2022 13:03:42
Message-Id: 1664370207.0f327a0b03e5e3e7917cbd49423d3dfaaa44865a.mattst88@gentoo
1 commit: 0f327a0b03e5e3e7917cbd49423d3dfaaa44865a
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 28 12:57:42 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 28 13:03:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f327a0b
7
8 net-libs/uhttpmock: Version bump to 0.9.0
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 net-libs/uhttpmock/Manifest | 1 +
13 net-libs/uhttpmock/uhttpmock-0.9.0.ebuild | 42 +++++++++++++++++++++++++++++++
14 profiles/package.mask | 1 +
15 3 files changed, 44 insertions(+)
16
17 diff --git a/net-libs/uhttpmock/Manifest b/net-libs/uhttpmock/Manifest
18 index 6f6d9f2981b0..685594a8c641 100644
19 --- a/net-libs/uhttpmock/Manifest
20 +++ b/net-libs/uhttpmock/Manifest
21 @@ -1 +1,2 @@
22 DIST uhttpmock-0.5.5.tar.bz2 47013 BLAKE2B 1b59801c13909525e05ec88f5ccfde1606cf427fc41896b14411344281046148bbe652162726aa643610bda447d04c64041a292b46838a3b98b849d670ce6909 SHA512 0fa6e03095c7b66ebd02736b95222b66e1232e5854839a352ee2ec59822ab027bdcf6c871b23433da46725a9807232b0b6bdd0c4cb8a59a23604787acd3d5f0f
23 +DIST uhttpmock-0.9.0.tar.bz2 48659 BLAKE2B 02eb787e2bf778a107088b0361fd9efb9e68be16c1c9db656fb9692cbedf5bd0012c085c753a5c2f26317afd7d963c9c79d668836872b583890a4437a5c43930 SHA512 5f238b6aee339608000c2b1fb62a62197935555842d335517beb57319f427a618166c29ce67d929199af94ecc5de1a4a0641d049fecc66dcd9b49a5c539fbbf1
24
25 diff --git a/net-libs/uhttpmock/uhttpmock-0.9.0.ebuild b/net-libs/uhttpmock/uhttpmock-0.9.0.ebuild
26 new file mode 100644
27 index 000000000000..a295d7b4cd13
28 --- /dev/null
29 +++ b/net-libs/uhttpmock/uhttpmock-0.9.0.ebuild
30 @@ -0,0 +1,42 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +inherit gnome.org meson vala
37 +
38 +DESCRIPTION="HTTP web service mocking library"
39 +HOMEPAGE="https://gitlab.freedesktop.org/pwithnall/uhttpmock"
40 +SRC_URI="https://gitlab.freedesktop.org/pwithnall/${PN}/-/archive/${PV}/${P}.tar.bz2"
41 +
42 +LICENSE="LGPL-2+"
43 +SLOT="1.0"
44 +
45 +IUSE="gtk-doc +introspection vala"
46 +REQUIRED_USE="vala? ( introspection )"
47 +
48 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
49 +
50 +RDEPEND="
51 + >=dev-libs/glib-2.38.0:2
52 + >=net-libs/libsoup-3.1.2:3.0
53 + introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
54 +"
55 +DEPEND="${RDEPEND}"
56 +BDEPEND="virtual/pkgconfig
57 + vala? ( $(vala_depend) )
58 +"
59 +
60 +src_prepare() {
61 + default
62 + use vala && vala_setup
63 +}
64 +
65 +src_configure() {
66 + local emesonargs=(
67 + $(meson_use introspection)
68 + $(meson_feature vala vapi)
69 + $(meson_use gtk-doc gtk_doc)
70 + )
71 + meson_src_configure
72 +}
73
74 diff --git a/profiles/package.mask b/profiles/package.mask
75 index f8262658f448..dcb0b2bbb0e0 100644
76 --- a/profiles/package.mask
77 +++ b/profiles/package.mask
78 @@ -558,6 +558,7 @@ sys-devel/automake:1.11
79 # Migration to it is expected for GNOME 42, NOT to be unmasked with GNOME 41.
80 >=gnome-extra/gnome-calculator-43
81 media-libs/libshumate
82 +net-libs/uhttpmock:1.0
83 net-libs/libsoup:3.0
84 net-libs/rest:1.0
85 net-libs/webkit-gtk:4.1