From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 48336138CEC for ; Fri, 19 Jun 2015 09:59:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70F16E0831; Fri, 19 Jun 2015 09:59:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F03C8E0831 for ; Fri, 19 Jun 2015 09:59:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53CB73406F0 for ; Fri, 19 Jun 2015 09:59:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0179A46 for ; Fri, 19 Jun 2015 09:58:59 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1434706535.e650dd854a4bb17394ff9b475483fe970c984449.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Padre-Plugin-Autoformat/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Padre-Plugin-Autoformat/Padre-Plugin-Autoformat-1.220.0-r1.ebuild X-VCS-Directories: dev-perl/Padre-Plugin-Autoformat/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: e650dd854a4bb17394ff9b475483fe970c984449 X-VCS-Branch: master Date: Fri, 19 Jun 2015 09:58:59 +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-Archives-Salt: 1f8e4cca-d70e-48e7-8f2b-f020904f66bd X-Archives-Hash: 5d15d63cfbcc706981b3b038a30784c5 commit: e650dd854a4bb17394ff9b475483fe970c984449 Author: Kent Fredric gmail com> AuthorDate: Fri Jun 19 09:35:35 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri Jun 19 09:35:35 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=e650dd85 [fixup] Padre-Plugin-Autoformat: run GTK-requiring tests with virtualx .../Padre-Plugin-Autoformat-1.220.0-r1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-perl/Padre-Plugin-Autoformat/Padre-Plugin-Autoformat-1.220.0-r1.ebuild b/dev-perl/Padre-Plugin-Autoformat/Padre-Plugin-Autoformat-1.220.0-r1.ebuild index 5311fa7..c6913bf 100644 --- a/dev-perl/Padre-Plugin-Autoformat/Padre-Plugin-Autoformat-1.220.0-r1.ebuild +++ b/dev-perl/Padre-Plugin-Autoformat/Padre-Plugin-Autoformat-1.220.0-r1.ebuild @@ -6,7 +6,7 @@ EAPI=5 MODULE_AUTHOR=AZAWAWI MODULE_VERSION=1.22 -inherit perl-module +inherit perl-module virtualx DESCRIPTION="reformat your text within Padre" @@ -17,3 +17,7 @@ IUSE="" DEPEND=">=dev-perl/Module-Build-0.36.01" RDEPEND="app-editors/padre dev-perl/text-autoformat" + +src_test() { + VIRTUALX_COMMAND="perl-module_src_test" virtualmake +}