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 342E2138334 for ; Thu, 16 May 2019 08:57:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AAE3E084E; Thu, 16 May 2019 08:56:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0D360E084E for ; Thu, 16 May 2019 08:56:58 +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 D68FD3446A3 for ; Thu, 16 May 2019 08:56:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 873EB57E for ; Thu, 16 May 2019 08:56:56 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1557997004.571a5fd36a0658f3a6686342f33a047cc41e645d.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/breeze-icons/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/breeze-icons/breeze-icons-5.54.0.ebuild kde-frameworks/breeze-icons/breeze-icons-5.57.0.ebuild kde-frameworks/breeze-icons/breeze-icons-5.58.0.ebuild X-VCS-Directories: kde-frameworks/breeze-icons/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 571a5fd36a0658f3a6686342f33a047cc41e645d X-VCS-Branch: master Date: Thu, 16 May 2019 08:56: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: 9f5fbeb9-bec7-4c37-ba6d-7042f45e72f6 X-Archives-Hash: 126bc771015c59d2b525cb800355bd6e commit: 571a5fd36a0658f3a6686342f33a047cc41e645d Author: Michael Palimaka gentoo org> AuthorDate: Thu May 16 08:55:45 2019 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu May 16 08:56:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=571a5fd3 kde-frameworks/breeze-icons: tests are fixed Closes: https://bugs.gentoo.org/655586 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Michael Palimaka gentoo.org> kde-frameworks/breeze-icons/breeze-icons-5.54.0.ebuild | 10 ---------- kde-frameworks/breeze-icons/breeze-icons-5.57.0.ebuild | 10 ---------- kde-frameworks/breeze-icons/breeze-icons-5.58.0.ebuild | 10 ---------- 3 files changed, 30 deletions(-) diff --git a/kde-frameworks/breeze-icons/breeze-icons-5.54.0.ebuild b/kde-frameworks/breeze-icons/breeze-icons-5.54.0.ebuild index 5654e5c67c5..2e6aabc573d 100644 --- a/kde-frameworks/breeze-icons/breeze-icons-5.54.0.ebuild +++ b/kde-frameworks/breeze-icons/breeze-icons-5.54.0.ebuild @@ -29,13 +29,3 @@ src_configure() { ) kde5_src_configure } - -src_test() { - # bug: 655586 - local myctestargs=( - -j1 - -E "(scalable)" - ) - - kde5_src_test -} diff --git a/kde-frameworks/breeze-icons/breeze-icons-5.57.0.ebuild b/kde-frameworks/breeze-icons/breeze-icons-5.57.0.ebuild index 95c83d615db..18d3999d884 100644 --- a/kde-frameworks/breeze-icons/breeze-icons-5.57.0.ebuild +++ b/kde-frameworks/breeze-icons/breeze-icons-5.57.0.ebuild @@ -26,13 +26,3 @@ src_configure() { ) kde5_src_configure } - -src_test() { - # bug: 655586 - local myctestargs=( - -j1 - -E "(scalable)" - ) - - kde5_src_test -} diff --git a/kde-frameworks/breeze-icons/breeze-icons-5.58.0.ebuild b/kde-frameworks/breeze-icons/breeze-icons-5.58.0.ebuild index 95c83d615db..18d3999d884 100644 --- a/kde-frameworks/breeze-icons/breeze-icons-5.58.0.ebuild +++ b/kde-frameworks/breeze-icons/breeze-icons-5.58.0.ebuild @@ -26,13 +26,3 @@ src_configure() { ) kde5_src_configure } - -src_test() { - # bug: 655586 - local myctestargs=( - -j1 - -E "(scalable)" - ) - - kde5_src_test -}