diff --git a/dev-libs/libglib-testing/Manifest b/dev-libs/libglib-testing/Manifest new file mode 100644 index 0000000000000..e38ca30a1da71 --- /dev/null +++ b/dev-libs/libglib-testing/Manifest @@ -0,0 +1 @@ +DIST libglib-testing-0.1.1.tar.xz 30092 BLAKE2B 38a6002054632eda9e4d0543f609367e66af49e9506f8b5b7a36d0ba48093967a9ad77a8877a2d4115ffe36b9d9ec827c1cb0087688a657b3353e2a99c8b677b SHA512 7d88386b8ea372c51fc2b949290e860cc554dd30561e8ab99eb04295d9276b591985f48e9a6267dbbae5a3b93ea820195f61c29a8f5796f9659d9715607c6d45 diff --git a/dev-libs/libglib-testing/libglib-testing-0.1.1.ebuild b/dev-libs/libglib-testing/libglib-testing-0.1.1.ebuild new file mode 100644 index 0000000000000..1533af0579746 --- /dev/null +++ b/dev-libs/libglib-testing/libglib-testing-0.1.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gnome.org meson + +DESCRIPTION="Libglib-testing is a test library providing test harnesses and mock classes" +HOMEPAGE="https://gitlab.gnome.org/pwithnall/libglib-testing" +SRC_URI="https://tecnocode.co.uk/downloads/libglib-testing-${PV}.tar.xz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=">=dev-libs/glib-2.44:2" +RDEPEND="${DEPEND}" +BDEPEND="dev-util/gtk-doc" + +src_configure() { + local emesonargs=( + -Dinstalled_tests=false + ) + meson_src_configure +} diff --git a/dev-libs/libglib-testing/metadata.xml b/dev-libs/libglib-testing/metadata.xml new file mode 100644 index 0000000000000..f453528b934fe --- /dev/null +++ b/dev-libs/libglib-testing/metadata.xml @@ -0,0 +1,8 @@ + + + + + gnome@gentoo.org + Gentoo GNOME Desktop + +