diff options
author | Chris Reffett <creffett@gentoo.org> | 2014-01-10 04:22:20 +0000 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2014-01-10 04:22:20 +0000 |
commit | 803efb3b1f3061a26772f670a2e44a59efbf3f3f (patch) | |
tree | 82f2adcff5045d9821efd3318efe2cacf46c43ea /kde-base/ktux/ktux-4.11.5.ebuild | |
parent | 0.7.5 bump (diff) | |
download | gentoo-2-803efb3b1f3061a26772f670a2e44a59efbf3f3f.tar.gz gentoo-2-803efb3b1f3061a26772f670a2e44a59efbf3f3f.tar.bz2 gentoo-2-803efb3b1f3061a26772f670a2e44a59efbf3f3f.zip |
Bump KDE SC 4.11.5
(Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 42618354)
Diffstat (limited to 'kde-base/ktux/ktux-4.11.5.ebuild')
-rw-r--r-- | kde-base/ktux/ktux-4.11.5.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/kde-base/ktux/ktux-4.11.5.ebuild b/kde-base/ktux/ktux-4.11.5.ebuild new file mode 100644 index 000000000000..f5ec9c607b90 --- /dev/null +++ b/kde-base/ktux/ktux-4.11.5.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktux/ktux-4.11.5.ebuild,v 1.1 2014/01/10 04:22:20 creffett Exp $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="KDE: screensaver featuring the Space-Faring Tux" +HOMEPAGE+=" http://userbase.kde.org/KTux" +KEYWORDS=" ~amd64 ~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}" |