summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-08-07 11:05:11 +0000
committerJohannes Huber <johu@gentoo.org>2012-08-07 11:05:11 +0000
commit4a4381d8692fbe3a8fc31fa5e386f0914bb304a0 (patch)
treeabf20b1296f6fb4d1cce873f4c7320543eb53ab0 /kde-base/kdebase-runtime-meta
parentStable arm, bug #428900 (diff)
downloadhistorical-4a4381d8692fbe3a8fc31fa5e386f0914bb304a0.tar.gz
historical-4a4381d8692fbe3a8fc31fa5e386f0914bb304a0.tar.bz2
historical-4a4381d8692fbe3a8fc31fa5e386f0914bb304a0.zip
Version bump KDE SC 4.8.5
Package-Manager: portage-2.2.0_alpha120/cvs/Linux i686
Diffstat (limited to 'kde-base/kdebase-runtime-meta')
-rw-r--r--kde-base/kdebase-runtime-meta/ChangeLog8
-rw-r--r--kde-base/kdebase-runtime-meta/kdebase-runtime-meta-4.8.5.ebuild47
2 files changed, 54 insertions, 1 deletions
diff --git a/kde-base/kdebase-runtime-meta/ChangeLog b/kde-base/kdebase-runtime-meta/ChangeLog
index e1896bb0e37e..11c273185d98 100644
--- a/kde-base/kdebase-runtime-meta/ChangeLog
+++ b/kde-base/kdebase-runtime-meta/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kdebase-runtime-meta
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-runtime-meta/ChangeLog,v 1.81 2012/08/01 22:17:36 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-runtime-meta/ChangeLog,v 1.82 2012/08/07 11:05:10 johu Exp $
+
+*kdebase-runtime-meta-4.8.5 (07 Aug 2012)
+
+ 07 Aug 2012; Johannes Huber <johu@gentoo.org>
+ +kdebase-runtime-meta-4.8.5.ebuild:
+ Version bump KDE SC 4.8.5
*kdebase-runtime-meta-4.9.0 (01 Aug 2012)
diff --git a/kde-base/kdebase-runtime-meta/kdebase-runtime-meta-4.8.5.ebuild b/kde-base/kdebase-runtime-meta/kdebase-runtime-meta-4.8.5.ebuild
new file mode 100644
index 000000000000..d5ff1f100d2f
--- /dev/null
+++ b/kde-base/kdebase-runtime-meta/kdebase-runtime-meta-4.8.5.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-runtime-meta/kdebase-runtime-meta-4.8.5.ebuild,v 1.1 2012/08/07 11:05:10 johu Exp $
+
+EAPI=4
+inherit kde4-meta-pkg
+
+DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="+handbook semantic-desktop"
+
+RDEPEND="
+ $(add_kdebase_dep attica)
+ $(add_kdebase_dep drkonqi)
+ $(add_kdebase_dep kcmshell)
+ $(add_kdebase_dep kcontrol)
+ $(add_kdebase_dep kdebase-data)
+ $(add_kdebase_dep kdebase-desktoptheme)
+ $(add_kdebase_dep kdebase-kioslaves)
+ $(add_kdebase_dep kdebase-menu)
+ $(add_kdebase_dep kdebase-menu-icons)
+ $(add_kdebase_dep kdebugdialog)
+ $(add_kdebase_dep kdesu)
+ $(add_kdebase_dep kdontchangethehostname)
+ $(add_kdebase_dep keditfiletype)
+ $(add_kdebase_dep kfile)
+ $(add_kdebase_dep kglobalaccel)
+ $(add_kdebase_dep kiconfinder)
+ $(add_kdebase_dep kioclient)
+ $(add_kdebase_dep kmimetypefinder)
+ $(add_kdebase_dep knetattach)
+ $(add_kdebase_dep knewstuff)
+ $(add_kdebase_dep kpasswdserver)
+ $(add_kdebase_dep kquitapp)
+ $(add_kdebase_dep kstart)
+ $(add_kdebase_dep ktimezoned)
+ $(add_kdebase_dep ktraderclient)
+ $(add_kdebase_dep kuiserver)
+ $(add_kdebase_dep kurifilter-plugins)
+ $(add_kdebase_dep kwallet)
+ $(add_kdebase_dep kwalletd)
+ $(add_kdebase_dep plasma-runtime)
+ $(add_kdebase_dep renamedlg-plugins)
+ $(add_kdebase_dep solid-runtime)
+ handbook? ( $(add_kdebase_dep khelpcenter) )
+ semantic-desktop? ( $(add_kdebase_dep nepomuk) )
+"