summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/kplato/kplato-9999.ebuild')
-rw-r--r--app-office/kplato/kplato-9999.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/app-office/kplato/kplato-9999.ebuild b/app-office/kplato/kplato-9999.ebuild
deleted file mode 100644
index b01f158..0000000
--- a/app-office/kplato/kplato-9999.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-KMNAME="koffice"
-KMMODULE="${PN}"
-inherit kde4-meta
-
-DESCRIPTION="KPlato is a project management application."
-
-KEYWORDS=""
-IUSE=""
-
-DEPEND="~app-office/kchart-${PV}:${SLOT}[reports]"
-RDEPEND="${DEPEND}"
-
-KMEXTRACTONLY="libs/"
-KMEXTRA="
- filters/${KMMODULE}/
- kdgantt/
-"
-KMLOADLIBS="koffice-libs"
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with python PythonLibs)
- -DBUILD_kplato=ON
- )
-
- kde4-meta_src_configure
-}