diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-11 23:13:44 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-11 23:13:44 +0000 |
commit | 51f79cca15de128283004cf618643f69e25260a2 (patch) | |
tree | 10baede081c8fad40c164e4ba80179b37647db8c /kde-base/kig | |
parent | Add KDE 4.2.2 (diff) | |
download | gentoo-2-51f79cca15de128283004cf618643f69e25260a2.tar.gz gentoo-2-51f79cca15de128283004cf618643f69e25260a2.tar.bz2 gentoo-2-51f79cca15de128283004cf618643f69e25260a2.zip |
Add KDE 4.2.2
(Portage version: 2.2_rc29/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kig')
-rw-r--r-- | kde-base/kig/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kig/kig-4.2.2.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/kde-base/kig/ChangeLog b/kde-base/kig/ChangeLog index 5187284a812b..76f80c55b63e 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.113 2009/04/11 17:39:03 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kig/ChangeLog,v 1.114 2009/04/11 23:13:44 alexxy Exp $ + +*kig-4.2.2 (11 Apr 2009) + + 11 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> +kig-4.2.2.ebuild: + Add KDE 4.2.2 11 Apr 2009; Raúl Porcel <armin76@gentoo.org> kig-4.2.1.ebuild: Add ~alpha/~ia64 wrt #260777 diff --git a/kde-base/kig/kig-4.2.2.ebuild b/kde-base/kig/kig-4.2.2.ebuild new file mode 100644 index 000000000000..9d59ef88100f --- /dev/null +++ b/kde-base/kig/kig-4.2.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.2.2.ebuild,v 1.1 2009/04/11 23:13:44 alexxy Exp $ + +EAPI="2" + +KMNAME="kdeedu" +inherit kde4-meta + +DESCRIPTION="KDE Interactive Geometry tool" +KEYWORDS="~alpha ~amd64 ~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 +} |