* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdebase-meta/
@ 2015-12-29 16:44 Michael Palimaka
0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2015-12-29 16:44 UTC (permalink / raw
To: gentoo-commits
commit: f17da63209d325e35f91c5f236a6e2317b5bc050
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Fri Dec 25 21:20:53 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 16:44:32 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f17da632
kde-apps/kdebase-meta: Cleanup, adjust RDEPENDs
Opt. RDEPEND to remove blocker w/ kde-plasma/plasma-workspace-wallpapers:
kde-apps/kde-wallpapers:5
Make sure of upgrade to non-blocking and fixed package versions:
kde-apps/konsole-4.14.3-r1
kde-base/kcheckpass-4.11.22-r1
Move all remaining plasma-workspace-4 deps behind USE=!minimal
Package-Manager: portage-2.2.24
.../kdebase-meta/kdebase-meta-4.14.3-r1.ebuild | 63 ++++++++++++++++++++++
1 file changed, 63 insertions(+)
diff --git a/kde-apps/kdebase-meta/kdebase-meta-4.14.3-r1.ebuild b/kde-apps/kdebase-meta/kdebase-meta-4.14.3-r1.ebuild
new file mode 100644
index 0000000..dc2139f
--- /dev/null
+++ b/kde-apps/kdebase-meta/kdebase-meta-4.14.3-r1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit kde4-meta-pkg
+
+DESCRIPTION="Merge this to pull in all kdebase-derived packages"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="+display-manager minimal +wallpapers"
+
+RDEPEND="
+ $(add_kdeapps_dep dolphin)
+ $(add_kdeapps_dep kde-base-artwork)
+ $(add_kdeapps_dep kdebase-runtime-meta)
+ $(add_kdeapps_dep kdialog)
+ $(add_kdeapps_dep keditbookmarks)
+ $(add_kdeapps_dep kfind)
+ $(add_kdeapps_dep kfmclient)
+ $(add_kdeapps_dep konq-plugins)
+ $(add_kdeapps_dep konqueror)
+ $(add_kdeapps_dep konsole '' 4.14.3-r1)
+ $(add_kdeapps_dep kwrite)
+ $(add_kdeapps_dep libkonq)
+ $(add_kdeapps_dep nsplugins)
+ $(add_kdeapps_dep phonon-kde)
+ wallpapers? ( || ( $(add_kdeapps_dep kde-wallpapers) kde-apps/kde-wallpapers:5 ) )
+ !minimal? (
+ $(add_kdebase_dep freespacenotifier '' 4.11)
+ $(add_kdebase_dep kcheckpass '' 4.11.22-r1)
+ $(add_kdebase_dep kcminit '' 4.11)
+ $(add_kdebase_dep kdebase-cursors '' 4.11)
+ $(add_kdebase_dep kdebase-startkde '' 4.11)
+ $(add_kdeapps_dep kdepasswd)
+ $(add_kdebase_dep kephal '' 4.11)
+ $(add_kdebase_dep khotkeys '' 4.11)
+ $(add_kdebase_dep kinfocenter '' 4.11)
+ $(add_kdebase_dep klipper '' 4.11)
+ $(add_kdebase_dep kmenuedit '' 4.11)
+ $(add_kdebase_dep krunner '' 4.11)
+ $(add_kdebase_dep kscreensaver '' 4.11)
+ $(add_kdebase_dep ksmserver '' 4.11)
+ $(add_kdebase_dep ksplash '' 4.11)
+ $(add_kdebase_dep kstartupconfig '' 4.11)
+ $(add_kdebase_dep kstyles '' 4.11)
+ $(add_kdebase_dep ksysguard '' 4.11)
+ $(add_kdebase_dep ksystraycmd '' 4.11)
+ $(add_kdebase_dep kwin '' 4.11)
+ $(add_kdebase_dep kwrited '' 4.11)
+ $(add_kdebase_dep libkworkspace '' 4.11)
+ $(add_kdebase_dep liboxygenstyle '' 4.11)
+ $(add_kdebase_dep libplasmaclock '' 4.11)
+ $(add_kdebase_dep libplasmagenericshell '' 4.11)
+ $(add_kdebase_dep libtaskmanager '' 4.11)
+ $(add_kdeapps_dep plasma-apps)
+ $(add_kdebase_dep plasma-workspace '' 4.11)
+ $(add_kdebase_dep powerdevil '' 4.11)
+ $(add_kdebase_dep qguiplatformplugin_kde '' 4.11)
+ $(add_kdebase_dep solid-actions-kcm '' 4.11)
+ $(add_kdebase_dep systemsettings '' 4.11)
+ !prefix? ( display-manager? ( || ( $(add_kdebase_dep kdm '' 4.11) x11-misc/lightdm x11-misc/sddm ) ) )
+ )
+"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdebase-meta/
@ 2016-01-05 11:21 Michael Palimaka
0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2016-01-05 11:21 UTC (permalink / raw
To: gentoo-commits
commit: ec6353db0a06cbb2b9f84ece74511d58c9213fa4
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 5 11:20:11 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jan 5 11:20:54 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec6353db
kde-apps/kdebase-meta: avoid pulling in konsole:5
Portage sees it as an upgrade so the LHS/RHS intention didn't work.
Gentoo-bug: 570940
Package-Manager: portage-2.2.26
kde-apps/kdebase-meta/kdebase-meta-4.14.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kdebase-meta/kdebase-meta-4.14.3-r2.ebuild b/kde-apps/kdebase-meta/kdebase-meta-4.14.3-r2.ebuild
index 38d17cf..ab584e6 100644
--- a/kde-apps/kdebase-meta/kdebase-meta-4.14.3-r2.ebuild
+++ b/kde-apps/kdebase-meta/kdebase-meta-4.14.3-r2.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
$(add_kdeapps_dep konq-plugins)
$(add_kdeapps_dep konqueror)
$(add_kdeapps_dep konsolepart)
- || ( $(add_kdeapps_dep konsole '' 4.14.3-r2) kde-apps/konsole:5 )
+ $(add_kdeapps_dep konsole)
$(add_kdeapps_dep kwrite)
$(add_kdeapps_dep libkonq)
$(add_kdeapps_dep nsplugins)
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdebase-meta/
@ 2016-01-17 17:06 Michael Palimaka
0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2016-01-17 17:06 UTC (permalink / raw
To: gentoo-commits
commit: 11fdb2e07abea97b19193162ab51ed782dc247ed
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Wed Jan 6 17:52:46 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 17:05:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11fdb2e0
kde-apps/kdebase-meta: Add transitional package for Plasma 5 migration
Package-Manager: portage-2.2.26
.../kdebase-meta/kdebase-meta-15.08.3-r1.ebuild | 21 +++++++++++++++++++++
kde-apps/kdebase-meta/metadata.xml | 1 +
2 files changed, 22 insertions(+)
diff --git a/kde-apps/kdebase-meta/kdebase-meta-15.08.3-r1.ebuild b/kde-apps/kdebase-meta/kdebase-meta-15.08.3-r1.ebuild
new file mode 100644
index 0000000..5aced72
--- /dev/null
+++ b/kde-apps/kdebase-meta/kdebase-meta-15.08.3-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="Transitional package to pull in plasma-meta plus basic applications"
+KEYWORDS="~amd64 ~x86"
+IUSE="+display-manager minimal +wallpapers"
+
+RDEPEND="
+ $(add_kdeapps_dep dolphin)
+ $(add_kdeapps_dep konsole)
+ $(add_kdeapps_dep kwrite)
+ $(add_plasma_dep plasma-meta)
+ wallpapers? ( $(add_kdeapps_dep kde-wallpapers) )
+ !minimal? ( $(add_kdeapps_dep kdebase-runtime-meta 'minimal') )
+ !prefix? ( display-manager? ( || ( x11-misc/lightdm x11-misc/sddm ) ) )
+"
diff --git a/kde-apps/kdebase-meta/metadata.xml b/kde-apps/kdebase-meta/metadata.xml
index 729f4b3..0f092fd 100644
--- a/kde-apps/kdebase-meta/metadata.xml
+++ b/kde-apps/kdebase-meta/metadata.xml
@@ -4,6 +4,7 @@
<herd>kde</herd>
<use>
<flag name="display-manager">Pull in a graphical display manager</flag>
+ <flag name="minimal">Disable install of various KDE SC 4 based packages</flag>
<flag name="wallpapers">Install the KDE wallpapers</flag>
</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdebase-meta/
@ 2016-01-17 17:06 Michael Palimaka
0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2016-01-17 17:06 UTC (permalink / raw
To: gentoo-commits
commit: 09ec7d04c94383b818a999312adb5d12980e458e
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Wed Jan 6 19:30:57 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 17:05:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09ec7d04
kde-apps/kdebase-meta: Dial back kde-wallpapers RDEPEND
There's now a transitional kde-wallpapers-15.08.3:4 ebuild, make sure
kdebase-meta is not pulling in slot 5 (ECM brings qtcore:5 dep) but
chooses the right slot 4 version.
Package-Manager: portage-2.2.26
kde-apps/kdebase-meta/kdebase-meta-4.14.3-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kdebase-meta/kdebase-meta-4.14.3-r2.ebuild b/kde-apps/kdebase-meta/kdebase-meta-4.14.3-r2.ebuild
index ab584e6..75781dc 100644
--- a/kde-apps/kdebase-meta/kdebase-meta-4.14.3-r2.ebuild
+++ b/kde-apps/kdebase-meta/kdebase-meta-4.14.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -25,7 +25,7 @@ RDEPEND="
$(add_kdeapps_dep libkonq)
$(add_kdeapps_dep nsplugins)
$(add_kdeapps_dep phonon-kde)
- wallpapers? ( || ( $(add_kdeapps_dep kde-wallpapers) kde-apps/kde-wallpapers:5 ) )
+ wallpapers? ( $(add_kdeapps_dep kde-wallpapers '' 15.08.3) )
!minimal? (
$(add_kdebase_dep freespacenotifier '' 4.11)
$(add_kdebase_dep kcheckpass '' 4.11.22-r1)
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdebase-meta/
@ 2016-01-19 17:21 Michael Palimaka
0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2016-01-19 17:21 UTC (permalink / raw
To: gentoo-commits
commit: 20ba5b09ad15cd33084812f62364a60aaa21b68e
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Jan 19 16:42:12 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 17:20:53 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ba5b09
kde-apps/kdebase-meta: RDEPEND on kdecore-meta, drop USE=display-manager
The same use flag is already part of plasma-meta, remove redundancy.
Package-Manager: portage-2.2.26
kde-apps/kdebase-meta/kdebase-meta-15.08.3-r2.ebuild | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/kde-apps/kdebase-meta/kdebase-meta-15.08.3-r2.ebuild b/kde-apps/kdebase-meta/kdebase-meta-15.08.3-r2.ebuild
new file mode 100644
index 0000000..96f2bad
--- /dev/null
+++ b/kde-apps/kdebase-meta/kdebase-meta-15.08.3-r2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="Transitional package to pull in plasma-meta plus basic applications"
+KEYWORDS=" ~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ $(add_kdeapps_dep kdecore-meta)
+ $(add_plasma_dep plasma-meta)
+"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdebase-meta/
@ 2016-03-05 12:12 Mikle Kolyada
0 siblings, 0 replies; 13+ messages in thread
From: Mikle Kolyada @ 2016-03-05 12:12 UTC (permalink / raw
To: gentoo-commits
commit: cb13163ef7a719f7c2e706a910b8620a699b9cbe
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 5 12:09:47 2016 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Mar 5 12:09:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb13163e
kde-apps/kdebase-meta: amd64 stable wrt bug #569742
Package-Manager: portage-2.2.26
kde-apps/kdebase-meta/kdebase-meta-4.14.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kdebase-meta/kdebase-meta-4.14.3-r2.ebuild b/kde-apps/kdebase-meta/kdebase-meta-4.14.3-r2.ebuild
index 75781dc..06473a5 100644
--- a/kde-apps/kdebase-meta/kdebase-meta-4.14.3-r2.ebuild
+++ b/kde-apps/kdebase-meta/kdebase-meta-4.14.3-r2.ebuild
@@ -6,7 +6,7 @@ EAPI=5
inherit kde4-meta-pkg
DESCRIPTION="Merge this to pull in all kdebase-derived packages"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="+display-manager minimal +wallpapers"
RDEPEND="
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdebase-meta/
@ 2016-03-06 10:26 Mikle Kolyada
0 siblings, 0 replies; 13+ messages in thread
From: Mikle Kolyada @ 2016-03-06 10:26 UTC (permalink / raw
To: gentoo-commits
commit: 83b60452674d6c75bb42550f0db9b12bec496d8e
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 6 10:19:49 2016 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar 6 10:19:49 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b60452
kde-apps/kdebase-meta: x86 stable wrt bug #569742
Package-Manager: portage-2.2.26
kde-apps/kdebase-meta/kdebase-meta-4.14.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kdebase-meta/kdebase-meta-4.14.3-r2.ebuild b/kde-apps/kdebase-meta/kdebase-meta-4.14.3-r2.ebuild
index 06473a5..e8bfc44 100644
--- a/kde-apps/kdebase-meta/kdebase-meta-4.14.3-r2.ebuild
+++ b/kde-apps/kdebase-meta/kdebase-meta-4.14.3-r2.ebuild
@@ -6,7 +6,7 @@ EAPI=5
inherit kde4-meta-pkg
DESCRIPTION="Merge this to pull in all kdebase-derived packages"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="+display-manager minimal +wallpapers"
RDEPEND="
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdebase-meta/
@ 2016-04-07 11:18 Michael Palimaka
0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2016-04-07 11:18 UTC (permalink / raw
To: gentoo-commits
commit: cee918c904cacd401a7283dbbf6fd016cc2f06cd
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 7 11:16:09 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Apr 7 11:18:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee918c9
kde-apps/kdebase-meta: version bump 15.12.3
Package-Manager: portage-2.2.28
kde-apps/kdebase-meta/kdebase-meta-15.12.3.ebuild | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/kde-apps/kdebase-meta/kdebase-meta-15.12.3.ebuild b/kde-apps/kdebase-meta/kdebase-meta-15.12.3.ebuild
new file mode 100644
index 0000000..b987824
--- /dev/null
+++ b/kde-apps/kdebase-meta/kdebase-meta-15.12.3.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="Transitional package to pull in plasma-meta plus basic applications"
+KEYWORDS=" ~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ $(add_kdeapps_dep kdecore-meta)
+ $(add_plasma_dep plasma-meta)
+"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdebase-meta/
@ 2016-05-24 15:03 Mikle Kolyada
0 siblings, 0 replies; 13+ messages in thread
From: Mikle Kolyada @ 2016-05-24 15:03 UTC (permalink / raw
To: gentoo-commits
commit: 6f0af22428ead10c84491e4089e40c3021703271
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 15:02:06 2016 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue May 24 15:02:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f0af224
kde-apps/kdebase-meta: amd64 stable wrt bug #579992
Package-Manager: portage-2.2.28
kde-apps/kdebase-meta/kdebase-meta-15.12.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kdebase-meta/kdebase-meta-15.12.3.ebuild b/kde-apps/kdebase-meta/kdebase-meta-15.12.3.ebuild
index b987824..c32241c 100644
--- a/kde-apps/kdebase-meta/kdebase-meta-15.12.3.ebuild
+++ b/kde-apps/kdebase-meta/kdebase-meta-15.12.3.ebuild
@@ -7,7 +7,7 @@ EAPI=6
inherit kde5-meta-pkg
DESCRIPTION="Transitional package to pull in plasma-meta plus basic applications"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdebase-meta/
@ 2016-07-07 22:38 Johannes Huber
0 siblings, 0 replies; 13+ messages in thread
From: Johannes Huber @ 2016-07-07 22:38 UTC (permalink / raw
To: gentoo-commits
commit: 1594d3f5da1f07d97ef96042cf4a61dd3634d5b4
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 7 22:26:51 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Jul 7 22:37:43 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1594d3f5
kde-apps/kdebase-meta: Cleanup metadata
Package-Manager: portage-2.3.0
kde-apps/kdebase-meta/metadata.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/kde-apps/kdebase-meta/metadata.xml b/kde-apps/kdebase-meta/metadata.xml
index 1d0ad5b..2fdbf33 100644
--- a/kde-apps/kdebase-meta/metadata.xml
+++ b/kde-apps/kdebase-meta/metadata.xml
@@ -5,9 +5,4 @@
<email>kde@gentoo.org</email>
<name>Gentoo KDE Project</name>
</maintainer>
- <use>
- <flag name="display-manager">Pull in a graphical display manager</flag>
- <flag name="minimal">Disable install of various KDE SC 4 based packages</flag>
- <flag name="wallpapers">Install the KDE wallpapers</flag>
- </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdebase-meta/
@ 2020-02-05 6:15 Georgy Yakovlev
0 siblings, 0 replies; 13+ messages in thread
From: Georgy Yakovlev @ 2020-02-05 6:15 UTC (permalink / raw
To: gentoo-commits
commit: 4d999329bedc8f358967a70b1f32efe35ef80623
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 06:15:03 2020 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 06:15:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d999329
kde-apps/kdebase-meta: keyword on ~ppc64
for some reason I missed it in mega-keywording PR
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
kde-apps/kdebase-meta/kdebase-meta-19.12.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kdebase-meta/kdebase-meta-19.12.1.ebuild b/kde-apps/kdebase-meta/kdebase-meta-19.12.1.ebuild
index bd684af6512..14a98591b16 100644
--- a/kde-apps/kdebase-meta/kdebase-meta-19.12.1.ebuild
+++ b/kde-apps/kdebase-meta/kdebase-meta-19.12.1.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://kde.org/"
LICENSE="metapackage"
SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdebase-meta/
@ 2020-05-18 9:34 Georgy Yakovlev
0 siblings, 0 replies; 13+ messages in thread
From: Georgy Yakovlev @ 2020-05-18 9:34 UTC (permalink / raw
To: gentoo-commits
commit: b0164e0960f533f291c53d9c753203d41e369ad9
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon May 18 09:31:34 2020 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon May 18 09:31:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0164e09
kde-apps/kdebase-meta: restore ~ppc64 keyword
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
kde-apps/kdebase-meta/kdebase-meta-19.12.3.ebuild | 2 +-
kde-apps/kdebase-meta/kdebase-meta-20.04.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kdebase-meta/kdebase-meta-19.12.3.ebuild b/kde-apps/kdebase-meta/kdebase-meta-19.12.3.ebuild
index 6503af1785d..e93ca02536c 100644
--- a/kde-apps/kdebase-meta/kdebase-meta-19.12.3.ebuild
+++ b/kde-apps/kdebase-meta/kdebase-meta-19.12.3.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://kde.org/"
LICENSE="metapackage"
SLOT="5"
-KEYWORDS="amd64 arm64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
IUSE=""
RDEPEND="
diff --git a/kde-apps/kdebase-meta/kdebase-meta-20.04.1.ebuild b/kde-apps/kdebase-meta/kdebase-meta-20.04.1.ebuild
index bd684af6512..14a98591b16 100644
--- a/kde-apps/kdebase-meta/kdebase-meta-20.04.1.ebuild
+++ b/kde-apps/kdebase-meta/kdebase-meta-20.04.1.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://kde.org/"
LICENSE="metapackage"
SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdebase-meta/
@ 2020-11-25 18:13 Andreas Sturmlechner
0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2020-11-25 18:13 UTC (permalink / raw
To: gentoo-commits
commit: 69f204f756de5c5e1b132647f0cb205d5a38c597
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 25 18:06:33 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 25 18:06:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69f204f7
kde-apps/kdebase-meta: Drop 20.04.3
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kdebase-meta/kdebase-meta-20.04.3.ebuild | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/kde-apps/kdebase-meta/kdebase-meta-20.04.3.ebuild b/kde-apps/kdebase-meta/kdebase-meta-20.04.3.ebuild
deleted file mode 100644
index e93ca02536c..00000000000
--- a/kde-apps/kdebase-meta/kdebase-meta-20.04.3.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Transitional package to pull in plasma-meta plus basic applications"
-HOMEPAGE="https://kde.org/"
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
-IUSE=""
-
-RDEPEND="
- >=kde-apps/kdecore-meta-${PV}:${SLOT}
- kde-plasma/plasma-meta
-"
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2020-11-25 18:13 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-05 12:12 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdebase-meta/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2020-11-25 18:13 Andreas Sturmlechner
2020-05-18 9:34 Georgy Yakovlev
2020-02-05 6:15 Georgy Yakovlev
2016-07-07 22:38 Johannes Huber
2016-05-24 15:03 Mikle Kolyada
2016-04-07 11:18 Michael Palimaka
2016-03-06 10:26 Mikle Kolyada
2016-01-19 17:21 Michael Palimaka
2016-01-17 17:06 Michael Palimaka
2016-01-17 17:06 Michael Palimaka
2016-01-05 11:21 Michael Palimaka
2015-12-29 16:44 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox