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 9A84B59CB1 for ; Mon, 11 Apr 2016 22:54:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB59C21C017; Mon, 11 Apr 2016 22:54:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45B5921C083 for ; Mon, 11 Apr 2016 22:54:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01B8A340928 for ; Mon, 11 Apr 2016 22:54:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6D34878 for ; Mon, 11 Apr 2016 22:54:24 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1460415250.52e6ea91dca5244fe56d59d35553f108bd782b56.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Virt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Sys-Virt/Sys-Virt-1.3.2.ebuild X-VCS-Directories: dev-perl/Sys-Virt/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 52e6ea91dca5244fe56d59d35553f108bd782b56 X-VCS-Branch: master Date: Mon, 11 Apr 2016 22:54:24 +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: 10071827-cac6-4a13-848c-1c57a1d0692c X-Archives-Hash: 87b64d71a4674acbf25a1d12abec3e43 commit: 52e6ea91dca5244fe56d59d35553f108bd782b56 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Apr 11 22:50:20 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Mon Apr 11 22:54:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52e6ea91 dev-perl/Sys-Virt: Minor cleanups Package-Manager: portage-2.2.28 dev-perl/Sys-Virt/Sys-Virt-1.3.2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-perl/Sys-Virt/Sys-Virt-1.3.2.ebuild b/dev-perl/Sys-Virt/Sys-Virt-1.3.2.ebuild index 298af34..e6280eb 100644 --- a/dev-perl/Sys-Virt/Sys-Virt-1.3.2.ebuild +++ b/dev-perl/Sys-Virt/Sys-Virt-1.3.2.ebuild @@ -5,10 +5,9 @@ EAPI=6 DIST_AUTHOR=DANBERR -DIST_VERSION=1.3.2 inherit perl-module -DESCRIPTION="Sys::Virt provides an API for using the libvirt library from Perl" +DESCRIPTION="API for using the libvirt library from Perl" SLOT="0" KEYWORDS="~amd64 ~x86" @@ -25,10 +24,12 @@ DEPEND="${RDEPEND} src_compile() { MAKEOPTS+=" -j1" perl-module_src_compile } + src_test() { perl_rm_files "t/010-pod-coverage.t" "t/005-pod.t" "t/015-changes.t" perl-module_src_test } + src_install() { perl-module_src_install if use examples; then