summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/parley/parley-4.1.4.ebuild')
-rw-r--r--kde-base/parley/parley-4.1.4.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/kde-base/parley/parley-4.1.4.ebuild b/kde-base/parley/parley-4.1.4.ebuild
deleted file mode 100644
index c062a3cf188f..000000000000
--- a/kde-base/parley/parley-4.1.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/parley/parley-4.1.4.ebuild,v 1.1 2009/01/13 23:28:42 alexxy Exp $
-
-EAPI="2"
-
-KMNAME=kdeedu
-inherit kde4-meta
-
-DESCRIPTION="KDE Educational: vocabulary trainer"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="debug htmlhandbook +plasma"
-
-COMMONDEPEND=">=kde-base/libkdeedu-${PV}:${SLOT}
- dev-libs/libxslt
- dev-libs/libxml2
- plasma? ( kde-base/libplasma:${SLOT} )"
-DEPEND="${COMMONDEPEND}"
-RDEPEND="${COMMONDEPEND}"
-
-KMEXTRACTONLY="libkdeedu/keduvocdocument"
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- -DWITH_LibXml2=On -DWITH_LibXslt=On
- $(cmake-utils_use_with plasma Plasma)"
-
- kde4-meta_src_configure
-}