From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 675FA158094 for ; Tue, 20 Sep 2022 15:25:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C66BE0BF5; Tue, 20 Sep 2022 15:24:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 711C1E0BF5 for ; Tue, 20 Sep 2022 15:24:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60983341096 for ; Tue, 20 Sep 2022 15:24:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 939F45A2 for ; Tue, 20 Sep 2022 15:24:56 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1663687466.a18be2aa84a4c413430ffe17b66147ad9b4c3cc3.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libglib-testing/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libglib-testing/Manifest dev-libs/libglib-testing/libglib-testing-0.1.1.ebuild dev-libs/libglib-testing/metadata.xml X-VCS-Directories: dev-libs/libglib-testing/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a18be2aa84a4c413430ffe17b66147ad9b4c3cc3 X-VCS-Branch: master Date: Tue, 20 Sep 2022 15:24:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f70c280c-a7e5-434c-bb2d-0287dfa041c1 X-Archives-Hash: a76811158a7ffcc83d0057b3b79f4ec5 commit: a18be2aa84a4c413430ffe17b66147ad9b4c3cc3 Author: Pascal Jäger leimstift de> AuthorDate: Mon Sep 19 20:48:55 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Sep 20 15:24:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a18be2aa dev-libs/libglib-testing: add new package 0.1.1 Closes: https://github.com/gentoo/gentoo/pull/27366 Signed-off-by: Pascal Jäger leimstift.de> Signed-off-by: Matt Turner gentoo.org> dev-libs/libglib-testing/Manifest | 1 + .../libglib-testing/libglib-testing-0.1.1.ebuild | 25 ++++++++++++++++++++++ dev-libs/libglib-testing/metadata.xml | 8 +++++++ 3 files changed, 34 insertions(+) diff --git a/dev-libs/libglib-testing/Manifest b/dev-libs/libglib-testing/Manifest new file mode 100644 index 000000000000..e38ca30a1da7 --- /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 000000000000..1533af057974 --- /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 000000000000..f453528b934f --- /dev/null +++ b/dev-libs/libglib-testing/metadata.xml @@ -0,0 +1,8 @@ + + + + + gnome@gentoo.org + Gentoo GNOME Desktop + +