diff options
author | 2022-08-17 09:34:03 -0400 | |
---|---|---|
committer | 2022-08-17 12:21:02 -0400 | |
commit | 82a4402a6c95ead03199a6eead035b845d4532d9 (patch) | |
tree | 80bca08481f5b66d2418ed5ec7231b85b5883598 /net-libs/uhttpmock | |
parent | net-libs/libqmi: Drop old versions (diff) | |
download | gentoo-82a4402a6c95ead03199a6eead035b845d4532d9.tar.gz gentoo-82a4402a6c95ead03199a6eead035b845d4532d9.tar.bz2 gentoo-82a4402a6c95ead03199a6eead035b845d4532d9.zip |
net-libs/uhttpmock: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-libs/uhttpmock')
-rw-r--r-- | net-libs/uhttpmock/Manifest | 1 | ||||
-rw-r--r-- | net-libs/uhttpmock/uhttpmock-0.5.3.ebuild | 45 |
2 files changed, 0 insertions, 46 deletions
diff --git a/net-libs/uhttpmock/Manifest b/net-libs/uhttpmock/Manifest index 3c20f3a82cb3..6f6d9f2981b0 100644 --- a/net-libs/uhttpmock/Manifest +++ b/net-libs/uhttpmock/Manifest @@ -1,2 +1 @@ -DIST uhttpmock-0.5.3.tar.xz 318708 BLAKE2B 7bd257fbc8869ce2d55070bc1f84f0d34c999cd55ba5e09a54031ea391c3c65bb149d48f2ab1ab9de93acac98783ad0e7d5fca4d86dda055d4a5a3407f5ba4ee SHA512 9fccdb58ce04c1615d47bafac275c632f161a8148f0af82447286d0017d6b3946145b8a289f9abb55842bf4610ca3e5f2484bf322fb7a33dce42b3ebed45b2ee DIST uhttpmock-0.5.5.tar.bz2 47013 BLAKE2B 1b59801c13909525e05ec88f5ccfde1606cf427fc41896b14411344281046148bbe652162726aa643610bda447d04c64041a292b46838a3b98b849d670ce6909 SHA512 0fa6e03095c7b66ebd02736b95222b66e1232e5854839a352ee2ec59822ab027bdcf6c871b23433da46725a9807232b0b6bdd0c4cb8a59a23604787acd3d5f0f diff --git a/net-libs/uhttpmock/uhttpmock-0.5.3.ebuild b/net-libs/uhttpmock/uhttpmock-0.5.3.ebuild deleted file mode 100644 index 3b956e8a4bde..000000000000 --- a/net-libs/uhttpmock/uhttpmock-0.5.3.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -VALA_USE_DEPEND="vapigen" - -inherit gnome2 vala - -DESCRIPTION="HTTP web service mocking library" -HOMEPAGE="https://gitlab.com/uhttpmock/uhttpmock" -SRC_URI="https://tecnocode.co.uk/downloads/${PN}/${P}.tar.xz" - -LICENSE="LGPL-2+" -SLOT="0" - -IUSE="debug +introspection vala" -REQUIRED_USE="vala? ( introspection )" - -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86" - -RDEPEND=" - >=dev-libs/glib-2.38.0:2 - >=net-libs/libsoup-2.37.91:2.4 - introspection? ( >=dev-libs/gobject-introspection-0.9.7:= ) -" -DEPEND="${RDEPEND} - vala? ( $(vala_depend) ) -" -BDEPEND=" - >=dev-util/gtk-doc-am-1.14 - virtual/pkgconfig -" - -src_prepare() { - use vala && vala_src_prepare - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - --disable-static \ - $(use_enable debug) \ - $(use_enable introspection) \ - $(use_enable vala) -} |