diff options
author | Dror Levin <spatz@gentoo.org> | 2010-03-31 23:13:17 +0000 |
---|---|---|
committer | Dror Levin <spatz@gentoo.org> | 2010-03-31 23:13:17 +0000 |
commit | b1aaf5a4b43239aaac5f4ccd45e1a4a73d23b9a2 (patch) | |
tree | 14418e612de3727d5438c939d1d0d030467c8aef /kde-base/ktux | |
parent | Remove old KDE versions. (diff) | |
download | gentoo-2-b1aaf5a4b43239aaac5f4ccd45e1a4a73d23b9a2.tar.gz gentoo-2-b1aaf5a4b43239aaac5f4ccd45e1a4a73d23b9a2.tar.bz2 gentoo-2-b1aaf5a4b43239aaac5f4ccd45e1a4a73d23b9a2.zip |
Remove old KDE versions.
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/ktux')
-rw-r--r-- | kde-base/ktux/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/ktux/ktux-4.3.4.ebuild | 26 | ||||
-rw-r--r-- | kde-base/ktux/ktux-4.4.0.ebuild | 26 |
3 files changed, 5 insertions, 53 deletions
diff --git a/kde-base/ktux/ChangeLog b/kde-base/ktux/ChangeLog index 42bad6afcbc8..f938820741f8 100644 --- a/kde-base/ktux/ChangeLog +++ b/kde-base/ktux/ChangeLog @@ -1,6 +1,10 @@ # 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.141 2010/03/30 21:44:30 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktux/ChangeLog,v 1.142 2010/03/31 23:13:17 spatz Exp $ + + 31 Mar 2010; Dror Levin <spatz@gentoo.org> -ktux-4.3.4.ebuild, + -ktux-4.4.0.ebuild: + Remove old KDE versions. *ktux-4.4.2 (30 Mar 2010) diff --git a/kde-base/ktux/ktux-4.3.4.ebuild b/kde-base/ktux/ktux-4.3.4.ebuild deleted file mode 100644 index 186494103244..000000000000 --- a/kde-base/ktux/ktux-4.3.4.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.3.4.ebuild,v 1.2 2010/01/23 03:15:13 abcd Exp $ - -EAPI="2" - -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 -} diff --git a/kde-base/ktux/ktux-4.4.0.ebuild b/kde-base/ktux/ktux-4.4.0.ebuild deleted file mode 100644 index 2326f89c802e..000000000000 --- a/kde-base/ktux/ktux-4.4.0.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.0.ebuild,v 1.1 2010/02/09 00:18:23 alexxy Exp $ - -EAPI="2" - -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 -} |