summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2008-03-11 00:07:10 +0000
committerWulf Krueger <philantrop@gentoo.org>2008-03-11 00:07:10 +0000
commit7d230fcd1e93cc9b3925ccc230cc470effb56dea (patch)
tree357908cfce1aa7466aefe4803c167bfd1cd69d63 /kde-base/ktux
parentAdded sys-apps/findutils to RDEPEND since find/xargs are used by the bootmisc... (diff)
downloadhistorical-7d230fcd1e93cc9b3925ccc230cc470effb56dea.tar.gz
historical-7d230fcd1e93cc9b3925ccc230cc470effb56dea.tar.bz2
historical-7d230fcd1e93cc9b3925ccc230cc470effb56dea.zip
Version bump to KDE 4.0.2.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'kde-base/ktux')
-rw-r--r--kde-base/ktux/ChangeLog7
-rw-r--r--kde-base/ktux/ktux-4.0.2.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/kde-base/ktux/ChangeLog b/kde-base/ktux/ChangeLog
index dbe1ffdb5d92..8e09a2b5eccd 100644
--- a/kde-base/ktux/ChangeLog
+++ b/kde-base/ktux/ChangeLog
@@ -1,6 +1,11 @@
# 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.78 2008/03/04 03:54:35 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ktux/ChangeLog,v 1.79 2008/03/10 23:57:19 philantrop Exp $
+
+*ktux-4.0.2 (10 Mar 2008)
+
+ 10 Mar 2008; Wulf C. Krueger <philantrop@gentoo.org> +ktux-4.0.2.ebuild:
+ Version bump to KDE 4.0.2
04 Mar 2008; Jeroen Roovers <jer@gentoo.org> ktux-3.5.8.ebuild,
ktux-3.5.9.ebuild, ktux-4.0.1.ebuild:
diff --git a/kde-base/ktux/ktux-4.0.2.ebuild b/kde-base/ktux/ktux-4.0.2.ebuild
new file mode 100644
index 000000000000..72abdf68bd9d
--- /dev/null
+++ b/kde-base/ktux/ktux-4.0.2.ebuild
@@ -0,0 +1,23 @@
+# 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
+}