[gentoo-commits] proj/kde:master commit in: kde-base/kwin/, kde-base/libkworkspace/, kde-base/libplasmagenericshell/, ...

2014-07-15 Thread Manuel Rüger
commit: befd23db72707aa4e0a0b0a61c10f02eb3b24024
Author: Manuel Rüger mrueg AT gentoo DOT org
AuthorDate: Tue Jul 15 23:36:10 2014 +
Commit: Manuel Rüger mrueg AT gentoo DOT org
CommitDate: Tue Jul 15 23:36:10 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=befd23db

[kde-base] Add KDE Workspace 4.11.11

---
 .../freespacenotifier-4.11.11.ebuild   |  12 ++
 kde-base/kcheckpass/kcheckpass-4.11.11.ebuild  |  33 +
 kde-base/kcminit/kcminit-4.11.11.ebuild|  17 +++
 .../kdebase-cursors/kdebase-cursors-4.11.11.ebuild |  13 ++
 .../kdebase-startkde-4.11.11.ebuild|  92 
 kde-base/kdm/kdm-4.11.11.ebuild| 162 +
 kde-base/kephal/kephal-4.11.11.ebuild  |  25 
 kde-base/khotkeys/khotkeys-4.11.11.ebuild  |  23 +++
 kde-base/kinfocenter/kinfocenter-4.11.11.ebuild|  37 +
 kde-base/klipper/klipper-4.11.11.ebuild|  31 
 kde-base/kmenuedit/kmenuedit-4.11.11.ebuild|  31 
 kde-base/krunner/krunner-4.11.11.ebuild|  51 +++
 kde-base/kscreensaver/kscreensaver-4.11.11.ebuild  |  22 +++
 kde-base/ksmserver/ksmserver-4.11.11.ebuild|  36 +
 kde-base/ksplash/ksplash-4.11.11.ebuild|  38 +
 .../kstartupconfig/kstartupconfig-4.11.11.ebuild   |  12 ++
 kde-base/kstyles/kstyles-4.11.11.ebuild|  22 +++
 kde-base/ksysguard/ksysguard-4.11.11.ebuild|  46 ++
 kde-base/ksystraycmd/ksystraycmd-4.11.11.ebuild|  15 ++
 kde-base/kwin/kwin-4.11.11.ebuild  |  80 ++
 kde-base/kwrited/kwrited-4.11.11.ebuild|  16 ++
 .../libkworkspace/libkworkspace-4.11.11.ebuild |  34 +
 .../liboxygenstyle/liboxygenstyle-4.11.11.ebuild   |  17 +++
 .../libplasmaclock/libplasmaclock-4.11.11.ebuild   |  33 +
 .../libplasmagenericshell-4.11.11.ebuild   |  28 
 .../libtaskmanager/libtaskmanager-4.11.11.ebuild   |  35 +
 .../plasma-workspace-4.11.11.ebuild| 122 
 kde-base/powerdevil/powerdevil-4.11.11.ebuild  |  32 
 .../qguiplatformplugin_kde-4.11.11.ebuild  |  12 ++
 .../solid-actions-kcm-4.11.11.ebuild   |  19 +++
 .../systemsettings/systemsettings-4.11.11.ebuild   |  96 
 31 files changed, 1242 insertions(+)

diff --git a/kde-base/freespacenotifier/freespacenotifier-4.11.11.ebuild 
b/kde-base/freespacenotifier/freespacenotifier-4.11.11.ebuild
new file mode 100644
index 000..afb0b93
--- /dev/null
+++ b/kde-base/freespacenotifier/freespacenotifier-4.11.11.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KMNAME=kde-workspace
+inherit kde4-meta
+
+DESCRIPTION=A module that monitors free disk space on the home dir
+KEYWORDS= ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
+IUSE=debug

