summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hüttel <dilfridge@gentoo.org>2011-06-02 21:58:00 +0000
committerAndreas Hüttel <dilfridge@gentoo.org>2011-06-02 21:58:00 +0000
commit0613108b68fd0e56a2bd021bc73ba8251e25fc12 (patch)
tree5312bbd1b79501d30ee0dba82451de17ccd2af46 /kde-base/kate
parentMemphis is also needed for libchamplain (diff)
downloadhistorical-0613108b68fd0e56a2bd021bc73ba8251e25fc12.tar.gz
historical-0613108b68fd0e56a2bd021bc73ba8251e25fc12.tar.bz2
historical-0613108b68fd0e56a2bd021bc73ba8251e25fc12.zip
Drop KDE 4.4
Package-Manager: portage-2.1.9.49/cvs/Linux x86_64 RepoMan-Options: --force
Diffstat (limited to 'kde-base/kate')
-rw-r--r--kde-base/kate/ChangeLog5
-rw-r--r--kde-base/kate/kate-4.4.5.ebuild37
2 files changed, 4 insertions, 38 deletions
diff --git a/kde-base/kate/ChangeLog b/kde-base/kate/ChangeLog
index e3322a745c65..a6b790f193f7 100644
--- a/kde-base/kate/ChangeLog
+++ b/kde-base/kate/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kate
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.195 2011/06/01 17:45:35 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.196 2011/06/02 21:57:48 dilfridge Exp $
+
+ 02 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org> -kate-4.4.5.ebuild:
+ Drop KDE-4.4
01 Jun 2011; Brent Baude <ranger@gentoo.org> kate-4.6.2.ebuild:
Marking kate-4.6.2 ppc stable for bug 354033
diff --git a/kde-base/kate/kate-4.4.5.ebuild b/kde-base/kate/kate-4.4.5.ebuild
deleted file mode 100644
index 4862ce8a5282..000000000000
--- a/kde-base/kate/kate-4.4.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.4.5.ebuild,v 1.5 2010/08/09 17:34:47 scarabeus Exp $
-
-EAPI="3"
-
-KMNAME="kdesdk"
-inherit kde4-meta
-
-DESCRIPTION="Kate is an MDI texteditor."
-KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug +handbook +plasma"
-
-DEPEND="
- dev-libs/libxml2
- dev-libs/libxslt
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with plasma)
- )
-
- 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
-}