diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:16:18 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:16:18 +0000 |
commit | e3a74411fb835e6450fa94cdb2585ee66902365f (patch) | |
tree | 685e3d813a7b0ca0c2cf6cd84bc3788b2c1cc714 /kde-base/kig | |
parent | [kde-base/kdeartwork-colorschemes] Version bump to KDE SC 4.4.0 (diff) | |
download | historical-e3a74411fb835e6450fa94cdb2585ee66902365f.tar.gz historical-e3a74411fb835e6450fa94cdb2585ee66902365f.tar.bz2 historical-e3a74411fb835e6450fa94cdb2585ee66902365f.zip |
[kde-base/kig] Version bump to KDE SC 4.4.0
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'kde-base/kig')
-rw-r--r-- | kde-base/kig/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kig/kig-4.4.0.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/kde-base/kig/ChangeLog b/kde-base/kig/ChangeLog index c1a38b42a05b..a58833c92ca1 100644 --- a/kde-base/kig/ChangeLog +++ b/kde-base/kig/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kig # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kig/ChangeLog,v 1.149 2010/01/25 16:01:06 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kig/ChangeLog,v 1.150 2010/02/09 00:16:17 alexxy Exp $ + +*kig-4.4.0 (08 Feb 2010) + + 08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +kig-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *kig-4.3.5 (25 Jan 2010) diff --git a/kde-base/kig/kig-4.4.0.ebuild b/kde-base/kig/kig-4.4.0.ebuild new file mode 100644 index 000000000000..5b5ebbbd919b --- /dev/null +++ b/kde-base/kig/kig-4.4.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kig/kig-4.4.0.ebuild,v 1.1 2010/02/09 00:16:17 alexxy Exp $ + +EAPI="2" + +KMNAME="kdeedu" +inherit kde4-meta + +DESCRIPTION="KDE Interactive Geometry tool" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook kig-scripting" + +DEPEND=" + kig-scripting? ( >=dev-libs/boost-1.32 ) +" +RDEPEND="${DEPEND}" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with kig-scripting BoostPython) + ) + + kde4-meta_src_configure +} |