diff --git a/kde-base/kcheckpass/kcheckpass-4.11.11.ebuild 
b/kde-base/kcheckpass/kcheckpass-4.11.11.ebuild
new file mode 100644
index 000..1bf9b54
--- /dev/null
+++ b/kde-base/kcheckpass/kcheckpass-4.11.11.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KMNAME=kde-workspace
+inherit kde4-meta
+
+DESCRIPTION=A simple password checker, used by any software in need of user 
authentication.
+KEYWORDS= ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
+IUSE=debug pam
+
+RDEPEND=
+   pam? (
+   =kde-base/kdebase-pam-7
+   virtual/pam
+   )
+
+
+src_prepare() {
+   kde4-meta_src_prepare
+
+   use pam  epatch ${FILESDIR}/${PN}-4.4.2-no-SUID-no-GUID.patch
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_with pam)
+   )
+
+   kde4-meta_src_configure
+}

diff --git a/kde-base/kcminit/kcminit-4.11.11.ebuild 
b/kde-base/kcminit/kcminit-4.11.11.ebuild
new file mode 100644
index 000..1c8abe9
--- /dev/null
+++ b/kde-base/kcminit/kcminit-4.11.11.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KMNAME=kde-workspace
+inherit kde4-meta
+
+DESCRIPTION=KCMInit - runs startups initialization for Control Modules.
+KEYWORDS= ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
+IUSE=debug
+
+DEPEND=
+   x11-libs/libX11
+
+RDEPEND=${DEPEND}

diff --git a/kde-base/kdebase-cursors/kdebase-cursors-4.11.11.ebuild 
b/kde-base/kdebase-cursors/kdebase-cursors-4.11.11.ebuild
new file mode 100644
index 000..6d77197
--- /dev/null
+++ b/kde-base/kdebase-cursors/kdebase-cursors-4.11.11.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KMNAME=kde-workspace

[gentoo-commits] proj/kde:master commit in: kde-base/kwin/, kde-base/libkworkspace/, kde-base/libplasmagenericshell/, ...

2014-05-09 Thread Johannes Huber
commit: 06d87927f7ae34cbc50c20913070b503d3a92620
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Fri May  9 23:31:46 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Fri May  9 23:31:46 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=06d87927

[kde-base] Drop not needed revision bumps

Package-Manager: portage-2.2.10

---
 .../freespacenotifier-4.11.9-r1.ebuild |  12 --
 kde-base/kcheckpass/kcheckpass-4.11.9-r1.ebuild|  33 -
 kde-base/kcminit/kcminit-4.11.9-r1.ebuild  |  17 ---
 .../kdebase-cursors-4.11.9-r1.ebuild   |  13 --
 .../kdebase-startkde-4.11.9-r1.ebuild  |  92 
 kde-base/kdm/kdm-4.11.9-r2.ebuild  | 162 -
 kde-base/kephal/kephal-4.11.9-r1.ebuild|  25 
 kde-base/khotkeys/khotkeys-4.11.9-r1.ebuild|  23 ---
 kde-base/kinfocenter/kinfocenter-4.11.9-r1.ebuild  |  37 -
 kde-base/klipper/klipper-4.11.9-r1.ebuild  |  31 
 kde-base/kmenuedit/kmenuedit-4.11.9-r1.ebuild  |  31 
 kde-base/krunner/krunner-4.11.9-r1.ebuild  |  51 ---
 .../kscreensaver/kscreensaver-4.11.9-r1.ebuild |  22 ---
 kde-base/ksmserver/ksmserver-4.11.9-r1.ebuild  |  36 -
 kde-base/ksplash/ksplash-4.11.9-r1.ebuild  |  38 -
 .../kstartupconfig/kstartupconfig-4.11.9-r1.ebuild |  12 --
 kde-base/kstyles/kstyles-4.11.9-r1.ebuild  |  22 ---
 kde-base/ksysguard/ksysguard-4.11.9-r1.ebuild  |  46 --
 kde-base/ksystraycmd/ksystraycmd-4.11.9-r1.ebuild  |  15 --
 kde-base/kwin/kwin-4.11.9-r1.ebuild|  80 --
 kde-base/kwrited/kwrited-4.11.9-r1.ebuild  |  16 --
 .../libkworkspace/libkworkspace-4.11.9-r1.ebuild   |  34 -
 .../liboxygenstyle/liboxygenstyle-4.11.9-r1.ebuild |  17 ---
 .../libplasmagenericshell-4.11.9-r1.ebuild |  28 
 .../libtaskmanager/libtaskmanager-4.11.9-r1.ebuild |  35 -
 kde-base/powerdevil/powerdevil-4.11.9-r1.ebuild|  32 
 .../qguiplatformplugin_kde-4.11.9-r1.ebuild|  12 --
 .../solid-actions-kcm-4.11.9-r1.ebuild |  19 ---
 28 files changed, 991 deletions(-)

