diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-03 21:18:42 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-03 21:18:42 +0000 |
commit | 253925b295f68841c00b9a7c2d5cf46f1f060263 (patch) | |
tree | 08e57a33f01d973cf1230be213e0c12df551d530 | |
parent | [kde-base] Drop KDE SC 4.4.1 (diff) | |
download | gentoo-2-253925b295f68841c00b9a7c2d5cf46f1f060263.tar.gz gentoo-2-253925b295f68841c00b9a7c2d5cf46f1f060263.tar.bz2 gentoo-2-253925b295f68841c00b9a7c2d5cf46f1f060263.zip |
Version bump KDE 4.4.3
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
-rw-r--r-- | kde-base/kstars/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kstars/kstars-4.4.3.ebuild | 31 |
2 files changed, 37 insertions, 1 deletions
diff --git a/kde-base/kstars/ChangeLog b/kde-base/kstars/ChangeLog index 2967a1015c76..68443ad12a92 100644 --- a/kde-base/kstars/ChangeLog +++ b/kde-base/kstars/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kstars # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.159 2010/03/31 23:06:50 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.160 2010/05/03 21:18:42 alexxy Exp $ + +*kstars-4.4.3 (03 May 2010) + + 03 May 2010; Alexey Shvetsov <alexxy@gentoo.org> +kstars-4.4.3.ebuild: + Version bump 31 Mar 2010; Dror Levin <spatz@gentoo.org> -kstars-4.3.4.ebuild, -kstars-4.4.0.ebuild: diff --git a/kde-base/kstars/kstars-4.4.3.ebuild b/kde-base/kstars/kstars-4.4.3.ebuild new file mode 100644 index 000000000000..ee7fc7b65a65 --- /dev/null +++ b/kde-base/kstars/kstars-4.4.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/kstars-4.4.3.ebuild,v 1.1 2010/05/03 21:18:42 alexxy Exp $ +EAPI="3" + +KMNAME="kdeedu" +inherit kde4-meta + +DESCRIPTION="KDE Desktop Planetarium" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug fits +handbook indi" + +DEPEND=" + $(add_kdebase_dep libkdeedu) + fits? ( >=sci-libs/cfitsio-0.390 ) + indi? ( >=sci-libs/indilib-0.6[fits?] ) +" +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}"/${PN}-4.3.80-solaris.patch +) + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with fits CFitsio) + $(cmake-utils_use_with indi) + ) + + kde4-meta_src_configure +} |