diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-05-06 22:54:30 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-05-06 22:54:30 +0000 |
commit | 3418bf6a0fe06ee71989fc8a04893cb820ca4281 (patch) | |
tree | 151113fa986685005b0f1de37da3fd9927c966b3 /kde-base/kapptemplate | |
parent | Version bump KDE 4.2.3 (diff) | |
download | gentoo-2-3418bf6a0fe06ee71989fc8a04893cb820ca4281.tar.gz gentoo-2-3418bf6a0fe06ee71989fc8a04893cb820ca4281.tar.bz2 gentoo-2-3418bf6a0fe06ee71989fc8a04893cb820ca4281.zip |
Version bump KDE 4.2.3
(Portage version: 2.2_rc31/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kapptemplate')
-rw-r--r-- | kde-base/kapptemplate/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kapptemplate/kapptemplate-4.2.3.ebuild | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/kde-base/kapptemplate/ChangeLog b/kde-base/kapptemplate/ChangeLog index 2256fc434ef7..ba417d5672c7 100644 --- a/kde-base/kapptemplate/ChangeLog +++ b/kde-base/kapptemplate/ChangeLog @@ -1,6 +1,12 @@ # 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.89 2009/04/17 06:21:32 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.90 2009/05/06 22:54:30 scarabeus Exp $ + +*kapptemplate-4.2.3 (06 May 2009) + + 06 May 2009; Tomas Chvatal <scarabeus@gentoo.org> + +kapptemplate-4.2.3.ebuild: + Version bump 17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> kapptemplate-4.2.2: Restore ~hppa keywords diff --git a/kde-base/kapptemplate/kapptemplate-4.2.3.ebuild b/kde-base/kapptemplate/kapptemplate-4.2.3.ebuild new file mode 100644 index 000000000000..c21e9bd32a9f --- /dev/null +++ b/kde-base/kapptemplate/kapptemplate-4.2.3.ebuild @@ -0,0 +1,23 @@ +# 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.3.ebuild,v 1.1 2009/05/06 22:54:30 scarabeus 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 doc" + +# 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 +} |