Gentoo Archives: gentoo-commits

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