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 1RWEpx-0004L1-PX for garchives@archives.gentoo.org; Thu, 01 Dec 2011 22:10:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6A7C21C01F; Thu, 1 Dec 2011 22:10:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 808C021C01F for ; Thu, 1 Dec 2011 22:10:24 +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 054031B4010 for ; Thu, 1 Dec 2011 22:10:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5C94580044 for ; Thu, 1 Dec 2011 22:10:23 +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: 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.49.9999.ebuild kde-base/perlqt/perlqt-4.7.80.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: ccbceb3cb636a14bbd08972fa932cc64823afd73 Date: Thu, 1 Dec 2011 22:10:23 +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: a013fad2-c383-4cc9-8a03-78abec926d78 X-Archives-Hash: dbf938dedfda01ce7f51bd256a82525e commit: ccbceb3cb636a14bbd08972fa932cc64823afd73 Author: Andreas K. Huettel (dilfridge) akhuettel de> AuthorDate: Thu Dec 1 22:09:01 2011 +0000 Commit: Andreas H=C3=BCttel gentoo org> CommitDate: Thu Dec 1 22:10:18 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Dccbceb3c [kde-base/perlqt] List-MoreUtils is always needed in RDEPEND, bug 392573 (Portage version: 2.1.10.39/git/Linux x86_64, unsigned Manifest commit) --- kde-base/perlqt/perlqt-4.7.49.9999.ebuild | 7 +++---- kde-base/perlqt/perlqt-4.7.80.ebuild | 7 +++---- kde-base/perlqt/perlqt-9999.ebuild | 7 +++---- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/kde-base/perlqt/perlqt-4.7.49.9999.ebuild b/kde-base/perlqt/= perlqt-4.7.49.9999.ebuild index 5c100d1..8719c29 100644 --- a/kde-base/perlqt/perlqt-4.7.49.9999.ebuild +++ b/kde-base/perlqt/perlqt-4.7.49.9999.ebuild @@ -14,15 +14,14 @@ inherit kde4-base =20 DESCRIPTION=3D"Qt Perl bindings" KEYWORDS=3D"" -IUSE=3D"debug phonon qimageblitz qscintilla qwt test webkit" +IUSE=3D"debug phonon qimageblitz qscintilla qwt webkit" =20 RDEPEND=3D" >=3Ddev-lang/perl-5.10.1 + dev-perl/List-MoreUtils $(add_kdebase_dep smokeqt 'declarative?,multimedia?,opengl?,phonon?,qim= ageblitz?,qscintilla?,qthelp?,qwt?,webkit?') " -DEPEND=3D"${RDEPEND} - test? ( dev-perl/List-MoreUtils ) -" +DEPEND=3D${RDEPEND} =20 # Split from kdebindings-perl in 4.7 add_blocker kdebindings-perl diff --git a/kde-base/perlqt/perlqt-4.7.80.ebuild b/kde-base/perlqt/perlq= t-4.7.80.ebuild index aa7d381..acecde1 100644 --- a/kde-base/perlqt/perlqt-4.7.80.ebuild +++ b/kde-base/perlqt/perlqt-4.7.80.ebuild @@ -14,15 +14,14 @@ inherit kde4-base =20 DESCRIPTION=3D"Qt Perl bindings" KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE=3D"debug phonon qimageblitz qscintilla qwt test webkit" +IUSE=3D"debug phonon qimageblitz qscintilla qwt webkit" =20 RDEPEND=3D" >=3Ddev-lang/perl-5.10.1 + dev-perl/List-MoreUtils $(add_kdebase_dep smokeqt 'declarative?,multimedia?,opengl?,phonon?,qim= ageblitz?,qscintilla?,qthelp?,qwt?,webkit?') " -DEPEND=3D"${RDEPEND} - test? ( dev-perl/List-MoreUtils ) -" +DEPEND=3D${RDEPEND} =20 # Split from kdebindings-perl in 4.7 add_blocker kdebindings-perl diff --git a/kde-base/perlqt/perlqt-9999.ebuild b/kde-base/perlqt/perlqt-= 9999.ebuild index 5c100d1..8719c29 100644 --- a/kde-base/perlqt/perlqt-9999.ebuild +++ b/kde-base/perlqt/perlqt-9999.ebuild @@ -14,15 +14,14 @@ inherit kde4-base =20 DESCRIPTION=3D"Qt Perl bindings" KEYWORDS=3D"" -IUSE=3D"debug phonon qimageblitz qscintilla qwt test webkit" +IUSE=3D"debug phonon qimageblitz qscintilla qwt webkit" =20 RDEPEND=3D" >=3Ddev-lang/perl-5.10.1 + dev-perl/List-MoreUtils $(add_kdebase_dep smokeqt 'declarative?,multimedia?,opengl?,phonon?,qim= ageblitz?,qscintilla?,qthelp?,qwt?,webkit?') " -DEPEND=3D"${RDEPEND} - test? ( dev-perl/List-MoreUtils ) -" +DEPEND=3D${RDEPEND} =20 # Split from kdebindings-perl in 4.7 add_blocker kdebindings-perl