summaryrefslogtreecommitdiff
path: root/dev-libs/grantlee
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-08-01 21:16:17 +0200
committerJohannes Huber <johu@gentoo.org>2012-08-01 21:16:17 +0200
commite16e10d46c39f041d9c16dcddbe48091d618fbae (patch)
treec1909ff5f4ca1d3544f80ba9fb0483ea642cb1fd /dev-libs/grantlee
parent9dc019ef25033d8d022a153623fcddc0a0acd288 (diff)
downloadkde-e16e10d46c39f041d9c16dcddbe48091d618fbae.tar.gz
kde-e16e10d46c39f041d9c16dcddbe48091d618fbae.tar.bz2
kde-e16e10d46c39f041d9c16dcddbe48091d618fbae.zip
[dev-libs/grantlee] Moved to tree.
(Portage version: 2.2.0_alpha120/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs/grantlee')
-rw-r--r--dev-libs/grantlee/Manifest1
-rw-r--r--dev-libs/grantlee/grantlee-0.2.0.ebuild55
2 files changed, 0 insertions, 56 deletions
diff --git a/dev-libs/grantlee/Manifest b/dev-libs/grantlee/Manifest
deleted file mode 100644
index cc6b9098384..00000000000
--- a/dev-libs/grantlee/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST grantlee-0.2.0.tar.gz 1128991 SHA256 43a6256b46a14cc12a2a6bdbe300f1c5ab52abd0cb6ba357db4580148bddd474 SHA512 a7885cc83b1caf759f76ec4a98ba1cc83b23997c5230ae68c28647b8f9d21ce5169416805930593fdf0313c9b65bdd764af470c552cf324b9a0d034fcc21e1c2 WHIRLPOOL 4aa59861a66112f190c0e08c816fd0683eefa22e4ebc01d7ff0c74390b2608c05f9d86255643d1d7769e0f922b532045965ce608bcbd061930710b7e67027585
diff --git a/dev-libs/grantlee/grantlee-0.2.0.ebuild b/dev-libs/grantlee/grantlee-0.2.0.ebuild
deleted file mode 100644
index 8fc5cbb2c59..00000000000
--- a/dev-libs/grantlee/grantlee-0.2.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-QT_MINIMAL="4.5.0"
-inherit cmake-utils
-
-DESCRIPTION="C++ string template engine based on the Django template system"
-HOMEPAGE="http://www.gitorious.org/grantlee/pages/Home"
-SRC_URI="http://www.loegria.net/grantlee/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="debug doc test"
-
-COMMON_DEPEND="
- >=x11-libs/qt-core-${QT_MINIMAL}:4
- >=x11-libs/qt-gui-${QT_MINIMAL}:4
- >=x11-libs/qt-script-${QT_MINIMAL}:4
-"
-DEPEND="${COMMON_DEPEND}
- doc? ( || ( <app-doc/doxygen-1.7.6.1[-nodot] >=app-doc/doxygen-1.7.6.1[dot] ) )
- test? ( >=x11-libs/qt-test-${QT_MINIMAL}:4 )
-"
-RDEPEND="${COMMON_DEPEND}"
-
-DOCS=(AUTHORS CHANGELOG GOALS README)
-
-# Some tests fail
-RESTRICT="test"
-
-PATCHES=( "${FILESDIR}/${PN}-0.1.9-qt-test-optional.patch" )
-
-src_configure() {
- mycmakeargs=(
- $(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=("${CMAKE_BUILD_DIR}/apidox/")
-
- cmake-utils_src_install
-}