diff options
author | Johannes Huber <johu@gentoo.org> | 2013-07-02 16:48:19 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-07-02 16:48:19 +0000 |
commit | 02902daa78c7cf5f5386400ee0dafd0414609a10 (patch) | |
tree | 16905afe90080dedca0abd945f2f302b80b0b3e1 /kde-base/kdebase-runtime-meta | |
parent | Move `ln` update to the patch rather than sed-ing it after the fact #475334 b... (diff) | |
download | gentoo-2-02902daa78c7cf5f5386400ee0dafd0414609a10.tar.gz gentoo-2-02902daa78c7cf5f5386400ee0dafd0414609a10.tar.bz2 gentoo-2-02902daa78c7cf5f5386400ee0dafd0414609a10.zip |
Version bump KDE SC 4.10.5
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-base/kdebase-runtime-meta')
-rw-r--r-- | kde-base/kdebase-runtime-meta/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kdebase-runtime-meta/kdebase-runtime-meta-4.10.5.ebuild | 47 |
2 files changed, 54 insertions, 1 deletions
diff --git a/kde-base/kdebase-runtime-meta/ChangeLog b/kde-base/kdebase-runtime-meta/ChangeLog index 1320712a305e..51151ac5a316 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-runtime-meta/ChangeLog,v 1.131 2013/07/02 09:29:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-runtime-meta/ChangeLog,v 1.132 2013/07/02 16:47:48 johu Exp $ + +*kdebase-runtime-meta-4.10.5 (02 Jul 2013) + + 02 Jul 2013; Johannes Huber <johu@gentoo.org> + +kdebase-runtime-meta-4.10.5.ebuild: + Version bump KDE SC 4.10.5 02 Jul 2013; Agostino Sarubbo <ago@gentoo.org> -kdebase-runtime-meta-4.10.3.ebuild: diff --git a/kde-base/kdebase-runtime-meta/kdebase-runtime-meta-4.10.5.ebuild b/kde-base/kdebase-runtime-meta/kdebase-runtime-meta-4.10.5.ebuild new file mode 100644 index 000000000000..1544046aa894 --- /dev/null +++ b/kde-base/kdebase-runtime-meta/kdebase-runtime-meta-4.10.5.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2013 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.10.5.ebuild,v 1.1 2013/07/02 16:47:48 johu Exp $ + +EAPI=5 +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) ) +" |