diff options
author | 2011-07-14 10:25:21 +0000 | |
---|---|---|
committer | 2011-07-14 10:25:21 +0000 | |
commit | de7feabd0eb8d52aa488015cce7b59c1b4072905 (patch) | |
tree | 906247047f38d6130aaaa03af550ddc207260329 /kde-base | |
parent | x86 stable per bug 369909 (diff) | |
download | gentoo-2-de7feabd0eb8d52aa488015cce7b59c1b4072905.tar.gz gentoo-2-de7feabd0eb8d52aa488015cce7b59c1b4072905.tar.bz2 gentoo-2-de7feabd0eb8d52aa488015cce7b59c1b4072905.zip |
Revert last commit in 4.6.5, and put it in a revbump'd version
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kcalc/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kcalc/kcalc-4.6.5-r1.ebuild | 28 | ||||
-rw-r--r-- | kde-base/kcalc/kcalc-4.6.5.ebuild | 3 |
3 files changed, 36 insertions, 3 deletions
diff --git a/kde-base/kcalc/ChangeLog b/kde-base/kcalc/ChangeLog index 5cc63141aa20..d610fc62a464 100644 --- a/kde-base/kcalc/ChangeLog +++ b/kde-base/kcalc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kcalc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.181 2011/07/12 17:51:21 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.182 2011/07/14 10:25:21 tampakrap Exp $ + +*kcalc-4.6.5-r1 (14 Jul 2011) + + 14 Jul 2011; Theo Chatzimichos <tampakrap@gentoo.org> kcalc-4.6.5.ebuild, + +kcalc-4.6.5-r1.ebuild: + Revert last commit in 4.6.5, and put it in a revbump'd version 12 Jul 2011; Theo Chatzimichos <tampakrap@gentoo.org> kcalc-4.6.5.ebuild, +files/kcalc-4.6.5-fix-kbd-ui.patch: diff --git a/kde-base/kcalc/kcalc-4.6.5-r1.ebuild b/kde-base/kcalc/kcalc-4.6.5-r1.ebuild new file mode 100644 index 000000000000..3fa89b7c0513 --- /dev/null +++ b/kde-base/kcalc/kcalc-4.6.5-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-4.6.5-r1.ebuild,v 1.1 2011/07/14 10:25:21 tampakrap Exp $ + +EAPI=4 + +KDE_HANDBOOK="optional" +KMNAME="kdeutils" +CPPUNIT_REQUIRED="optional" +inherit kde4-meta + +DESCRIPTION="KDE calculator" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + dev-libs/gmp +" +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}"/${PN}-4.3.2-solaris-knumber_priv.patch + "${FILESDIR}"/${P}-fix-kbd-ui.patch +) + +src_test() { + LANG=C kde4-meta_src_test +} diff --git a/kde-base/kcalc/kcalc-4.6.5.ebuild b/kde-base/kcalc/kcalc-4.6.5.ebuild index 867e0ae8581d..07d5520e006a 100644 --- a/kde-base/kcalc/kcalc-4.6.5.ebuild +++ b/kde-base/kcalc/kcalc-4.6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-4.6.5.ebuild,v 1.2 2011/07/12 17:51:21 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-4.6.5.ebuild,v 1.3 2011/07/14 10:25:21 tampakrap Exp $ EAPI=4 @@ -20,7 +20,6 @@ RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${PN}-4.3.2-solaris-knumber_priv.patch - "${FILESDIR}"/${P}-fix-kbd-ui.patch ) src_test() { |