diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-14 10:26:59 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-14 10:26:59 +0000 |
commit | e8b6fc6dafd9827f1256cae34e42ac9870ecdc7c (patch) | |
tree | 44356f4bb2f73c1daf6afbf8317388bc2d70acb8 /kde-base/kate | |
parent | [kde-base/kapptemplate] Drop KDE 4.2.3 (diff) | |
download | gentoo-2-e8b6fc6dafd9827f1256cae34e42ac9870ecdc7c.tar.gz gentoo-2-e8b6fc6dafd9827f1256cae34e42ac9870ecdc7c.tar.bz2 gentoo-2-e8b6fc6dafd9827f1256cae34e42ac9870ecdc7c.zip |
[kde-base/kate] Drop KDE 4.2.3
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kate')
-rw-r--r-- | kde-base/kate/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kate/kate-4.2.3.ebuild | 41 |
2 files changed, 4 insertions, 42 deletions
diff --git a/kde-base/kate/ChangeLog b/kde-base/kate/ChangeLog index 5a24c8659182..2a68fe012de6 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.138 2009/06/06 08:29:11 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.139 2009/06/14 10:26:59 alexxy Exp $ + + 14 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -kate-4.2.3.ebuild: + Drop KDE 4.2.3 06 Jun 2009; Markus Meier <maekke@gentoo.org> kate-3.5.10.ebuild: amd64/x86 stable, bug #271889 diff --git a/kde-base/kate/kate-4.2.3.ebuild b/kde-base/kate/kate-4.2.3.ebuild deleted file mode 100644 index 7dfd0cd7d12d..000000000000 --- a/kde-base/kate/kate-4.2.3.ebuild +++ /dev/null @@ -1,41 +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.2.3.ebuild,v 1.1 2009/05/06 22:54:49 scarabeus Exp $ - -EAPI="2" - -KMNAME="kdesdk" -inherit kde4-meta - -DESCRIPTION="Kate is an MDI texteditor." -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" -IUSE="debug doc +plasma" - -DEPEND=" - dev-libs/libxml2 - dev-libs/libxslt -" -RDEPEND="${DEPEND}" - -src_unpack() { - if use doc; then - KMEXTRA="doc/kate-plugins" - fi - - kde4-meta_src_unpack -} - -src_prepare() { - # Disable hardcoded kdepimlibs check - only 4.2 branch is affected - sed -i -e 's/find_package(KdepimLibs REQUIRED)/macro_optional_find_package(KdepimLibs)/' \ - CMakeLists.txt || die "failed to disable kdepimlibs hardcoded check" - - kde4-meta_src_prepare -} - -src_configure() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with plasma Plasma)" - - kde4-meta_src_configure -} |