summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-08-12 19:54:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-08-17 18:39:11 +0200
commitf84fcbb5131013f9494b9024ec746f68fcbdad36 (patch)
treeda178f10e9e2b088c9d74fc6cbdbf0b2409e9e63 /dev-libs/grantlee
parentprofiles: Mask legacy KDE Applications for removal (diff)
downloadgentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.tar.gz
gentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.tar.bz2
gentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.zip
kde-apps: Drop KDE Applications 16.12.3, KDE PIM 4.14.11* and more old
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-libs/grantlee')
-rw-r--r--dev-libs/grantlee/Manifest1
-rw-r--r--dev-libs/grantlee/grantlee-0.4.0.ebuild53
2 files changed, 0 insertions, 54 deletions
diff --git a/dev-libs/grantlee/Manifest b/dev-libs/grantlee/Manifest
index e0f8f0970b14..0c342437f920 100644
--- a/dev-libs/grantlee/Manifest
+++ b/dev-libs/grantlee/Manifest
@@ -1,2 +1 @@
-DIST grantlee-0.4.0.tar.gz 1171445 SHA256 13a2d8121392404bb3be4ed470b211bc098cd98da795ef7bf41517d2fb640d3f SHA512 6ff539eb7aaf366487214b02131d67b9967713c42d20314ff56129e9543516fdf2d129b9c3015f0959c89c6f0ee9ad085af91fed4293bd0613d8e888bc850ca7 WHIRLPOOL ee639a72c6f785559b427a2f13483c256e19dbeb270ff34118a81547ea1f31a69aeaed7c58a2d89952b79d58e3acc88ef44f06cac32739747c7920ef66d621b0
DIST grantlee-5.1.0.tar.gz 1175380 SHA256 ea2e402466c74bb533eee2c7252209ec61cd93a5d236fecd625b4a0eb13a1478 SHA512 2b806a0770b9c6d02f207d5b4939ae8cae325de4fa01901320ffef5c8442ef0f1c10dd799966d0bf0d223e6541f93db8568aaf922ea1b334bcb2f85f6373a936 WHIRLPOOL bbe96918cc28e5ab0112f4d5b6bca33825110997d3b91f009f699620168bc7310fe72e3b04fc5dcb93681196d6f2a02df29163b0dfcb5ab8816cba2755afe3c5
diff --git a/dev-libs/grantlee/grantlee-0.4.0.ebuild b/dev-libs/grantlee/grantlee-0.4.0.ebuild
deleted file mode 100644
index f92edc2ae62f..000000000000
--- a/dev-libs/grantlee/grantlee-0.4.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="C++ string template engine based on the Django template system"
-HOMEPAGE="https://github.com/steveire/grantlee"
-SRC_URI="http://downloads.grantlee.org/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
-IUSE="debug doc test"
-
-RDEPEND="
- dev-qt/qtcore:4
- dev-qt/qtgui:4
- dev-qt/qtscript:4
-"
-DEPEND="${RDEPEND}
- doc? ( >=app-doc/doxygen-1.7.6.1[dot] )
- test? ( dev-qt/qttest:4 )
-"
-
-# Some tests fail
-RESTRICT="test"
-
-DOCS=( AUTHORS CHANGELOG GOALS README )
-PATCHES=(
- "${FILESDIR}/${PN}-0.3.0-nonfatal-warnings.patch"
-)
-
-src_configure() {
- local 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=( "${BUILD_DIR}/apidox/" )
-
- cmake-utils_src_install
-}