public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2017-04-29  5:23 Michael Palimaka
  0 siblings, 0 replies; 69+ messages in thread
From: Michael Palimaka @ 2017-04-29  5:23 UTC (permalink / raw
  To: gentoo-commits

commit:     e5fc0b0080dd3cdfe7bf0376c7dc7f7210a93101
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 05:22:26 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 05:23:36 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e5fc0b00

kde-plasma/plymouth-kcm: new package

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 kde-plasma/plymouth-kcm/metadata.xml             |  8 +++++
 kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild | 38 ++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/metadata.xml b/kde-plasma/plymouth-kcm/metadata.xml
new file mode 100644
index 0000000000..2fdbf33d96
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>kde@gentoo.org</email>
+		<name>Gentoo KDE Project</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild
new file mode 100644
index 0000000000..cc1cbbb171
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+BOGUS=1
+inherit kde5
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://projects.kde.org/projects/kde/workspace/plymouth-kcm"
+
+LICENSE="GPL-2+"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+	$(add_frameworks_dep karchive)
+	$(add_frameworks_dep kauth)
+	$(add_frameworks_dep kcmutils)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kcrash)
+	$(add_frameworks_dep kdeclarative)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep knewstuff)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_qt_dep qtdeclarative)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtwidgets)
+	sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+	$(add_plasma_dep kde-cli-tools)
+"
+
+DOCS=( CONTRIBUTORS )


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2017-05-06  8:44 Michael Palimaka
  0 siblings, 0 replies; 69+ messages in thread
From: Michael Palimaka @ 2017-05-06  8:44 UTC (permalink / raw
  To: gentoo-commits

commit:     eabf09be7d3f617622068e42c060080274232224
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat May  6 08:42:56 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat May  6 08:43:54 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=eabf09be

kde-plasma/plymouth-kcm: remove unused dependencies

Upstream-commit: 1d7e4cc7c7bea7af4f1d26841f17784c14404c07
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild
index cc1cbbb171..fabeef06aa 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild
@@ -16,11 +16,8 @@ IUSE=""
 DEPEND="
 	$(add_frameworks_dep karchive)
 	$(add_frameworks_dep kauth)
-	$(add_frameworks_dep kcmutils)
 	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kcrash)
 	$(add_frameworks_dep kdeclarative)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kio)


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2017-06-09 13:26 Michael Palimaka
  0 siblings, 0 replies; 69+ messages in thread
