summaryrefslogtreecommitdiff
path: root/kde-base/kdeutils-meta
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2012-06-08 13:36:32 +0000
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2012-06-08 13:43:12 +0000
commit61d201678cbf3441c118ced7ea32c18b3af0e9b0 (patch)
treebbaf12a8edfb7519efce001a938e6e9752602e48 /kde-base/kdeutils-meta
parent6abd0dce1211f8beeaa1fb61b88edfede77be409 (diff)
downloadkde-61d201678cbf3441c118ced7ea32c18b3af0e9b0.tar.gz
kde-61d201678cbf3441c118ced7ea32c18b3af0e9b0.tar.bz2
kde-61d201678cbf3441c118ced7ea32c18b3af0e9b0.zip
[kde-4.8.4] Version bump
Diffstat (limited to 'kde-base/kdeutils-meta')
-rw-r--r--kde-base/kdeutils-meta/kdeutils-meta-4.8.4.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/kde-base/kdeutils-meta/kdeutils-meta-4.8.4.ebuild b/kde-base/kdeutils-meta/kdeutils-meta-4.8.4.ebuild
new file mode 100644
index 00000000000..0442288a549
--- /dev/null
+++ b/kde-base/kdeutils-meta/kdeutils-meta-4.8.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+inherit kde4-meta-pkg
+
+DESCRIPTION="kdeutils - merge this to pull in all kdeutils-derived packages"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="cups floppy"
+
+RDEPEND="
+ $(add_kdebase_dep ark)
+ $(add_kdebase_dep filelight)
+ $(add_kdebase_dep kcalc)
+ $(add_kdebase_dep kcharselect)
+ $(add_kdebase_dep kdf)
+ $(add_kdebase_dep kgpg)
+ $(add_kdebase_dep kremotecontrol)
+ $(add_kdebase_dep ktimer)
+ $(add_kdebase_dep kwallet)
+ $(add_kdebase_dep superkaramba)
+ $(add_kdebase_dep sweeper)
+ cups? ( $(add_kdebase_dep printer-applet) )
+ floppy? ( $(add_kdebase_dep kfloppy) )
+"