diff --git a/kde-base/freespacenotifier/freespacenotifier-4.11.9-r1.ebuild 
b/kde-base/freespacenotifier/freespacenotifier-4.11.9-r1.ebuild
deleted file mode 100644
index afb0b93..000
--- a/kde-base/freespacenotifier/freespacenotifier-4.11.9-r1.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KMNAME=kde-workspace
-inherit kde4-meta
-
-DESCRIPTION=A module that monitors free disk space on the home dir
-KEYWORDS= ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
-IUSE=debug

diff --git a/kde-base/kcheckpass/kcheckpass-4.11.9-r1.ebuild 
b/kde-base/kcheckpass/kcheckpass-4.11.9-r1.ebuild
deleted file mode 100644
index 1bf9b54..000
--- a/kde-base/kcheckpass/kcheckpass-4.11.9-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KMNAME=kde-workspace
-inherit kde4-meta
-
-DESCRIPTION=A simple password checker, used by any software in need of user 
authentication.
-KEYWORDS= ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
-IUSE=debug pam
-
-RDEPEND=
-   pam? (
-   =kde-base/kdebase-pam-7
-   virtual/pam
-   )
-
-
-src_prepare() {
-   kde4-meta_src_prepare
-
-   use pam  epatch ${FILESDIR}/${PN}-4.4.2-no-SUID-no-GUID.patch
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_with pam)
-   )
-
-   kde4-meta_src_configure
-}

diff --git a/kde-base/kcminit/kcminit-4.11.9-r1.ebuild 
b/kde-base/kcminit/kcminit-4.11.9-r1.ebuild
deleted file mode 100644
index f0c2ba4..000
--- a/kde-base/kcminit/kcminit-4.11.9-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KMNAME=kde-workspace
-inherit kde4-meta
-
-DESCRIPTION=KCMInit - runs startups initialization for Control Modules.
-KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
-IUSE=debug
-
-DEPEND=
-   x11-libs/libX11
-
-RDEPEND=${DEPEND}

diff --git a/kde-base/kdebase-cursors/kdebase-cursors-4.11.9-r1.ebuild 
b/kde-base/kdebase-cursors/kdebase-cursors-4.11.9-r1.ebuild
deleted file mode 100644
index ad7a13b..000
--- a/kde-base/kdebase-cursors/kdebase-cursors-4.11.9-r1.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KMNAME=kde-workspace
-KMMODULE=cursors
-inherit kde4-meta
-
-DESCRIPTION=oxygen cursors from kdebase
-IUSE=
-KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux 

[gentoo-commits] proj/kde:master commit in: kde-base/kwin/, kde-base/libkworkspace/, kde-base/libplasmagenericshell/, ...

2014-04-29 Thread Johannes Huber
commit: 6c55e7e974a6ce04dbf416c13db26f8ca6c8f8dd
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Tue Apr 29 19:15:16 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Tue Apr 29 19:15:16 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6c55e7e9

