Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/uhttpmock/
Date: Thu, 15 Apr 2021 15:36:54
Message-Id: 1618500856.f206ac2a6b57311e5856edab9bc16df74924569e.mattst88@gentoo
1 commit: f206ac2a6b57311e5856edab9bc16df74924569e
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 15 15:34:16 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 15 15:34:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f206ac2a
7
8 net-libs/uhttpmock: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 net-libs/uhttpmock/Manifest | 1 -
13 net-libs/uhttpmock/uhttpmock-0.5.1.ebuild | 43 -------------------------------
14 2 files changed, 44 deletions(-)
15
16 diff --git a/net-libs/uhttpmock/Manifest b/net-libs/uhttpmock/Manifest
17 index 168676543c6..883e07b670a 100644
18 --- a/net-libs/uhttpmock/Manifest
19 +++ b/net-libs/uhttpmock/Manifest
20 @@ -1,2 +1 @@
21 -DIST uhttpmock-0.5.1.tar.xz 310976 BLAKE2B a7aa609d853a8593461aaaed0074532bc7df1d43638c720694a558cd4eefac14b140f79025cbf7ca9a93ad41cfecfa7728eb049e52d514edda7267389f4d8097 SHA512 99135c0983be78eaaf962e5b182eaaf921e1d6ed30f98691d8766e9d4a9e07188965ce3f546a13a8c32b148bad305083cc3cfdf48d9a8b91efffaec5a46d8006
22 DIST uhttpmock-0.5.3.tar.xz 318708 BLAKE2B 7bd257fbc8869ce2d55070bc1f84f0d34c999cd55ba5e09a54031ea391c3c65bb149d48f2ab1ab9de93acac98783ad0e7d5fca4d86dda055d4a5a3407f5ba4ee SHA512 9fccdb58ce04c1615d47bafac275c632f161a8148f0af82447286d0017d6b3946145b8a289f9abb55842bf4610ca3e5f2484bf322fb7a33dce42b3ebed45b2ee
23
24 diff --git a/net-libs/uhttpmock/uhttpmock-0.5.1.ebuild b/net-libs/uhttpmock/uhttpmock-0.5.1.ebuild
25 deleted file mode 100644
26 index 52d1801f11f..00000000000
27 --- a/net-libs/uhttpmock/uhttpmock-0.5.1.ebuild
28 +++ /dev/null
29 @@ -1,43 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -GCONF_DEBUG="yes"
35 -VALA_USE_DEPEND="vapigen"
36 -
37 -inherit gnome2 vala
38 -
39 -DESCRIPTION="HTTP web service mocking library"
40 -HOMEPAGE="https://gitlab.com/uhttpmock/uhttpmock"
41 -SRC_URI="http://tecnocode.co.uk/downloads/${PN}/${P}.tar.xz"
42 -
43 -LICENSE="LGPL-2+"
44 -SLOT="0"
45 -
46 -IUSE="+introspection vala"
47 -REQUIRED_USE="vala? ( introspection )"
48 -
49 -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
50 -
51 -RDEPEND="
52 - >=dev-libs/glib-2.36.0:2
53 - >=net-libs/libsoup-2.37.91:2.4
54 - introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
55 -"
56 -DEPEND="${RDEPEND}
57 - >=dev-util/gtk-doc-am-1.14
58 - virtual/pkgconfig
59 - vala? ( $(vala_depend) )
60 -"
61 -
62 -src_prepare() {
63 - use vala && vala_src_prepare
64 - gnome2_src_prepare
65 -}
66 -
67 -src_configure() {
68 - gnome2_src_configure \
69 - --disable-static \
70 - $(use_enable introspection) \
71 - $(use_enable vala)
72 -}