summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-05-06 23:29:35 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-05-06 23:29:35 +0000
commit522860924237af57a97b384bef6656bd830f05f8 (patch)
treee96bfc68333d4ec217e7d2a129b5e132bb85b01f /kde-base/kig
parentVersion bump KDE 4.2.3 (diff)
downloadgentoo-2-522860924237af57a97b384bef6656bd830f05f8.tar.gz
gentoo-2-522860924237af57a97b384bef6656bd830f05f8.tar.bz2
gentoo-2-522860924237af57a97b384bef6656bd830f05f8.zip
Version bump KDE 4.2.3
(Portage version: 2.2_rc31/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.2.3.ebuild24
2 files changed, 30 insertions, 1 deletions
diff --git a/kde-base/kig/ChangeLog b/kde-base/kig/ChangeLog
index af4f5bacad2a..84c6d29ca886 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.116 2009/04/17 06:18:41 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kig/ChangeLog,v 1.117 2009/05/06 23:29:35 scarabeus Exp $
+
+*kig-4.2.3 (06 May 2009)
+
+ 06 May 2009; Tomas Chvatal <scarabeus@gentoo.org> +kig-4.2.3.ebuild:
+ Version bump
17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> kig-4.2.2:
Restore ~hppa keywords
diff --git a/kde-base/kig/kig-4.2.3.ebuild b/kde-base/kig/kig-4.2.3.ebuild
new file mode 100644
index 000000000000..0ef5811811c4
--- /dev/null
+++ b/kde-base/kig/kig-4.2.3.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.2.3.ebuild,v 1.1 2009/05/06 23:29:35 scarabeus Exp $
+
+EAPI="2"
+
+KMNAME="kdeedu"
+inherit kde4-meta
+
+DESCRIPTION="KDE Interactive Geometry tool"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="debug doc 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
+}