diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-03 20:23:41 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-03 20:23:41 +0000 |
commit | 5c12bd9e9d3d4bd03101605067b2943e608454b9 (patch) | |
tree | cc18f60651e3a6615f57bca67e832d516ab8c8a0 /kde-base/kcalc | |
parent | Version bump KDE 4.4.3 (diff) | |
download | gentoo-2-5c12bd9e9d3d4bd03101605067b2943e608454b9.tar.gz gentoo-2-5c12bd9e9d3d4bd03101605067b2943e608454b9.tar.bz2 gentoo-2-5c12bd9e9d3d4bd03101605067b2943e608454b9.zip |
Version bump KDE 4.4.3
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kcalc')
-rw-r--r-- | kde-base/kcalc/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kcalc/kcalc-4.4.3.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/kde-base/kcalc/ChangeLog b/kde-base/kcalc/ChangeLog index 16f92e068e04..e52643b282ab 100644 --- a/kde-base/kcalc/ChangeLog +++ b/kde-base/kcalc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kcalc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.148 2010/03/31 22:09:51 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.149 2010/05/03 20:23:41 alexxy Exp $ + +*kcalc-4.4.3 (03 May 2010) + + 03 May 2010; Alexey Shvetsov <alexxy@gentoo.org> +kcalc-4.4.3.ebuild: + Version bump 31 Mar 2010; Dror Levin <spatz@gentoo.org> -kcalc-4.3.4.ebuild, -kcalc-4.4.0.ebuild: diff --git a/kde-base/kcalc/kcalc-4.4.3.ebuild b/kde-base/kcalc/kcalc-4.4.3.ebuild new file mode 100644 index 000000000000..0dcd82acdd36 --- /dev/null +++ b/kde-base/kcalc/kcalc-4.4.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-4.4.3.ebuild,v 1.1 2010/05/03 20:23:41 alexxy Exp $ + +EAPI="3" + +KMNAME="kdeutils" +CPPUNIT_REQUIRED="optional" +inherit kde4-meta + +DESCRIPTION="KDE calculator" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" + +DEPEND=" + dev-libs/gmp +" +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}"/${PN}-4.3.2-solaris-knumber_priv.patch +) |