From: Michael Palimaka @ 2017-06-09 13:26 UTC (permalink / raw
  To: gentoo-commits

commit:     7c58ff7e51600114b3694bb0c56e264712b3c5cd
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  9 13:26:28 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Jun  9 13:26:35 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7c58ff7e

kde-plasma/plymouth-kcm: add missing dev-qt/qtquickcontrols dep

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 kde-plasma/plymouth-kcm/plymouth-kcm-5.10.49.9999.ebuild | 1 +
 kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild         | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.10.49.9999.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.10.49.9999.ebuild
index fabeef06aa..ab183c68fb 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.10.49.9999.ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.10.49.9999.ebuild
@@ -25,6 +25,7 @@ DEPEND="
 	$(add_frameworks_dep kwidgetsaddons)
 	$(add_qt_dep qtdeclarative)
 	$(add_qt_dep qtgui)
+	$(add_qt_dep qtquickcontrols)
 	$(add_qt_dep qtwidgets)
 	sys-boot/plymouth
 "

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild
index fabeef06aa..ab183c68fb 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild
@@ -25,6 +25,7 @@ DEPEND="
 	$(add_frameworks_dep kwidgetsaddons)
 	$(add_qt_dep qtdeclarative)
 	$(add_qt_dep qtgui)
+	$(add_qt_dep qtquickcontrols)
 	$(add_qt_dep qtwidgets)
 	sys-boot/plymouth
 "


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2020-09-01 12:01 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2020-09-01 12:01 UTC (permalink / raw
  To: gentoo-commits

commit:     b96188faa68eb2b65c230aeeab3967d0a21f932a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  1 11:59:03 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep  1 11:59:03 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b96188fa

kde-plasma/plymouth-kcm: drop 5.19.49.9999*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plymouth-kcm/plymouth-kcm-5.19.49.9999.ebuild  | 40 ----------------------
 1 file changed, 40 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.19.49.9999.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.19.49.9999.ebuild
deleted file mode 100644
index 1230bfa876..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.19.49.9999.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-BOGUS=1
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kauth-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-
-DOCS=( CONTRIBUTORS )


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2020-09-01 16:40 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2020-09-01 16:40 UTC (permalink / raw
  To: gentoo-commits

commit:     cd67a4defa3c85bc6de0cc48a492d8cdcee38592
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  1 16:34:49 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep  1 16:34:49 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=cd67a4de

kde-plasma/plymouth-kcm: drop 5.19.5*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.19.5.ebuild | 40 ----------------------
 1 file changed, 40 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.19.5.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.19.5.ebuild
deleted file mode 100644
index fd5acd8292..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.19.5.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-BOGUS=1
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kauth-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-
-DOCS=( CONTRIBUTORS )


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2020-09-19  8:12 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2020-09-19  8:12 UTC (permalink / raw
  To: gentoo-commits

commit:     a94ba2b922c8fb71e5361db4c262c164b5cccf81
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 03:04:48 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 03:04:48 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a94ba2b9

kde-plasma/plymouth-kcm: 5.19.90 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plymouth-kcm/plymouth-kcm-5.19.90.ebuild       | 40 ++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.19.90.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.19.90.ebuild
new file mode 100644
index 0000000000..b528f936c0
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.19.90.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+BOGUS=1
+KFMIN=5.74.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.0
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kauth-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/knewstuff-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+	>=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+
+DOCS=( CONTRIBUTORS )


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2020-10-09  6:35 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2020-10-09  6:35 UTC (permalink / raw
  To: gentoo-commits

commit:     3af36b1995f253afd407464fa08b8597be9db21c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  8 18:09:13 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct  8 18:09:13 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3af36b19

kde-plasma/plymouth-kcm: 5.20.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.20.0.ebuild | 40 ++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.0.ebuild
new file mode 100644
index 0000000000..b528f936c0
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+BOGUS=1
+KFMIN=5.74.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.0
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kauth-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/knewstuff-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+	>=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+
+DOCS=( CONTRIBUTORS )


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2020-10-13 11:51 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2020-10-13 11:51 UTC (permalink / raw
  To: gentoo-commits

commit:     066a5ca7d4a0bd7e807381e47ac26c37af33cad1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 13 11:49:44 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 11:49:44 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=066a5ca7

kde-plasma/plymouth-kcm: drop 5.20.0*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.20.0.ebuild | 40 ----------------------
 1 file changed, 40 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.0.ebuild
deleted file mode 100644
index 543bb572e1..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-BOGUS=1
-KFMIN=5.74.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.1
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kauth-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-
-DOCS=( CONTRIBUTORS )


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2021-01-05 17:44 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2021-01-05 17:44 UTC (permalink / raw
  To: gentoo-commits

commit:     64d841a8cd6c4acb101535d2f43caeb1ccfb2722
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  5 17:40:20 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan  5 17:43:48 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=64d841a8

kde-plasma/plymouth-kcm: drop 5.20.49.9999*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plymouth-kcm/plymouth-kcm-5.20.49.9999.ebuild  | 40 ----------------------
 1 file changed, 40 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.49.9999.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.49.9999.ebuild
deleted file mode 100644
index f34d7e8122..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.49.9999.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-BOGUS=1
-KFMIN=5.74.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.1
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kauth-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-
-DOCS=( CONTRIBUTORS )


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2021-01-23  0:26 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2021-01-23  0:26 UTC (permalink / raw
  To: gentoo-commits

commit:     0dad2450e7d720acc89a63b2572a2ce0d14998fc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 22 23:31:55 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 22 23:58:47 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0dad2450

kde-plasma/plymouth-kcm: 5.20.90 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plymouth-kcm/plymouth-kcm-5.20.90.ebuild       | 40 ++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.90.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.90.ebuild
new file mode 100644
index 0000000000..9ed282fdf1
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.90.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+BOGUS=1
+KFMIN=5.78.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kauth-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/knewstuff-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+	>=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+
+DOCS=( CONTRIBUTORS )


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2021-02-11 13:38 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2021-02-11 13:38 UTC (permalink / raw
  To: gentoo-commits

commit:     4a0e5dc0283296eec8c1dea6c5b7ade022ad266f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 12:42:05 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 12:46:25 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4a0e5dc0

kde-plasma/plymouth-kcm: 5.21.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.21.0.ebuild | 40 ++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.0.ebuild
new file mode 100644
index 0000000000..9ed282fdf1
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+BOGUS=1
+KFMIN=5.78.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kauth-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/knewstuff-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+	>=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+
+DOCS=( CONTRIBUTORS )


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2021-02-16 14:25 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2021-02-16 14:25 UTC (permalink / raw
  To: gentoo-commits

commit:     9a8b49e7a3b40c2c092d65d5a04939afd792bd4e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 14:19:37 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 14:25:32 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=9a8b49e7

kde-plasma/plymouth-kcm: drop 5.20.90*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plymouth-kcm/plymouth-kcm-5.20.90.ebuild       | 40 ----------------------
 1 file changed, 40 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.90.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.90.ebuild
deleted file mode 100644
index 9ed282fdf1..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.90.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-BOGUS=1
-KFMIN=5.78.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kauth-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-
-DOCS=( CONTRIBUTORS )


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2021-02-16 15:48 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2021-02-16 15:48 UTC (permalink / raw
  To: gentoo-commits

commit:     c2f1ee90d117e2f67c74b6982469ccf1eb3d9a66
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 14:40:43 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 14:40:43 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c2f1ee90

kde-plasma/plymouth-kcm: drop 5.21.0*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.21.0.ebuild | 40 ----------------------
 1 file changed, 40 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.0.ebuild
deleted file mode 100644
index 9ed282fdf1..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-BOGUS=1
-KFMIN=5.78.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kauth-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-
-DOCS=( CONTRIBUTORS )


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2021-05-04 21:12 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2021-05-04 21:12 UTC (permalink / raw
  To: gentoo-commits

commit:     ab1bfc3b396b14932cc6be2c19dbb109b3c16cf0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May  4 16:45:28 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May  4 20:17:57 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ab1bfc3b

kde-plasma/plymouth-kcm: 5.21.5 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.21.5.ebuild | 40 ++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.5.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.5.ebuild
new file mode 100644
index 0000000000..bf306e6bc9
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+BOGUS=1
+KFMIN=5.82.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kauth-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/knewstuff-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+	>=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+
+DOCS=( CONTRIBUTORS )


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2021-05-14 20:41 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2021-05-14 20:41 UTC (permalink / raw
  To: gentoo-commits

commit:     d2b46aee81c1a81ea0637dc1e0deee2334671fc8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri May 14 20:32:28 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 14 20:38:52 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d2b46aee

kde-plasma/plymouth-kcm: 5.21.90 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plymouth-kcm/plymouth-kcm-5.21.90.ebuild       | 40 ++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.90.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.90.ebuild
new file mode 100644
index 0000000000..bf306e6bc9
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.90.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+BOGUS=1
+KFMIN=5.82.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kauth-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/knewstuff-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+	>=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+
+DOCS=( CONTRIBUTORS )


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2021-05-29 21:13 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2021-05-29 21:13 UTC (permalink / raw
  To: gentoo-commits

commit:     aeca1e9974cf8e5ba5fe4d2f9692cc195e347fea
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 15:56:45 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 29 15:56:45 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=aeca1e99

kde-plasma/plymouth-kcm: Drop nonexistent CONTRIBUTORS from DOCS

Upstream commit 8bdaaf7db59034dc8ab9e29345afc6b6b10ac561

Closes: https://bugs.gentoo.org/792816
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.21.90.ebuild      | 2 --
 kde-plasma/plymouth-kcm/plymouth-kcm-5.22.49.9999.ebuild | 2 --
 kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild         | 2 --
 3 files changed, 6 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.90.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.90.ebuild
index bf306e6bc9..1202f14b6d 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.90.ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.90.ebuild
@@ -36,5 +36,3 @@ DEPEND="
 RDEPEND="${DEPEND}
 	>=kde-plasma/kde-cli-tools-${PVCUT}:5
 "
-
-DOCS=( CONTRIBUTORS )

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.49.9999.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.49.9999.ebuild
index eb09e2dcb1..63ea93ef65 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.49.9999.ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.49.9999.ebuild
@@ -36,5 +36,3 @@ DEPEND="
 RDEPEND="${DEPEND}
 	>=kde-plasma/kde-cli-tools-${PVCUT}:5
 "
-
-DOCS=( CONTRIBUTORS )

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild
index b3ccbfaa1d..37607dea87 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild
@@ -36,5 +36,3 @@ DEPEND="
 RDEPEND="${DEPEND}
 	>=kde-plasma/kde-cli-tools-${PVCUT}:5
 "
-
-DOCS=( CONTRIBUTORS )


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2021-05-29 21:13 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2021-05-29 21:13 UTC (permalink / raw
  To: gentoo-commits

commit:     8b824d9e8408bc4b6b2f9d125d4405571f4ee70c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 16:03:39 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 29 16:03:39 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8b824d9e

kde-plasma/plymouth-kcm: Drop bogus BOGUS var

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.21.90.ebuild      | 1 -
 kde-plasma/plymouth-kcm/plymouth-kcm-5.22.49.9999.ebuild | 1 -
 kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild         | 1 -
 3 files changed, 3 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.90.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.90.ebuild
index 1202f14b6d..5d62f9cdd9 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.90.ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.90.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=7
 
-BOGUS=1
 KFMIN=5.82.0
 PVCUT=$(ver_cut 1-3)
 QTMIN=5.15.2

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.49.9999.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.49.9999.ebuild
index 63ea93ef65..67ace10bf0 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.49.9999.ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.49.9999.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=7
 
-BOGUS=1
 KFMIN=5.82.0
 PVCUT=$(ver_cut 1-3)
 QTMIN=5.15.2

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild
index 37607dea87..d3477a6c6b 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=7
 
-BOGUS=1
 KFMIN=9999
 PVCUT=$(ver_cut 1-3)
 QTMIN=5.15.2


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2021-06-11  5:49 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2021-06-11  5:49 UTC (permalink / raw
  To: gentoo-commits

commit:     c54b07f66296f5f31f86abc02ba2a5a831510aaf
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 11 05:39:37 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jun 11 05:40:29 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c54b07f6

kde-plasma/plymouth-kcm: drop 5.21.90*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plymouth-kcm/plymouth-kcm-5.21.90.ebuild       | 37 ----------------------
 1 file changed, 37 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.90.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.90.ebuild
deleted file mode 100644
index 5d62f9cdd9..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.90.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.82.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kauth-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-plasma/kde-cli-tools-${PVCUT}:5
-"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2021-09-02 17:36 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2021-09-02 17:36 UTC (permalink / raw
  To: gentoo-commits

commit:     897beb57ee3d229aab35a15106e28e5fe0f3c436
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  2 17:07:02 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep  2 17:15:04 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=897beb57

kde-plasma/plymouth-kcm: drop 5.22.5*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.22.5.ebuild | 37 ----------------------
 1 file changed, 37 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.5.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.5.ebuild
deleted file mode 100644
index 1b2413f157..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.82.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kauth-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-plasma/kde-cli-tools-${PVCUT}:5
-"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2021-09-21 18:45 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2021-09-21 18:45 UTC (permalink / raw
  To: gentoo-commits

commit:     52eeaa0594db0d7e08fa7fb607a7f99ea1e0a20b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 21 18:05:54 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 21 18:26:00 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=52eeaa05

kde-plasma/plymouth-kcm: 5.22.90 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plymouth-kcm/plymouth-kcm-5.22.90.ebuild       | 37 ++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.90.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.90.ebuild
new file mode 100644
index 0000000000..57d4b2f388
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.90.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kauth-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/knewstuff-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+	>=kde-plasma/kde-cli-tools-${PVCUT}:5
+"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2021-10-04 13:04 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2021-10-04 13:04 UTC (permalink / raw
  To: gentoo-commits

commit:     71b68737daf1708ca5f78c75985aeaa74afe7c08
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  4 12:52:25 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct  4 12:52:25 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=71b68737

kde-plasma/plymouth-kcm: drop 5.22.90*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plymouth-kcm/plymouth-kcm-5.22.90.ebuild       | 37 ----------------------
 1 file changed, 37 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.90.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.90.ebuild
deleted file mode 100644
index 57d4b2f388..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.90.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kauth-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-plasma/kde-cli-tools-${PVCUT}:5
-"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2021-10-14 10:26 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2021-10-14 10:26 UTC (permalink / raw
  To: gentoo-commits

commit:     3e2465fc00c411c91c4bcada82eb01451f65d1fc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 14 10:08:17 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 14 10:08:17 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3e2465fc

kde-plasma/plymouth-kcm: drop 5.23.0*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.23.0.ebuild | 37 ----------------------
 1 file changed, 37 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.23.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.23.0.ebuild
deleted file mode 100644
index 57d4b2f388..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.23.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kauth-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-plasma/kde-cli-tools-${PVCUT}:5
-"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2022-01-04 11:57 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2022-01-04 11:57 UTC (permalink / raw
  To: gentoo-commits

commit:     a3807f75c3eb4e57f5cadc18c738dd9d43f4e7ac
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  4 11:16:07 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan  4 11:16:07 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a3807f75

kde-plasma/plymouth-kcm: drop 5.23.49.9999*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plymouth-kcm/plymouth-kcm-5.23.49.9999.ebuild  | 37 ----------------------
 1 file changed, 37 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.23.49.9999.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.23.49.9999.ebuild
deleted file mode 100644
index 116b2809d9..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.23.49.9999.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kauth-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-plasma/kde-cli-tools-${PVCUT}:5
-"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2022-01-04 16:20 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2022-01-04 16:20 UTC (permalink / raw
  To: gentoo-commits

commit:     cf7f0f0cf3dfc0baae7e59fd1a584ad70286a756
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  4 16:01:45 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan  4 16:01:45 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=cf7f0f0c

kde-plasma/plymouth-kcm: drop 5.23.5*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.23.5.ebuild | 37 ----------------------
 1 file changed, 37 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.23.5.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.23.5.ebuild
deleted file mode 100644
index e2118886d2..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.23.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kauth-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-plasma/kde-cli-tools-${PVCUT}:5
-"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2022-01-17 17:49 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2022-01-17 17:49 UTC (permalink / raw
  To: gentoo-commits

commit:     9f46416f475724167ab361fc42d27c2c4c47eba3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 17 17:40:48 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 17 17:46:43 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=9f46416f

kde-plasma/plymouth-kcm: 5.23.90 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plymouth-kcm/plymouth-kcm-5.23.90.ebuild       | 37 ++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.23.90.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.23.90.ebuild
new file mode 100644
index 0000000000..8800e665bf
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.23.90.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.90.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kauth-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/knewstuff-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+	>=kde-plasma/kde-cli-tools-${PVCUT}:5
+"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2022-01-18 17:41 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2022-01-18 17:41 UTC (permalink / raw
  To: gentoo-commits

commit:     d6865cd74dee524c504a7a1bdd003da7f19f9b65
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 18 17:38:48 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 18 17:38:48 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d6865cd7

kde-plasma/plymouth-kcm: drop 5.23.90*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plymouth-kcm/plymouth-kcm-5.23.90.ebuild       | 37 ----------------------
 1 file changed, 37 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.23.90.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.23.90.ebuild
deleted file mode 100644
index 8800e665bf..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.23.90.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kauth-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-plasma/kde-cli-tools-${PVCUT}:5
-"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2022-02-03 20:10 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2022-02-03 20:10 UTC (permalink / raw
  To: gentoo-commits

commit:     6ff9d648771716356d649f3cb8b0ac66f0bf0f9f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  3 20:03:34 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb  3 20:03:34 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6ff9d648

kde-plasma/plymouth-kcm: 5.24.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.24.0.ebuild | 37 ++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.24.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.24.0.ebuild
new file mode 100644
index 0000000000..8800e665bf
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.24.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.90.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kauth-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/knewstuff-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+	>=kde-plasma/kde-cli-tools-${PVCUT}:5
+"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2022-02-08 13:17 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2022-02-08 13:17 UTC (permalink / raw
  To: gentoo-commits

commit:     e13d71280051f0fee66e941260c8f7abb9a3b090
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  8 12:59:57 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb  8 12:59:57 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e13d7128

kde-plasma/plymouth-kcm: drop 5.24.0*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.24.0.ebuild | 37 ----------------------
 1 file changed, 37 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.24.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.24.0.ebuild
deleted file mode 100644
index 8800e665bf..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.24.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kauth-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-plasma/kde-cli-tools-${PVCUT}:5
-"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2022-03-21 19:03 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2022-03-21 19:03 UTC (permalink / raw
  To: gentoo-commits

commit:     a42db15d64e564744f5593dbebcbf592c182cffc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 18:58:20 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 19:02:35 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a42db15d

kde-plasma/plymouth-kcm: Set QTMIN to 5.15.3

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild
index 146dc351a3..610b458362 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 KFMIN=9999
 PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
+QTMIN=5.15.3
 inherit ecm kde.org
 
 DESCRIPTION="KDE Plasma control module for Plymouth"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2022-06-08  9:22 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2022-06-08  9:22 UTC (permalink / raw
  To: gentoo-commits

commit:     3ff707d6be390b7ff9b8eb63b217e6bc513e3928
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  8 09:18:08 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun  8 09:18:08 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3ff707d6

kde-plasma/plymouth-kcm: 5.25.49.9999 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plymouth-kcm/plymouth-kcm-5.25.49.9999.ebuild  | 37 ++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.25.49.9999.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.25.49.9999.ebuild
new file mode 100644
index 0000000000..610b458362
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.25.49.9999.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=9999
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.3
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kauth-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/knewstuff-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+	>=kde-plasma/kde-cli-tools-${PVCUT}:5
+"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2022-06-09 11:29 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2022-06-09 11:29 UTC (permalink / raw
  To: gentoo-commits

commit:     f53df173069e03cf25a850a09daef5a60484df98
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  9 11:16:22 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun  9 11:26:36 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f53df173

kde-plasma/plymouth-kcm: 5.25.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.25.0.ebuild | 37 ++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.25.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.25.0.ebuild
new file mode 100644
index 0000000000..1088de8c64
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.25.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.94.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.3
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kauth-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/knewstuff-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+	>=kde-plasma/kde-cli-tools-${PVCUT}:5
+"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2022-06-14 12:47 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2022-06-14 12:47 UTC (permalink / raw
  To: gentoo-commits

commit:     7d40ac97bb7b2b53a77ec8e4bfce3370fa8b713f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 14 12:46:44 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 14 12:46:44 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7d40ac97

kde-plasma/plymouth-kcm: drop 5.25.0*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.25.0.ebuild | 37 ----------------------
 1 file changed, 37 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.25.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.25.0.ebuild
deleted file mode 100644
index 1088de8c64..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.25.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.94.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.3
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kauth-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-plasma/kde-cli-tools-${PVCUT}:5
-"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2022-07-12 13:50 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2022-07-12 13:50 UTC (permalink / raw
  To: gentoo-commits

commit:     fe0c3cd4703c548207fefd5bc0e5aef7b274531f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 12 11:24:37 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 12 11:24:37 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=fe0c3cd4

kde-plasma/plymouth-kcm: 5.25.3 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.25.3.ebuild | 37 ++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.25.3.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.25.3.ebuild
new file mode 100644
index 0000000000..e2a86eea2c
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.25.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.95.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.5
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kauth-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/knewstuff-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+	>=kde-plasma/kde-cli-tools-${PVCUT}:5
+"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2022-07-13  9:18 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2022-07-13  9:18 UTC (permalink / raw
  To: gentoo-commits

commit:     0d8994d29038e75006ec02b254abf43715bf5f30
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 08:52:32 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 08:52:32 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0d8994d2

kde-plasma/plymouth-kcm: drop 5.25.3*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.25.3.ebuild | 37 ----------------------
 1 file changed, 37 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.25.3.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.25.3.ebuild
deleted file mode 100644
index e2a86eea2c..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.25.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.95.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kauth-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-plasma/kde-cli-tools-${PVCUT}:5
-"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2022-09-06 19:16 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2022-09-06 19:16 UTC (permalink / raw
  To: gentoo-commits

commit:     49bf16e382b59a9785db9774e47439c96450ea91
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  6 18:23:33 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep  6 19:01:06 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=49bf16e3

kde-plasma/plymouth-kcm: drop 5.25.49.9999

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plymouth-kcm/plymouth-kcm-5.25.49.9999.ebuild  | 37 ----------------------
 1 file changed, 37 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.25.49.9999.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.25.49.9999.ebuild
deleted file mode 100644
index 26bf107934..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.25.49.9999.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.95.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kauth-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-plasma/kde-cli-tools-${PVCUT}:5
-"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2022-09-15 20:57 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2022-09-15 20:57 UTC (permalink / raw
  To: gentoo-commits

commit:     e9fb580e2b13168eaafe43fdbeaf044f21ec4eea
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 15 20:54:55 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 15 20:57:04 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e9fb580e

kde-plasma/plymouth-kcm: 5.26.49.9999 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plymouth-kcm/plymouth-kcm-5.26.49.9999.ebuild  | 37 ++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.49.9999.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.49.9999.ebuild
new file mode 100644
index 0000000000..ca0bf67b30
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.49.9999.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.98.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.5
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kauth-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/knewstuff-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+	>=kde-plasma/kde-cli-tools-${PVCUT}:5
+"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2022-09-15 21:41 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2022-09-15 21:41 UTC (permalink / raw
  To: gentoo-commits

commit:     6b22395ed2720c516778a4d1cd910ecaf01b2093
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 15 21:36:31 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 15 21:41:11 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6b22395e

kde-plasma/plymouth-kcm: 5.25.90 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plymouth-kcm/plymouth-kcm-5.25.90.ebuild       | 37 ++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.25.90.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.25.90.ebuild
new file mode 100644
index 0000000000..b374ad879e
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.25.90.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.98.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.5
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kauth-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/knewstuff-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+	>=kde-plasma/kde-cli-tools-${PVCUT}:5
+"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2022-10-06 14:48 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2022-10-06 14:48 UTC (permalink / raw
  To: gentoo-commits

commit:     229ae2747629c984f58993ec8f71e24433f16f63
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  6 13:53:38 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct  6 14:48:06 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=229ae274

kde-plasma/plymouth-kcm: 5.26.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.26.0.ebuild | 37 ++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.0.ebuild
new file mode 100644
index 0000000000..b374ad879e
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.98.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.5
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kauth-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/knewstuff-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+	>=kde-plasma/kde-cli-tools-${PVCUT}:5
+"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2022-10-09 16:39 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2022-10-09 16:39 UTC (permalink / raw
  To: gentoo-commits

commit:     7f069c9d4ccd5bf820c2cde8a9b3416ca41329d9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  8 13:52:35 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 16:38:32 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7f069c9d

kde-plasma/plymouth-kcm: Add kde-frameworks/kcmutils BDEPEND

Uses kcmutils_generate_desktop_file cmake macro

Bug: https://bugs.gentoo.org/868270
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.26.0.ebuild       | 1 +
 kde-plasma/plymouth-kcm/plymouth-kcm-5.26.49.9999.ebuild | 1 +
 kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild         | 1 +
 3 files changed, 3 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.0.ebuild
index b374ad879e..f453263bc5 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.0.ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.0.ebuild
@@ -35,3 +35,4 @@ DEPEND="
 RDEPEND="${DEPEND}
 	>=kde-plasma/kde-cli-tools-${PVCUT}:5
 "
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.49.9999.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.49.9999.ebuild
index ca0bf67b30..ee0c6f5202 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.49.9999.ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.49.9999.ebuild
@@ -35,3 +35,4 @@ DEPEND="
 RDEPEND="${DEPEND}
 	>=kde-plasma/kde-cli-tools-${PVCUT}:5
 "
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild
index ac774c68f3..df24c127cf 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild
@@ -35,3 +35,4 @@ DEPEND="
 RDEPEND="${DEPEND}
 	>=kde-plasma/kde-cli-tools-${PVCUT}:5
 "
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2022-10-11 12:37 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2022-10-11 12:37 UTC (permalink / raw
  To: gentoo-commits

commit:     a829e48d6cd4acf8b5ba3a8b40edc0ef033f3177
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 10 09:37:41 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 14:30:02 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a829e48d

kde-plasma/plymouth-kcm: drop 5.25.90

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plymouth-kcm/plymouth-kcm-5.25.90.ebuild       | 37 ----------------------
 1 file changed, 37 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.25.90.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.25.90.ebuild
deleted file mode 100644
index b374ad879e..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.25.90.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.98.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kauth-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-plasma/kde-cli-tools-${PVCUT}:5
-"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2022-10-11 12:51 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2022-10-11 12:51 UTC (permalink / raw
  To: gentoo-commits

commit:     35ed5990fc79c02c74fee1aba90109e7be1a5c03
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 12:45:02 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 12:51:19 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=35ed5990

kde-plasma/plymouth-kcm: drop 5.26.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.26.0.ebuild | 38 ----------------------
 1 file changed, 38 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.0.ebuild
deleted file mode 100644
index 68c4c4c4ac..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.99.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kauth-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2023-01-04 15:21 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2023-01-04 15:21 UTC (permalink / raw
  To: gentoo-commits

commit:     faae62967819bbcd2d1f8112e30dd725f65cbfeb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  4 10:11:22 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan  4 10:11:22 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=faae6296

kde-plasma/plymouth-kcm: drop 5.26.49.9999

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plymouth-kcm/plymouth-kcm-5.26.49.9999.ebuild  | 38 ----------------------
 1 file changed, 38 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.49.9999.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.49.9999.ebuild
deleted file mode 100644
index 780cc3e476..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.49.9999.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.99.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kauth-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2023-01-20 10:40 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2023-01-20 10:40 UTC (permalink / raw
  To: gentoo-commits

commit:     c9ec22026d4df1424f18fa8a16d301425dc80b37
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 09:30:40 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 10:37:49 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c9ec2202

kde-plasma/plymouth-kcm: 5.26.90 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plymouth-kcm/plymouth-kcm-5.26.90.ebuild       | 38 ++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.90.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.90.ebuild
new file mode 100644
index 0000000000..be1e39986d
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.90.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.102.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.7
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kauth-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/knewstuff-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+	>=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2023-01-20 13:59 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2023-01-20 13:59 UTC (permalink / raw
  To: gentoo-commits

commit:     5ac4ecfc735a9133494e1141db46b0b7f22262b4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 13:50:03 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 13:50:03 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=5ac4ecfc

kde-plasma/plymouth-kcm: drop 5.26.90

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plymouth-kcm/plymouth-kcm-5.26.90.ebuild       | 38 ----------------------
 1 file changed, 38 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.90.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.90.ebuild
deleted file mode 100644
index be1e39986d..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.90.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.102.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.7
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kauth-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2023-02-09 13:26 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2023-02-09 13:26 UTC (permalink / raw
  To: gentoo-commits

commit:     dcf8968a67ef74fe7c3c7c9c289163218aef7224
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  9 13:01:40 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb  9 13:19:59 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=dcf8968a

kde-plasma/plymouth-kcm: 5.27.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.27.0.ebuild | 38 ++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.0.ebuild
new file mode 100644
index 0000000000..774a59d17f
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.102.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.7
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kauth-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/knewstuff-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+	>=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2023-02-14 11:27 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2023-02-14 11:27 UTC (permalink / raw
  To: gentoo-commits

commit:     91225374029f0a4bd92fe4a8044882c079a5ef30
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 10:48:53 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 10:48:53 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=91225374

kde-plasma/plymouth-kcm: drop 5.27.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.27.0.ebuild | 38 ----------------------
 1 file changed, 38 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.0.ebuild
deleted file mode 100644
index 774a59d17f..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.102.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.7
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kauth-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2023-02-21 14:02 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2023-02-21 14:02 UTC (permalink / raw
  To: gentoo-commits

commit:     17aebfc6bb9a8a4bcccec669c3ba250ac295e1c7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 21 13:27:53 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 13:27:53 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=17aebfc6

kde-plasma/plymouth-kcm: 5.27.1 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.27.1.ebuild | 38 ++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.1.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.1.ebuild
new file mode 100644
index 0000000000..774a59d17f
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.102.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.7
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kauth-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/knewstuff-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+	>=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2023-02-22 11:59 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2023-02-22 11:59 UTC (permalink / raw
  To: gentoo-commits

commit:     7f091100cbf5286995b81f5a5bd4a8997d3aa34a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 10:51:59 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 10:51:59 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7f091100

kde-plasma/plymouth-kcm: drop 5.27.1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.27.1.ebuild | 38 ----------------------
 1 file changed, 38 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.1.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.1.ebuild
deleted file mode 100644
index 774a59d17f..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.102.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.7
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kauth-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2023-03-14 14:47 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2023-03-14 14:47 UTC (permalink / raw
  To: gentoo-commits

commit:     10841654b35dfe234bad69a88c2d9fe82ff2b3cd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 14 14:43:14 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 14 14:47:16 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=10841654

kde-plasma/plymouth-kcm: 5.27.3 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.27.3.ebuild | 38 ++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.3.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.3.ebuild
new file mode 100644
index 0000000000..774a59d17f
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.102.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.7
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kauth-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/knewstuff-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+	>=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2023-03-14 20:21 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2023-03-14 20:21 UTC (permalink / raw
  To: gentoo-commits

commit:     e24491b5e0ca1864491f6227b2e6f47b0822ac63
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 14 20:16:23 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 14 20:16:23 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e24491b5

kde-plasma/plymouth-kcm: drop 5.27.3

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.27.3.ebuild | 38 ----------------------
 1 file changed, 38 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.3.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.3.ebuild
deleted file mode 100644
index 774a59d17f..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.102.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.7
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kauth-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2023-06-27 20:40 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2023-06-27 20:40 UTC (permalink / raw
  To: gentoo-commits

commit:     c380012b97678cca8bde4ee88035996ee589d13e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 14:58:03 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 20:26:45 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c380012b

kde-plasma/plymouth-kcm: 5.27.6 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.27.6.ebuild | 38 ++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.6.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.6.ebuild
new file mode 100644
index 0000000000..7690616646
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.6.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.106.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.9
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kauth-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/knewstuff-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+	>=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2023-06-27 20:44 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2023-06-27 20:44 UTC (permalink / raw
  To: gentoo-commits

commit:     7b0ac319c6a32e9e10fe676a7f03c48e4044f6f9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 27 20:43:52 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 27 20:43:52 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7b0ac319

kde-plasma/plymouth-kcm: drop 5.27.6

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.27.6.ebuild | 38 ----------------------
 1 file changed, 38 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.6.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.6.ebuild
deleted file mode 100644
index 7690616646..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.6.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.106.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.9
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kauth-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2023-10-24 18:39 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2023-10-24 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     2c8451c9d47dbbacf47e6fde9a3ae8c330d0e18c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 18:08:11 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 18:39:25 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=2c8451c9

kde-plasma/plymouth-kcm: 5.27.9 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.27.9.ebuild | 38 ++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.9.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.9.ebuild
new file mode 100644
index 0000000000..7690616646
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.9.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.106.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.9
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtquickcontrols-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kauth-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/knewstuff-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+	>=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2023-10-25  7:42 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2023-10-25  7:42 UTC (permalink / raw
  To: gentoo-commits

commit:     c20d27bbf322a7b879abe2c43c140c4b30894a48
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 25 07:37:56 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Oct 25 07:37:56 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c20d27bb

kde-plasma/plymouth-kcm: drop 5.27.9

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.27.9.ebuild | 38 ----------------------
 1 file changed, 38 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.9.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.9.ebuild
deleted file mode 100644
index 7690616646..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.9.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.106.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.9
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kauth-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2023-12-12 18:32 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2023-12-12 18:32 UTC (permalink / raw
  To: gentoo-commits

commit:     28fcf77124e558140a7230363b528f330dd999ad
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 16:44:30 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 16:54:48 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=28fcf771

kde-plasma/plymouth-kcm: Update dependencies

Upstream commits:
894f6706afeff7fff73ad0afe4cbf90dfe9b0387
622e920bc76b9f5bb76ca5d8b10f3d5776b6710b
7a2e8cc0c86fb56f40a622ec362ce9d33a0d5fae

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild
index 72a32835db..e2d1ed2433 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild
@@ -23,7 +23,6 @@ DEPEND="
 	>=kde-frameworks/kauth-${KFMIN}:6
 	>=kde-frameworks/kconfig-${KFMIN}:6
 	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kdeclarative-${KFMIN}:6
 	>=kde-frameworks/ki18n-${KFMIN}:6
 	>=kde-frameworks/kio-${KFMIN}:6
 	>=kde-frameworks/knewstuff-${KFMIN}:6
@@ -31,6 +30,8 @@ DEPEND="
 	sys-boot/plymouth
 "
 RDEPEND="${DEPEND}
+	>=kde-frameworks/kcmutils-${KFMIN}:6
+	>=kde-frameworks/kirigami-${KFMIN}:6
 	>=kde-plasma/kde-cli-tools-${PVCUT}:*
 "
 BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2023-12-12 18:32 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2023-12-12 18:32 UTC (permalink / raw
  To: gentoo-commits

commit:     14cffa69f59fcb6bbd200d7577ae18a06999f897
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 16:56:55 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 16:56:55 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=14cffa69

kde-plasma/plymouth-kcm: Add missing RDEPEND

Upstream commit 894f6706afeff7fff73ad0afe4cbf90dfe9b0387

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.27.49.9999.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.49.9999.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.49.9999.ebuild
index 16ea473071..fc1e2acdbb 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.49.9999.ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.49.9999.ebuild
@@ -33,6 +33,8 @@ DEPEND="
 	sys-boot/plymouth
 "
 RDEPEND="${DEPEND}
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
 	>=kde-plasma/kde-cli-tools-${PVCUT}:*
 "
 BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2023-12-12 18:32 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2023-12-12 18:32 UTC (permalink / raw
  To: gentoo-commits

commit:     dc4e4ba29cf5af67342904b5298b731573142956
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 16:50:09 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 16:54:43 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=dc4e4ba2

kde-plasma/plymouth-kcm: add kde-invent upstream metadata

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/metadata.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kde-plasma/plymouth-kcm/metadata.xml b/kde-plasma/plymouth-kcm/metadata.xml
index d925f24397..485b99be0e 100644
--- a/kde-plasma/plymouth-kcm/metadata.xml
+++ b/kde-plasma/plymouth-kcm/metadata.xml
@@ -6,6 +6,7 @@
 		<name>Gentoo KDE Project</name>
 	</maintainer>
 	<upstream>
-		<bugs-to>https://bugs.kde.org/</bugs-to>
+		<bugs-to>https://bugs.kde.org/enter_bug.cgi?product=systemsettings&amp;component=kcm_plymouth</bugs-to>
+		<remote-id type="kde-invent">plasma/plymouth-kcm</remote-id>
 	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2023-12-20 23:02 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2023-12-20 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     3609301d617e6a0430325845c1c845f5d82bab3e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 16:41:05 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 23:01:10 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3609301d

kde-plasma/plymouth-kcm: 5.91.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.91.0.ebuild | 37 ++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.91.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.91.0.ebuild
new file mode 100644
index 0000000000..379da06f4f
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.91.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.247.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.6.0
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+	>=dev-qt/qtdeclarative-${QTMIN}:6
+	>=kde-frameworks/karchive-${KFMIN}:6
+	>=kde-frameworks/kauth-${KFMIN}:6
+	>=kde-frameworks/kconfig-${KFMIN}:6
+	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kio-${KFMIN}:6
+	>=kde-frameworks/knewstuff-${KFMIN}:6
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+	sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+	>=kde-frameworks/kcmutils-${KFMIN}:6
+	>=kde-frameworks/kirigami-${KFMIN}:6
+	>=kde-plasma/kde-cli-tools-${PVCUT}:*
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2023-12-23 18:46 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2023-12-23 18:46 UTC (permalink / raw
  To: gentoo-commits

commit:     1b5b9b3ea372509670c6b667db89ad5b15825f25
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 23 18:34:32 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 18:34:32 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1b5b9b3e

kde-plasma/plymouth-kcm: drop 5.91.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.91.0.ebuild | 37 ----------------------
 1 file changed, 37 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.91.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.91.0.ebuild
deleted file mode 100644
index 379da06f4f..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.91.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.247.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.6.0
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/karchive-${KFMIN}:6
-	>=kde-frameworks/kauth-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/knewstuff-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-frameworks/kcmutils-${KFMIN}:6
-	>=kde-frameworks/kirigami-${KFMIN}:6
-	>=kde-plasma/kde-cli-tools-${PVCUT}:*
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2024-01-10 16:47 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2024-01-10 16:47 UTC (permalink / raw
  To: gentoo-commits

commit:     fd339ba3830208683e39df9aaa0ae19125340f18
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 10 13:28:29 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 10 16:46:18 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=fd339ba3

kde-plasma/plymouth-kcm: 5.92.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.92.0.ebuild | 37 ++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.92.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.92.0.ebuild
new file mode 100644
index 0000000000..958cdd679b
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.92.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=9999
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.6.0
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+	>=dev-qt/qtdeclarative-${QTMIN}:6
+	>=kde-frameworks/karchive-${KFMIN}:6
+	>=kde-frameworks/kauth-${KFMIN}:6
+	>=kde-frameworks/kconfig-${KFMIN}:6
+	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kio-${KFMIN}:6
+	>=kde-frameworks/knewstuff-${KFMIN}:6
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+	sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+	>=kde-frameworks/kcmutils-${KFMIN}:6
+	>=kde-frameworks/kirigami-${KFMIN}:6
+	>=kde-plasma/kde-cli-tools-${PVCUT}:*
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2024-01-16 15:28 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2024-01-16 15:28 UTC (permalink / raw
  To: gentoo-commits

commit:     70843dc51830ddddacda6e3d93e33d9b3793359d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 16 14:33:26 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 16 15:26:49 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=70843dc5

kde-plasma/plymouth-kcm: drop 5.27.49.9999

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plymouth-kcm/plymouth-kcm-5.27.49.9999.ebuild  | 40 ----------------------
 1 file changed, 40 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.49.9999.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.49.9999.ebuild
deleted file mode 100644
index 94c0d33478..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.49.9999.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.106.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.9
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kauth-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-	>=kde-plasma/kde-cli-tools-${PVCUT}:*
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2024-05-21 19:06 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2024-05-21 19:06 UTC (permalink / raw
  To: gentoo-commits

commit:     77b8d18e02b09da2c73401f81f247aceb9f62149
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 21 18:57:00 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 21 19:04:51 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=77b8d18e

kde-plasma/plymouth-kcm: drop 6.0.49.9999

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plymouth-kcm/plymouth-kcm-6.0.49.9999.ebuild   | 37 ----------------------
 1 file changed, 37 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-6.0.49.9999.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-6.0.49.9999.ebuild
deleted file mode 100644
index b4891291dc..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-6.0.49.9999.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.6.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/karchive-${KFMIN}:6
-	>=kde-frameworks/kauth-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/knewstuff-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-frameworks/kcmutils-${KFMIN}:6
-	>=kde-frameworks/kirigami-${KFMIN}:6
-	>=kde-plasma/kde-cli-tools-${PVCUT}:*
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2024-05-24 19:49 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2024-05-24 19:49 UTC (permalink / raw
  To: gentoo-commits

commit:     d4bb3e0496f309e47c6b9779f2b6cb04ddb749bf
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri May 24 18:55:58 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 24 19:26:15 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d4bb3e04

kde-plasma/plymouth-kcm: 6.0.90 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-6.0.90.ebuild | 37 ++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-6.0.90.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-6.0.90.ebuild
new file mode 100644
index 0000000000..9c3beb05ca
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-6.0.90.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.2.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.1
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+	>=dev-qt/qtdeclarative-${QTMIN}:6
+	>=kde-frameworks/karchive-${KFMIN}:6
+	>=kde-frameworks/kauth-${KFMIN}:6
+	>=kde-frameworks/kconfig-${KFMIN}:6
+	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kio-${KFMIN}:6
+	>=kde-frameworks/knewstuff-${KFMIN}:6
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+	sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+	>=kde-frameworks/kcmutils-${KFMIN}:6
+	>=kde-frameworks/kirigami-${KFMIN}:6
+	>=kde-plasma/kde-cli-tools-${PVCUT}:*
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2024-05-27 22:24 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2024-05-27 22:24 UTC (permalink / raw
  To: gentoo-commits

commit:     08f61675f2054c7436e0481da3f598fa8fed4420
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 27 17:49:08 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 27 17:49:08 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=08f61675

kde-plasma/plymouth-kcm: drop 6.0.90

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-6.0.90.ebuild | 37 ----------------------
 1 file changed, 37 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-6.0.90.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-6.0.90.ebuild
deleted file mode 100644
index 9c3beb05ca..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-6.0.90.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.2.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.1
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/karchive-${KFMIN}:6
-	>=kde-frameworks/kauth-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/knewstuff-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-frameworks/kcmutils-${KFMIN}:6
-	>=kde-frameworks/kirigami-${KFMIN}:6
-	>=kde-plasma/kde-cli-tools-${PVCUT}:*
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2024-06-18 20:03 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2024-06-18 20:03 UTC (permalink / raw
  To: gentoo-commits

commit:     6dd3cbaeefdb813974e90759cb4c7a692b53dd99
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 18 20:00:41 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 18 20:00:41 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6dd3cbae

kde-plasma/plymouth-kcm: drop 6.1.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-6.1.0.ebuild | 37 -----------------------
 1 file changed, 37 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-6.1.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-6.1.0.ebuild
deleted file mode 100644
index 524e554e38..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-6.1.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.3.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.1
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/karchive-${KFMIN}:6
-	>=kde-frameworks/kauth-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/knewstuff-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-frameworks/kcmutils-${KFMIN}:6
-	>=kde-frameworks/kirigami-${KFMIN}:6
-	>=kde-plasma/kde-cli-tools-${PVCUT}:*
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2024-09-10 16:48 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2024-09-10 16:48 UTC (permalink / raw
  To: gentoo-commits

commit:     302c2fccbe83de7e16231c3f2c7e2aa67e08c00d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 10 16:05:16 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 16:45:00 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=302c2fcc

kde-plasma/plymouth-kcm: drop 6.1.49.9999

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plymouth-kcm/plymouth-kcm-6.1.49.9999.ebuild   | 36 ----------------------
 1 file changed, 36 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-6.1.49.9999.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-6.1.49.9999.ebuild
deleted file mode 100644
index f515c50c62..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-6.1.49.9999.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.5.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/karchive-${KFMIN}:6
-	>=kde-frameworks/kauth-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/knewstuff-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-frameworks/kcmutils-${KFMIN}:6
-	>=kde-frameworks/kirigami-${KFMIN}:6
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2024-09-14 21:33 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2024-09-14 21:33 UTC (permalink / raw
  To: gentoo-commits

commit:     8030a0b96cff94cde348c3d2fa78e6e92029e1ca
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 20:40:56 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 21:29:37 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8030a0b9

kde-plasma/plymouth-kcm: 6.1.90 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-6.1.90.ebuild | 36 ++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-6.1.90.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-6.1.90.ebuild
new file mode 100644
index 0000000000..177b37eaa6
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-6.1.90.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.6.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.2
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+	>=dev-qt/qtdeclarative-${QTMIN}:6
+	>=kde-frameworks/karchive-${KFMIN}:6
+	>=kde-frameworks/kauth-${KFMIN}:6
+	>=kde-frameworks/kconfig-${KFMIN}:6
+	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kio-${KFMIN}:6
+	>=kde-frameworks/knewstuff-${KFMIN}:6
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+	sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+	>=kde-frameworks/kcmutils-${KFMIN}:6
+	>=kde-frameworks/kirigami-${KFMIN}:6
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2024-10-03 20:18 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2024-10-03 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     66541bdb9627751ec1f03195148bce1f0fc00613
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  3 17:59:07 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct  3 17:59:07 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=66541bdb

kde-plasma/plymouth-kcm: 6.2.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-6.2.0.ebuild | 36 +++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-6.2.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-6.2.0.ebuild
new file mode 100644
index 0000000000..177b37eaa6
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-6.2.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.6.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.2
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+	>=dev-qt/qtdeclarative-${QTMIN}:6
+	>=kde-frameworks/karchive-${KFMIN}:6
+	>=kde-frameworks/kauth-${KFMIN}:6
+	>=kde-frameworks/kconfig-${KFMIN}:6
+	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kio-${KFMIN}:6
+	>=kde-frameworks/knewstuff-${KFMIN}:6
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+	sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+	>=kde-frameworks/kcmutils-${KFMIN}:6
+	>=kde-frameworks/kirigami-${KFMIN}:6
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
@ 2024-10-08 15:20 Andreas Sturmlechner
  0 siblings, 0 replies; 69+ messages in thread
From: Andreas Sturmlechner @ 2024-10-08 15:20 UTC (permalink / raw
  To: gentoo-commits

commit:     63663c907ec0ca32305f51cfa936f6ce8bf1109b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 18:22:59 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 23:22:01 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=63663c90

kde-plasma/plymouth-kcm: drop 6.1.90

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-6.1.90.ebuild | 36 ----------------------
 1 file changed, 36 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-6.1.90.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-6.1.90.ebuild
deleted file mode 100644
index 177b37eaa6..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-6.1.90.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.6.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/karchive-${KFMIN}:6
-	>=kde-frameworks/kauth-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/knewstuff-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-	>=kde-frameworks/kcmutils-${KFMIN}:6
-	>=kde-frameworks/kirigami-${KFMIN}:6
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"


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

end of thread, other threads:[~2024-10-08 15:21 UTC | newest]

Thread overview: 69+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-09 13:26 [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-10-08 15:20 Andreas Sturmlechner
2024-10-03 20:18 Andreas Sturmlechner
2024-09-14 21:33 Andreas Sturmlechner
2024-09-10 16:48 Andreas Sturmlechner
2024-06-18 20:03 Andreas Sturmlechner
2024-05-27 22:24 Andreas Sturmlechner
2024-05-24 19:49 Andreas Sturmlechner
2024-05-21 19:06 Andreas Sturmlechner
2024-01-16 15:28 Andreas Sturmlechner
2024-01-10 16:47 Andreas Sturmlechner
2023-12-23 18:46 Andreas Sturmlechner
2023-12-20 23:02 Andreas Sturmlechner
2023-12-12 18:32 Andreas Sturmlechner
2023-12-12 18:32 Andreas Sturmlechner
2023-12-12 18:32 Andreas Sturmlechner
2023-10-25  7:42 Andreas Sturmlechner
2023-10-24 18:39 Andreas Sturmlechner
2023-06-27 20:44 Andreas Sturmlechner
2023-06-27 20:40 Andreas Sturmlechner
2023-03-14 20:21 Andreas Sturmlechner
2023-03-14 14:47 Andreas Sturmlechner
2023-02-22 11:59 Andreas Sturmlechner
2023-02-21 14:02 Andreas Sturmlechner
2023-02-14 11:27 Andreas Sturmlechner
2023-01-20 13:59 Andreas Sturmlechner
2023-01-20 10:40 Andreas Sturmlechner
2023-01-04 15:21 Andreas Sturmlechner
2022-10-11 12:51 Andreas Sturmlechner
2022-10-11 12:37 Andreas Sturmlechner
2022-10-09 16:39 Andreas Sturmlechner
2022-10-06 14:48 Andreas Sturmlechner
2022-09-15 21:41 Andreas Sturmlechner
2022-09-15 20:57 Andreas Sturmlechner
2022-09-06 19:16 Andreas Sturmlechner
2022-07-13  9:18 Andreas Sturmlechner
2022-07-12 13:50 Andreas Sturmlechner
2022-06-14 12:47 Andreas Sturmlechner
2022-06-09 11:29 Andreas Sturmlechner
2022-06-08  9:22 Andreas Sturmlechner
2022-03-21 19:03 Andreas Sturmlechner
2022-02-08 13:17 Andreas Sturmlechner
2022-02-03 20:10 Andreas Sturmlechner
2022-01-18 17:41 Andreas Sturmlechner
2022-01-17 17:49 Andreas Sturmlechner
2022-01-04 16:20 Andreas Sturmlechner
2022-01-04 11:57 Andreas Sturmlechner
2021-10-14 10:26 Andreas Sturmlechner
2021-10-04 13:04 Andreas Sturmlechner
2021-09-21 18:45 Andreas Sturmlechner
2021-09-02 17:36 Andreas Sturmlechner
2021-06-11  5:49 Andreas Sturmlechner
2021-05-29 21:13 Andreas Sturmlechner
2021-05-29 21:13 Andreas Sturmlechner
2021-05-14 20:41 Andreas Sturmlechner
2021-05-04 21:12 Andreas Sturmlechner
2021-02-16 15:48 Andreas Sturmlechner
2021-02-16 14:25 Andreas Sturmlechner
2021-02-11 13:38 Andreas Sturmlechner
2021-01-23  0:26 Andreas Sturmlechner
2021-01-05 17:44 Andreas Sturmlechner
2020-10-13 11:51 Andreas Sturmlechner
2020-10-09  6:35 Andreas Sturmlechner
2020-09-19  8:12 Andreas Sturmlechner
2020-09-01 16:40 Andreas Sturmlechner
2020-09-01 12:01 Andreas Sturmlechner
2017-06-09 13:26 Michael Palimaka
2017-05-06  8:44 Michael Palimaka
2017-04-29  5:23 Michael Palimaka

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