summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Heinlein <keytoaster@gentoo.org>2008-06-07 15:19:44 +0000
committerTobias Heinlein <keytoaster@gentoo.org>2008-06-07 15:19:44 +0000
commit279f6be9ba9e143885308d10a5bd8b54aacdb956 (patch)
treeb6013758758334c41818392a95e41b513adcb48c /kde-base/kstars
parentRemoved old versions. (diff)
downloadgentoo-2-279f6be9ba9e143885308d10a5bd8b54aacdb956.tar.gz
gentoo-2-279f6be9ba9e143885308d10a5bd8b54aacdb956.tar.bz2
gentoo-2-279f6be9ba9e143885308d10a5bd8b54aacdb956.zip
Removed old versions.
(Portage version: 2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+)
Diffstat (limited to 'kde-base/kstars')
-rw-r--r--kde-base/kstars/ChangeLog6
-rw-r--r--kde-base/kstars/kstars-3.5.8.ebuild26
-rw-r--r--kde-base/kstars/kstars-4.0.2.ebuild37
-rw-r--r--kde-base/kstars/kstars-4.0.3.ebuild37
4 files changed, 5 insertions, 101 deletions
diff --git a/kde-base/kstars/ChangeLog b/kde-base/kstars/ChangeLog
index f24377ec2c40..d1003b08f3ed 100644
--- a/kde-base/kstars/ChangeLog
+++ b/kde-base/kstars/ChangeLog
@@ -1,6 +1,10 @@
# 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.98 2008/06/05 22:21:16 keytoaster Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.99 2008/06/07 15:19:44 keytoaster Exp $
+
+ 07 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> -kstars-3.5.8.ebuild,
+ -kstars-4.0.2.ebuild, -kstars-4.0.3.ebuild:
+ Removed old versions.
*kstars-4.0.5 (05 Jun 2008)
diff --git a/kde-base/kstars/kstars-3.5.8.ebuild b/kde-base/kstars/kstars-3.5.8.ebuild
deleted file mode 100644
index feac6ec29492..000000000000
--- a/kde-base/kstars/kstars-3.5.8.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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-3.5.8.ebuild,v 1.7 2008/03/04 03:40:26 jer Exp $
-KMNAME=kdeedu
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta
-
-DESCRIPTION="KDE Desktop Planetarium"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdeedu)"
-
-RDEPEND="${DEPEND}"
-
-KMEXTRACTONLY="libkdeedu/extdate
- libkdeedu/kdeeduplot
- libkdeedu/kdeeduui"
-KMCOPYLIB="libextdate libkdeedu/extdate
- libkdeeduplot libkdeedu/kdeeduplot
- libkdeeduui libkdeedu/kdeeduui"
-
-src_unpack () {
- kde-meta_src_unpack
- cd "${S}"
-}
diff --git a/kde-base/kstars/kstars-4.0.2.ebuild b/kde-base/kstars/kstars-4.0.2.ebuild
deleted file mode 100644
index b2c73b13c295..000000000000
--- a/kde-base/kstars/kstars-4.0.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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.2.ebuild,v 1.1 2008/03/10 23:53:19 philantrop 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.
-}
diff --git a/kde-base/kstars/kstars-4.0.3.ebuild b/kde-base/kstars/kstars-4.0.3.ebuild
deleted file mode 100644
index 75ee047caae5..000000000000
--- a/kde-base/kstars/kstars-4.0.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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.3.ebuild,v 1.1 2008/04/03 21:29:50 philantrop 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.
-}