[kde-base] Remove KDE Workspace 4.11.9

* released
* moved to the tree

Package-Manager: portage-2.2.10

---
 .../freespacenotifier-4.11.9.ebuild|  12 --
 kde-base/kcheckpass/kcheckpass-4.11.9.ebuild   |  33 -
 kde-base/kcminit/kcminit-4.11.9.ebuild |  17 ---
 .../kdebase-cursors/kdebase-cursors-4.11.9.ebuild  |  13 --
 .../kdebase-startkde-4.11.9.ebuild |  92 
 kde-base/kdm/kdm-4.11.9.ebuild | 162 -
 kde-base/kephal/kephal-4.11.9.ebuild   |  25 
 kde-base/khotkeys/khotkeys-4.11.9.ebuild   |  23 ---
 kde-base/kinfocenter/kinfocenter-4.11.9.ebuild |  37 -
 kde-base/klipper/klipper-4.11.9.ebuild |  31 
 kde-base/kmenuedit/kmenuedit-4.11.9.ebuild |  31 
 kde-base/krunner/krunner-4.11.9.ebuild |  51 ---
 kde-base/kscreensaver/kscreensaver-4.11.9.ebuild   |  22 ---
 kde-base/ksmserver/ksmserver-4.11.9.ebuild |  36 -
 kde-base/ksplash/ksplash-4.11.9.ebuild |  38 -
 .../kstartupconfig/kstartupconfig-4.11.9.ebuild|  12 --
 kde-base/kstyles/kstyles-4.11.9.ebuild |  22 ---
 kde-base/ksysguard/ksysguard-4.11.9.ebuild |  46 --
 kde-base/ksystraycmd/ksystraycmd-4.11.9.ebuild |  15 --
 kde-base/kwin/kwin-4.11.9.ebuild   |  80 --
 kde-base/kwrited/kwrited-4.11.9.ebuild |  16 --
 kde-base/libkworkspace/libkworkspace-4.11.9.ebuild |  34 -
 .../liboxygenstyle/liboxygenstyle-4.11.9.ebuild|  17 ---
 .../libplasmaclock/libplasmaclock-4.11.9.ebuild|  33 -
 .../libplasmagenericshell-4.11.9.ebuild|  28 
 .../libtaskmanager/libtaskmanager-4.11.9.ebuild|  35 -
 .../plasma-workspace-4.11.9.ebuild | 122 
 kde-base/powerdevil/powerdevil-4.11.9.ebuild   |  32 
 .../qguiplatformplugin_kde-4.11.9.ebuild   |  12 --
 .../solid-actions-kcm-4.11.9.ebuild|  19 ---
 .../systemsettings/systemsettings-4.11.9.ebuild|  96 
 31 files changed, 1242 deletions(-)

diff --git a/kde-base/freespacenotifier/freespacenotifier-4.11.9.ebuild 
b/kde-base/freespacenotifier/freespacenotifier-4.11.9.ebuild
deleted file mode 100644
index 6a79633..000
--- a/kde-base/freespacenotifier/freespacenotifier-4.11.9.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KMNAME=kde-workspace
-inherit kde4-meta
-
-DESCRIPTION=A module that monitors free disk space on the home dir
-KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
-IUSE=debug

diff --git a/kde-base/kcheckpass/kcheckpass-4.11.9.ebuild 
b/kde-base/kcheckpass/kcheckpass-4.11.9.ebuild
deleted file mode 100644
index 0241ccb..000
--- a/kde-base/kcheckpass/kcheckpass-4.11.9.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KMNAME=kde-workspace
-inherit kde4-meta
-
-DESCRIPTION=A simple password checker, used by any software in need of user 
authentication.
-KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
-IUSE=debug pam
-
-RDEPEND=
-   pam? (
-   =kde-base/kdebase-pam-7
-   virtual/pam
-   )
-
-
-src_prepare() {
-   kde4-meta_src_prepare
-
-   use pam  epatch ${FILESDIR}/${PN}-4.4.2-no-SUID-no-GUID.patch
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_with pam)
-   )
-
-   kde4-meta_src_configure
-}

