* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2021-11-06 17:43 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2021-11-06 17:43 UTC (permalink / raw
To: gentoo-commits
commit: 4d5faea1a8431cfc6eed46f37f0b37b79d09c16a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 6 14:51:06 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 6 14:58:43 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4d5faea1
kde-frameworks/kdesu: 5.88.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.88.0.ebuild | 33 ++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.88.0.ebuild b/kde-frameworks/kdesu/kdesu-5.88.0.ebuild
new file mode 100644
index 0000000000..9f1f81824f
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.88.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ =kde-frameworks/kservice-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2024-11-08 14:40 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2024-11-08 14:40 UTC (permalink / raw
To: gentoo-commits
commit: f2ccf4c6a4aa39d05fd4880bbddb3b60701faaf6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 8 14:37:47 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Nov 8 14:37:47 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f2ccf4c6
kde-frameworks/kdesu: drop 6.8.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-6.8.0.ebuild | 33 ---------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-6.8.0.ebuild b/kde-frameworks/kdesu/kdesu-6.8.0.ebuild
deleted file mode 100644
index 69b3aef23b..0000000000
--- a/kde-frameworks/kdesu/kdesu-6.8.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:6
- =kde-frameworks/kcoreaddons-${PVCUT}*:6
- =kde-frameworks/ki18n-${PVCUT}*:6
- =kde-frameworks/kpty-${PVCUT}*:6
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2024-11-02 22:26 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2024-11-02 22:26 UTC (permalink / raw
To: gentoo-commits
commit: a8719d9b803d68998ef88f18e193a12655613e68
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 2 22:16:34 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 2 22:22:26 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a8719d9b
kde-frameworks/kdesu: 6.8.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-6.8.0.ebuild | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-6.8.0.ebuild b/kde-frameworks/kdesu/kdesu-6.8.0.ebuild
new file mode 100644
index 0000000000..69b3aef23b
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-6.8.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:6
+ =kde-frameworks/kcoreaddons-${PVCUT}*:6
+ =kde-frameworks/ki18n-${PVCUT}*:6
+ =kde-frameworks/kpty-${PVCUT}*:6
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2024-10-11 14:17 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2024-10-11 14:17 UTC (permalink / raw
To: gentoo-commits
commit: 0107ef8104c053b659bc0334a01e4f325b9e9a18
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 11 14:14:22 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Oct 11 14:14:22 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0107ef81
kde-frameworks/kdesu: drop 6.7.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-6.7.0.ebuild | 33 ---------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-6.7.0.ebuild b/kde-frameworks/kdesu/kdesu-6.7.0.ebuild
deleted file mode 100644
index 69b3aef23b..0000000000
--- a/kde-frameworks/kdesu/kdesu-6.7.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:6
- =kde-frameworks/kcoreaddons-${PVCUT}*:6
- =kde-frameworks/ki18n-${PVCUT}*:6
- =kde-frameworks/kpty-${PVCUT}*:6
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2024-10-04 22:21 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2024-10-04 22:21 UTC (permalink / raw
To: gentoo-commits
commit: 88b1df1663d6064d982247dddf6ad8c2f65b962c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 4 21:37:34 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Oct 4 22:00:03 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=88b1df16
kde-frameworks/kdesu: 6.7.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-6.7.0.ebuild | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-6.7.0.ebuild b/kde-frameworks/kdesu/kdesu-6.7.0.ebuild
new file mode 100644
index 0000000000..69b3aef23b
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-6.7.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:6
+ =kde-frameworks/kcoreaddons-${PVCUT}*:6
+ =kde-frameworks/ki18n-${PVCUT}*:6
+ =kde-frameworks/kpty-${PVCUT}*:6
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2024-09-14 3:24 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2024-09-14 3:24 UTC (permalink / raw
To: gentoo-commits
commit: 693d0f9045077d4074c08c4de3183abcfa7d0815
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 13 17:58:10 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 13 17:58:10 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=693d0f90
kde-frameworks/kdesu: drop 6.6.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-6.6.0.ebuild | 33 ---------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-6.6.0.ebuild b/kde-frameworks/kdesu/kdesu-6.6.0.ebuild
deleted file mode 100644
index 69b3aef23b..0000000000
--- a/kde-frameworks/kdesu/kdesu-6.6.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:6
- =kde-frameworks/kcoreaddons-${PVCUT}*:6
- =kde-frameworks/ki18n-${PVCUT}*:6
- =kde-frameworks/kpty-${PVCUT}*:6
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2024-09-07 9:44 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2024-09-07 9:44 UTC (permalink / raw
To: gentoo-commits
commit: 513c0756aa2b77bdff3c60eca42e00a2ec580092
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 7 08:50:55 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 7 09:42:07 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=513c0756
kde-frameworks/kdesu: 6.6.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-6.6.0.ebuild | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-6.6.0.ebuild b/kde-frameworks/kdesu/kdesu-6.6.0.ebuild
new file mode 100644
index 0000000000..69b3aef23b
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-6.6.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:6
+ =kde-frameworks/kcoreaddons-${PVCUT}*:6
+ =kde-frameworks/ki18n-${PVCUT}*:6
+ =kde-frameworks/kpty-${PVCUT}*:6
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2024-08-09 13:57 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2024-08-09 13:57 UTC (permalink / raw
To: gentoo-commits
commit: ce80495e92b4ee17766aad423687f091f0ea72bd
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 9 13:18:03 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 9 13:57:30 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ce80495e
kde-frameworks/kdesu: drop 6.5.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-6.5.0.ebuild | 33 ---------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-6.5.0.ebuild b/kde-frameworks/kdesu/kdesu-6.5.0.ebuild
deleted file mode 100644
index 69b3aef23b..0000000000
--- a/kde-frameworks/kdesu/kdesu-6.5.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:6
- =kde-frameworks/kcoreaddons-${PVCUT}*:6
- =kde-frameworks/ki18n-${PVCUT}*:6
- =kde-frameworks/kpty-${PVCUT}*:6
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2024-08-04 19:37 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2024-08-04 19:37 UTC (permalink / raw
To: gentoo-commits
commit: ec26bca7398f6ae732892609a6620cbe4db9230d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 2 13:00:51 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 4 19:36:40 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ec26bca7
kde-frameworks/kdesu: 6.5.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-6.5.0.ebuild | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-6.5.0.ebuild b/kde-frameworks/kdesu/kdesu-6.5.0.ebuild
new file mode 100644
index 0000000000..69b3aef23b
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-6.5.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:6
+ =kde-frameworks/kcoreaddons-${PVCUT}*:6
+ =kde-frameworks/ki18n-${PVCUT}*:6
+ =kde-frameworks/kpty-${PVCUT}*:6
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2024-07-12 15:05 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2024-07-12 15:05 UTC (permalink / raw
To: gentoo-commits
commit: 8dd146b8b43fd341e85354b4ab68c1297ffc2597
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 14:47:26 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 14:47:26 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8dd146b8
kde-frameworks/kdesu: drop 6.4.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-6.4.0.ebuild | 33 ---------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-6.4.0.ebuild b/kde-frameworks/kdesu/kdesu-6.4.0.ebuild
deleted file mode 100644
index d3a2e35c05..0000000000
--- a/kde-frameworks/kdesu/kdesu-6.4.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm64 ~riscv"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:6
- =kde-frameworks/kcoreaddons-${PVCUT}*:6
- =kde-frameworks/ki18n-${PVCUT}*:6
- =kde-frameworks/kpty-${PVCUT}*:6
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2024-07-08 20:11 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2024-07-08 20:11 UTC (permalink / raw
To: gentoo-commits
commit: 6c62b28fd049195d13069d7996ed5a6f386808b6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 5 22:30:13 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 8 20:11:28 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6c62b28f
kde-frameworks/kdesu: 6.4.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-6.4.0.ebuild | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-6.4.0.ebuild b/kde-frameworks/kdesu/kdesu-6.4.0.ebuild
new file mode 100644
index 0000000000..d3a2e35c05
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-6.4.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:6
+ =kde-frameworks/kcoreaddons-${PVCUT}*:6
+ =kde-frameworks/ki18n-${PVCUT}*:6
+ =kde-frameworks/kpty-${PVCUT}*:6
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2024-06-12 15:35 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2024-06-12 15:35 UTC (permalink / raw
To: gentoo-commits
commit: 1925d7e5c3b2155047fcc31ddd0f8571a2a23779
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 15:26:41 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 15:26:41 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1925d7e5
kde-frameworks/kdesu: drop 6.3.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-6.3.0.ebuild | 33 ---------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-6.3.0.ebuild b/kde-frameworks/kdesu/kdesu-6.3.0.ebuild
deleted file mode 100644
index dc1ef8cc42..0000000000
--- a/kde-frameworks/kdesu/kdesu-6.3.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:6
- =kde-frameworks/kcoreaddons-${PVCUT}*:6
- =kde-frameworks/ki18n-${PVCUT}*:6
- =kde-frameworks/kpty-${PVCUT}*:6
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2024-06-02 20:21 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2024-06-02 20:21 UTC (permalink / raw
To: gentoo-commits
commit: 8c39b45531b9047cff7dda8546a590f4a7c2be9f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 1 06:35:37 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 2 18:01:45 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8c39b455
kde-frameworks/kdesu: 6.3.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-6.3.0.ebuild | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-6.3.0.ebuild b/kde-frameworks/kdesu/kdesu-6.3.0.ebuild
new file mode 100644
index 0000000000..dc1ef8cc42
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-6.3.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:6
+ =kde-frameworks/kcoreaddons-${PVCUT}*:6
+ =kde-frameworks/ki18n-${PVCUT}*:6
+ =kde-frameworks/kpty-${PVCUT}*:6
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2024-05-19 19:34 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2024-05-19 19:34 UTC (permalink / raw
To: gentoo-commits
commit: bc6f7af0d68444c1f9e550ff6b8fe3a4d2f53263
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 19 19:30:06 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 19 19:33:38 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bc6f7af0
kde-frameworks/kdesu: drop 5.116.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.116.0.ebuild | 33 -------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.116.0.ebuild b/kde-frameworks/kdesu/kdesu-5.116.0.ebuild
deleted file mode 100644
index 7d1b46b82c..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.116.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2024-05-13 21:05 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2024-05-13 21:05 UTC (permalink / raw
To: gentoo-commits
commit: 865d8d0ff76e33392a8c4d78cbc8b0b4960a3dce
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 20:57:51 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 13 21:04:00 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=865d8d0f
kde-frameworks/kdesu: 5.116.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.116.0.ebuild | 33 +++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.116.0.ebuild b/kde-frameworks/kdesu/kdesu-5.116.0.ebuild
new file mode 100644
index 0000000000..7d1b46b82c
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.116.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2024-04-14 20:04 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2024-04-14 20:04 UTC (permalink / raw
To: gentoo-commits
commit: fcc8f071a4411903132080b78c63ba948af2fb4c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 19:50:00 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 19:50:00 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fcc8f071
kde-frameworks/kdesu: drop 6.1.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-6.1.0.ebuild | 33 ---------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-6.1.0.ebuild b/kde-frameworks/kdesu/kdesu-6.1.0.ebuild
deleted file mode 100644
index dc1ef8cc42..0000000000
--- a/kde-frameworks/kdesu/kdesu-6.1.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:6
- =kde-frameworks/kcoreaddons-${PVCUT}*:6
- =kde-frameworks/ki18n-${PVCUT}*:6
- =kde-frameworks/kpty-${PVCUT}*:6
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2024-04-05 20:01 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2024-04-05 20:01 UTC (permalink / raw
To: gentoo-commits
commit: 1d490be637fa4c0d1ce1e3a461f6b40f3ebc7b8f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 5 14:28:37 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Apr 5 20:00:46 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1d490be6
kde-frameworks/kdesu: 6.1.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-6.1.0.ebuild | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-6.1.0.ebuild b/kde-frameworks/kdesu/kdesu-6.1.0.ebuild
new file mode 100644
index 0000000000..dc1ef8cc42
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-6.1.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:6
+ =kde-frameworks/kcoreaddons-${PVCUT}*:6
+ =kde-frameworks/ki18n-${PVCUT}*:6
+ =kde-frameworks/kpty-${PVCUT}*:6
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2024-02-03 21:43 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2024-02-03 21:43 UTC (permalink / raw
To: gentoo-commits
commit: 436adee5919fce8ffa195d63ba417ec30ad2dfbf
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 3 19:43:36 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 3 20:24:07 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=436adee5
kde-frameworks/kdesu: 5.115.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.115.0.ebuild | 33 +++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.115.0.ebuild b/kde-frameworks/kdesu/kdesu-5.115.0.ebuild
new file mode 100644
index 0000000000..7d1b46b82c
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.115.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2024-01-10 23:27 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2024-01-10 23:27 UTC (permalink / raw
To: gentoo-commits
commit: cb467d3bc3531879b2ec6d120e7d59d7a075a1e6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 10 22:40:49 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 10 22:59:46 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cb467d3b
kde-frameworks/kdesu: drop 5.248.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.248.0.ebuild | 33 -------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.248.0.ebuild b/kde-frameworks/kdesu/kdesu-5.248.0.ebuild
deleted file mode 100644
index dc1ef8cc42..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.248.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:6
- =kde-frameworks/kcoreaddons-${PVCUT}*:6
- =kde-frameworks/ki18n-${PVCUT}*:6
- =kde-frameworks/kpty-${PVCUT}*:6
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2023-12-15 16:20 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2023-12-15 16:20 UTC (permalink / raw
To: gentoo-commits
commit: ccd98653d30e1ed4212ea6b03acff3a292190713
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 13:38:27 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 13:38:27 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ccd98653
kde-frameworks/kdesu: drop 5.113.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.113.0.ebuild | 33 -------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.113.0.ebuild b/kde-frameworks/kdesu/kdesu-5.113.0.ebuild
deleted file mode 100644
index d5ebea5864..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.113.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2023-12-06 17:19 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2023-12-06 17:19 UTC (permalink / raw
To: gentoo-commits
commit: 8c0bce7a4053d659bae967b2a1f627ab69f44099
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 6 17:07:13 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 6 17:16:02 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8c0bce7a
kde-frameworks/kdesu: 5.113.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.113.0.ebuild | 33 +++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.113.0.ebuild b/kde-frameworks/kdesu/kdesu-5.113.0.ebuild
new file mode 100644
index 0000000000..d5ebea5864
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.113.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2023-11-05 23:10 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2023-11-05 23:10 UTC (permalink / raw
To: gentoo-commits
commit: e6d03265bf762052aaa74b01cfb048146bb795c6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 5 21:17:19 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 5 22:36:46 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e6d03265
kde-frameworks/kdesu: 5.112.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.112.0.ebuild | 33 +++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.112.0.ebuild b/kde-frameworks/kdesu/kdesu-5.112.0.ebuild
new file mode 100644
index 0000000000..d5ebea5864
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.112.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2023-10-19 20:09 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2023-10-19 20:09 UTC (permalink / raw
To: gentoo-commits
commit: f1fd835522b37d138d302f732b24568546eda020
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 19 20:05:33 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 19 20:05:33 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f1fd8355
kde-frameworks/kdesu: drop 5.111.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.111.0.ebuild | 33 -------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.111.0.ebuild b/kde-frameworks/kdesu/kdesu-5.111.0.ebuild
deleted file mode 100644
index d5ebea5864..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.111.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2023-10-08 12:43 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2023-10-08 12:43 UTC (permalink / raw
To: gentoo-commits
commit: 4df8fbc233d119702bd4d0ae96b2ae37bbd3db0b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 7 13:50:29 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 7 14:01:48 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4df8fbc2
kde-frameworks/kdesu: 5.111.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.111.0.ebuild | 33 +++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.111.0.ebuild b/kde-frameworks/kdesu/kdesu-5.111.0.ebuild
new file mode 100644
index 0000000000..d5ebea5864
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.111.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2023-08-18 8:56 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2023-08-18 8:56 UTC (permalink / raw
To: gentoo-commits
commit: 6e7f787da557adf67d12351f5cc9ea93faf0fcfd
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 18 08:39:15 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 18 08:51:10 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6e7f787d
kde-frameworks/kdesu: drop 5.109.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.109.0.ebuild | 33 -------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.109.0.ebuild b/kde-frameworks/kdesu/kdesu-5.109.0.ebuild
deleted file mode 100644
index d5ebea5864..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.109.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2023-08-05 21:13 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2023-08-05 21:13 UTC (permalink / raw
To: gentoo-commits
commit: e0d6dd8e60df7bfad8706a88dfc30980806d0893
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 5 19:53:05 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 5 19:56:41 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e0d6dd8e
kde-frameworks/kdesu: 5.109.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.109.0.ebuild | 33 +++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.109.0.ebuild b/kde-frameworks/kdesu/kdesu-5.109.0.ebuild
new file mode 100644
index 0000000000..d5ebea5864
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.109.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2023-07-08 16:18 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2023-07-08 16:18 UTC (permalink / raw
To: gentoo-commits
commit: 553e7c1570bb5df7af970b5e423e9bd27839a1ac
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 8 16:15:11 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 8 16:15:11 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=553e7c15
kde-frameworks/kdesu: drop 5.108.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.108.0.ebuild | 33 -------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.108.0.ebuild b/kde-frameworks/kdesu/kdesu-5.108.0.ebuild
deleted file mode 100644
index d5ebea5864..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.108.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2023-07-02 21:57 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2023-07-02 21:57 UTC (permalink / raw
To: gentoo-commits
commit: bb68b914d8906fe837f3c506a71107383e48afe8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 2 21:49:39 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 21:57:17 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bb68b914
kde-frameworks/kdesu: 5.108.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.108.0.ebuild | 33 +++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.108.0.ebuild b/kde-frameworks/kdesu/kdesu-5.108.0.ebuild
new file mode 100644
index 0000000000..d5ebea5864
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.108.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2023-06-10 10:13 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2023-06-10 10:13 UTC (permalink / raw
To: gentoo-commits
commit: 451fb2818d71e35d1894088146fe60f8965932e6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 10 10:07:30 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 10:07:30 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=451fb281
kde-frameworks/kdesu: drop 5.107.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.107.0.ebuild | 33 -------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.107.0.ebuild b/kde-frameworks/kdesu/kdesu-5.107.0.ebuild
deleted file mode 100644
index d5ebea5864..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.107.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2023-06-05 15:32 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2023-06-05 15:32 UTC (permalink / raw
To: gentoo-commits
commit: c54ac8609eb5bfccab810859b83e4e3c64c868e7
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 5 14:35:08 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 5 15:31:50 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c54ac860
kde-frameworks/kdesu: 5.107.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.107.0.ebuild | 33 +++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.107.0.ebuild b/kde-frameworks/kdesu/kdesu-5.107.0.ebuild
new file mode 100644
index 0000000000..d5ebea5864
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.107.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2023-05-13 18:28 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2023-05-13 18:28 UTC (permalink / raw
To: gentoo-commits
commit: 8d609c53b493b53fc106cfa636aaa0fb83cceec7
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 13 18:18:45 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 13 18:18:45 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8d609c53
kde-frameworks/kdesu: drop 5.106.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.106.0.ebuild | 33 -------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.106.0.ebuild b/kde-frameworks/kdesu/kdesu-5.106.0.ebuild
deleted file mode 100644
index d5ebea5864..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.106.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2023-05-09 15:06 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2023-05-09 15:06 UTC (permalink / raw
To: gentoo-commits
commit: bb8a964060ccc445ba61cc350207beb7ee3e2fe2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 9 13:24:15 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 9 13:29:03 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bb8a9640
kde-frameworks/kdesu: 5.106.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.106.0.ebuild | 33 +++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.106.0.ebuild b/kde-frameworks/kdesu/kdesu-5.106.0.ebuild
new file mode 100644
index 0000000000..d5ebea5864
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.106.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2023-04-08 18:01 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2023-04-08 18:01 UTC (permalink / raw
To: gentoo-commits
commit: 5543f889d3ad8b23113bc432029e264435cd96c2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 8 17:57:34 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 8 17:57:34 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5543f889
kde-frameworks/kdesu: drop 5.105.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.105.0.ebuild | 33 -------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.105.0.ebuild b/kde-frameworks/kdesu/kdesu-5.105.0.ebuild
deleted file mode 100644
index d5ebea5864..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.105.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2023-03-11 18:19 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2023-03-11 18:19 UTC (permalink / raw
To: gentoo-commits
commit: 769efcd347b3dd3fe19b8e0b869a1a01ecb4eec6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 08:37:33 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 08:37:33 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=769efcd3
kde-frameworks/kdesu: drop 5.104.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.104.0.ebuild | 33 -------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.104.0.ebuild b/kde-frameworks/kdesu/kdesu-5.104.0.ebuild
deleted file mode 100644
index d5ebea5864..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.104.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2023-02-12 11:22 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2023-02-12 11:22 UTC (permalink / raw
To: gentoo-commits
commit: 4d9bf3293242a74aef1837f1e6d2cf39c615d506
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 11:18:40 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 11:18:40 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4d9bf329
kde-frameworks/kdesu: drop 5.103.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.103.0.ebuild | 33 -------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.103.0.ebuild b/kde-frameworks/kdesu/kdesu-5.103.0.ebuild
deleted file mode 100644
index d5ebea5864..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.103.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2023-02-05 16:34 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2023-02-05 16:34 UTC (permalink / raw
To: gentoo-commits
commit: 8db279864476dd0c80012dbd6cb23a0d5157e811
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 5 10:34:36 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 5 14:37:18 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8db27986
kde-frameworks/kdesu: 5.103.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.103.0.ebuild | 33 +++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.103.0.ebuild b/kde-frameworks/kdesu/kdesu-5.103.0.ebuild
new file mode 100644
index 0000000000..d5ebea5864
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.103.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2023-01-14 23:41 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2023-01-14 23:41 UTC (permalink / raw
To: gentoo-commits
commit: bf89b57c54efd75016b6fe1ec1b6042cd7687f37
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 23:40:04 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 23:40:04 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bf89b57c
kde-frameworks/kdesu: drop 5.102.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.102.0.ebuild | 33 -------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.102.0.ebuild b/kde-frameworks/kdesu/kdesu-5.102.0.ebuild
deleted file mode 100644
index d5ebea5864..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.102.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2023-01-08 11:53 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2023-01-08 11:53 UTC (permalink / raw
To: gentoo-commits
commit: 993fafefae6a180e444e471a3a63bd0edb165ae3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 8 11:35:56 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 8 11:48:53 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=993fafef
kde-frameworks/kdesu: 5.102.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.102.0.ebuild | 33 +++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.102.0.ebuild b/kde-frameworks/kdesu/kdesu-5.102.0.ebuild
new file mode 100644
index 0000000000..d5ebea5864
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.102.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2022-12-10 10:48 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2022-12-10 10:48 UTC (permalink / raw
To: gentoo-commits
commit: 7372b17eb0eca39079873999bb40dd0a51a1af4b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 10:12:52 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 10:12:52 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7372b17e
kde-frameworks/kdesu: drop 5.101.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.101.0.ebuild | 33 -------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.101.0.ebuild b/kde-frameworks/kdesu/kdesu-5.101.0.ebuild
deleted file mode 100644
index 07b753fd8a..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.101.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2022-12-06 18:44 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2022-12-06 18:44 UTC (permalink / raw
To: gentoo-commits
commit: 9db21eaf582dfefd3e23518940b3456a1f33c362
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 6 17:36:41 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 6 17:42:02 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9db21eaf
kde-frameworks/kdesu: 5.101.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.101.0.ebuild | 33 +++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.101.0.ebuild b/kde-frameworks/kdesu/kdesu-5.101.0.ebuild
new file mode 100644
index 0000000000..07b753fd8a
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.101.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2022-11-14 14:17 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2022-11-14 14:17 UTC (permalink / raw
To: gentoo-commits
commit: 3b2c1bcd7074639c6fef3680bdf230dbcfcb2370
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 14 13:15:14 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 14 13:15:14 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3b2c1bcd
kde-frameworks/kdesu: drop 5.100.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.100.0.ebuild | 33 -------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.100.0.ebuild b/kde-frameworks/kdesu/kdesu-5.100.0.ebuild
deleted file mode 100644
index 07b753fd8a..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.100.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2022-11-06 21:49 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2022-11-06 21:49 UTC (permalink / raw
To: gentoo-commits
commit: 3cb739a6f0092bc3488069569fff1ab756b784bb
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 6 21:15:51 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 6 21:19:20 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3cb739a6
kde-frameworks/kdesu: 5.100.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.100.0.ebuild | 33 +++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.100.0.ebuild b/kde-frameworks/kdesu/kdesu-5.100.0.ebuild
new file mode 100644
index 0000000000..07b753fd8a
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.100.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2022-10-10 8:30 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2022-10-10 8:30 UTC (permalink / raw
To: gentoo-commits
commit: 8eb656a24d0d8f2d39c9b3d55e900db4e97a542e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 10 08:21:18 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 08:27:25 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8eb656a2
kde-frameworks/kdesu: drop 5.99.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.99.0.ebuild | 33 --------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.99.0.ebuild b/kde-frameworks/kdesu/kdesu-5.99.0.ebuild
deleted file mode 100644
index 119bcceef4..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.99.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2022-09-13 13:37 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2022-09-13 13:37 UTC (permalink / raw
To: gentoo-commits
commit: e96dc89486018410bc948f069bba0a411cc4fa7f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 13 13:34:13 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 13 13:36:34 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e96dc894
kde-frameworks/kdesu: drop 5.98.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.98.0.ebuild | 33 --------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.98.0.ebuild b/kde-frameworks/kdesu/kdesu-5.98.0.ebuild
deleted file mode 100644
index 119bcceef4..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.98.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2022-08-14 10:50 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2022-08-14 10:50 UTC (permalink / raw
To: gentoo-commits
commit: c3188de34d1c9cbfbf9c58b857b3e08c1c4e42e0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 14 08:47:13 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 14 09:48:08 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c3188de3
kde-frameworks/kdesu: drop 5.97.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.97.0.ebuild | 33 --------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.97.0.ebuild b/kde-frameworks/kdesu/kdesu-5.97.0.ebuild
deleted file mode 100644
index 119bcceef4..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.97.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2022-08-07 16:30 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2022-08-07 16:30 UTC (permalink / raw
To: gentoo-commits
commit: 61f5a1e23469049fbfa311c5573f94e7c722fc75
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 7 16:00:54 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 7 16:27:12 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=61f5a1e2
kde-frameworks/kdesu: 5.97.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.97.0.ebuild | 33 ++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.97.0.ebuild b/kde-frameworks/kdesu/kdesu-5.97.0.ebuild
new file mode 100644
index 0000000000..119bcceef4
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.97.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2022-07-09 14:28 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2022-07-09 14:28 UTC (permalink / raw
To: gentoo-commits
commit: f901004fc2c3884b6ea91364eb6054e5836838fe
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 9 12:55:51 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 9 12:55:51 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f901004f
kde-frameworks/kdesu: drop 5.96.0*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.96.0.ebuild | 33 --------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.96.0.ebuild b/kde-frameworks/kdesu/kdesu-5.96.0.ebuild
deleted file mode 100644
index 642ef2c2ee..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.96.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2022-07-03 6:59 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2022-07-03 6:59 UTC (permalink / raw
To: gentoo-commits
commit: 3733978ac2edfbce3b9a09775df7ee3406918a5b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 3 06:54:10 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 3 06:56:31 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3733978a
kde-frameworks/kdesu: 5.96.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.96.0.ebuild | 33 ++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.96.0.ebuild b/kde-frameworks/kdesu/kdesu-5.96.0.ebuild
new file mode 100644
index 0000000000..642ef2c2ee
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.96.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2022-06-12 19:43 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2022-06-12 19:43 UTC (permalink / raw
To: gentoo-commits
commit: 6eb906359b6eb476d59d75ac7c0402ec24b93b48
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 19:43:02 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 19:43:02 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6eb90635
kde-frameworks/kdesu: drop 5.95.0*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.95.0.ebuild | 33 --------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.95.0.ebuild b/kde-frameworks/kdesu/kdesu-5.95.0.ebuild
deleted file mode 100644
index 642ef2c2ee..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.95.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2022-05-15 10:20 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2022-05-15 10:20 UTC (permalink / raw
To: gentoo-commits
commit: e401b6da8e87c304626c39438d824463e588716f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 15 10:19:54 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 15 10:19:54 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e401b6da
kde-frameworks/kdesu: drop 5.94.0*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.94.0.ebuild | 33 --------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.94.0.ebuild b/kde-frameworks/kdesu/kdesu-5.94.0.ebuild
deleted file mode 100644
index 642ef2c2ee..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.94.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2022-05-09 21:03 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2022-05-09 21:03 UTC (permalink / raw
To: gentoo-commits
commit: 4db9c20b83e8d8c8e43ee7f144fec1f3ff5a16e7
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 9 13:53:54 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 9 21:03:22 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4db9c20b
kde-frameworks/kdesu: 5.94.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.94.0.ebuild | 33 ++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.94.0.ebuild b/kde-frameworks/kdesu/kdesu-5.94.0.ebuild
new file mode 100644
index 0000000000..642ef2c2ee
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.94.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2022-04-09 21:45 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2022-04-09 21:45 UTC (permalink / raw
To: gentoo-commits
commit: 7be8b20a7a395e14261b45bf63e84cd7b6f3ac64
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 9 21:38:22 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 9 21:38:22 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7be8b20a
kde-frameworks/kdesu: drop 5.93.0*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.93.0.ebuild | 33 --------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.93.0.ebuild b/kde-frameworks/kdesu/kdesu-5.93.0.ebuild
deleted file mode 100644
index 642ef2c2ee..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.93.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2022-04-02 13:54 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2022-04-02 13:54 UTC (permalink / raw
To: gentoo-commits
commit: 44196b7bcdd5853183ca7bc08d5b15184f571f6d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 2 13:45:52 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 2 13:45:52 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=44196b7b
kde-frameworks/kdesu: 5.93.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.93.0.ebuild | 33 ++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.93.0.ebuild b/kde-frameworks/kdesu/kdesu-5.93.0.ebuild
new file mode 100644
index 0000000000..642ef2c2ee
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.93.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2022-03-13 19:28 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2022-03-13 19:28 UTC (permalink / raw
To: gentoo-commits
commit: 4e065ec428f4e0f2465afed42ac81707bdbe3eed
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 19:26:55 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 19:26:55 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4e065ec4
kde-frameworks/kdesu: drop 5.92.0*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.92.0.ebuild | 33 --------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.92.0.ebuild b/kde-frameworks/kdesu/kdesu-5.92.0.ebuild
deleted file mode 100644
index 642ef2c2ee..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.92.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2022-03-12 12:37 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2022-03-12 12:37 UTC (permalink / raw
To: gentoo-commits
commit: a523200eefe6f08406bfdd1f2b614409c2276c57
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 16:45:08 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 16:50:34 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a523200e
kde-frameworks/kdesu: 5.92.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.92.0.ebuild | 33 ++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.92.0.ebuild b/kde-frameworks/kdesu/kdesu-5.92.0.ebuild
new file mode 100644
index 0000000000..642ef2c2ee
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.92.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2022-01-08 21:14 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2022-01-08 21:14 UTC (permalink / raw
To: gentoo-commits
commit: 8c367f92330bd3ea0b478ca451549f1dfce93595
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 8 21:09:53 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 8 21:14:23 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8c367f92
kde-frameworks/kdesu: drop 5.90.0*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.90.0.ebuild | 33 --------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.90.0.ebuild b/kde-frameworks/kdesu/kdesu-5.90.0.ebuild
deleted file mode 100644
index 3825647bce..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.90.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- =kde-frameworks/kservice-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2022-01-02 8:13 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2022-01-02 8:13 UTC (permalink / raw
To: gentoo-commits
commit: 5fef51897d886b9bfd606e210c5fc28f4f1ede4e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 2 07:58:37 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 2 08:05:19 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5fef5189
kde-frameworks/kdesu: 5.90.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.90.0.ebuild | 33 ++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.90.0.ebuild b/kde-frameworks/kdesu/kdesu-5.90.0.ebuild
new file mode 100644
index 0000000000..9f1f81824f
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.90.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ =kde-frameworks/kservice-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2021-12-12 22:52 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2021-12-12 22:52 UTC (permalink / raw
To: gentoo-commits
commit: e17a00fc374100501a6d14186b19b7950a0bf177
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 12 22:22:48 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 12 22:22:48 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e17a00fc
kde-frameworks/kdesu: drop 5.89.0*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.89.0.ebuild | 33 --------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.89.0.ebuild b/kde-frameworks/kdesu/kdesu-5.89.0.ebuild
deleted file mode 100644
index 9f1f81824f..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.89.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- =kde-frameworks/kservice-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2021-12-04 21:38 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2021-12-04 21:38 UTC (permalink / raw
To: gentoo-commits
commit: e734d0f23bfab24a8723c5f1dae63933aecd38e3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 4 21:35:52 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 4 21:35:52 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e734d0f2
kde-frameworks/kdesu: 5.89.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.89.0.ebuild | 33 ++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.89.0.ebuild b/kde-frameworks/kdesu/kdesu-5.89.0.ebuild
new file mode 100644
index 0000000000..9f1f81824f
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.89.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ =kde-frameworks/kservice-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2021-11-13 20:14 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2021-11-13 20:14 UTC (permalink / raw
To: gentoo-commits
commit: d5e870c8a4b6e842d418158135e68da917d6dd4e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 20:10:56 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 13 20:10:56 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d5e870c8
kde-frameworks/kdesu: drop 5.88.0*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.88.0.ebuild | 33 --------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.88.0.ebuild b/kde-frameworks/kdesu/kdesu-5.88.0.ebuild
deleted file mode 100644
index 9f1f81824f..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.88.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- =kde-frameworks/kservice-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2021-10-11 11:00 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2021-10-11 11:00 UTC (permalink / raw
To: gentoo-commits
commit: 83577df8835924ff45be49fb9898461a817db415
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 06:34:51 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 06:34:51 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=83577df8
kde-frameworks/kdesu: drop 5.87.0*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.87.0.ebuild | 33 --------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.87.0.ebuild b/kde-frameworks/kdesu/kdesu-5.87.0.ebuild
deleted file mode 100644
index 9f1f81824f..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.87.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- =kde-frameworks/kservice-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2021-10-03 15:44 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2021-10-03 15:44 UTC (permalink / raw
To: gentoo-commits
commit: 6d884a48ed103113382de83d9a3a6ad5854187e1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 3 15:40:58 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 3 15:40:58 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6d884a48
kde-frameworks/kdesu: 5.87.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.87.0.ebuild | 33 ++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.87.0.ebuild b/kde-frameworks/kdesu/kdesu-5.87.0.ebuild
new file mode 100644
index 0000000000..9f1f81824f
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.87.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ =kde-frameworks/kservice-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2021-09-13 6:16 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2021-09-13 6:16 UTC (permalink / raw
To: gentoo-commits
commit: 9106db3f2058e5fc0fb1ed318ad468fa1405e1b4
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 13 06:11:08 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep 13 06:11:08 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9106db3f
kde-frameworks/kdesu: drop 5.86.0*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.86.0.ebuild | 33 --------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.86.0.ebuild b/kde-frameworks/kdesu/kdesu-5.86.0.ebuild
deleted file mode 100644
index 9f1f81824f..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.86.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- =kde-frameworks/kservice-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2021-09-04 22:51 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2021-09-04 22:51 UTC (permalink / raw
To: gentoo-commits
commit: a882d047838fb171f80cf50c58de061b53ca4323
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 4 20:54:27 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 4 22:50:44 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a882d047
kde-frameworks/kdesu: 5.86.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.86.0.ebuild | 33 ++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.86.0.ebuild b/kde-frameworks/kdesu/kdesu-5.86.0.ebuild
new file mode 100644
index 0000000000..9f1f81824f
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.86.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ =kde-frameworks/kservice-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2021-08-14 17:25 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2021-08-14 17:25 UTC (permalink / raw
To: gentoo-commits
commit: 100cf01610ca485c7696d7825964d3f407a9a809
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 14 17:22:06 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 14 17:22:06 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=100cf016
kde-frameworks/kdesu: drop 5.85.0*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.85.0.ebuild | 33 --------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.85.0.ebuild b/kde-frameworks/kdesu/kdesu-5.85.0.ebuild
deleted file mode 100644
index f80367b7e2..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.85.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- =kde-frameworks/kservice-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2021-08-06 12:24 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2021-08-06 12:24 UTC (permalink / raw
To: gentoo-commits
commit: 29458d855a0420fd52efca05ae759a84262b494c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 6 12:15:23 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 6 12:15:23 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=29458d85
kde-frameworks/kdesu: 5.85.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.85.0.ebuild | 33 ++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.85.0.ebuild b/kde-frameworks/kdesu/kdesu-5.85.0.ebuild
new file mode 100644
index 0000000000..f80367b7e2
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.85.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ =kde-frameworks/kservice-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2021-07-12 16:54 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2021-07-12 16:54 UTC (permalink / raw
To: gentoo-commits
commit: 6514e511069d8806057cfd3535da1e93d1da28f5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 12 16:53:13 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 12 16:53:13 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6514e511
kde-frameworks/kdesu: drop 5.84.0*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.84.0.ebuild | 33 --------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.84.0.ebuild b/kde-frameworks/kdesu/kdesu-5.84.0.ebuild
deleted file mode 100644
index f80367b7e2..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.84.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- =kde-frameworks/kservice-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2021-07-04 19:55 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2021-07-04 19:55 UTC (permalink / raw
To: gentoo-commits
commit: 265ec7d149e88f4f885b15ca1e06634c7661a4e0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 3 19:18:02 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 4 19:42:10 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=265ec7d1
kde-frameworks/kdesu: 5.84.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.84.0.ebuild | 33 ++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.84.0.ebuild b/kde-frameworks/kdesu/kdesu-5.84.0.ebuild
new file mode 100644
index 0000000000..f80367b7e2
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.84.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ =kde-frameworks/kservice-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2021-05-09 12:17 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2021-05-09 12:17 UTC (permalink / raw
To: gentoo-commits
commit: aa4e06ef7055855dee22f18634b3ae24809f4acc
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 9 09:07:37 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 9 09:12:33 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=aa4e06ef
kde-frameworks/kdesu: drop 5.82.0*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.82.0.ebuild | 33 --------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.82.0.ebuild b/kde-frameworks/kdesu/kdesu-5.82.0.ebuild
deleted file mode 100644
index f80367b7e2..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.82.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- =kde-frameworks/kservice-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2021-05-02 19:13 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2021-05-02 19:13 UTC (permalink / raw
To: gentoo-commits
commit: 5af635795e6c0f3e3216ffc5bec54bb2750d6c30
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 1 16:13:55 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 2 19:12:53 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5af63579
kde-frameworks/kdesu: 5.82.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.82.0.ebuild | 33 ++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.82.0.ebuild b/kde-frameworks/kdesu/kdesu-5.82.0.ebuild
new file mode 100644
index 0000000000..f80367b7e2
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.82.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ =kde-frameworks/kservice-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2021-04-10 18:47 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2021-04-10 18:47 UTC (permalink / raw
To: gentoo-commits
commit: d5ad31ca6f9815ba8be13f477d1ab2204571ae32
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 10 18:45:59 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 10 18:45:59 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d5ad31ca
kde-frameworks/kdesu: drop 5.81.0*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.81.0.ebuild | 33 --------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.81.0.ebuild b/kde-frameworks/kdesu/kdesu-5.81.0.ebuild
deleted file mode 100644
index f80367b7e2..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.81.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- =kde-frameworks/kservice-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2021-04-04 20:50 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2021-04-04 20:50 UTC (permalink / raw
To: gentoo-commits
commit: ac5606c4888699cd56aca0261bb8c1b62101f682
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 4 20:06:44 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 4 20:09:14 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ac5606c4
kde-frameworks/kdesu: 5.81.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.81.0.ebuild | 33 ++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.81.0.ebuild b/kde-frameworks/kdesu/kdesu-5.81.0.ebuild
new file mode 100644
index 0000000000..f80367b7e2
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.81.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ =kde-frameworks/kservice-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2021-03-13 16:31 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2021-03-13 16:31 UTC (permalink / raw
To: gentoo-commits
commit: 80d260c0c0c8b8cf8f5b8b594c3c9fb5c2181922
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 13 16:12:34 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 16:12:34 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=80d260c0
kde-frameworks/kdesu: drop 5.80.0*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.80.0.ebuild | 33 --------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.80.0.ebuild b/kde-frameworks/kdesu/kdesu-5.80.0.ebuild
deleted file mode 100644
index f80367b7e2..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.80.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- =kde-frameworks/kservice-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2021-03-06 23:56 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2021-03-06 23:56 UTC (permalink / raw
To: gentoo-commits
commit: c3c9ded2488f850264090bc8fba7faff1b741ff6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 6 20:05:05 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 6 23:31:20 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c3c9ded2
kde-frameworks/kdesu: 5.80.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.80.0.ebuild | 33 ++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.80.0.ebuild b/kde-frameworks/kdesu/kdesu-5.80.0.ebuild
new file mode 100644
index 0000000000..f80367b7e2
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.80.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ =kde-frameworks/kservice-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2021-02-13 20:50 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2021-02-13 20:50 UTC (permalink / raw
To: gentoo-commits
commit: 4a8acb8d9e9afa35091760b6f2d23110b35ad9be
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 13 13:07:28 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 13 13:07:28 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4a8acb8d
kde-frameworks/kdesu: drop 5.79.0*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.79.0.ebuild | 33 --------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.79.0.ebuild b/kde-frameworks/kdesu/kdesu-5.79.0.ebuild
deleted file mode 100644
index f80367b7e2..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.79.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- =kde-frameworks/kservice-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2021-02-06 21:40 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2021-02-06 21:40 UTC (permalink / raw
To: gentoo-commits
commit: 2a4aa0cbe51e9f151b42b300be05dfec07813b56
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 6 13:59:30 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 6 21:37:59 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2a4aa0cb
kde-frameworks/kdesu: 5.79.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.79.0.ebuild | 33 ++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.79.0.ebuild b/kde-frameworks/kdesu/kdesu-5.79.0.ebuild
new file mode 100644
index 0000000000..f80367b7e2
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.79.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ =kde-frameworks/kservice-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2021-01-09 10:15 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2021-01-09 10:15 UTC (permalink / raw
To: gentoo-commits
commit: 6d3ca432184c2ea42a1d7cae182b1209bde05e30
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 9 10:13:39 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 9 10:13:39 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6d3ca432
kde-frameworks/kdesu: drop 5.78.0*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.78.0.ebuild | 33 --------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.78.0.ebuild b/kde-frameworks/kdesu/kdesu-5.78.0.ebuild
deleted file mode 100644
index f80367b7e2..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.78.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="X"
-
-RDEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kpty-${PVCUT}*:5
- =kde-frameworks/kservice-${PVCUT}*:5
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2021-01-02 21:18 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2021-01-02 21:18 UTC (permalink / raw
To: gentoo-commits
commit: 823aa4204068b8b1e91ef660af3cf6ac9e4099b9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 2 21:11:54 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 2 21:17:38 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=823aa420
kde-frameworks/kdesu: 5.78.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.78.0.ebuild | 33 ++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.78.0.ebuild b/kde-frameworks/kdesu/kdesu-5.78.0.ebuild
new file mode 100644
index 0000000000..f80367b7e2
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.78.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ =kde-frameworks/kservice-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2020-12-05 22:52 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2020-12-05 22:52 UTC (permalink / raw
To: gentoo-commits
commit: df20d5b90710682745ccfa375e60613f3f1facf0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 5 19:37:04 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 5 20:46:47 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=df20d5b9
kde-frameworks/kdesu: 5.77.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-5.77.0.ebuild | 33 ++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-5.77.0.ebuild b/kde-frameworks/kdesu/kdesu-5.77.0.ebuild
new file mode 100644
index 0000000000..fc8d98e4b3
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.77.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="X"
+
+RDEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kpty-${PVCUT}*:5
+ =kde-frameworks/kservice-${PVCUT}*:5
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package X X11)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2019-01-30 17:37 Andreas Sturmlechner
0 siblings, 0 replies; 86+ messages in thread
From: Andreas Sturmlechner @ 2019-01-30 17:37 UTC (permalink / raw
To: gentoo-commits
commit: 521144dde0e503f41c376d2e28e623f205b061ea
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 30 17:15:53 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 30 17:15:53 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=521144dd
kde-frameworks/kdesu: Set KDE_TEST=true
Upstream commit 2e8ce30c9498b0b3170a82b55ca12277feba21da
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesu/kdesu-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-frameworks/kdesu/kdesu-9999.ebuild b/kde-frameworks/kdesu/kdesu-9999.ebuild
index 50df61248c..38f57476db 100644
--- a/kde-frameworks/kdesu/kdesu-9999.ebuild
+++ b/kde-frameworks/kdesu/kdesu-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-KDE_TEST="false"
+KDE_TEST="true"
inherit kde5
DESCRIPTION="Framework to handle super user actions"
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2014-12-08 16:00 Michael Palimaka
0 siblings, 0 replies; 86+ messages in thread
From: Michael Palimaka @ 2014-12-08 16:00 UTC (permalink / raw
To: gentoo-commits
commit: 735780d7d1d5876b9d52b06840261314a0b0a0f1
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 8 16:00:36 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Dec 8 16:00:36 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=735780d7
[kde-frameworks/kdesu] Adjust X11 dependencies.
Upstream commit: 5de62b90fdaece5555965876af8f991d48640f21
Package-Manager: portage-2.2.15
---
kde-frameworks/kdesu/kdesu-5.5.0.ebuild | 6 ++----
kde-frameworks/kdesu/kdesu-9999.ebuild | 6 ++----
2 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-5.5.0.ebuild b/kde-frameworks/kdesu/kdesu-5.5.0.ebuild
index c6bdf1c..74e5325 100644
--- a/kde-frameworks/kdesu/kdesu-5.5.0.ebuild
+++ b/kde-frameworks/kdesu/kdesu-5.5.0.ebuild
@@ -18,12 +18,10 @@ RDEPEND="
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kpty)
$(add_frameworks_dep kservice)
+ X? ( x11-libs/libX11 )
"
DEPEND="${RDEPEND}
- X? (
- x11-libs/libX11
- x11-proto/xproto
- )
+ X? ( x11-proto/xproto )
"
src_configure() {
diff --git a/kde-frameworks/kdesu/kdesu-9999.ebuild b/kde-frameworks/kdesu/kdesu-9999.ebuild
index bd5a90c..8e700dd 100644
--- a/kde-frameworks/kdesu/kdesu-9999.ebuild
+++ b/kde-frameworks/kdesu/kdesu-9999.ebuild
@@ -18,12 +18,10 @@ RDEPEND="
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kpty)
$(add_frameworks_dep kservice)
+ X? ( x11-libs/libX11 )
"
DEPEND="${RDEPEND}
- X? (
- x11-libs/libX11
- x11-proto/xproto
- )
+ X? ( x11-proto/xproto )
"
src_configure() {
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2014-05-06 17:38 Michael Palimaka
0 siblings, 0 replies; 86+ messages in thread
From: Michael Palimaka @ 2014-05-06 17:38 UTC (permalink / raw
To: gentoo-commits
commit: 437d0207ededd873e6db33901e21224286b621ab
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue May 6 17:38:12 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue May 6 17:38:12 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=437d0207
[kde-frameworks/kdesu] Add missing dependency.
Package-Manager: portage-2.2.8-r1
---
kde-frameworks/kdesu/kdesu-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-frameworks/kdesu/kdesu-9999.ebuild b/kde-frameworks/kdesu/kdesu-9999.ebuild
index 61cebbb..bd5a90c 100644
--- a/kde-frameworks/kdesu/kdesu-9999.ebuild
+++ b/kde-frameworks/kdesu/kdesu-9999.ebuild
@@ -15,6 +15,7 @@ IUSE="X"
RDEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
$(add_frameworks_dep kpty)
$(add_frameworks_dep kservice)
"
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2014-01-22 16:10 Michael Palimaka
0 siblings, 0 replies; 86+ messages in thread
From: Michael Palimaka @ 2014-01-22 16:10 UTC (permalink / raw
To: gentoo-commits
commit: 6e1c63cdc8e8bd7bd46973be9c498d189c7a6588
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 16:08:40 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jan 22 16:08:43 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6e1c63cd
[kde-frameworks/kdesu] Add build dependency on x11-libs/libX11.
Although it's not actually used, FindX11.cmake checks for it
when deciding to build with X or not.
Package-Manager: portage-2.2.7
---
kde-frameworks/kdesu/kdesu-9999.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/kde-frameworks/kdesu/kdesu-9999.ebuild b/kde-frameworks/kdesu/kdesu-9999.ebuild
index f653615..1889824 100644
--- a/kde-frameworks/kdesu/kdesu-9999.ebuild
+++ b/kde-frameworks/kdesu/kdesu-9999.ebuild
@@ -19,7 +19,10 @@ RDEPEND="
$(add_frameworks_dep kservice)
"
DEPEND="${RDEPEND}
- X? ( x11-proto/xproto )
+ X? (
+ x11-libs/libX11
+ x11-proto/xproto
+ )
"
src_configure() {
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2014-01-18 4:33 Robin H. Johnson
0 siblings, 0 replies; 86+ messages in thread
From: Robin H. Johnson @ 2014-01-18 4:33 UTC (permalink / raw
To: gentoo-commits
commit: 1bb9572f9586172f488a37cf955b84f4db2de5ab
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 15 10:08:03 2014 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Wed Jan 15 10:08:03 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1bb9572f
[kde-frameworks/kdesu] Improve license and dependencies.
Package-Manager: portage-2.2.7
---
kde-frameworks/kdesu/kdesu-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-frameworks/kdesu/kdesu-9999.ebuild b/kde-frameworks/kdesu/kdesu-9999.ebuild
index cbec7a3..f653615 100644
--- a/kde-frameworks/kdesu/kdesu-9999.ebuild
+++ b/kde-frameworks/kdesu/kdesu-9999.ebuild
@@ -8,6 +8,7 @@ FRAMEWORKS_TEST="false"
inherit kde-frameworks
DESCRIPTION="Framework to handle super user actions"
+LICENSE="LGPL-2"
KEYWORDS=""
IUSE="X"
@@ -16,10 +17,9 @@ RDEPEND="
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kpty)
$(add_frameworks_dep kservice)
- dev-qt/qtwidgets:5
"
DEPEND="${RDEPEND}
- X? ( dev-qt/qtx11extras:5 )
+ X? ( x11-proto/xproto )
"
src_configure() {
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2014-01-18 4:33 Robin H. Johnson
0 siblings, 0 replies; 86+ messages in thread
From: Robin H. Johnson @ 2014-01-18 4:33 UTC (permalink / raw
To: gentoo-commits
commit: 18ca950e0ece341262614adec68ca3c537a9b644
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 15 10:09:06 2014 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Wed Jan 15 10:09:06 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=18ca950e
[kde-frameworks/kdesu] Add tech preview.
Package-Manager: portage-2.2.7
---
kde-frameworks/kdesu/kdesu-4.95.0.ebuild | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-4.95.0.ebuild b/kde-frameworks/kdesu/kdesu-4.95.0.ebuild
new file mode 100644
index 0000000..64917e7
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-4.95.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+FRAMEWORKS_TEST="false"
+inherit kde-frameworks
+
+DESCRIPTION="Framework to handle super user actions"
+LICENSE="LGPL-2"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kpty)
+ $(add_frameworks_dep kservice)
+"
+DEPEND="${RDEPEND}
+ dev-qt/qtwidgets:5
+ x11-proto/xproto
+"
^ permalink raw reply related [flat|nested] 86+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
@ 2013-11-28 17:21 Johannes Huber
0 siblings, 0 replies; 86+ messages in thread
From: Johannes Huber @ 2013-11-28 17:21 UTC (permalink / raw
To: gentoo-commits
commit: 6f13f8fc93b9e92449fe214ece02a0b7d9be9445
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 28 16:19:36 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Nov 28 16:19:36 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6f13f8fc
[kde-frameworks/kdesu] New package
Package-Manager: portage-2.2.7
---
kde-frameworks/kdesu/kdesu-9999.ebuild | 32 ++++++++++++++++++++++++++++++++
kde-frameworks/kdesu/metadata.xml | 5 +++++
2 files changed, 37 insertions(+)
diff --git a/kde-frameworks/kdesu/kdesu-9999.ebuild b/kde-frameworks/kdesu/kdesu-9999.ebuild
new file mode 100644
index 0000000..bebad82
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-9999.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+FRAMEWORKS_TYPE="tier3"
+FRAMEWORKS_TEST="false"
+inherit kde-frameworks
+
+DESCRIPTION="Framework to handle super user actions"
+KEYWORDS=""
+IUSE="X"
+
+RDEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kpty)
+ $(add_frameworks_dep kservice)
+ dev-qt/qtwidgets:5
+"
+DEPEND="${RDEPEND}
+ X? ( dev-qt/qtx11extras:5 )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package X X11)
+ )
+
+ kde-frameworks_src_configure
+}
diff --git a/kde-frameworks/kdesu/metadata.xml b/kde-frameworks/kdesu/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/kde-frameworks/kdesu/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kde</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 86+ messages in thread
end of thread, other threads:[~2024-11-08 14:40 UTC | newest]
Thread overview: 86+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-06 17:43 [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-11-08 14:40 Andreas Sturmlechner
2024-11-02 22:26 Andreas Sturmlechner
2024-10-11 14:17 Andreas Sturmlechner
2024-10-04 22:21 Andreas Sturmlechner
2024-09-14 3:24 Andreas Sturmlechner
2024-09-07 9:44 Andreas Sturmlechner
2024-08-09 13:57 Andreas Sturmlechner
2024-08-04 19:37 Andreas Sturmlechner
2024-07-12 15:05 Andreas Sturmlechner
2024-07-08 20:11 Andreas Sturmlechner
2024-06-12 15:35 Andreas Sturmlechner
2024-06-02 20:21 Andreas Sturmlechner
2024-05-19 19:34 Andreas Sturmlechner
2024-05-13 21:05 Andreas Sturmlechner
2024-04-14 20:04 Andreas Sturmlechner
2024-04-05 20:01 Andreas Sturmlechner
2024-02-03 21:43 Andreas Sturmlechner
2024-01-10 23:27 Andreas Sturmlechner
2023-12-15 16:20 Andreas Sturmlechner
2023-12-06 17:19 Andreas Sturmlechner
2023-11-05 23:10 Andreas Sturmlechner
2023-10-19 20:09 Andreas Sturmlechner
2023-10-08 12:43 Andreas Sturmlechner
2023-08-18 8:56 Andreas Sturmlechner
2023-08-05 21:13 Andreas Sturmlechner
2023-07-08 16:18 Andreas Sturmlechner
2023-07-02 21:57 Andreas Sturmlechner
2023-06-10 10:13 Andreas Sturmlechner
2023-06-05 15:32 Andreas Sturmlechner
2023-05-13 18:28 Andreas Sturmlechner
2023-05-09 15:06 Andreas Sturmlechner
2023-04-08 18:01 Andreas Sturmlechner
2023-03-11 18:19 Andreas Sturmlechner
2023-02-12 11:22 Andreas Sturmlechner
2023-02-05 16:34 Andreas Sturmlechner
2023-01-14 23:41 Andreas Sturmlechner
2023-01-08 11:53 Andreas Sturmlechner
2022-12-10 10:48 Andreas Sturmlechner
2022-12-06 18:44 Andreas Sturmlechner
2022-11-14 14:17 Andreas Sturmlechner
2022-11-06 21:49 Andreas Sturmlechner
2022-10-10 8:30 Andreas Sturmlechner
2022-09-13 13:37 Andreas Sturmlechner
2022-08-14 10:50 Andreas Sturmlechner
2022-08-07 16:30 Andreas Sturmlechner
2022-07-09 14:28 Andreas Sturmlechner
2022-07-03 6:59 Andreas Sturmlechner
2022-06-12 19:43 Andreas Sturmlechner
2022-05-15 10:20 Andreas Sturmlechner
2022-05-09 21:03 Andreas Sturmlechner
2022-04-09 21:45 Andreas Sturmlechner
2022-04-02 13:54 Andreas Sturmlechner
2022-03-13 19:28 Andreas Sturmlechner
2022-03-12 12:37 Andreas Sturmlechner
2022-01-08 21:14 Andreas Sturmlechner
2022-01-02 8:13 Andreas Sturmlechner
2021-12-12 22:52 Andreas Sturmlechner
2021-12-04 21:38 Andreas Sturmlechner
2021-11-13 20:14 Andreas Sturmlechner
2021-10-11 11:00 Andreas Sturmlechner
2021-10-03 15:44 Andreas Sturmlechner
2021-09-13 6:16 Andreas Sturmlechner
2021-09-04 22:51 Andreas Sturmlechner
2021-08-14 17:25 Andreas Sturmlechner
2021-08-06 12:24 Andreas Sturmlechner
2021-07-12 16:54 Andreas Sturmlechner
2021-07-04 19:55 Andreas Sturmlechner
2021-05-09 12:17 Andreas Sturmlechner
2021-05-02 19:13 Andreas Sturmlechner
2021-04-10 18:47 Andreas Sturmlechner
2021-04-04 20:50 Andreas Sturmlechner
2021-03-13 16:31 Andreas Sturmlechner
2021-03-06 23:56 Andreas Sturmlechner
2021-02-13 20:50 Andreas Sturmlechner
2021-02-06 21:40 Andreas Sturmlechner
2021-01-09 10:15 Andreas Sturmlechner
2021-01-02 21:18 Andreas Sturmlechner
2020-12-05 22:52 Andreas Sturmlechner
2019-01-30 17:37 Andreas Sturmlechner
2014-12-08 16:00 Michael Palimaka
2014-05-06 17:38 Michael Palimaka
2014-01-22 16:10 Michael Palimaka
2014-01-18 4:33 Robin H. Johnson
2014-01-18 4:33 Robin H. Johnson
2013-11-28 17:21 Johannes Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox