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 1Pq7A2-0002KK-Om for garchives@archives.gentoo.org; Thu, 17 Feb 2011 16:56:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C695E094F; Thu, 17 Feb 2011 16:56:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9F3FCE094F for ; Thu, 17 Feb 2011 16:56:51 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 232721B430A for ; Thu, 17 Feb 2011 16:56:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8CB7F8006A for ; Thu, 17 Feb 2011 16:56:50 +0000 (UTC) From: "Tomas Chvatal" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tomas Chvatal" Message-ID: <9fcd4ed88560d199faf49ac32114985a9370c565.scarabeus@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/grantlee/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/grantlee/grantlee-9999.ebuild X-VCS-Directories: dev-libs/grantlee/ X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal X-VCS-Revision: 9fcd4ed88560d199faf49ac32114985a9370c565 Date: Thu, 17 Feb 2011 16:56:50 +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: X-Archives-Hash: 21f6dd152a570c3d1d74e9f103036bbf commit: 9fcd4ed88560d199faf49ac32114985a9370c565 Author: Tomas Chvatal gentoo org> AuthorDate: Thu Feb 17 16:56:42 2011 +0000 Commit: Tomas Chvatal gentoo org> CommitDate: Thu Feb 17 16:56:42 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D9fcd4ed8 dev-libs/grantlee move to git2 and eapi4 --- dev-libs/grantlee/grantlee-9999.ebuild | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-libs/grantlee/grantlee-9999.ebuild b/dev-libs/grantlee/g= rantlee-9999.ebuild index 9f835ef..1d36d80 100644 --- a/dev-libs/grantlee/grantlee-9999.ebuild +++ b/dev-libs/grantlee/grantlee-9999.ebuild @@ -2,9 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D3 +EAPI=3D4 =20 -inherit cmake-utils git +QT_MINIMAL=3D"4.5.0" +inherit cmake-utils git-2 =20 DESCRIPTION=3D"C++ string template engine based on the Django template s= ystem" HOMEPAGE=3D"http://www.gitorious.org/grantlee/pages/Home" @@ -16,9 +17,9 @@ SLOT=3D"0" IUSE=3D"debug doc test" =20 COMMON_DEPEND=3D" - >=3Dx11-libs/qt-core-4.5.0:4 - >=3Dx11-libs/qt-gui-4.5.0:4 - >=3Dx11-libs/qt-script-4.5.0:4 + >=3Dx11-libs/qt-core-${QT_MINIMAL}:4 + >=3Dx11-libs/qt-gui-${QT_MINIMAL}:4 + >=3Dx11-libs/qt-script-${QT_MINIMAL}:4 " DEPEND=3D"${COMMON_DEPEND} doc? ( app-doc/doxygen[-nodot] )