diff --git a/kde-base/kcminit/kcminit-4.11.9.ebuild 
b/kde-base/kcminit/kcminit-4.11.9.ebuild
deleted file mode 100644
index f0c2ba4..000
--- a/kde-base/kcminit/kcminit-4.11.9.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KMNAME=kde-workspace
-inherit kde4-meta
-
-DESCRIPTION=KCMInit - runs startups initialization for Control Modules.
-KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
-IUSE=debug
-
-DEPEND=
-   x11-libs/libX11
-
-RDEPEND=${DEPEND}

diff --git a/kde-base/kdebase-cursors/kdebase-cursors-4.11.9.ebuild 
b/kde-base/kdebase-cursors/kdebase-cursors-4.11.9.ebuild
deleted file mode 100644
index ad7a13b..000
--- a/kde-base/kdebase-cursors/kdebase-cursors-4.11.9.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public 

[gentoo-commits] proj/kde:master commit in: kde-base/kwin/, kde-base/libkworkspace/, kde-base/libplasmagenericshell/, ...

2014-03-30 Thread Michael Palimaka
commit: ced45ec4e632ee553ef1df2fbe525d9264e29cd6
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Sun Mar 30 16:25:21 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Sun Mar 30 16:25:24 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ced45ec4

[kde-base] Remove kde-workspace  versions.

They are exactly the same as kwin-4.11.49., and are being
removed as they will cause issues with the KDE 5 versions moving
forward.

---
 .../freespacenotifier-.ebuild  |  12 --
 kde-base/kcheckpass/kcheckpass-.ebuild |  33 -
 kde-base/kcminit/kcminit-.ebuild   |  17 ---
 .../kdebase-cursors/kdebase-cursors-.ebuild|  13 --
 .../kdebase-startkde/kdebase-startkde-.ebuild  |  92 
 kde-base/kdm/kdm-.ebuild   | 162 -
 kde-base/kephal/kephal-.ebuild |  25 
 kde-base/khotkeys/khotkeys-.ebuild |  23 ---
 kde-base/kinfocenter/kinfocenter-.ebuild   |  37 -
 kde-base/klipper/klipper-.ebuild   |  31 
 kde-base/kmenuedit/kmenuedit-.ebuild   |  31 
 kde-base/krunner/krunner-.ebuild   |  51 ---
 kde-base/kscreensaver/kscreensaver-.ebuild |  22 ---
 kde-base/ksmserver/ksmserver-.ebuild   |  38 -
 kde-base/ksplash/ksplash-.ebuild   |  38 -
 kde-base/kstartupconfig/kstartupconfig-.ebuild |  12 --
 kde-base/kstyles/kstyles-.ebuild   |  22 ---
 kde-base/ksysguard/ksysguard-.ebuild   |  46 --
 kde-base/ksystraycmd/ksystraycmd-.ebuild   |  15 --
 kde-base/kwin/kwin-.ebuild |  80 --
 kde-base/kwrited/kwrited-.ebuild   |  16 --
 kde-base/libkworkspace/libkworkspace-.ebuild   |  34 -
 kde-base/liboxygenstyle/liboxygenstyle-.ebuild |  16 --
 kde-base/libplasmaclock/libplasmaclock-.ebuild |  33 -
 .../libplasmagenericshell-.ebuild  |  28 
 kde-base/libtaskmanager/libtaskmanager-.ebuild |  35 -
 .../plasma-workspace/plasma-workspace-.ebuild  | 126 
 kde-base/powerdevil/powerdevil-.ebuild |  32 
 .../qguiplatformplugin_kde-.ebuild |  12 --
 .../solid-actions-kcm-.ebuild  |  19 ---
 kde-base/systemsettings/systemsettings-.ebuild |  96 
 31 files changed, 1247 deletions(-)

