public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-apps/kdebase-runtime-meta/
@ 2014-11-24 15:49 Michael Palimaka
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Palimaka @ 2014-11-24 15:49 UTC (permalink / raw
  To: gentoo-commits

commit:     d9f1d65fbeeb417f39839298a8dbb2e0209cd3ce
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 24 15:49:19 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Nov 24 15:49:19 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d9f1d65f

[kde-apps/kdebase-runtime-meta] Update USE dep due to upcoming USE flag removal.

Package-Manager: portage-2.2.14

---
 kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-14.11.95.ebuild | 2 +-
 kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-14.11.95.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-14.11.95.ebuild
index 441be81..865aa3d 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-14.11.95.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-14.11.95.ebuild
@@ -41,7 +41,7 @@ RDEPEND="
 	crash-reporter? ( $(add_kdebase_dep drkonqi ) )
 	handbook? ( || (
 		$(add_kdebase_dep khelpcenter)
-		kde-base/khelpcenter:5[compat]
+		kde-base/khelpcenter:5[compat(+)]
 	) )
 	nepomuk? ( $(add_kdebase_dep nepomuk) )
 	!minimal? (

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
index 441be81..865aa3d 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
@@ -41,7 +41,7 @@ RDEPEND="
 	crash-reporter? ( $(add_kdebase_dep drkonqi ) )
 	handbook? ( || (
 		$(add_kdebase_dep khelpcenter)
-		kde-base/khelpcenter:5[compat]
+		kde-base/khelpcenter:5[compat(+)]
 	) )
 	nepomuk? ( $(add_kdebase_dep nepomuk) )
 	!minimal? (


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdebase-runtime-meta/
@ 2014-11-29 17:11 Michael Palimaka
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Palimaka @ 2014-11-29 17:11 UTC (permalink / raw
  To: gentoo-commits

commit:     1953e8c580d4fcf36b4fa19ef72acafec33e4f88
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 29 17:11:13 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Nov 29 17:11:13 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1953e8c5

[kde-apps/kdebase-runtime-meta] Update for KDE Applications.

Package-Manager: portage-2.2.14

---
 .../kdebase-runtime-meta/kdebase-runtime-meta-14.11.97.ebuild     | 8 ++++++--
 kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild    | 8 ++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-14.11.97.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-14.11.97.ebuild
index 978580c..3fcf4a1 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-14.11.97.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-14.11.97.ebuild
@@ -3,7 +3,8 @@
 # $Header: $
 
 EAPI=5
-inherit kde4-meta-pkg
+
+inherit kde5-meta-pkg
 
 DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
 KEYWORDS=""
@@ -26,8 +27,10 @@ RDEPEND="
 	$(add_kdeapps_dep kioclient)
 	$(add_kdeapps_dep kmimetypefinder)
 	$(add_kdeapps_dep knewstuff)
+	$(add_kdeapps_dep knotify)
 	$(add_kdeapps_dep kpasswdserver)
 	$(add_kdeapps_dep kquitapp)
+	$(add_kdeapps_dep kreadconfig)
 	$(add_kdeapps_dep kstart)
 	$(add_kdeapps_dep ktimezoned)
 	$(add_kdeapps_dep ktraderclient)
@@ -35,12 +38,13 @@ RDEPEND="
 	$(add_kdeapps_dep kurifilter-plugins)
 	$(add_kdeapps_dep kwalletd)
 	$(add_kdeapps_dep kwalletmanager)
+	$(add_kdeapps_dep phonon-kde)
 	$(add_kdeapps_dep plasma-runtime)
 	$(add_kdeapps_dep renamedlg-plugins)
 	$(add_kdeapps_dep solid-runtime)
 	crash-reporter? ( $(add_kdeapps_dep drkonqi ) )
 	handbook? ( || (
-		$(add_kdeapps_dep khelpcenter)
+		$(add_kdebase_dep khelpcenter)
 		kde-base/khelpcenter:5[compat(+)]
 	) )
 	nepomuk? ( $(add_kdeapps_dep nepomuk) )

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
index 978580c..3fcf4a1 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
@@ -3,7 +3,8 @@
 # $Header: $
 
 EAPI=5
-inherit kde4-meta-pkg
+
+inherit kde5-meta-pkg
 
 DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
 KEYWORDS=""
@@ -26,8 +27,10 @@ RDEPEND="
 	$(add_kdeapps_dep kioclient)
 	$(add_kdeapps_dep kmimetypefinder)
 	$(add_kdeapps_dep knewstuff)
+	$(add_kdeapps_dep knotify)
 	$(add_kdeapps_dep kpasswdserver)
 	$(add_kdeapps_dep kquitapp)
+	$(add_kdeapps_dep kreadconfig)
 	$(add_kdeapps_dep kstart)
 	$(add_kdeapps_dep ktimezoned)
 	$(add_kdeapps_dep ktraderclient)
@@ -35,12 +38,13 @@ RDEPEND="
 	$(add_kdeapps_dep kurifilter-plugins)
 	$(add_kdeapps_dep kwalletd)
 	$(add_kdeapps_dep kwalletmanager)
+	$(add_kdeapps_dep phonon-kde)
 	$(add_kdeapps_dep plasma-runtime)
 	$(add_kdeapps_dep renamedlg-plugins)
 	$(add_kdeapps_dep solid-runtime)
 	crash-reporter? ( $(add_kdeapps_dep drkonqi ) )
 	handbook? ( || (
-		$(add_kdeapps_dep khelpcenter)
+		$(add_kdebase_dep khelpcenter)
 		kde-base/khelpcenter:5[compat(+)]
 	) )
 	nepomuk? ( $(add_kdeapps_dep nepomuk) )


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdebase-runtime-meta/
@ 2015-02-02 13:28 Michael Palimaka
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Palimaka @ 2015-02-02 13:28 UTC (permalink / raw
  To: gentoo-commits

commit:     3d39aa222583d9634ea15b70d1fb07a9d0fa2c98
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  2 13:28:33 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Feb  2 13:28:33 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3d39aa22

[kde-apps/kdebase-runtime-meta] khelpcenter can be satisfied by either KDE 4 or Plasma 5.

Package-Manager: portage-2.2.14

---
 kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-14.12.1.ebuild | 2 +-
 kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-14.12.1.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-14.12.1.ebuild
index 90bf61b..861b2f8 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-14.12.1.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-14.12.1.ebuild
@@ -45,7 +45,7 @@ RDEPEND="
 	crash-reporter? ( $(add_kdeapps_dep drkonqi ) )
 	handbook? ( || (
 		$(add_plasma_dep khelpcenter)
-		kde-base/khelpcenter:5[compat(+)]
+		kde-base/khelpcenter:4
 	) )
 	nepomuk? ( $(add_kdeapps_dep nepomuk) )
 	!minimal? (

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
index 88b90b7..fc5226d 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
@@ -45,7 +45,7 @@ RDEPEND="
 	crash-reporter? ( $(add_kdeapps_dep drkonqi ) )
 	handbook? ( || (
 		$(add_plasma_dep khelpcenter)
-		kde-base/khelpcenter:5[compat(+)]
+		kde-base/khelpcenter:4
 	) )
 	nepomuk? ( $(add_kdeapps_dep nepomuk) )
 	!minimal? (


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdebase-runtime-meta/
@ 2015-07-26  8:35 Johannes Huber
  0 siblings, 0 replies; 12+ messages in thread
From: Johannes Huber @ 2015-07-26  8:35 UTC (permalink / raw
  To: gentoo-commits

commit:     3a2409d6a8c05e2cd085b3901289897b6aa0b7f6
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Jul 25 19:37:44 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Jul 25 20:18:18 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3a2409d6

[kde-apps/kdebase-runtime-meta] Fix conflict with kf5-based apps

Package-Manager: portage-2.2.20

 kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.04.3.ebuild     | 4 +++-
 .../kdebase-runtime-meta/kdebase-runtime-meta-15.08.49.9999.ebuild    | 4 +++-
 kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild        | 4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.04.3.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.04.3.ebuild
index cf150e7..8f50da6 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.04.3.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.04.3.ebuild
@@ -8,7 +8,7 @@ inherit kde5-meta-pkg
 
 DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
 KEYWORDS="~amd64 ~x86"
-IUSE="+crash-reporter +handbook minimal nepomuk"
+IUSE="crash-reporter +handbook minimal nepomuk"
 
 RDEPEND="
 	$(add_kdeapps_dep kcmshell)
@@ -47,6 +47,7 @@ RDEPEND="
 		$(add_plasma_dep khelpcenter)
 		kde-base/khelpcenter:4
 	) )
+	minimal? ( $(add_kdeapps_dep solid-runtime '-bluetooth') )
 	nepomuk? ( $(add_kdeapps_dep nepomuk) )
 	!minimal? (
 		$(add_kdeapps_dep attica)
@@ -55,3 +56,4 @@ RDEPEND="
 		$(add_kdeapps_dep knetattach)
 	)
 "
+REQUIRED_USE="minimal? ( !crash-reporter )"

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.49.9999.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.49.9999.ebuild
index fc5226d..de425f6 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.49.9999.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.49.9999.ebuild
@@ -8,7 +8,7 @@ inherit kde5-meta-pkg
 
 DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
 KEYWORDS=""
-IUSE="+crash-reporter +handbook minimal nepomuk"
+IUSE="crash-reporter +handbook minimal nepomuk"
 
 RDEPEND="
 	$(add_kdeapps_dep kcmshell)
@@ -47,6 +47,7 @@ RDEPEND="
 		$(add_plasma_dep khelpcenter)
 		kde-base/khelpcenter:4
 	) )
+	minimal? ( $(add_kdeapps_dep solid-runtime '-bluetooth') )
 	nepomuk? ( $(add_kdeapps_dep nepomuk) )
 	!minimal? (
 		$(add_kdeapps_dep attica)
@@ -55,3 +56,4 @@ RDEPEND="
 		$(add_kdeapps_dep knetattach)
 	)
 "
+REQUIRED_USE="minimal? ( !crash-reporter )"

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
index fc5226d..de425f6 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
@@ -8,7 +8,7 @@ inherit kde5-meta-pkg
 
 DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
 KEYWORDS=""
-IUSE="+crash-reporter +handbook minimal nepomuk"
+IUSE="crash-reporter +handbook minimal nepomuk"
 
 RDEPEND="
 	$(add_kdeapps_dep kcmshell)
@@ -47,6 +47,7 @@ RDEPEND="
 		$(add_plasma_dep khelpcenter)
 		kde-base/khelpcenter:4
 	) )
+	minimal? ( $(add_kdeapps_dep solid-runtime '-bluetooth') )
 	nepomuk? ( $(add_kdeapps_dep nepomuk) )
 	!minimal? (
 		$(add_kdeapps_dep attica)
@@ -55,3 +56,4 @@ RDEPEND="
 		$(add_kdeapps_dep knetattach)
 	)
 "
+REQUIRED_USE="minimal? ( !crash-reporter )"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdebase-runtime-meta/
@ 2015-08-07 21:23 Johannes Huber
  0 siblings, 0 replies; 12+ messages in thread
From: Johannes Huber @ 2015-08-07 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     0800133c4cfac7989b01aef6ae0d15b7caade97d
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  7 21:23:42 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Aug  7 21:23:42 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0800133c

[kde-apps/kdebase-runtime-meta] Drop deprecated Nepomuk

Package-Manager: portage-2.2.20

 kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.04.3.ebuild      | 3 +--
 kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.07.90.ebuild     | 3 +--
 .../kdebase-runtime-meta/kdebase-runtime-meta-15.08.49.9999.ebuild     | 3 +--
 kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild         | 3 +--
 kde-apps/kdebase-runtime-meta/metadata.xml                             | 1 -
 5 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.04.3.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.04.3.ebuild
index 8f50da6..b0805cc 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.04.3.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.04.3.ebuild
@@ -8,7 +8,7 @@ inherit kde5-meta-pkg
 
 DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
 KEYWORDS="~amd64 ~x86"
-IUSE="crash-reporter +handbook minimal nepomuk"
+IUSE="crash-reporter +handbook minimal"
 
 RDEPEND="
 	$(add_kdeapps_dep kcmshell)
@@ -48,7 +48,6 @@ RDEPEND="
 		kde-base/khelpcenter:4
 	) )
 	minimal? ( $(add_kdeapps_dep solid-runtime '-bluetooth') )
