summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDror Levin <spatz@gentoo.org>2010-03-31 23:06:50 +0000
committerDror Levin <spatz@gentoo.org>2010-03-31 23:06:50 +0000
commit82bc988c1ee300c1e5e6b8fb1cee5c480bcb0147 (patch)
treebd18537eb1c41500b43fcc608205533feb890237 /kde-base/kstars
parentRemove old KDE versions. (diff)
downloadgentoo-2-82bc988c1ee300c1e5e6b8fb1cee5c480bcb0147.tar.gz
gentoo-2-82bc988c1ee300c1e5e6b8fb1cee5c480bcb0147.tar.bz2
gentoo-2-82bc988c1ee300c1e5e6b8fb1cee5c480bcb0147.zip
Remove old KDE versions.
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kstars')
-rw-r--r--kde-base/kstars/ChangeLog6
-rw-r--r--kde-base/kstars/kstars-4.3.4.ebuild31
-rw-r--r--kde-base/kstars/kstars-4.4.0.ebuild31
3 files changed, 5 insertions, 63 deletions
diff --git a/kde-base/kstars/ChangeLog b/kde-base/kstars/ChangeLog
index 48a2be8ef8c2..2967a1015c76 100644
--- a/kde-base/kstars/ChangeLog
+++ b/kde-base/kstars/ChangeLog
@@ -1,6 +1,10 @@
# 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.158 2010/03/30 21:36:18 spatz Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.159 2010/03/31 23:06:50 spatz Exp $
+
+ 31 Mar 2010; Dror Levin <spatz@gentoo.org> -kstars-4.3.4.ebuild,
+ -kstars-4.4.0.ebuild:
+ Remove old KDE versions.
*kstars-4.4.2 (30 Mar 2010)
diff --git a/kde-base/kstars/kstars-4.3.4.ebuild b/kde-base/kstars/kstars-4.3.4.ebuild
deleted file mode 100644
index f743040d57d7..000000000000
--- a/kde-base/kstars/kstars-4.3.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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.3.4.ebuild,v 1.3 2010/01/23 06:54:20 abcd Exp $
-EAPI="2"
-
-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.2-solaris.patch
-)
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with fits CFitsio)
- $(cmake-utils_use_with indi)
- )
-
- kde4-meta_src_configure
-}
diff --git a/kde-base/kstars/kstars-4.4.0.ebuild b/kde-base/kstars/kstars-4.4.0.ebuild
deleted file mode 100644
index 9a12e8d52d8c..000000000000
--- a/kde-base/kstars/kstars-4.4.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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.0.ebuild,v 1.1 2010/02/09 00:23:26 alexxy Exp $
-EAPI="2"
-
-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
-}