diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-17 06:38:58 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-17 06:38:58 +0000 |
commit | f5bdd2b1c30a3cabc9c11e089f20a126a5caeb1c (patch) | |
tree | 029b6ef1bb2e58061359beb3243dec4ddeb9513b /kde-base/kstartperf | |
parent | Restore accidentally dropped ~hppa keyword as reported by jer bug #266459 (diff) | |
download | gentoo-2-f5bdd2b1c30a3cabc9c11e089f20a126a5caeb1c.tar.gz gentoo-2-f5bdd2b1c30a3cabc9c11e089f20a126a5caeb1c.tar.bz2 gentoo-2-f5bdd2b1c30a3cabc9c11e089f20a126a5caeb1c.zip |
Restore accidentally dropped ~hppa keyword as reported by jer bug #266459
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kstartperf')
-rw-r--r-- | kde-base/kstartperf/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kstartperf/kstartperf-4.2.1.ebuild | 20 | ||||
-rw-r--r-- | kde-base/kstartperf/kstartperf-4.2.2.ebuild | 4 |
3 files changed, 10 insertions, 23 deletions
diff --git a/kde-base/kstartperf/ChangeLog b/kde-base/kstartperf/ChangeLog index 7d9771a791f0..64dcd1a619f4 100644 --- a/kde-base/kstartperf/ChangeLog +++ b/kde-base/kstartperf/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for kde-base/kstartperf # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstartperf/ChangeLog,v 1.12 2009/04/12 06:05:06 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstartperf/ChangeLog,v 1.13 2009/04/17 06:38:58 alexxy Exp $ + + 17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -kstartperf-4.2.1.ebuild, + kstartperf-4.2.2: + Restore ~hppa keywords + + 16 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -kstartperf-4.2.1.ebuild: + Drop KDE 4.2.1 *kstartperf-4.2.2 (11 Apr 2009) diff --git a/kde-base/kstartperf/kstartperf-4.2.1.ebuild b/kde-base/kstartperf/kstartperf-4.2.1.ebuild deleted file mode 100644 index ff36f19119e8..000000000000 --- a/kde-base/kstartperf/kstartperf-4.2.1.ebuild +++ /dev/null @@ -1,20 +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/kstartperf/kstartperf-4.2.1.ebuild,v 1.2 2009/03/15 14:36:01 scarabeus Exp $ - -EAPI="2" - -KMNAME="kdesdk" -inherit kde4-meta - -DESCRIPTION="Messures starting performance of applications" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="debug" - -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 -} diff --git a/kde-base/kstartperf/kstartperf-4.2.2.ebuild b/kde-base/kstartperf/kstartperf-4.2.2.ebuild index b644bd8025f8..afd681d6b646 100644 --- a/kde-base/kstartperf/kstartperf-4.2.2.ebuild +++ b/kde-base/kstartperf/kstartperf-4.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstartperf/kstartperf-4.2.2.ebuild,v 1.1 2009/04/12 06:05:06 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstartperf/kstartperf-4.2.2.ebuild,v 1.2 2009/04/17 06:38:58 alexxy Exp $ EAPI="2" @@ -8,7 +8,7 @@ KMNAME="kdesdk" inherit kde4-meta DESCRIPTION="Messures starting performance of applications" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="debug" src_prepare() { |