diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-02-19 23:34:17 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-02-19 23:34:17 +0000 |
commit | 0eb7df51bd9d9e0e412d35f268594eb44ff999ca (patch) | |
tree | 8fb32c91392cbbbb06fd8876635e213c5b9d63da /kde-base | |
parent | Drop stale kde 4.1.4 ebuilds (diff) | |
download | gentoo-2-0eb7df51bd9d9e0e412d35f268594eb44ff999ca.tar.gz gentoo-2-0eb7df51bd9d9e0e412d35f268594eb44ff999ca.tar.bz2 gentoo-2-0eb7df51bd9d9e0e412d35f268594eb44ff999ca.zip |
Drop stale kde 4.1.4 ebuilds
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kstars/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kstars/kstars-4.1.4.ebuild | 48 |
2 files changed, 4 insertions, 49 deletions
diff --git a/kde-base/kstars/ChangeLog b/kde-base/kstars/ChangeLog index 2fbb50e3a5c1..da24df97584b 100644 --- a/kde-base/kstars/ChangeLog +++ b/kde-base/kstars/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kstars # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.110 2009/02/01 07:59:25 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.111 2009/02/19 23:34:17 alexxy Exp $ + + 19 Feb 2009; Alexey Shvetsov <alexxy@gentoo.org> -kstars-4.1.4.ebuild: + Drop stale kde 4.1.4 01 Feb 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> kstars-4.2.0.ebuild: diff --git a/kde-base/kstars/kstars-4.1.4.ebuild b/kde-base/kstars/kstars-4.1.4.ebuild deleted file mode 100644 index ad269f411977..000000000000 --- a/kde-base/kstars/kstars-4.1.4.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/kstars-4.1.4.ebuild,v 1.1 2009/01/13 22:51:57 alexxy Exp $ - -EAPI="2" - -KMNAME=kdeedu -inherit kde4-meta flag-o-matic toolchain-funcs - -DESCRIPTION="KDE Desktop Planetarium" -KEYWORDS="~amd64 ~ppc ~ppc64 ~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}" - -PATCHES=("${FILESDIR}/${PN}-4.1.0-destdir.patch") - -src_unpack() { - [[ $(tc-arch) == "ppc64" ]] && append-flags -mminimal-toc #241900 - - kde4-meta_src_unpack -} - -src_configure() { - 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)" - - sed -i -e "s:add_subdirectory(cmake):#dontwantit:g" CMakeLists.txt \ - || die "disabling cmake includes failed" - sed -i -e "s:add_subdirectory( cmake ):#dontwantit:g" CMakeLists.txt \ - || die "disabling cmake includes failed" - - kde4-meta_src_configure - - # 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. -} |