summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-01-14 14:08:35 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-01-14 14:08:35 +0000
commitc191c7d56203132358307dc29b79058f0bc1ff2c (patch)
tree5f071550540361b9e4f2af1b6e32417f241fbf52 /kde-base/kate
parentDrop KDE 4.1.2 and 4.1.3 (diff)
downloadgentoo-2-c191c7d56203132358307dc29b79058f0bc1ff2c.tar.gz
gentoo-2-c191c7d56203132358307dc29b79058f0bc1ff2c.tar.bz2
gentoo-2-c191c7d56203132358307dc29b79058f0bc1ff2c.zip
Drop KDE 4.1.2 and 4.1.3
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'kde-base/kate')
-rw-r--r--kde-base/kate/ChangeLog6
-rw-r--r--kde-base/kate/kate-4.1.2.ebuild30
-rw-r--r--kde-base/kate/kate-4.1.3.ebuild30
3 files changed, 5 insertions, 61 deletions
diff --git a/kde-base/kate/ChangeLog b/kde-base/kate/ChangeLog
index eaaa4708c43a..37a5f49e2dbb 100644
--- a/kde-base/kate/ChangeLog
+++ b/kde-base/kate/ChangeLog
@@ -1,6 +1,10 @@
# 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.118 2009/01/13 21:15:53 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.119 2009/01/14 14:08:35 alexxy Exp $
+
+ 14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> -kate-4.1.2.ebuild,
+ -kate-4.1.3.ebuild:
+ Drop KDE 4.1.2 and 4.1.3
*kate-4.1.4 (13 Jan 2009)
diff --git a/kde-base/kate/kate-4.1.2.ebuild b/kde-base/kate/kate-4.1.2.ebuild
deleted file mode 100644
index e99b30a31d97..000000000000
--- a/kde-base/kate/kate-4.1.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.1.2.ebuild,v 1.1 2008/10/02 06:41:17 jmbsvicetto Exp $
-
-EAPI="2"
-
-KMNAME=kdesdk
-inherit kde4-meta
-
-DESCRIPTION="Kate is an MDI texteditor"
-KEYWORDS="~amd64 ~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
-}
diff --git a/kde-base/kate/kate-4.1.3.ebuild b/kde-base/kate/kate-4.1.3.ebuild
deleted file mode 100644
index 77a35778b194..000000000000
--- a/kde-base/kate/kate-4.1.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.1.3.ebuild,v 1.2 2008/11/16 04:45:33 vapier 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
-}