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 1QEKEh-00014y-Gk for garchives@archives.gentoo.org; Mon, 25 Apr 2011 11:45:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59A381C025; Mon, 25 Apr 2011 11:45:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 29C121C025 for ; Mon, 25 Apr 2011 11:45:43 +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 75EBA1B4027 for ; Mon, 25 Apr 2011 11:45:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id AA4F980472 for ; Mon, 25 Apr 2011 11:45:41 +0000 (UTC) From: "Theo Chatzimichos" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Chatzimichos" Message-ID: Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/grantlee/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/grantlee/grantlee-0.1.7.ebuild X-VCS-Directories: dev-libs/grantlee/ X-VCS-Committer: tampakrap X-VCS-Committer-Name: Theo Chatzimichos X-VCS-Revision: d589bfca26183537c9420f2a7030e517ca9953ea Date: Mon, 25 Apr 2011 11:45:41 +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: ba455cd4855903b54f0f7f8884ff08f9 commit: d589bfca26183537c9420f2a7030e517ca9953ea Author: Theo Chatzimichos gentoo org> AuthorDate: Mon Apr 25 11:45:42 2011 +0000 Commit: Theo Chatzimichos gentoo org> CommitDate: Mon Apr 25 11:45:42 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Dd589bfca [dev-libs/grantlee] Moved to tree --- dev-libs/grantlee/grantlee-0.1.7.ebuild | 50 -------------------------= ------ 1 files changed, 0 insertions(+), 50 deletions(-) diff --git a/dev-libs/grantlee/grantlee-0.1.7.ebuild b/dev-libs/grantlee/= grantlee-0.1.7.ebuild deleted file mode 100644 index 6a6cd05..0000000 --- a/dev-libs/grantlee/grantlee-0.1.7.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D3 - -inherit cmake-utils - -DESCRIPTION=3D"C++ string template engine based on the Django template s= ystem" -HOMEPAGE=3D"http://www.gitorious.org/grantlee/pages/Home" -SRC_URI=3D"http://www.loegria.net/grantlee/${P}.tar.gz" - -LICENSE=3D"LGPL-2.1" -KEYWORDS=3D"~amd64 ~x86" -SLOT=3D"0" -IUSE=3D"debug doc test" - -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 -" -DEPEND=3D"${COMMON_DEPEND} - doc? ( app-doc/doxygen[-nodot] ) -" -RDEPEND=3D"${COMMON_DEPEND}" - -DOCS=3D(AUTHORS CHANGELOG GOALS README) - -RESTRICT=3D"test" - -src_configure() { - mycmakeargs=3D( - $(cmake-utils_use_build test TESTS) - ) - - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile - - use doc && cmake-utils_src_compile docs -} - -src_install() { - use doc && HTML_DOCS=3D("${CMAKE_BUILD_DIR}/apidox/") - - cmake-utils_src_install -}