diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-04 12:13:06 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-04 12:13:06 +0000 |
commit | d7e09e84d3625e92d979548f07f7b645166defa4 (patch) | |
tree | 96287f032404e4f1dd0ce0e94cbf3d9b1b89fddc /kde-base/kdesdk-scripts | |
parent | Version bump KDE 4.2.4 (diff) | |
download | gentoo-2-d7e09e84d3625e92d979548f07f7b645166defa4.tar.gz gentoo-2-d7e09e84d3625e92d979548f07f7b645166defa4.tar.bz2 gentoo-2-d7e09e84d3625e92d979548f07f7b645166defa4.zip |
Version bump KDE 4.2.4
(Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kdesdk-scripts')
-rw-r--r-- | kde-base/kdesdk-scripts/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kdesdk-scripts/kdesdk-scripts-4.2.4.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/kde-base/kdesdk-scripts/ChangeLog b/kde-base/kdesdk-scripts/ChangeLog index fd9c8a5f1203..d7629a3cf0a1 100644 --- a/kde-base/kdesdk-scripts/ChangeLog +++ b/kde-base/kdesdk-scripts/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kdesdk-scripts # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk-scripts/ChangeLog,v 1.99 2009/06/03 18:34:57 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk-scripts/ChangeLog,v 1.100 2009/06/04 12:13:06 alexxy Exp $ + +*kdesdk-scripts-4.2.4 (04 Jun 2009) + + 04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> + +kdesdk-scripts-4.2.4.ebuild: + Version bump 03 Jun 2009; Brent Baude <ranger@gentoo.org> ChangeLog: Marking kdesdk-scripts-3.5.10 ppc64 stable for bug 271889 diff --git a/kde-base/kdesdk-scripts/kdesdk-scripts-4.2.4.ebuild b/kde-base/kdesdk-scripts/kdesdk-scripts-4.2.4.ebuild new file mode 100644 index 000000000000..1259fbebf6cf --- /dev/null +++ b/kde-base/kdesdk-scripts/kdesdk-scripts-4.2.4.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk-scripts/kdesdk-scripts-4.2.4.ebuild,v 1.1 2009/06/04 12:13:06 alexxy Exp $ + +EAPI="2" + +KMNAME="kdesdk" +KMMODULE="scripts" +inherit kde4-meta + +DESCRIPTION="Kdesdk Scripts - Some useful scripts for the development of applications" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="debug +handbook" + +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 +} |