summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-09-04 18:45:48 +0000
committerJohannes Huber <johu@gentoo.org>2012-09-04 18:45:48 +0000
commit96b2ccccbdb3a629585880f16ae065b3a046ecf8 (patch)
tree8614154608c173341cea9bbafdd085551b050be8 /kde-base/libplasmagenericshell
parentAdd net-misc/leechcraft-launchy, thanks to 0xd34df00d (diff)
downloadhistorical-96b2ccccbdb3a629585880f16ae065b3a046ecf8.tar.gz
historical-96b2ccccbdb3a629585880f16ae065b3a046ecf8.tar.bz2
historical-96b2ccccbdb3a629585880f16ae065b3a046ecf8.zip
Version bump KDE SC 4.9.1
Package-Manager: portage-2.2.0_alpha124/cvs/Linux x86_64
Diffstat (limited to 'kde-base/libplasmagenericshell')
-rw-r--r--kde-base/libplasmagenericshell/ChangeLog8
-rw-r--r--kde-base/libplasmagenericshell/libplasmagenericshell-4.9.1.ebuild27
2 files changed, 34 insertions, 1 deletions
diff --git a/kde-base/libplasmagenericshell/ChangeLog b/kde-base/libplasmagenericshell/ChangeLog
index d71f56a21009..9cafdd4ea4f9 100644
--- a/kde-base/libplasmagenericshell/ChangeLog
+++ b/kde-base/libplasmagenericshell/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/libplasmagenericshell
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasmagenericshell/ChangeLog,v 1.81 2012/09/03 13:29:12 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasmagenericshell/ChangeLog,v 1.82 2012/09/04 18:45:18 johu Exp $
+
+*libplasmagenericshell-4.9.1 (04 Sep 2012)
+
+ 04 Sep 2012; Johannes Huber <johu@gentoo.org>
+ +libplasmagenericshell-4.9.1.ebuild:
+ Version bump KDE SC 4.9.1
03 Sep 2012; Johannes Huber <johu@gentoo.org>
-libplasmagenericshell-4.7.4.ebuild:
diff --git a/kde-base/libplasmagenericshell/libplasmagenericshell-4.9.1.ebuild b/kde-base/libplasmagenericshell/libplasmagenericshell-4.9.1.ebuild
new file mode 100644
index 000000000000..20e123f15781
--- /dev/null
+++ b/kde-base/libplasmagenericshell/libplasmagenericshell-4.9.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasmagenericshell/libplasmagenericshell-4.9.1.ebuild,v 1.1 2012/09/04 18:45:18 johu Exp $
+
+EAPI=4
+
+KMNAME="kde-workspace"
+KMMODULE="libs/plasmagenericshell"
+inherit kde4-meta
+
+DESCRIPTION="Libraries for the KDE Plasma shell"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug test"
+
+DEPEND="
+ $(add_kdebase_dep kephal)
+ $(add_kdebase_dep libkworkspace)
+"
+
+RDEPEND="${DEPEND}"
+
+KMSAVELIBS="true"
+
+KMEXTRACTONLY="
+ libs/kephal/kephal/
+ plasma/desktop/shell/data/
+"