diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-09 11:31:33 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-09 11:31:33 +0000 |
commit | 88e434d9b94e7ed99863ecd4c9e46474bc7d6943 (patch) | |
tree | 45f71aa32c0dacbac18ff36e06524a928d885517 /kde-base/ktux | |
parent | old (diff) | |
download | historical-88e434d9b94e7ed99863ecd4c9e46474bc7d6943.tar.gz historical-88e434d9b94e7ed99863ecd4c9e46474bc7d6943.tar.bz2 historical-88e434d9b94e7ed99863ecd4c9e46474bc7d6943.zip |
rm 4.3.5 and 4.4.4
Package-Manager: portage-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.5.ebuild | 26 | ||||
-rw-r--r-- | kde-base/ktux/ktux-4.4.4.ebuild | 26 |
3 files changed, 5 insertions, 53 deletions
diff --git a/kde-base/ktux/ChangeLog b/kde-base/ktux/ChangeLog index 25e9972da7cd..23c5bcce2258 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.152 2010/08/09 09:41:55 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktux/ChangeLog,v 1.153 2010/08/09 11:30:20 scarabeus Exp $ + + 09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> -ktux-4.3.5.ebuild, + -ktux-4.4.4.ebuild: + rm 09 Aug 2010; Christian Faulhammer <fauli@gentoo.org> ktux-4.4.5.ebuild: x86 stable, bug 322791 diff --git a/kde-base/ktux/ktux-4.3.5.ebuild b/kde-base/ktux/ktux-4.3.5.ebuild deleted file mode 100644 index b2442258972c..000000000000 --- a/kde-base/ktux/ktux-4.3.5.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.5.ebuild,v 1.4 2010/06/21 15:53:07 scarabeus Exp $ - -EAPI="2" - -KMNAME="kdetoys" -inherit kde4-meta - -DESCRIPTION="KDE: screensaver featuring the Space-Faring Tux" -KEYWORDS="~alpha amd64 ~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.4.ebuild b/kde-base/ktux/ktux-4.4.4.ebuild deleted file mode 100644 index c69e5737df6f..000000000000 --- a/kde-base/ktux/ktux-4.4.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.4.4.ebuild,v 1.4 2010/06/28 00:00:00 fauli Exp $ - -EAPI="3" - -KMNAME="kdetoys" -inherit kde4-meta - -DESCRIPTION="KDE: screensaver featuring the Space-Faring Tux" -KEYWORDS="~alpha amd64 ~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 -} |