diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-11-08 22:07:54 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-11-08 22:07:54 +0000 |
commit | d6b89fb17aa4e041f41cb6dc156653702ed0175e (patch) | |
tree | 70bc41aa7520f7c3a256e7a7af2ffa760bd7bf68 /kde-base/kapptemplate | |
parent | Initial commit. (diff) | |
download | historical-d6b89fb17aa4e041f41cb6dc156653702ed0175e.tar.gz historical-d6b89fb17aa4e041f41cb6dc156653702ed0175e.tar.bz2 historical-d6b89fb17aa4e041f41cb6dc156653702ed0175e.zip |
Drop KDE 4.2.4
Package-Manager: portage-2.2_rc49/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.4.ebuild | 23 |
2 files changed, 5 insertions, 24 deletions
diff --git a/kde-base/kapptemplate/ChangeLog b/kde-base/kapptemplate/ChangeLog index 64f4d777958e..697c1c260fcb 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.107 2009/11/02 20:37:50 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.108 2009/11/08 20:58:45 alexxy Exp $ + + 08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org> + -kapptemplate-4.2.4.ebuild: + Drop KDE 4.2.4 *kapptemplate-4.3.3 (02 Nov 2009) diff --git a/kde-base/kapptemplate/kapptemplate-4.2.4.ebuild b/kde-base/kapptemplate/kapptemplate-4.2.4.ebuild deleted file mode 100644 index 5f77ec35d2af..000000000000 --- a/kde-base/kapptemplate/kapptemplate-4.2.4.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.4.ebuild,v 1.2 2009/06/04 23:05:21 alexxy Exp $ - -EAPI="2" - -KMNAME="kdesdk" -inherit kde4-meta - -DESCRIPTION="KAppTemplate - A shell script to create the necessary framework to develop KDE applications." -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" -IUSE="debug +handbook" - -# 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 -} |