From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RZkg1-0005XN-93 for garchives@archives.gentoo.org; Sun, 11 Dec 2011 14:46:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC44021C046; Sun, 11 Dec 2011 14:46:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7947B21C046 for ; Sun, 11 Dec 2011 14:46:45 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F15821B4010 for ; Sun, 11 Dec 2011 14:46:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 345848004A for ; Sun, 11 Dec 2011 14:46:44 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <128c298770552ee3102729f11516ebb5fd7535d3.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/perlqt/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/perlqt/perlqt-4.7.4.ebuild kde-base/perlqt/perlqt-4.7.49.9999.ebuild kde-base/perlqt/perlqt-4.7.90.ebuild kde-base/perlqt/perlqt-9999.ebuild X-VCS-Directories: kde-base/perlqt/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 128c298770552ee3102729f11516ebb5fd7535d3 Date: Sun, 11 Dec 2011 14:46:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: b0bab6bf-51cb-4bf5-b419-e73c0a628824 X-Archives-Hash: e0e4ed73ad785a79acc4cb04d47f747f commit: 128c298770552ee3102729f11516ebb5fd7535d3 Author: Andreas K. Huettel (dilfridge) gentoo o= rg> AuthorDate: Sun Dec 11 14:48:01 2011 +0000 Commit: Andreas H=C3=BCttel gentoo org> CommitDate: Sun Dec 11 14:48:01 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D128c2987 [kde-base/perlqt] Fix most of the tests by providing module search path (Portage version: 2.1.10.40/git/Linux x86_64, unsigned Manifest commit) --- kde-base/perlqt/perlqt-4.7.4.ebuild | 4 ++++ kde-base/perlqt/perlqt-4.7.49.9999.ebuild | 4 ++++ kde-base/perlqt/perlqt-4.7.90.ebuild | 4 ++++ kde-base/perlqt/perlqt-9999.ebuild | 4 ++++ 4 files changed, 16 insertions(+), 0 deletions(-) diff --git a/kde-base/perlqt/perlqt-4.7.4.ebuild b/kde-base/perlqt/perlqt= -4.7.4.ebuild index 22eb2ac..88c39b7 100644 --- a/kde-base/perlqt/perlqt-4.7.4.ebuild +++ b/kde-base/perlqt/perlqt-4.7.4.ebuild @@ -43,3 +43,7 @@ src_configure() { ) kde4-base_src_configure } + +src_test() { + PERL5LIB=3D"${CMAKE_BUILD_DIR}/blib/arch:${CMAKE_BUILD_DIR}/blib/lib" k= de4-base_src_test +} diff --git a/kde-base/perlqt/perlqt-4.7.49.9999.ebuild b/kde-base/perlqt/= perlqt-4.7.49.9999.ebuild index c9ad13a..181f04d 100644 --- a/kde-base/perlqt/perlqt-4.7.49.9999.ebuild +++ b/kde-base/perlqt/perlqt-4.7.49.9999.ebuild @@ -46,3 +46,7 @@ src_configure() { ) kde4-base_src_configure } + +src_test() { + PERL5LIB=3D"${CMAKE_BUILD_DIR}/blib/arch:${CMAKE_BUILD_DIR}/blib/lib" k= de4-base_src_test +} diff --git a/kde-base/perlqt/perlqt-4.7.90.ebuild b/kde-base/perlqt/perlq= t-4.7.90.ebuild index 9f5a506..e0f5c16 100644 --- a/kde-base/perlqt/perlqt-4.7.90.ebuild +++ b/kde-base/perlqt/perlqt-4.7.90.ebuild @@ -46,3 +46,7 @@ src_configure() { ) kde4-base_src_configure } + +src_test() { + PERL5LIB=3D"${CMAKE_BUILD_DIR}/blib/arch:${CMAKE_BUILD_DIR}/blib/lib" k= de4-base_src_test +} diff --git a/kde-base/perlqt/perlqt-9999.ebuild b/kde-base/perlqt/perlqt-= 9999.ebuild index c9ad13a..181f04d 100644 --- a/kde-base/perlqt/perlqt-9999.ebuild +++ b/kde-base/perlqt/perlqt-9999.ebuild @@ -46,3 +46,7 @@ src_configure() { ) kde4-base_src_configure } + +src_test() { + PERL5LIB=3D"${CMAKE_BUILD_DIR}/blib/arch:${CMAKE_BUILD_DIR}/blib/lib" k= de4-base_src_test +}