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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1AA381382C5 for ; Sun, 6 Dec 2020 11:21:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AFDBE0857; Sun, 6 Dec 2020 11:21:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3005E0857 for ; Sun, 6 Dec 2020 11:21:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D9E83410D9 for ; Sun, 6 Dec 2020 11:21:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2CC838A for ; Sun, 6 Dec 2020 11:21:06 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1607253653.d90401be3c7635ff60712e92171d11df8821dd4b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/c++-gtk-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.34.ebuild x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.19.ebuild X-VCS-Directories: x11-libs/c++-gtk-utils/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d90401be3c7635ff60712e92171d11df8821dd4b X-VCS-Branch: master Date: Sun, 6 Dec 2020 11:21:06 +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: 3ff17edc-a8c1-4fee-bfe7-095b1e316fb4 X-Archives-Hash: 218d870acc2a2d5aa703d5589c038d9d commit: d90401be3c7635ff60712e92171d11df8821dd4b Author: David Seifert gentoo org> AuthorDate: Sun Dec 6 11:20:53 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Dec 6 11:20:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d90401be x11-libs/c++-gtk-utils: inherit virtualx for tests Bug: https://bugs.gentoo.org/423095 Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: David Seifert gentoo.org> x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.34.ebuild | 6 ++++++ x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.19.ebuild | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.34.ebuild b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.34.ebuild index e3451b412de..98b76a0ce11 100644 --- a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.34.ebuild +++ b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.34.ebuild @@ -3,6 +3,8 @@ EAPI=7 +inherit virtualx + DESCRIPTION="A number of classes and functions for programming GTK+ programs using C++" HOMEPAGE="http://cxx-gtk-utils.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN/++/xx}/${P}.tar.gz" @@ -28,6 +30,10 @@ src_configure() { $(use_with gtk) } +src_test() { + virtx default +} + src_install() { default find "${ED}" -name '*.la' -delete || die diff --git a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.19.ebuild b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.19.ebuild index 1186264731d..5fbfc360b46 100644 --- a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.19.ebuild +++ b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.19.ebuild @@ -3,6 +3,8 @@ EAPI=7 +inherit virtualx + DESCRIPTION="A number of classes and functions for programming GTK+ programs using C++" HOMEPAGE="http://cxx-gtk-utils.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN/++/xx}/${P}.tar.gz" @@ -28,6 +30,10 @@ src_configure() { $(use_with gtk) } +src_test() { + virtx default +} + src_install() { default find "${ED}" -name '*.la' -delete || die