summaryrefslogtreecommitdiff
path: root/kde-base/kdeutils-meta/kdeutils-meta-4.12.49.9999.ebuild
diff options
context:
space:
mode:
authorChris Reffett <creffett@gentoo.org>2013-12-02 23:55:12 -0500
committerChris Reffett <creffett@gentoo.org>2013-12-02 23:55:12 -0500
commit27088417b0b801d7cd3386c83ab22b5972865acd (patch)
tree3ca5b628562a8e1486705ac71422711b0e15857f /kde-base/kdeutils-meta/kdeutils-meta-4.12.49.9999.ebuild
parent9cb3b4251f56bad780e1c6644c5de9f8549c2232 (diff)
downloadkde-27088417b0b801d7cd3386c83ab22b5972865acd.tar.gz
kde-27088417b0b801d7cd3386c83ab22b5972865acd.tar.bz2
kde-27088417b0b801d7cd3386c83ab22b5972865acd.zip
[kde-base] Add KDE 4.12 Git branch
Diffstat (limited to 'kde-base/kdeutils-meta/kdeutils-meta-4.12.49.9999.ebuild')
-rw-r--r--kde-base/kdeutils-meta/kdeutils-meta-4.12.49.9999.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/kde-base/kdeutils-meta/kdeutils-meta-4.12.49.9999.ebuild b/kde-base/kdeutils-meta/kdeutils-meta-4.12.49.9999.ebuild
new file mode 100644
index 00000000000..b074b4051ba
--- /dev/null
+++ b/kde-base/kdeutils-meta/kdeutils-meta-4.12.49.9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+inherit kde4-meta-pkg
+
+DESCRIPTION="kdeutils - merge this to pull in all kdeutils-derived packages"
+HOMEPAGE="http://www.kde.org/applications/utilities http://utils.kde.org"
+KEYWORDS=""
+IUSE="cups floppy lirc"
+
+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 ktimer)
+ $(add_kdebase_dep kwallet)
+ $(add_kdebase_dep superkaramba)
+ $(add_kdebase_dep sweeper)
+ cups? ( $(add_kdebase_dep print-manager) )
+ floppy? ( $(add_kdebase_dep kfloppy) )
+ lirc? ( $(add_kdebase_dep kremotecontrol) )
+"