summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2010-05-03 22:07:08 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2010-05-03 22:07:08 +0000
commita5ca8693c95c41f11ee8d2bd44f124bd9cce7656 (patch)
tree407fbc749dadbed954c46d61bacecdfb6ad4da0e /kde-base/ktux
parent[kde-base] Drop KDE SC 4.4.1 (diff)
downloadgentoo-2-a5ca8693c95c41f11ee8d2bd44f124bd9cce7656.tar.gz
gentoo-2-a5ca8693c95c41f11ee8d2bd44f124bd9cce7656.tar.bz2
gentoo-2-a5ca8693c95c41f11ee8d2bd44f124bd9cce7656.zip
[kde-base] Drop KDE SC 4.4.1
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/ktux')
-rw-r--r--kde-base/ktux/ChangeLog5
-rw-r--r--kde-base/ktux/ktux-4.4.1.ebuild26
2 files changed, 4 insertions, 27 deletions
diff --git a/kde-base/ktux/ChangeLog b/kde-base/ktux/ChangeLog
index 71d680323983..72299bbbb886 100644
--- a/kde-base/ktux/ChangeLog
+++ b/kde-base/ktux/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/ktux
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ktux/ChangeLog,v 1.143 2010/05/03 21:25:58 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ktux/ChangeLog,v 1.144 2010/05/03 22:07:08 alexxy Exp $
+
+ 03 May 2010; Alexey Shvetsov <alexxy@gentoo.org> -ktux-4.4.1.ebuild:
+ Drop KDE SC 4.4.1
*ktux-4.4.3 (03 May 2010)
diff --git a/kde-base/ktux/ktux-4.4.1.ebuild b/kde-base/ktux/ktux-4.4.1.ebuild
deleted file mode 100644
index 27f246501db7..000000000000
--- a/kde-base/ktux/ktux-4.4.1.ebuild
+++ /dev/null
@@ -1,26 +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/ktux/ktux-4.4.1.ebuild,v 1.1 2010/03/02 18:59:08 tampakrap Exp $
-
-EAPI="3"
-
-KMNAME="kdetoys"
-inherit kde4-meta
-
-DESCRIPTION="KDE: screensaver featuring the Space-Faring Tux"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-# libkworkspace - only as a stub to provide KDE4Workspace config
-DEPEND="
- $(add_kdebase_dep kscreensaver)
- $(add_kdebase_dep libkworkspace)
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- sed -i -e's/${KDE4WORKSPACE_KSCREENSAVER_LIBRARY}/kscreensaver/' \
- "${PN}"/CMakeLists.txt || die "Failed to patch CMakeLists.txt"
-
- kde4-meta_src_prepare
-}