diff options
author | Johannes Huber <johu@gentoo.org> | 2015-03-29 11:33:08 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2015-03-29 11:33:08 +0000 |
commit | c86d5fb3bc1c649e6e615db14c4b78a0e2f86e58 (patch) | |
tree | e7b67b79d79e5da5aa0c581ed0a36547f0896d4d /kde-base/libplasmagenericshell | |
parent | Version bump, which fixes security bugs #538152 and #540626. Bump EAPI. Renam... (diff) | |
download | gentoo-2-c86d5fb3bc1c649e6e615db14c4b78a0e2f86e58.tar.gz gentoo-2-c86d5fb3bc1c649e6e615db14c4b78a0e2f86e58.tar.bz2 gentoo-2-c86d5fb3bc1c649e6e615db14c4b78a0e2f86e58.zip |
Version bump KDE Workspace 4.11.17
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF3CFD2BD)
Diffstat (limited to 'kde-base/libplasmagenericshell')
-rw-r--r-- | kde-base/libplasmagenericshell/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/libplasmagenericshell/libplasmagenericshell-4.11.17.ebuild | 28 |
2 files changed, 35 insertions, 1 deletions
diff --git a/kde-base/libplasmagenericshell/ChangeLog b/kde-base/libplasmagenericshell/ChangeLog index f82309d6d397..511e023264fb 100644 --- a/kde-base/libplasmagenericshell/ChangeLog +++ b/kde-base/libplasmagenericshell/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/libplasmagenericshell # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasmagenericshell/ChangeLog,v 1.177 2015/02/19 07:43:18 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasmagenericshell/ChangeLog,v 1.178 2015/03/29 11:33:08 johu Exp $ + +*libplasmagenericshell-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> + +libplasmagenericshell-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -libplasmagenericshell-4.11.9.ebuild: diff --git a/kde-base/libplasmagenericshell/libplasmagenericshell-4.11.17.ebuild b/kde-base/libplasmagenericshell/libplasmagenericshell-4.11.17.ebuild new file mode 100644 index 000000000000..5030047d7bcc --- /dev/null +++ b/kde-base/libplasmagenericshell/libplasmagenericshell-4.11.17.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasmagenericshell/libplasmagenericshell-4.11.17.ebuild,v 1.1 2015/03/29 11:33:08 johu Exp $ + +EAPI=5 + +DECLARATIVE_REQUIRED="always" +KMNAME="kde-workspace" +KMMODULE="libs/plasmagenericshell" +inherit kde4-meta + +DESCRIPTION="Libraries for the KDE Plasma shell" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug test" + +DEPEND=" + $(add_kdebase_dep kephal) + $(add_kdebase_dep libkworkspace) + x11-libs/libX11 +" +RDEPEND="${DEPEND}" + +KMSAVELIBS="true" + +KMEXTRACTONLY=" + libs/kephal/kephal/ + plasma/desktop/shell/data/ +" |