diff --git a/kde-base/freespacenotifier/freespacenotifier-.ebuild 
b/kde-base/freespacenotifier/freespacenotifier-.ebuild
deleted file mode 100644
index 3f36456..000
--- a/kde-base/freespacenotifier/freespacenotifier-.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KMNAME=kde-workspace
-inherit kde4-meta
-
-DESCRIPTION=A module that monitors free disk space on the home dir
-KEYWORDS=
-IUSE=debug

diff --git a/kde-base/kcheckpass/kcheckpass-.ebuild 
b/kde-base/kcheckpass/kcheckpass-.ebuild
deleted file mode 100644
index cc9d8a9..000
--- a/kde-base/kcheckpass/kcheckpass-.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KMNAME=kde-workspace
-inherit kde4-meta
-
-DESCRIPTION=A simple password checker, used by any software in need of user 
authentication.
-KEYWORDS=
-IUSE=debug pam
-
-RDEPEND=
-   pam? (
-   =kde-base/kdebase-pam-7
-   virtual/pam
-   )
-
-
-src_prepare() {
-   kde4-meta_src_prepare
-
-   use pam  epatch ${FILESDIR}/${PN}-4.4.2-no-SUID-no-GUID.patch
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_with pam)
-   )
-
-   kde4-meta_src_configure
-}

diff --git a/kde-base/kcminit/kcminit-.ebuild 
b/kde-base/kcminit/kcminit-.ebuild
deleted file mode 100644
index 87dda37..000
--- a/kde-base/kcminit/kcminit-.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KMNAME=kde-workspace
-inherit kde4-meta
-
-DESCRIPTION=KCMInit - runs startups initialization for Control Modules.
-KEYWORDS=
-IUSE=debug
-
-DEPEND=
-   x11-libs/libX11
-
-RDEPEND=${DEPEND}

diff --git a/kde-base/kdebase-cursors/kdebase-cursors-.ebuild 
b/kde-base/kdebase-cursors/kdebase-cursors-.ebuild
deleted file mode 100644
index 50e813b..000
--- a/kde-base/kdebase-cursors/kdebase-cursors-.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KMNAME=kde-workspace
-KMMODULE=cursors
-inherit 

[gentoo-commits] proj/kde:master commit in: kde-base/kwin/, kde-base/libkworkspace/, kde-base/libplasmagenericshell/, ...

2014-03-29 Thread Michael Palimaka
commit: 3bb3baf10dc549f1d27c7a96205aeda7c34ee89c
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Sat Mar 29 14:19:27 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Sat Mar 29 14:19:27 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3bb3baf1

[kde-base] Add kde-workspace 4.11.8

