diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 11:29:04 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 11:29:04 +0000 |
commit | 11508c3eec3c538eb2cf6c8655be77d697955ff0 (patch) | |
tree | a74334e92f135002f72d6cef2eaa907fccd29069 /kde-base/ktux | |
parent | missing die.. (diff) | |
download | historical-11508c3eec3c538eb2cf6c8655be77d697955ff0.tar.gz historical-11508c3eec3c538eb2cf6c8655be77d697955ff0.tar.bz2 historical-11508c3eec3c538eb2cf6c8655be77d697955ff0.zip |
Removed old versions.
Package-Manager: portage-2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
Diffstat (limited to 'kde-base/ktux')
-rw-r--r-- | kde-base/ktux/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/ktux/ktux-3.5.8.ebuild | 13 | ||||
-rw-r--r-- | kde-base/ktux/ktux-4.0.2.ebuild | 23 | ||||
-rw-r--r-- | kde-base/ktux/ktux-4.0.3.ebuild | 23 |
4 files changed, 5 insertions, 60 deletions
diff --git a/kde-base/ktux/ChangeLog b/kde-base/ktux/ChangeLog index bd801588be4a..fad446d2a35a 100644 --- a/kde-base/ktux/ChangeLog +++ b/kde-base/ktux/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/ktux # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktux/ChangeLog,v 1.88 2008/06/05 22:30:00 keytoaster Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktux/ChangeLog,v 1.89 2008/06/07 11:12:49 keytoaster Exp $ + + 07 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> -ktux-3.5.8.ebuild, + -ktux-4.0.2.ebuild, -ktux-4.0.3.ebuild: + Removed old versions. *ktux-4.0.5 (05 Jun 2008) diff --git a/kde-base/ktux/ktux-3.5.8.ebuild b/kde-base/ktux/ktux-3.5.8.ebuild deleted file mode 100644 index 6bf226cc6762..000000000000 --- a/kde-base/ktux/ktux-3.5.8.ebuild +++ /dev/null @@ -1,13 +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/ktux/ktux-3.5.8.ebuild,v 1.7 2008/03/04 03:54:35 jer Exp $ - -KMNAME=kdetoys -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta - -DESCRIPTION="KDE: screensaver featuring the Space-Faring Tux" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="kdehiddenvisibility" -DEPEND="" diff --git a/kde-base/ktux/ktux-4.0.2.ebuild b/kde-base/ktux/ktux-4.0.2.ebuild deleted file mode 100644 index 72abdf68bd9d..000000000000 --- a/kde-base/ktux/ktux-4.0.2.ebuild +++ /dev/null @@ -1,23 +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/ktux/ktux-4.0.2.ebuild,v 1.1 2008/03/10 23:57:19 philantrop Exp $ - -EAPI="1" - -KMNAME=kdetoys -inherit kde4-meta - -DESCRIPTION="KDE: screensaver featuring the Space-Faring Tux" -KEYWORDS="~amd64 ~x86" -IUSE="debug kde" - -DEPEND=">=app-misc/strigi-0.5.7 - >=kde-base/kscreensaver-${PV}:${SLOT}" -RDEPEND="${DEPEND}" - -src_compile() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with kde Plasma)" - - kde4-base_src_compile -} diff --git a/kde-base/ktux/ktux-4.0.3.ebuild b/kde-base/ktux/ktux-4.0.3.ebuild deleted file mode 100644 index 156bce2c47f2..000000000000 --- a/kde-base/ktux/ktux-4.0.3.ebuild +++ /dev/null @@ -1,23 +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/ktux/ktux-4.0.3.ebuild,v 1.1 2008/04/03 21:35:57 philantrop Exp $ - -EAPI="1" - -KMNAME=kdetoys -inherit kde4-meta - -DESCRIPTION="KDE: screensaver featuring the Space-Faring Tux" -KEYWORDS="~amd64 ~x86" -IUSE="debug kde" - -DEPEND=">=app-misc/strigi-0.5.7 - >=kde-base/kscreensaver-${PV}:${SLOT}" -RDEPEND="${DEPEND}" - -src_compile() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with kde Plasma)" - - kde4-base_src_compile -} |