summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-02-17 12:58:30 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-02-17 12:58:30 +0000
commitff09517012908da4181f69898eb4cf953ac9003a (patch)
treebc671c51c11711532528e2a3f5e5f2027ce25941 /kde-base/kate
parentDrop KDE 4.1.4 (diff)
downloadgentoo-2-ff09517012908da4181f69898eb4cf953ac9003a.tar.gz
gentoo-2-ff09517012908da4181f69898eb4cf953ac9003a.tar.bz2
gentoo-2-ff09517012908da4181f69898eb4cf953ac9003a.zip
Drop KDE 4.1.4
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kate')
-rw-r--r--kde-base/kate/ChangeLog5
-rw-r--r--kde-base/kate/kate-4.1.4.ebuild30
2 files changed, 4 insertions, 31 deletions
diff --git a/kde-base/kate/ChangeLog b/kde-base/kate/ChangeLog
index de82005d33c1..be9c599f2e8c 100644
--- a/kde-base/kate/ChangeLog
+++ b/kde-base/kate/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kate
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.121 2009/02/01 06:32:24 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.122 2009/02/17 12:58:30 alexxy Exp $
+
+ 17 Feb 2009; Alexey Shvetsov <alexxy@gentoo.org> -kate-4.1.4.ebuild:
+ Drop KDE 4.1.4
01 Feb 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
kate-4.2.0.ebuild:
diff --git a/kde-base/kate/kate-4.1.4.ebuild b/kde-base/kate/kate-4.1.4.ebuild
deleted file mode 100644
index 9f15af627ee3..000000000000
--- a/kde-base/kate/kate-4.1.4.ebuild
+++ /dev/null
@@ -1,30 +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/kate/kate-4.1.4.ebuild,v 1.1 2009/01/13 21:15:53 alexxy Exp $
-
-EAPI="2"
-
-KMNAME=kdesdk
-inherit kde4-meta
-
-DESCRIPTION="Kate is an MDI texteditor"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="debug htmlhandbook +plasma"
-
-DEPEND="${DEPEND}
- >=kde-base/libplasma-${PV}:${SLOT}"
-RDEPEND="${DEPEND}
- dev-libs/libxml2
- dev-libs/libxslt"
-
-src_unpack() {
- use htmlhandbook && KMEXTRA="doc/kate-plugins"
- kde4-meta_src_unpack
-}
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with plasma Plasma)"
-
- kde4-meta_src_configure
-}