---
 .../freespacenotifier-4.11.8.ebuild|  12 ++
 kde-base/kcheckpass/kcheckpass-4.11.8.ebuild   |  33 +
 kde-base/kcminit/kcminit-4.11.8.ebuild |  17 +++
 .../kdebase-cursors/kdebase-cursors-4.11.8.ebuild  |  13 ++
 .../kdebase-startkde-4.11.8.ebuild |  92 
 kde-base/kdm/kdm-4.11.8.ebuild | 162 +
 kde-base/kephal/kephal-4.11.8.ebuild   |  25 
 kde-base/khotkeys/khotkeys-4.11.8.ebuild   |  23 +++
 kde-base/kinfocenter/kinfocenter-4.11.8.ebuild |  37 +
 kde-base/klipper/klipper-4.11.8.ebuild |  31 
 kde-base/kmenuedit/kmenuedit-4.11.8.ebuild |  31 
 kde-base/krunner/krunner-4.11.8.ebuild |  51 +++
 kde-base/kscreensaver/kscreensaver-4.11.8.ebuild   |  22 +++
 kde-base/ksmserver/ksmserver-4.11.8.ebuild |  38 +
 kde-base/ksplash/ksplash-4.11.8.ebuild |  38 +
 .../kstartupconfig/kstartupconfig-4.11.8.ebuild|  12 ++
 kde-base/kstyles/kstyles-4.11.8.ebuild |  22 +++
 kde-base/ksysguard/ksysguard-4.11.8.ebuild |  46 ++
 kde-base/ksystraycmd/ksystraycmd-4.11.8.ebuild |  15 ++
 kde-base/kwin/kwin-4.11.8.ebuild   |  80 ++
 kde-base/kwrited/kwrited-4.11.8.ebuild |  16 ++
 kde-base/libkworkspace/libkworkspace-4.11.8.ebuild |  34 +
 .../liboxygenstyle/liboxygenstyle-4.11.8.ebuild|  16 ++
 .../libplasmaclock/libplasmaclock-4.11.8.ebuild|  33 +
 .../libplasmagenericshell-4.11.8.ebuild|  28 
 .../libtaskmanager/libtaskmanager-4.11.8.ebuild|  35 +
 .../plasma-workspace-4.11.8.ebuild | 126 
 kde-base/powerdevil/powerdevil-4.11.8.ebuild   |  32 
 .../qguiplatformplugin_kde-4.11.8.ebuild   |  12 ++
 .../solid-actions-kcm-4.11.8.ebuild|  19 +++
 .../systemsettings/systemsettings-4.11.8.ebuild|  96 
 31 files changed, 1247 insertions(+)

diff --git a/kde-base/freespacenotifier/freespacenotifier-4.11.8.ebuild 
b/kde-base/freespacenotifier/freespacenotifier-4.11.8.ebuild
new file mode 100644
index 000..afb0b93
--- /dev/null
+++ b/kde-base/freespacenotifier/freespacenotifier-4.11.8.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KMNAME=kde-workspace
+inherit kde4-meta
+
+DESCRIPTION=A module that monitors free disk space on the home dir
+KEYWORDS= ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
+IUSE=debug

diff --git a/kde-base/kcheckpass/kcheckpass-4.11.8.ebuild 
b/kde-base/kcheckpass/kcheckpass-4.11.8.ebuild
new file mode 100644
index 000..1bf9b54
--- /dev/null
+++ b/kde-base/kcheckpass/kcheckpass-4.11.8.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KMNAME=kde-workspace
+inherit kde4-meta
+
+DESCRIPTION=A simple password checker, used by any software in need of user 
authentication.
+KEYWORDS= ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
+IUSE=debug pam
+
+RDEPEND=
+   pam? (
+   =kde-base/kdebase-pam-7
+   virtual/pam
+   )
+
+
+src_prepare() {
+   kde4-meta_src_prepare
+
+   use pam  epatch ${FILESDIR}/${PN}-4.4.2-no-SUID-no-GUID.patch
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_with pam)
+   )
+
+   kde4-meta_src_configure
+}

diff --git a/kde-base/kcminit/kcminit-4.11.8.ebuild 
b/kde-base/kcminit/kcminit-4.11.8.ebuild
new file mode 100644
index 000..1c8abe9
--- /dev/null
+++ b/kde-base/kcminit/kcminit-4.11.8.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KMNAME=kde-workspace
+inherit kde4-meta
+
+DESCRIPTION=KCMInit - runs startups initialization for Control Modules.
+KEYWORDS= ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
+IUSE=debug
+
+DEPEND=
+   x11-libs/libX11
+
+RDEPEND=${DEPEND}

diff --git a/kde-base/kdebase-cursors/kdebase-cursors-4.11.8.ebuild 
b/kde-base/kdebase-cursors/kdebase-cursors-4.11.8.ebuild
new file mode 100644
index 000..6d77197
--- /dev/null
+++ b/kde-base/kdebase-cursors/kdebase-cursors-4.11.8.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KMNAME=kde-workspace