From 5b7c114c09d07eecd00e6f7fb829563aae3597b9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 1 Jan 2023 20:22:33 +0000 Subject: gentoo auto-resync : 01:01:2023 - 20:22:32 --- net-libs/uhttpmock/Manifest | 2 +- net-libs/uhttpmock/uhttpmock-0.5.5-r1.ebuild | 43 ++++++++++++++++++++++++ net-libs/uhttpmock/uhttpmock-0.5.5.ebuild | 49 ---------------------------- 3 files changed, 44 insertions(+), 50 deletions(-) create mode 100644 net-libs/uhttpmock/uhttpmock-0.5.5-r1.ebuild delete mode 100644 net-libs/uhttpmock/uhttpmock-0.5.5.ebuild (limited to 'net-libs/uhttpmock') diff --git a/net-libs/uhttpmock/Manifest b/net-libs/uhttpmock/Manifest index fc760ac3db6c..c42f7cbe4aa2 100644 --- a/net-libs/uhttpmock/Manifest +++ b/net-libs/uhttpmock/Manifest @@ -1,5 +1,5 @@ DIST uhttpmock-0.5.5.tar.bz2 47013 BLAKE2B 1b59801c13909525e05ec88f5ccfde1606cf427fc41896b14411344281046148bbe652162726aa643610bda447d04c64041a292b46838a3b98b849d670ce6909 SHA512 0fa6e03095c7b66ebd02736b95222b66e1232e5854839a352ee2ec59822ab027bdcf6c871b23433da46725a9807232b0b6bdd0c4cb8a59a23604787acd3d5f0f DIST uhttpmock-0.9.0.tar.bz2 48659 BLAKE2B 02eb787e2bf778a107088b0361fd9efb9e68be16c1c9db656fb9692cbedf5bd0012c085c753a5c2f26317afd7d963c9c79d668836872b583890a4437a5c43930 SHA512 5f238b6aee339608000c2b1fb62a62197935555842d335517beb57319f427a618166c29ce67d929199af94ecc5de1a4a0641d049fecc66dcd9b49a5c539fbbf1 -EBUILD uhttpmock-0.5.5.ebuild 1030 BLAKE2B 7ad18720a08e97662487f8ee90e079321e3b0a7785d0e9035a31c9c2ec0b6fb7c1acd055960f0038dd301af66842a8e15e420e6cfa188196f7d60415af2c660f SHA512 45f8fd08dc26ac621fb84bd8bdb46f173a186a965560c7b0f328f20e47ef78f8b94e34570fae00842534b32dbe8db7ed4f36a02b4fe4ee5f62d4c44f9cfddbd7 +EBUILD uhttpmock-0.5.5-r1.ebuild 1000 BLAKE2B a7e440013b129b8a1158111317c08a8aaad84635aaffcd7b15148bf830ed588c0fc03e5d86970fc5be3daa48dba2d555a2c836b5cb577557b7c3822906599d95 SHA512 792ceaa39506c2c53d10ca0f6aaf6f02e6f028c4e832deea96a113a3a791b63a2bab012f194225471ad45904e09b2bb4853474825cf9103b0616d7c8fb0c0a86 EBUILD uhttpmock-0.9.0.ebuild 1002 BLAKE2B e7c281970a8b9939e8a20ac344695e6d45a85e392c32b1837c73b6af0a8fd60a4571d466c000e6b20d542b4e6bf6811964f09186a023603e39020009bef11eb7 SHA512 1591f58e81375a350c15456bed84ad241680cc13b372eb501f65485f0082f2b626d4a2a80b879f2f0e35f07cddbba932cf18ffcf6e97b5a744700608904b7bf0 MISC metadata.xml 360 BLAKE2B 8bebb909e33d88b6c1a9e5761004f5b7d71a2ffeb4ab11ba06c5cd31f70aee799b1549b72898cb2eb906fedf5a0f08d852894fabf157473977a1d56cfebda4ab SHA512 392603340b60d71e84b4f09f3db707dd995e04df0fdd03475880767e88b7b48275058afb7bcb21fef2a58acb6d7c4ff53d57f1ce53296969877e0fa8ecb836b7 diff --git a/net-libs/uhttpmock/uhttpmock-0.5.5-r1.ebuild b/net-libs/uhttpmock/uhttpmock-0.5.5-r1.ebuild new file mode 100644 index 000000000000..5b8c94ae5da7 --- /dev/null +++ b/net-libs/uhttpmock/uhttpmock-0.5.5-r1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gnome.org meson vala + +DESCRIPTION="HTTP web service mocking library" +HOMEPAGE="https://gitlab.freedesktop.org/pwithnall/uhttpmock" +SRC_URI="https://gitlab.freedesktop.org/pwithnall/${PN}/-/archive/${PV}/${P}.tar.bz2" + +LICENSE="LGPL-2+" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86" +IUSE="gtk-doc +introspection vala" +REQUIRED_USE="vala? ( introspection )" + +RDEPEND=" + >=dev-libs/glib-2.38.0:2 + >=net-libs/libsoup-2.47.3:2.4 + introspection? ( >=dev-libs/gobject-introspection-0.9.7:= ) +" +DEPEND="${RDEPEND}" +BDEPEND=" + >=dev-util/gtk-doc-am-1.14 + virtual/pkgconfig + gtk-doc? ( + dev-util/gtk-doc + app-text/docbook-xml-dtd:4.3 + ) + vala? ( $(vala_depend) ) +" + +src_configure() { + use vala && vala_setup + + local emesonargs=( + $(meson_use introspection) + $(meson_feature vala vapi) + $(meson_use gtk-doc gtk_doc) + ) + meson_src_configure +} diff --git a/net-libs/uhttpmock/uhttpmock-0.5.5.ebuild b/net-libs/uhttpmock/uhttpmock-0.5.5.ebuild deleted file mode 100644 index b6283ea2941b..000000000000 --- a/net-libs/uhttpmock/uhttpmock-0.5.5.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome.org meson vala - -DESCRIPTION="HTTP web service mocking library" -HOMEPAGE="https://gitlab.freedesktop.org/pwithnall/uhttpmock" -SRC_URI="https://gitlab.freedesktop.org/pwithnall/${PN}/-/archive/${PV}/${P}.tar.bz2" - -LICENSE="LGPL-2+" -SLOT="0" - -IUSE="gtk-doc +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.47.3:2.4 - introspection? ( >=dev-libs/gobject-introspection-0.9.7:= ) -" -DEPEND="${RDEPEND} - vala? ( $(vala_depend) ) -" -BDEPEND=" - gtk-doc? ( - dev-util/gtk-doc - app-text/docbook-xml-dtd:4.3 - ) - >=dev-util/gtk-doc-am-1.14 - virtual/pkgconfig -" - -src_prepare() { - default - use vala && vala_setup -} - -src_configure() { - local emesonargs=( - $(meson_use introspection) - $(meson_feature vala vapi) - $(meson_use gtk-doc gtk_doc) - ) - meson_src_configure -} -- cgit v1.2.3