From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1186305-garchives=archives.gentoo.org@lists.gentoo.org>
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 78608138359
	for <garchives@archives.gentoo.org>; Fri, 10 Jul 2020 12:36:27 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B7834E086A;
	Fri, 10 Jul 2020 12:36:26 +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 9E924E086A
	for <gentoo-commits@lists.gentoo.org>; Fri, 10 Jul 2020 12:36:26 +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 12FCD34F0D8
	for <gentoo-commits@lists.gentoo.org>; Fri, 10 Jul 2020 12:36:25 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B08D62D3
	for <gentoo-commits@lists.gentoo.org>; Fri, 10 Jul 2020 12:36:23 +0000 (UTC)
From: "Luca Barbato" <lu_zero@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, "Luca Barbato" <lu_zero@gentoo.org>
Message-ID: <1594384536.2e9a24ef6b38d5b8790b717ac15cbaa9bfad0bcc.lu_zero@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ragel/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/ragel/ragel-7.0.0.10-r2.ebuild
X-VCS-Directories: dev-util/ragel/
X-VCS-Committer: lu_zero
X-VCS-Committer-Name: Luca Barbato
X-VCS-Revision: 2e9a24ef6b38d5b8790b717ac15cbaa9bfad0bcc
X-VCS-Branch: master
Date: Fri, 10 Jul 2020 12:36:23 +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: 80bff882-7642-4dc9-926d-4642aaea1921
X-Archives-Hash: df673cd0ba3bda96f21f00396b4b7f02

commit:     2e9a24ef6b38d5b8790b717ac15cbaa9bfad0bcc
Author:     Luca Barbato <lu_zero <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 10 12:34:34 2020 +0000
Commit:     Luca Barbato <lu_zero <AT> gentoo <DOT> org>
CommitDate: Fri Jul 10 12:35:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e9a24ef

dev-util/ragel: The tests are not present in the release tarball

Thus remove them and fix #720704

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Luca Barbato <lu_zero <AT> gentoo.org>

 dev-util/ragel/ragel-7.0.0.10-r2.ebuild | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/dev-util/ragel/ragel-7.0.0.10-r2.ebuild b/dev-util/ragel/ragel-7.0.0.10-r2.ebuild
index c26cbce821d..21e5e32fb96 100644
--- a/dev-util/ragel/ragel-7.0.0.10-r2.ebuild
+++ b/dev-util/ragel/ragel-7.0.0.10-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,11 +27,6 @@ src_configure() {
 	econf --disable-static
 }
 
-src_test() {
-	cd "${S}"/test || die
-	./runtests.in || die
-}
-
 src_install() {
 	if use vim-syntax; then
 		insinto /usr/share/vim/vimfiles/syntax