summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-12-12 03:39:13 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-12-12 03:39:13 +0000
commite7f5cab9cff2b0e660a7f7b18c4aaa60b9f00c64 (patch)
tree800b5d2f21aeda2a270d99c4acb575a95172173a /kde-base/parley/parley-4.10.5.ebuild
parentVersion bump fixing bugs #485536 and #493354 in the process. (diff)
downloadhistorical-e7f5cab9cff2b0e660a7f7b18c4aaa60b9f00c64.tar.gz
historical-e7f5cab9cff2b0e660a7f7b18c4aaa60b9f00c64.tar.bz2
historical-e7f5cab9cff2b0e660a7f7b18c4aaa60b9f00c64.zip
Remove old
Package-Manager: portage-2.2.1/cvs/Linux ppc64 RepoMan-Options: --force Manifest-Sign-Key: 0x7194459F
Diffstat (limited to 'kde-base/parley/parley-4.10.5.ebuild')
-rw-r--r--kde-base/parley/parley-4.10.5.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/kde-base/parley/parley-4.10.5.ebuild b/kde-base/parley/parley-4.10.5.ebuild
deleted file mode 100644
index 20f3b69a92d0..000000000000
--- a/kde-base/parley/parley-4.10.5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/parley/parley-4.10.5.ebuild,v 1.6 2013/08/02 14:29:33 ago Exp $
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="KDE Educational: vocabulary trainer"
-HOMEPAGE="http://kde.org/applications/education/parley
-http://edu.kde.org/applications/school/parley"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug +plasma"
-
-DEPEND="
- $(add_kdebase_dep libkdeedu)
-"
-RDEPEND="${DEPEND}"
-
-KMEXTRACTONLY="
- libkdeedu/keduvocdocument
-"
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with plasma)
- )
-
- kde4-base_src_configure
-}