summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-10-06 19:33:09 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-10-06 19:33:09 +0000
commit69dda20471ee8558935020c7a7bc41dc42be42da (patch)
treecdb2fd396b0e84c9e2f494325be9bd0f478e2284 /kde-base/kig
parentVersion bump KDE 4.3.2 (diff)
downloadgentoo-2-69dda20471ee8558935020c7a7bc41dc42be42da.tar.gz
gentoo-2-69dda20471ee8558935020c7a7bc41dc42be42da.tar.bz2
gentoo-2-69dda20471ee8558935020c7a7bc41dc42be42da.zip
Version bump KDE 4.3.2
(Portage version: 2.2_rc44/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kig')
-rw-r--r--kde-base/kig/ChangeLog7
-rw-r--r--kde-base/kig/kig-4.3.2.ebuild24
2 files changed, 30 insertions, 1 deletions
diff --git a/kde-base/kig/ChangeLog b/kde-base/kig/ChangeLog
index 9b5ec8aac67c..335cf2b4afd6 100644
--- a/kde-base/kig/ChangeLog
+++ b/kde-base/kig/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kig
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kig/ChangeLog,v 1.130 2009/09/01 15:30:37 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kig/ChangeLog,v 1.131 2009/10/06 19:33:09 alexxy Exp $
+
+*kig-4.3.2 (06 Oct 2009)
+
+ 06 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> +kig-4.3.2.ebuild:
+ Version bump
*kig-4.3.1 (01 Sep 2009)
diff --git a/kde-base/kig/kig-4.3.2.ebuild b/kde-base/kig/kig-4.3.2.ebuild
new file mode 100644
index 000000000000..657bab05e0c1
--- /dev/null
+++ b/kde-base/kig/kig-4.3.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kig/kig-4.3.2.ebuild,v 1.1 2009/10/06 19:33:09 alexxy Exp $
+
+EAPI="2"
+
+KMNAME="kdeedu"
+inherit kde4-meta
+
+DESCRIPTION="KDE Interactive Geometry tool"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="debug +handbook kig-scripting"
+
+DEPEND="
+ kig-scripting? ( >=dev-libs/boost-1.32 )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ mycmakeargs="${mycmakeargs}
+ $(cmake-utils_use_with kig-scripting BoostPython)"
+
+ kde4-meta_src_configure
+}