-	nepomuk? ( $(add_kdeapps_dep nepomuk) )
 	!minimal? (
 		$(add_kdeapps_dep attica)
 		$(add_kdeapps_dep kcontrol)

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.07.90.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.07.90.ebuild
index 8f50da6..b0805cc 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.07.90.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.07.90.ebuild
@@ -8,7 +8,7 @@ inherit kde5-meta-pkg
 
 DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
 KEYWORDS="~amd64 ~x86"
-IUSE="crash-reporter +handbook minimal nepomuk"
+IUSE="crash-reporter +handbook minimal"
 
 RDEPEND="
 	$(add_kdeapps_dep kcmshell)
@@ -48,7 +48,6 @@ RDEPEND="
 		kde-base/khelpcenter:4
 	) )
 	minimal? ( $(add_kdeapps_dep solid-runtime '-bluetooth') )
-	nepomuk? ( $(add_kdeapps_dep nepomuk) )
 	!minimal? (
 		$(add_kdeapps_dep attica)
 		$(add_kdeapps_dep kcontrol)

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.49.9999.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.49.9999.ebuild
index de425f6..390988a 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.49.9999.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.49.9999.ebuild
@@ -8,7 +8,7 @@ inherit kde5-meta-pkg
 
 DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
 KEYWORDS=""
-IUSE="crash-reporter +handbook minimal nepomuk"
+IUSE="crash-reporter +handbook minimal"
 
 RDEPEND="
 	$(add_kdeapps_dep kcmshell)
@@ -48,7 +48,6 @@ RDEPEND="
 		kde-base/khelpcenter:4
 	) )
 	minimal? ( $(add_kdeapps_dep solid-runtime '-bluetooth') )
