summaryrefslogtreecommitdiff
path: root/kde-base
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-07-25 04:05:39 +1000
committerMichael Palimaka <kensington@gentoo.org>2014-07-25 04:05:39 +1000
commit31f69224b347d1a15f362a021e62ddd7583a71ab (patch)
treea9eda69138edb145e2626ffc2b4edacd995fc5d6 /kde-base
parent9ca4c54c0404f28dcfb1b3d6373720158ea9f3c3 (diff)
downloadkde-31f69224b347d1a15f362a021e62ddd7583a71ab.tar.gz
kde-31f69224b347d1a15f362a021e62ddd7583a71ab.tar.bz2
kde-31f69224b347d1a15f362a021e62ddd7583a71ab.zip
[kde-base/kate] Remove old.
Package-Manager: portage-2.2.10
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kate/kate-4.9999.ebuild63
1 files changed, 0 insertions, 63 deletions
diff --git a/kde-base/kate/kate-4.9999.ebuild b/kde-base/kate/kate-4.9999.ebuild
deleted file mode 100644
index 4fa0a9c6578..00000000000
--- a/kde-base/kate/kate-4.9999.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-KDE_HANDBOOK="optional"
-KMNAME="kate"
-EGIT_BRANCH="KDE/4.14"
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
-
-inherit python-single-r1 kde4-meta
-
-DESCRIPTION="Kate is an MDI texteditor."
-HOMEPAGE="http://www.kde.org/applications/utilities/kate http://kate-editor.org"
-KEYWORDS=""
-IUSE="debug python"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-DEPEND="
- $(add_kdebase_dep kactivities '' 4.13)
- dev-libs/libxml2
- dev-libs/libxslt
- dev-libs/qjson
- python? (
- ${PYTHON_DEPS}
- $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1)
- )
-"
-RDEPEND="${DEPEND}
- $(add_kdebase_dep katepart)
-"
-
-KMEXTRA="
- addons/kate
- addons/plasma
-"
-
-pkg_setup() {
- if use python; then
- python-single-r1_pkg_setup
- fi
- kde4-meta_pkg_setup
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_build python pate)
- )
-
- kde4-meta_src_configure
-}
-
-pkg_postinst() {
- kde4-meta_pkg_postinst
-
- if ! has_version kde-base/kaddressbook:${SLOT}; then
- echo
- elog "File templates plugin requires kde-base/kaddressbook:${SLOT}."
- elog "Please install it if you plan to use this plugin."
- echo
- fi
-}