summaryrefslogtreecommitdiff
path: root/net-libs/uhttpmock
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-23 20:48:53 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-23 20:48:53 +0000
commit51536d2fe4697ba9114d611178bb9e20d3d5b729 (patch)
tree30b91d98e65985a575940ed49e756697c1f049c2 /net-libs/uhttpmock
parent4ab6db5717ef23f29320d4c6fb9ebdb8dec1f193 (diff)
gentoo resync : 23.12.2017
Diffstat (limited to 'net-libs/uhttpmock')
-rw-r--r--net-libs/uhttpmock/Manifest2
-rw-r--r--net-libs/uhttpmock/uhttpmock-0.4.0.ebuild43
2 files changed, 0 insertions, 45 deletions
diff --git a/net-libs/uhttpmock/Manifest b/net-libs/uhttpmock/Manifest
index 6a24335e4d12..dc0c771f4b34 100644
--- a/net-libs/uhttpmock/Manifest
+++ b/net-libs/uhttpmock/Manifest
@@ -1,7 +1,5 @@
-DIST uhttpmock-0.4.0.tar.xz 295392 BLAKE2B 953fd604313c9d51d5719838db09a2ce51211c5d52df6392059003980085d723bbe1aa4ab343f3d4fad73342dc0cf08cdb3fc5f4dd96026d2d2ac23c515c902a SHA512 0f98db886aa02a911fc94c957a371651f9be5784602ea0492d04798dcf12c4a519a292ede9d37b25a965832e5d96ca9da7ce0ca8127af74d3986c4ef74e1f527
DIST uhttpmock-0.5.0.tar.xz 296908 BLAKE2B 83421b2e644ddceb7f095873f2ae8782608138c199ee2707cc4af0a6fa0e7145800b4e683ffb42c5cb5b138120b1e101932eca64b748cfabf2c0d3e0a634f721 SHA512 952b618f3a12d7190f3812bc0bd53dd655a83d27f29bb749e62b36a08492bf535b85db7f5ff66f15c72bf5574696149f00476041f225ca6039ad87b221f5a1c6
DIST uhttpmock-0.5.1.tar.xz 310976 BLAKE2B a7aa609d853a8593461aaaed0074532bc7df1d43638c720694a558cd4eefac14b140f79025cbf7ca9a93ad41cfecfa7728eb049e52d514edda7267389f4d8097 SHA512 99135c0983be78eaaf962e5b182eaaf921e1d6ed30f98691d8766e9d4a9e07188965ce3f546a13a8c32b148bad305083cc3cfdf48d9a8b91efffaec5a46d8006
-EBUILD uhttpmock-0.4.0.ebuild 898 BLAKE2B 8f81fb77bc25be1231a936139c4793d69e7ec8b3f3afff7e9efc9bcc42382a2179000af49a33299f2e63bba12b0bd01610e6818049c9cedf0dbc232fd515dd4e SHA512 d814535856b9d49164189dee8d3461a44acff4244fd7c013aef1e6b693ac6839b4b0ef664a93dd80ed17410ffda3da738cdee333c4072ff962ed85e899a1170d
EBUILD uhttpmock-0.5.0.ebuild 917 BLAKE2B 04b6d51bb9c67fc6663ef0c73960af8cef40995ddfa7c4d6eee9b65ca29e4a11b47dbc593dd1e88130c789b5282a110232dc34ff20f6e47e568bda5648d00e37 SHA512 8638c25404eef22e6f9df98436306ca8ecbb51fd2b1726a4f716db9f1ab713ffb643c8a74f37dc5ef4391b2f6bdeaa1e96be8281af1c9823c0fe9ce919c85b83
EBUILD uhttpmock-0.5.1.ebuild 918 BLAKE2B 5cf7487442dcbcb6e32069837f1361c414613853fce7b74127b8d2c3fabe84d5da5bf700cc1986c5338d145aa21fa18e81d6172a2b10006a6865daf63583899f SHA512 326dd02312d11e6274a5e236a39568158a8f5bf1faf406179d70a5335b458deec86e5fbe2d71327e9895b1a4534edea1f232541bbd513ac77f456e4a0945d53e
MISC metadata.xml 249 BLAKE2B e71e1b95fee768c696704acbf7e3cf0e599ed2bc8de92bae0141d1194ef9e842bdc292798904487a9b90ddfda9b0e84abd3b76b1518576c1d288240e4e46f110 SHA512 c40662134899a5c9f0369a1017806f35adf3280a0b3c91726f7a8ca6012a073a8b471583f5bfb6fe95faac1dcf607e8e2e43f8c91d48ec46f4a8824e2f551506
diff --git a/net-libs/uhttpmock/uhttpmock-0.4.0.ebuild b/net-libs/uhttpmock/uhttpmock-0.4.0.ebuild
deleted file mode 100644
index 77b4b347d056..000000000000
--- a/net-libs/uhttpmock/uhttpmock-0.4.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-GCONF_DEBUG="yes"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="HTTP web service mocking library"
-HOMEPAGE="https://gitlab.com/uhttpmock/uhttpmock"
-SRC_URI="http://tecnocode.co.uk/downloads/${PN}/${P}.tar.xz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-
-IUSE="+introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 ~sparc x86"
-
-RDEPEND="
- >=dev-libs/glib-2.36.0:2
- >=net-libs/libsoup-2.37.91:2.4
- introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
-"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1.14
- virtual/pkgconfig
- vala? ( $(vala_depend) )
-"
-
-src_prepare() {
- use vala && vala_src_prepare
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- --disable-static \
- $(use_enable introspection) \
- $(use_enable vala)
-}