diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-16 00:24:54 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-16 00:24:54 +0000 |
commit | 069fc3017613f3d462cf871fb89283d6c0bef6d5 (patch) | |
tree | 782296571bf64b0ab07ce351c944902ad1eaa0bb /kde-base/kstars | |
parent | Added KDE 4.0.4 version of ksquares. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | historical-069fc3017613f3d462cf871fb89283d6c0bef6d5.tar.gz historical-069fc3017613f3d462cf871fb89283d6c0bef6d5.tar.bz2 historical-069fc3017613f3d462cf871fb89283d6c0bef6d5.zip |
Added KDE 4.0.4 version of kstars. Thanks to Jorge Manuel B. S. Vicetto.
Package-Manager: portage-2.1.5
Diffstat (limited to 'kde-base/kstars')
-rw-r--r-- | kde-base/kstars/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kstars/kstars-4.0.4.ebuild | 37 |
2 files changed, 43 insertions, 1 deletions
diff --git a/kde-base/kstars/ChangeLog b/kde-base/kstars/ChangeLog index d8b57261a2f6..a4aa4ef84334 100644 --- a/kde-base/kstars/ChangeLog +++ b/kde-base/kstars/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kstars # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.95 2008/05/15 06:11:20 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.96 2008/05/16 00:24:54 ingmar Exp $ + +*kstars-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> +kstars-4.0.4.ebuild: + Added KDE 4.0.4 version of kstars. Thanks to Jorge Manuel B. S. Vicetto. 15 May 2008; Markus Rothe <corsair@gentoo.org> kstars-3.5.9.ebuild: Stable on ppc64; bug #221063 diff --git a/kde-base/kstars/kstars-4.0.4.ebuild b/kde-base/kstars/kstars-4.0.4.ebuild new file mode 100644 index 000000000000..d68dae53202a --- /dev/null +++ b/kde-base/kstars/kstars-4.0.4.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/kstars-4.0.4.ebuild,v 1.1 2008/05/16 00:24:54 ingmar Exp $ + +EAPI="1" + +KMNAME=kdeedu +inherit kde4-meta + +DESCRIPTION="KDE Desktop Planetarium" +KEYWORDS="~amd64 ~x86" +IUSE="debug fits htmlhandbook nova sbig usb" + +DEPEND=">=kde-base/libkdeedu-${PV}:${SLOT} + fits? ( sci-libs/cfitsio ) + nova? ( >=sci-libs/libnova-0.12.1 ) + sbig? ( sci-libs/indilib + usb? ( dev-libs/libusb ) )" +RDEPEND="${DEPEND}" + +src_compile() { + epatch "${FILESDIR}/${PN}-4.0.0-destdir.patch" + + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with fits CFitsio) + $(cmake-utils_use_with nova Nova) + $(cmake-utils_use_with sbig SBIG) + $(cmake-utils_use_with usb USB)" + + kde4-meta_src_compile + + # FIXME Unhandled arguments - added sbig but not sure about use descriptions or flag names... + # WITH_SBIG - Switch which controls the detection of the proprietary and binary only SBIG CCD universal library. No ebuild for this package + # are available at the moment. + # ssh_tunnel -> INDI Server binds locally. Remote clients may only connect + # via SSH Tunneling. +} |