From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1426387-garchives=archives.gentoo.org@lists.gentoo.org> 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 64E18158095 for <garchives@archives.gentoo.org>; Wed, 10 Aug 2022 08:33:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95860E0C97; Wed, 10 Aug 2022 08:33:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 76C4EE0C97 for <gentoo-commits@lists.gentoo.org>; Wed, 10 Aug 2022 08:33:10 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A4462341110 for <gentoo-commits@lists.gentoo.org>; Wed, 10 Aug 2022 08:33:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C90E569 for <gentoo-commits@lists.gentoo.org>; Wed, 10 Aug 2022 08:33:08 +0000 (UTC) From: "Florian Schmaus" <flow@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" <flow@gentoo.org> Message-ID: <1660120382.71cf2d448eaac5bab9ff6e1d7d041de27304bc2c.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libstrophe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libstrophe/libstrophe-0.12.0.ebuild dev-libs/libstrophe/libstrophe-0.12.1.ebuild dev-libs/libstrophe/libstrophe-0.12.2.ebuild X-VCS-Directories: dev-libs/libstrophe/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 71cf2d448eaac5bab9ff6e1d7d041de27304bc2c X-VCS-Branch: master Date: Wed, 10 Aug 2022 08:33:08 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 79ca8424-0557-4630-b14c-0f2946e13f9c X-Archives-Hash: cbde659b2c6a5396f58f0b128cf011cd commit: 71cf2d448eaac5bab9ff6e1d7d041de27304bc2c Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Wed Aug 10 08:32:03 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Wed Aug 10 08:33:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71cf2d44 dev-libs/libstrophe: remove explicit default impl of src_test Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> dev-libs/libstrophe/libstrophe-0.12.0.ebuild | 6 ------ dev-libs/libstrophe/libstrophe-0.12.1.ebuild | 6 ------ dev-libs/libstrophe/libstrophe-0.12.2.ebuild | 6 ------ 3 files changed, 18 deletions(-) diff --git a/dev-libs/libstrophe/libstrophe-0.12.0.ebuild b/dev-libs/libstrophe/libstrophe-0.12.0.ebuild index fb98239a890e..e883a03f6c63 100644 --- a/dev-libs/libstrophe/libstrophe-0.12.0.ebuild +++ b/dev-libs/libstrophe/libstrophe-0.12.0.ebuild @@ -48,9 +48,3 @@ src_install() { use doc && dodoc -r examples find "${D}" -type f \( -name '*.la' -o -name '*.a' \) -delete || die } - -# Explicit src_test is there to document that the test suite is integrated and -# is expected to pass. Please do not remove. -src_test() { - emake check -} diff --git a/dev-libs/libstrophe/libstrophe-0.12.1.ebuild b/dev-libs/libstrophe/libstrophe-0.12.1.ebuild index 01fbeb1e10e7..a491acaf81f5 100644 --- a/dev-libs/libstrophe/libstrophe-0.12.1.ebuild +++ b/dev-libs/libstrophe/libstrophe-0.12.1.ebuild @@ -47,9 +47,3 @@ src_install() { use doc && dodoc -r examples find "${D}" -type f \( -name '*.la' -o -name '*.a' \) -delete || die } - -# Explicit src_test is there to document that the test suite is integrated and -# is expected to pass. Please do not remove. -src_test() { - emake check -} diff --git a/dev-libs/libstrophe/libstrophe-0.12.2.ebuild b/dev-libs/libstrophe/libstrophe-0.12.2.ebuild index a070ad9748ba..77bb69760d4a 100644 --- a/dev-libs/libstrophe/libstrophe-0.12.2.ebuild +++ b/dev-libs/libstrophe/libstrophe-0.12.2.ebuild @@ -47,9 +47,3 @@ src_install() { use doc && dodoc -r examples find "${D}" -type f \( -name '*.la' -o -name '*.a' \) -delete || die } - -# Explicit src_test is there to document that the test suite is integrated and -# is expected to pass. Please do not remove. -src_test() { - emake check -}