-	nepomuk? ( $(add_kdeapps_dep nepomuk) )
 	!minimal? (
 		$(add_kdeapps_dep attica)
 		$(add_kdeapps_dep kcontrol)

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
index de425f6..390988a 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
@@ -8,7 +8,7 @@ inherit kde5-meta-pkg
 
 DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
 KEYWORDS=""
-IUSE="crash-reporter +handbook minimal nepomuk"
+IUSE="crash-reporter +handbook minimal"
 
 RDEPEND="
 	$(add_kdeapps_dep kcmshell)
@@ -48,7 +48,6 @@ RDEPEND="
 		kde-base/khelpcenter:4
 	) )
 	minimal? ( $(add_kdeapps_dep solid-runtime '-bluetooth') )
-	nepomuk? ( $(add_kdeapps_dep nepomuk) )
 	!minimal? (
 		$(add_kdeapps_dep attica)
 		$(add_kdeapps_dep kcontrol)

diff --git a/kde-apps/kdebase-runtime-meta/metadata.xml b/kde-apps/kdebase-runtime-meta/metadata.xml
index 64c71f8..42a8f90 100644
--- a/kde-apps/kdebase-runtime-meta/metadata.xml
+++ b/kde-apps/kdebase-runtime-meta/metadata.xml
@@ -4,7 +4,6 @@
 	<herd>kde</herd>
 	<use>
 		<flag name="crash-reporter">Builds a gui tool to submit crash information to the upstream backtracker</flag>
-		<flag name="nepomuk">Enable Nepomuk based semantic desktop support (deprecated)</flag>
 		<flag name="minimal">Install a Plasma 5 compatible subset of the package</flag>
 	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdebase-runtime-meta/
@ 2015-08-27 17:13 Michael Palimaka
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Palimaka @ 2015-08-27 17:13 UTC (permalink / raw
  To: gentoo-commits

commit:     9112b0755666e05bb0451b3c5513f22a1b2cd437
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 27 17:13:15 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 17:13:15 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=9112b075

kde-apps/kdebase-runtime-meta: remove packages that are not part of kderuntime.

Package-Manager: portage-2.2.20.1

 kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.0.ebuild  | 7 +------
 .../kdebase-runtime-meta/kdebase-runtime-meta-15.08.49.9999.ebuild | 7 +------
 kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild     | 7 +------
 3 files changed, 3 insertions(+), 18 deletions(-)

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.0.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.0.ebuild
index 940b577..0af4baf 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.0.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.0.ebuild
@@ -8,7 +8,7 @@ inherit kde5-meta-pkg
 
 DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
 KEYWORDS="~amd64 ~x86"
-IUSE="crash-reporter +handbook minimal"
+IUSE="crash-reporter minimal"
 
 RDEPEND="
 	$(add_kdeapps_dep kcmshell)
@@ -37,16 +37,11 @@ RDEPEND="
 	$(add_kdeapps_dep kuiserver)
 	$(add_kdeapps_dep kurifilter-plugins)
 	$(add_kdeapps_dep kwalletd)
-	$(add_kdeapps_dep kwalletmanager)
 	$(add_kdeapps_dep phonon-kde)
 	$(add_kdeapps_dep plasma-runtime)
 	$(add_kdeapps_dep renamedlg-plugins)
 	$(add_kdeapps_dep solid-runtime)
 	crash-reporter? ( $(add_kdeapps_dep drkonqi ) )
-	handbook? ( || (
-		$(add_plasma_dep khelpcenter)
-		kde-base/khelpcenter:4
-	) )
 	minimal? ( $(add_kdeapps_dep solid-runtime '-bluetooth') )
 	!minimal? (
 		$(add_kdeapps_dep attica)

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.49.9999.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.49.9999.ebuild
index 8987809..ec98095 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.49.9999.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.49.9999.ebuild
@@ -8,7 +8,7 @@ inherit kde5-meta-pkg
 
 DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
 KEYWORDS=""
-IUSE="crash-reporter +handbook minimal"
+IUSE="crash-reporter minimal"
 
 RDEPEND="
 	$(add_kdeapps_dep kcmshell)
@@ -37,16 +37,11 @@ RDEPEND="
 	$(add_kdeapps_dep kuiserver)
 	$(add_kdeapps_dep kurifilter-plugins)
 	$(add_kdeapps_dep kwalletd)
-	$(add_kdeapps_dep kwalletmanager)
 	$(add_kdeapps_dep phonon-kde)
 	$(add_kdeapps_dep plasma-runtime)
 	$(add_kdeapps_dep renamedlg-plugins)
 	$(add_kdeapps_dep solid-runtime)
 	crash-reporter? ( $(add_kdeapps_dep drkonqi ) )
-	handbook? ( || (
-		$(add_plasma_dep khelpcenter)
-		kde-base/khelpcenter:4
-	) )
 	minimal? ( $(add_kdeapps_dep solid-runtime '-bluetooth') )
 	!minimal? (
 		$(add_kdeapps_dep attica)

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
index 8987809..ec98095 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
@@ -8,7 +8,7 @@ inherit kde5-meta-pkg
 
 DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
 KEYWORDS=""
-IUSE="crash-reporter +handbook minimal"
+IUSE="crash-reporter minimal"
 
 RDEPEND="
 	$(add_kdeapps_dep kcmshell)
@@ -37,16 +37,11 @@ RDEPEND="
 	$(add_kdeapps_dep kuiserver)
 	$(add_kdeapps_dep kurifilter-plugins)
 	$(add_kdeapps_dep kwalletd)
-	$(add_kdeapps_dep kwalletmanager)
 	$(add_kdeapps_dep phonon-kde)
 	$(add_kdeapps_dep plasma-runtime)
 	$(add_kdeapps_dep renamedlg-plugins)
 	$(add_kdeapps_dep solid-runtime)
 	crash-reporter? ( $(add_kdeapps_dep drkonqi ) )
-	handbook? ( || (
-		$(add_plasma_dep khelpcenter)
-		kde-base/khelpcenter:4
-	) )
 	minimal? ( $(add_kdeapps_dep solid-runtime '-bluetooth') )
 	!minimal? (
 		$(add_kdeapps_dep attica)


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdebase-runtime-meta/
@ 2015-08-27 17:17 Michael Palimaka
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Palimaka @ 2015-08-27 17:17 UTC (permalink / raw
  To: gentoo-commits

commit:     0586fa549c326e66a12e2abc71adf11ae9f549b8
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 27 17:17:02 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 17:17:02 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0586fa54

kde-apps/kdebase-runtime-meta: moved to main repo.

Package-Manager: portage-2.2.20.1

 .../kdebase-runtime-meta-15.04.3.ebuild            | 58 ----------------------
 .../kdebase-runtime-meta-15.08.0.ebuild            | 53 --------------------
 2 files changed, 111 deletions(-)

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.04.3.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.04.3.ebuild
deleted file mode 100644
index 940b577..0000000
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.04.3.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde5-meta-pkg
-
-DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
-KEYWORDS="~amd64 ~x86"
-IUSE="crash-reporter +handbook minimal"
-
-RDEPEND="
-	$(add_kdeapps_dep kcmshell)
-	$(add_kdeapps_dep kdebase-data)
-	$(add_kdeapps_dep kdebase-desktoptheme)
-	$(add_kdeapps_dep kdebase-menu)
-	$(add_kdeapps_dep kdebase-menu-icons)
-	$(add_kdeapps_dep kdebugdialog)
-	$(add_kdeapps_dep kdesu)
-	$(add_kdeapps_dep kdontchangethehostname)
-	$(add_kdeapps_dep keditfiletype)
-	$(add_kdeapps_dep kfile)
-	$(add_kdeapps_dep kglobalaccel)
-	$(add_kdeapps_dep kiconfinder)
-	$(add_kdeapps_dep kimgio)
-	$(add_kdeapps_dep kioclient)
-	$(add_kdeapps_dep kmimetypefinder)
-	$(add_kdeapps_dep knewstuff)
-	$(add_kdeapps_dep knotify)
-	$(add_kdeapps_dep kpasswdserver)
-	$(add_kdeapps_dep kquitapp)
-	$(add_kdeapps_dep kreadconfig)
-	$(add_kdeapps_dep kstart)
-	$(add_kdeapps_dep ktimezoned)
-	$(add_kdeapps_dep ktraderclient)
-	$(add_kdeapps_dep kuiserver)
-	$(add_kdeapps_dep kurifilter-plugins)
-	$(add_kdeapps_dep kwalletd)
-	$(add_kdeapps_dep kwalletmanager)
-	$(add_kdeapps_dep phonon-kde)
-	$(add_kdeapps_dep plasma-runtime)
-	$(add_kdeapps_dep renamedlg-plugins)
-	$(add_kdeapps_dep solid-runtime)
-	crash-reporter? ( $(add_kdeapps_dep drkonqi ) )
-	handbook? ( || (
-		$(add_plasma_dep khelpcenter)
-		kde-base/khelpcenter:4
-	) )
-	minimal? ( $(add_kdeapps_dep solid-runtime '-bluetooth') )
-	!minimal? (
-		$(add_kdeapps_dep attica)
-		$(add_kdeapps_dep kcontrol)
-		$(add_kdeapps_dep kdebase-kioslaves)
-		$(add_kdeapps_dep knetattach)
-	)
-"
-REQUIRED_USE="minimal? ( !crash-reporter )"

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.0.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.0.ebuild
deleted file mode 100644
index 0af4baf..0000000
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde5-meta-pkg
-
-DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
-KEYWORDS="~amd64 ~x86"
-IUSE="crash-reporter minimal"
-
-RDEPEND="
-	$(add_kdeapps_dep kcmshell)
-	$(add_kdeapps_dep kdebase-data)
-	$(add_kdeapps_dep kdebase-desktoptheme)
-	$(add_kdeapps_dep kdebase-menu)
-	$(add_kdeapps_dep kdebase-menu-icons)
-	$(add_kdeapps_dep kdebugdialog)
-	$(add_kdeapps_dep kdesu)
-	$(add_kdeapps_dep kdontchangethehostname)
-	$(add_kdeapps_dep keditfiletype)
-	$(add_kdeapps_dep kfile)
-	$(add_kdeapps_dep kglobalaccel)
-	$(add_kdeapps_dep kiconfinder)
-	$(add_kdeapps_dep kimgio)
-	$(add_kdeapps_dep kioclient)
-	$(add_kdeapps_dep kmimetypefinder)
-	$(add_kdeapps_dep knewstuff)
-	$(add_kdeapps_dep knotify)
-	$(add_kdeapps_dep kpasswdserver)
-	$(add_kdeapps_dep kquitapp)
-	$(add_kdeapps_dep kreadconfig)
-	$(add_kdeapps_dep kstart)
-	$(add_kdeapps_dep ktimezoned)
-	$(add_kdeapps_dep ktraderclient)
-	$(add_kdeapps_dep kuiserver)
-	$(add_kdeapps_dep kurifilter-plugins)
-	$(add_kdeapps_dep kwalletd)
-	$(add_kdeapps_dep phonon-kde)
-	$(add_kdeapps_dep plasma-runtime)
-	$(add_kdeapps_dep renamedlg-plugins)
-	$(add_kdeapps_dep solid-runtime)
-	crash-reporter? ( $(add_kdeapps_dep drkonqi ) )
-	minimal? ( $(add_kdeapps_dep solid-runtime '-bluetooth') )
-	!minimal? (
-		$(add_kdeapps_dep attica)
-		$(add_kdeapps_dep kcontrol)
-		$(add_kdeapps_dep kdebase-kioslaves)
-		$(add_kdeapps_dep knetattach)
-	)
-"
-REQUIRED_USE="minimal? ( !crash-reporter )"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdebase-runtime-meta/
@ 2015-10-15  8:15 Michael Palimaka
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Palimaka @ 2015-10-15  8:15 UTC (permalink / raw
  To: gentoo-commits

commit:     dee669499b78692e054ce2ba07d40234b4c4f93f
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Wed Oct 14 17:54:41 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 08:15:11 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=dee66949

kde-apps/kdebase-runtime-meta: Make more RDEPENDs optional

kglobalaccel, kuiserver: Do it like upstream and don't RDEPEND if USE=minimal
See upstream commit be3ee5b9a36e1b7f3c6eab466e33762ae101b3c6

kwalletd: Make it optional with USE=oldwallet

Package-Manager: portage-2.2.23

 .../kdebase-runtime-meta-15.08.49.9999.ebuild               | 13 ++++++++-----
 .../kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild   | 13 ++++++++-----
 kde-apps/kdebase-runtime-meta/metadata.xml                  |  1 +
 3 files changed, 17 insertions(+), 10 deletions(-)

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.49.9999.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.49.9999.ebuild
index ec98095..769af9a 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.49.9999.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.49.9999.ebuild
@@ -8,7 +8,7 @@ inherit kde5-meta-pkg
 
 DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
 KEYWORDS=""
-IUSE="crash-reporter minimal"
+IUSE="crash-reporter minimal +oldwallet"
 
 RDEPEND="
 	$(add_kdeapps_dep kcmshell)
@@ -21,7 +21,6 @@ RDEPEND="
 	$(add_kdeapps_dep kdontchangethehostname)
 	$(add_kdeapps_dep keditfiletype)
 	$(add_kdeapps_dep kfile)
-	$(add_kdeapps_dep kglobalaccel)
 	$(add_kdeapps_dep kiconfinder)
 	$(add_kdeapps_dep kimgio)
 	$(add_kdeapps_dep kioclient)
@@ -34,20 +33,24 @@ RDEPEND="
 	$(add_kdeapps_dep kstart)
 	$(add_kdeapps_dep ktimezoned)
 	$(add_kdeapps_dep ktraderclient)
-	$(add_kdeapps_dep kuiserver)
 	$(add_kdeapps_dep kurifilter-plugins)
-	$(add_kdeapps_dep kwalletd)
 	$(add_kdeapps_dep phonon-kde)
 	$(add_kdeapps_dep plasma-runtime)
 	$(add_kdeapps_dep renamedlg-plugins)
 	$(add_kdeapps_dep solid-runtime)
 	crash-reporter? ( $(add_kdeapps_dep drkonqi ) )
-	minimal? ( $(add_kdeapps_dep solid-runtime '-bluetooth') )
+	minimal? (
+		$(add_kdeapps_dep solid-runtime '-bluetooth')
+		oldwallet? ( $(add_kdeapps_dep kwalletd) )
+	)
 	!minimal? (
 		$(add_kdeapps_dep attica)
 		$(add_kdeapps_dep kcontrol)
 		$(add_kdeapps_dep kdebase-kioslaves)
+		$(add_kdeapps_dep kglobalaccel)
 		$(add_kdeapps_dep knetattach)
+		$(add_kdeapps_dep kuiserver)
+		$(add_kdeapps_dep kwalletd)
 	)
 "
 REQUIRED_USE="minimal? ( !crash-reporter )"

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
index ec98095..769af9a 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
@@ -8,7 +8,7 @@ inherit kde5-meta-pkg
 
 DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
 KEYWORDS=""
-IUSE="crash-reporter minimal"
+IUSE="crash-reporter minimal +oldwallet"
 
 RDEPEND="
 	$(add_kdeapps_dep kcmshell)
@@ -21,7 +21,6 @@ RDEPEND="
 	$(add_kdeapps_dep kdontchangethehostname)
 	$(add_kdeapps_dep keditfiletype)
 	$(add_kdeapps_dep kfile)
-	$(add_kdeapps_dep kglobalaccel)
 	$(add_kdeapps_dep kiconfinder)
 	$(add_kdeapps_dep kimgio)
 	$(add_kdeapps_dep kioclient)
@@ -34,20 +33,24 @@ RDEPEND="
 	$(add_kdeapps_dep kstart)
 	$(add_kdeapps_dep ktimezoned)
 	$(add_kdeapps_dep ktraderclient)
-	$(add_kdeapps_dep kuiserver)
 	$(add_kdeapps_dep kurifilter-plugins)
-	$(add_kdeapps_dep kwalletd)
 	$(add_kdeapps_dep phonon-kde)
 	$(add_kdeapps_dep plasma-runtime)
 	$(add_kdeapps_dep renamedlg-plugins)
 	$(add_kdeapps_dep solid-runtime)
 	crash-reporter? ( $(add_kdeapps_dep drkonqi ) )
-	minimal? ( $(add_kdeapps_dep solid-runtime '-bluetooth') )
+	minimal? (
+		$(add_kdeapps_dep solid-runtime '-bluetooth')
+		oldwallet? ( $(add_kdeapps_dep kwalletd) )
+	)
 	!minimal? (
 		$(add_kdeapps_dep attica)
 		$(add_kdeapps_dep kcontrol)
 		$(add_kdeapps_dep kdebase-kioslaves)
+		$(add_kdeapps_dep kglobalaccel)
 		$(add_kdeapps_dep knetattach)
+		$(add_kdeapps_dep kuiserver)
+		$(add_kdeapps_dep kwalletd)
 	)
 "
 REQUIRED_USE="minimal? ( !crash-reporter )"

diff --git a/kde-apps/kdebase-runtime-meta/metadata.xml b/kde-apps/kdebase-runtime-meta/metadata.xml
index 42a8f90..39dab8e 100644
--- a/kde-apps/kdebase-runtime-meta/metadata.xml
+++ b/kde-apps/kdebase-runtime-meta/metadata.xml
@@ -5,5 +5,6 @@
 	<use>
 		<flag name="crash-reporter">Builds a gui tool to submit crash information to the upstream backtracker</flag>
 		<flag name="minimal">Install a Plasma 5 compatible subset of the package</flag>
+		<flag name="oldwallet">Install <pkg>kde-apps/kwalletd</pkg> on a minimal setup for migration purposes</flag>
 	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdebase-runtime-meta/
@ 2016-01-19 17:52 Michael Palimaka
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Palimaka @ 2016-01-19 17:52 UTC (permalink / raw
  To: gentoo-commits

commit:     bf712715876caeecff6850357f0b1f4d22a1af90
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Jan 19 17:18:14 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 17:42:49 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=bf712715

kde-apps/kdebase-runtime-meta: Sync with tree

Package-Manager: portage-2.2.26

 ...ebuild => kdebase-runtime-meta-15.12.1-r1.ebuild} | 20 +++-----------------
 .../kdebase-runtime-meta-15.12.49.9999.ebuild        | 20 +++-----------------
 .../kdebase-runtime-meta-9999.ebuild                 | 20 +++-----------------
 kde-apps/kdebase-runtime-meta/metadata.xml           |  2 --
 4 files changed, 9 insertions(+), 53 deletions(-)

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.12.1.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.12.1-r1.ebuild
similarity index 68%
rename from kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.12.1.ebuild
rename to kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.12.1-r1.ebuild
index a91049a..16988c3 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.12.1.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.12.1-r1.ebuild
@@ -8,7 +8,7 @@ inherit kde5-meta-pkg
 
 DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
 KEYWORDS=" ~amd64 ~x86"
-IUSE="crash-reporter minimal +oldwallet"
+IUSE="+oldwallet"
 
 RDEPEND="
 	$(add_kdeapps_dep kcmshell)
@@ -37,20 +37,6 @@ RDEPEND="
 	$(add_kdeapps_dep phonon-kde)
 	$(add_kdeapps_dep plasma-runtime)
 	$(add_kdeapps_dep renamedlg-plugins)
-	$(add_kdeapps_dep solid-runtime)
-	crash-reporter? ( $(add_kdeapps_dep drkonqi ) )
-	minimal? (
-		$(add_kdeapps_dep solid-runtime '-bluetooth')
-		oldwallet? ( $(add_kdeapps_dep kwalletd) )
-	)
-	!minimal? (
-		$(add_kdeapps_dep attica)
-		$(add_kdeapps_dep kcontrol)
-		$(add_kdeapps_dep kdebase-kioslaves)
-		$(add_kdeapps_dep kglobalaccel)
-		$(add_kdeapps_dep knetattach)
-		$(add_kdeapps_dep kuiserver)
-		$(add_kdeapps_dep kwalletd)
-	)
+	$(add_kdeapps_dep solid-runtime '-bluetooth')
+	oldwallet? ( $(add_kdeapps_dep kwalletd) )
 "
-REQUIRED_USE="minimal? ( !crash-reporter )"

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.12.49.9999.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.12.49.9999.ebuild
index 1a5ec9c..5d711ac 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.12.49.9999.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.12.49.9999.ebuild
@@ -8,7 +8,7 @@ inherit kde5-meta-pkg
 
 DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
 KEYWORDS=""
-IUSE="crash-reporter minimal +oldwallet"
+IUSE="+oldwallet"
 
 RDEPEND="
 	$(add_kdeapps_dep kcmshell)
@@ -37,20 +37,6 @@ RDEPEND="
 	$(add_kdeapps_dep phonon-kde)
 	$(add_kdeapps_dep plasma-runtime)
 	$(add_kdeapps_dep renamedlg-plugins)
-	$(add_kdeapps_dep solid-runtime)
-	crash-reporter? ( $(add_kdeapps_dep drkonqi ) )
-	minimal? (
-		$(add_kdeapps_dep solid-runtime '-bluetooth')
-		oldwallet? ( $(add_kdeapps_dep kwalletd) )
-	)
-	!minimal? (
-		$(add_kdeapps_dep attica)
-		$(add_kdeapps_dep kcontrol)
-		$(add_kdeapps_dep kdebase-kioslaves)
-		$(add_kdeapps_dep kglobalaccel)
-		$(add_kdeapps_dep knetattach)
-		$(add_kdeapps_dep kuiserver)
-		$(add_kdeapps_dep kwalletd)
-	)
+	$(add_kdeapps_dep solid-runtime '-bluetooth')
+	oldwallet? ( $(add_kdeapps_dep kwalletd) )
 "
-REQUIRED_USE="minimal? ( !crash-reporter )"

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
index 1a5ec9c..5d711ac 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
@@ -8,7 +8,7 @@ inherit kde5-meta-pkg
 
 DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
 KEYWORDS=""
-IUSE="crash-reporter minimal +oldwallet"
+IUSE="+oldwallet"
 
 RDEPEND="
 	$(add_kdeapps_dep kcmshell)
@@ -37,20 +37,6 @@ RDEPEND="
 	$(add_kdeapps_dep phonon-kde)
 	$(add_kdeapps_dep plasma-runtime)
 	$(add_kdeapps_dep renamedlg-plugins)
-	$(add_kdeapps_dep solid-runtime)
-	crash-reporter? ( $(add_kdeapps_dep drkonqi ) )
-	minimal? (
-		$(add_kdeapps_dep solid-runtime '-bluetooth')
-		oldwallet? ( $(add_kdeapps_dep kwalletd) )
-	)
-	!minimal? (
-		$(add_kdeapps_dep attica)
-		$(add_kdeapps_dep kcontrol)
-		$(add_kdeapps_dep kdebase-kioslaves)
-		$(add_kdeapps_dep kglobalaccel)
-		$(add_kdeapps_dep knetattach)
-		$(add_kdeapps_dep kuiserver)
-		$(add_kdeapps_dep kwalletd)
-	)
+	$(add_kdeapps_dep solid-runtime '-bluetooth')
+	oldwallet? ( $(add_kdeapps_dep kwalletd) )
 "
-REQUIRED_USE="minimal? ( !crash-reporter )"

diff --git a/kde-apps/kdebase-runtime-meta/metadata.xml b/kde-apps/kdebase-runtime-meta/metadata.xml
index 39dab8e..7072fb5 100644
--- a/kde-apps/kdebase-runtime-meta/metadata.xml
+++ b/kde-apps/kdebase-runtime-meta/metadata.xml
@@ -3,8 +3,6 @@
 <pkgmetadata>
 	<herd>kde</herd>
 	<use>
-		<flag name="crash-reporter">Builds a gui tool to submit crash information to the upstream backtracker</flag>
-		<flag name="minimal">Install a Plasma 5 compatible subset of the package</flag>
 		<flag name="oldwallet">Install <pkg>kde-apps/kwalletd</pkg> on a minimal setup for migration purposes</flag>
 	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdebase-runtime-meta/
@ 2016-01-26 18:18 Michael Palimaka
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Palimaka @ 2016-01-26 18:18 UTC (permalink / raw
  To: gentoo-commits

commit:     5989f7509772c9a67f4e24d0453837f9d7733706
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Jan 24 17:08:33 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jan 26 18:18:38 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=5989f750

kde-apps/kdebase-runtime-meta: Require kdesu[-handbook]

Minor adjustment for non-plasma profile users.

Package-Manager: portage-2.2.26

 kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.12.1-r1.ebuild    | 2 +-
 kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.12.49.9999.ebuild | 2 +-
 kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.12.1-r1.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.12.1-r1.ebuild
index 16988c3..c6c71b3 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.12.1-r1.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.12.1-r1.ebuild
@@ -17,7 +17,7 @@ RDEPEND="
 	$(add_kdeapps_dep kdebase-menu)
 	$(add_kdeapps_dep kdebase-menu-icons)
 	$(add_kdeapps_dep kdebugdialog)
-	$(add_kdeapps_dep kdesu)
+	$(add_kdeapps_dep kdesu '-handbook')
 	$(add_kdeapps_dep kdontchangethehostname)
 	$(add_kdeapps_dep keditfiletype)
 	$(add_kdeapps_dep kfile)

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.12.49.9999.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.12.49.9999.ebuild
index 5d711ac..a624ae1 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.12.49.9999.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.12.49.9999.ebuild
@@ -17,7 +17,7 @@ RDEPEND="
 	$(add_kdeapps_dep kdebase-menu)
 	$(add_kdeapps_dep kdebase-menu-icons)
 	$(add_kdeapps_dep kdebugdialog)
-	$(add_kdeapps_dep kdesu)
+	$(add_kdeapps_dep kdesu '-handbook')
 	$(add_kdeapps_dep kdontchangethehostname)
 	$(add_kdeapps_dep keditfiletype)
 	$(add_kdeapps_dep kfile)

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
index 5d711ac..a624ae1 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
@@ -17,7 +17,7 @@ RDEPEND="
 	$(add_kdeapps_dep kdebase-menu)
 	$(add_kdeapps_dep kdebase-menu-icons)
 	$(add_kdeapps_dep kdebugdialog)
-	$(add_kdeapps_dep kdesu)
+	$(add_kdeapps_dep kdesu '-handbook')
 	$(add_kdeapps_dep kdontchangethehostname)
 	$(add_kdeapps_dep keditfiletype)
 	$(add_kdeapps_dep kfile)


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdebase-runtime-meta/
@ 2016-03-10 13:12 Michael Palimaka
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Palimaka @ 2016-03-10 13:12 UTC (permalink / raw
  To: gentoo-commits

commit:     7f13c5e2e748dfe701f13dd0d2ae86b227fe0ef0
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Wed Mar  9 23:45:30 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 13:11:54 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7f13c5e2

kde-apps/kdebase-runtime-meta: Sync with tree

Package-Manager: portage-2.2.27

 .../kdebase-runtime-meta-15.12.49.9999.ebuild                    | 9 ++++++---
 kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild   | 9 ++++++---
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.12.49.9999.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.12.49.9999.ebuild
index a624ae1..ca9fb51 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.12.49.9999.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.12.49.9999.ebuild
@@ -2,13 +2,13 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit kde5-meta-pkg
 
 DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
 KEYWORDS=""
-IUSE="+oldwallet"
+IUSE="+oldwallet pam"
 
 RDEPEND="
 	$(add_kdeapps_dep kcmshell)
@@ -38,5 +38,8 @@ RDEPEND="
 	$(add_kdeapps_dep plasma-runtime)
 	$(add_kdeapps_dep renamedlg-plugins)
 	$(add_kdeapps_dep solid-runtime '-bluetooth')
-	oldwallet? ( $(add_kdeapps_dep kwalletd) )
+	oldwallet? (
+		$(add_kdeapps_dep kwalletd)
+		pam? ( kde-apps/kwalletd-pam:4 )
+	)
 "

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
index a624ae1..ca9fb51 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
@@ -2,13 +2,13 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit kde5-meta-pkg
 
 DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
 KEYWORDS=""
-IUSE="+oldwallet"
+IUSE="+oldwallet pam"
 
 RDEPEND="
 	$(add_kdeapps_dep kcmshell)
@@ -38,5 +38,8 @@ RDEPEND="
 	$(add_kdeapps_dep plasma-runtime)
 	$(add_kdeapps_dep renamedlg-plugins)
 	$(add_kdeapps_dep solid-runtime '-bluetooth')
-	oldwallet? ( $(add_kdeapps_dep kwalletd) )
+	oldwallet? (
+		$(add_kdeapps_dep kwalletd)
+		pam? ( kde-apps/kwalletd-pam:4 )
+	)
 "


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdebase-runtime-meta/
@ 2016-04-07 19:19 Michael Palimaka
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Palimaka @ 2016-04-07 19:19 UTC (permalink / raw
  To: gentoo-commits

commit:     ff25cfed95fdc5863acf087cf731ebe9766531bd
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Thu Apr  7 18:35:07 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 19:18:48 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ff25cfed

kde-apps/kdebase-runtime-meta: Add alt. RDEPEND on kwallet-pam[oldwallet]

Package-Manager: portage-2.2.27

 kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.03.90.ebuild      | 2 +-
 kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.04.49.9999.ebuild | 2 +-
 kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.03.90.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.03.90.ebuild
index 1c40139..ba6b7c0 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.03.90.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.03.90.ebuild
@@ -40,6 +40,6 @@ RDEPEND="
 	$(add_kdeapps_dep solid-runtime '-bluetooth')
 	oldwallet? (
 		$(add_kdeapps_dep kwalletd)
-		pam? ( kde-apps/kwalletd-pam:4 )
+		pam? ( || ( $(add_plasma_dep kwallet-pam 'oldwallet') kde-apps/kwalletd-pam:4 ) )
 	)
 "

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.04.49.9999.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.04.49.9999.ebuild
index ca9fb51..13b6871 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.04.49.9999.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.04.49.9999.ebuild
@@ -40,6 +40,6 @@ RDEPEND="
 	$(add_kdeapps_dep solid-runtime '-bluetooth')
 	oldwallet? (
 		$(add_kdeapps_dep kwalletd)
-		pam? ( kde-apps/kwalletd-pam:4 )
+		pam? ( || ( $(add_plasma_dep kwallet-pam 'oldwallet') kde-apps/kwalletd-pam:4 ) )
 	)
 "

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
index ca9fb51..13b6871 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild
@@ -40,6 +40,6 @@ RDEPEND="
 	$(add_kdeapps_dep solid-runtime '-bluetooth')
 	oldwallet? (
 		$(add_kdeapps_dep kwalletd)
-		pam? ( kde-apps/kwalletd-pam:4 )
+		pam? ( || ( $(add_plasma_dep kwallet-pam 'oldwallet') kde-apps/kwalletd-pam:4 ) )
 	)
 "


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2016-04-07 19:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-29 17:11 [gentoo-commits] proj/kde:master commit in: kde-apps/kdebase-runtime-meta/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2016-04-07 19:19 Michael Palimaka
2016-03-10 13:12 Michael Palimaka
2016-01-26 18:18 Michael Palimaka
2016-01-19 17:52 Michael Palimaka
2015-10-15  8:15 Michael Palimaka
2015-08-27 17:17 Michael Palimaka
2015-08-27 17:13 Michael Palimaka
2015-08-07 21:23 Johannes Huber
2015-07-26  8:35 Johannes Huber
2015-02-02 13:28 Michael Palimaka
2014-11-24 15:49 Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox