diff options
author | 2009-04-16 20:16:41 +0000 | |
---|---|---|
committer | 2009-04-16 20:16:41 +0000 | |
commit | 9020d79490f0309432f1a0921a9f387fe9441cae (patch) | |
tree | 7bf200a449ac02af20563bc74c9cbf0a9bdb3225 /kde-base/kapptemplate | |
parent | Drop KDE 4.2.1 (diff) | |
download | gentoo-2-9020d79490f0309432f1a0921a9f387fe9441cae.tar.gz gentoo-2-9020d79490f0309432f1a0921a9f387fe9441cae.tar.bz2 gentoo-2-9020d79490f0309432f1a0921a9f387fe9441cae.zip |
Drop KDE 4.2.1
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kapptemplate')
-rw-r--r-- | kde-base/kapptemplate/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kapptemplate/kapptemplate-4.2.1.ebuild | 23 |
2 files changed, 5 insertions, 24 deletions
diff --git a/kde-base/kapptemplate/ChangeLog b/kde-base/kapptemplate/ChangeLog index b05433bc20c4..7cb849bf2988 100644 --- a/kde-base/kapptemplate/ChangeLog +++ b/kde-base/kapptemplate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kapptemplate # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.87 2009/04/11 22:08:33 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.88 2009/04/16 20:16:41 alexxy Exp $ + + 16 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> + -kapptemplate-4.2.1.ebuild: + Drop KDE 4.2.1 *kapptemplate-4.2.2 (11 Apr 2009) diff --git a/kde-base/kapptemplate/kapptemplate-4.2.1.ebuild b/kde-base/kapptemplate/kapptemplate-4.2.1.ebuild deleted file mode 100644 index fb81067f08eb..000000000000 --- a/kde-base/kapptemplate/kapptemplate-4.2.1.ebuild +++ /dev/null @@ -1,23 +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/kapptemplate/kapptemplate-4.2.1.ebuild,v 1.2 2009/03/15 14:19:39 scarabeus Exp $ - -EAPI="2" - -KMNAME="kdesdk" -inherit kde4-meta - -DESCRIPTION="KAppTemplate - A shell script to create the necessary framework to develop KDE applications." -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="debug" - -# Fails, checked revision 810882. -RESTRICT="test" - -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 -} |