[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2024-07-12 Thread Andreas Sturmlechner
commit: 8dd146b8b43fd341e85354b4ab68c1297ffc2597
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jul 12 14:47:26 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jul 12 14:47:26 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8dd146b8

kde-frameworks/kdesu: drop 6.4.0

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2024-07-08 Thread Andreas Sturmlechner
commit: 6c62b28fd049195d13069d7996ed5a6f386808b6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jul  5 22:30:13 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul  8 20:11:28 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6c62b28f

kde-frameworks/kdesu: 6.4.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2024-06-12 Thread Andreas Sturmlechner
commit: 1925d7e5c3b2155047fcc31ddd0f8571a2a23779
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun 12 15:26:41 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun 12 15:26:41 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1925d7e5

kde-frameworks/kdesu: drop 6.3.0

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2024-06-02 Thread Andreas Sturmlechner
commit: 8c39b45531b9047cff7dda8546a590f4a7c2be9f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun  1 06:35:37 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  2 18:01:45 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8c39b455

kde-frameworks/kdesu: 6.3.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2024-05-19 Thread Andreas Sturmlechner
commit: bc6f7af0d68444c1f9e550ff6b8fe3a4d2f53263
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 19 19:30:06 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 19 19:33:38 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=bc6f7af0

kde-frameworks/kdesu: drop 5.116.0

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2024-05-13 Thread Andreas Sturmlechner
commit: 865d8d0ff76e33392a8c4d78cbc8b0b4960a3dce
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May 13 20:57:51 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon May 13 21:04:00 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=865d8d0f

kde-frameworks/kdesu: 5.116.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2024-04-14 Thread Andreas Sturmlechner
commit: fcc8f071a4411903132080b78c63ba948af2fb4c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 14 19:50:00 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 14 19:50:00 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fcc8f071

kde-frameworks/kdesu: drop 6.1.0

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2024-04-05 Thread Andreas Sturmlechner
commit: 1d490be637fa4c0d1ce1e3a461f6b40f3ebc7b8f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Apr  5 14:28:37 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr  5 20:00:46 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1d490be6

kde-frameworks/kdesu: 6.1.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2024-02-03 Thread Andreas Sturmlechner
commit: 436adee5919fce8ffa195d63ba417ec30ad2dfbf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb  3 19:43:36 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb  3 20:24:07 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=436adee5

kde-frameworks/kdesu: 5.115.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2024-01-10 Thread Andreas Sturmlechner
commit: cb467d3bc3531879b2ec6d120e7d59d7a075a1e6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 10 22:40:49 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan 10 22:59:46 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=cb467d3b

kde-frameworks/kdesu: drop 5.248.0

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2023-12-15 Thread Andreas Sturmlechner
commit: ccd98653d30e1ed4212ea6b03acff3a292190713
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Dec 15 13:38:27 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Dec 15 13:38:27 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ccd98653

kde-frameworks/kdesu: drop 5.113.0

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2023-12-06 Thread Andreas Sturmlechner
commit: 8c0bce7a4053d659bae967b2a1f627ab69f44099
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec  6 17:07:13 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec  6 17:16:02 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8c0bce7a

kde-frameworks/kdesu: 5.113.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2023-11-05 Thread Andreas Sturmlechner
commit: e6d03265bf762052aaa74b01cfb048146bb795c6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov  5 21:17:19 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov  5 22:36:46 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e6d03265

kde-frameworks/kdesu: 5.112.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2023-10-19 Thread Andreas Sturmlechner
commit: f1fd835522b37d138d302f732b24568546eda020
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct 19 20:05:33 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct 19 20:05:33 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f1fd8355

kde-frameworks/kdesu: drop 5.111.0

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2023-10-08 Thread Andreas Sturmlechner
commit: 4df8fbc233d119702bd4d0ae96b2ae37bbd3db0b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Oct  7 13:50:29 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Oct  7 14:01:48 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4df8fbc2

kde-frameworks/kdesu: 5.111.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2023-08-18 Thread Andreas Sturmlechner
commit: 6e7f787da557adf67d12351f5cc9ea93faf0fcfd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug 18 08:39:15 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 18 08:51:10 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6e7f787d

kde-frameworks/kdesu: drop 5.109.0

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2023-08-05 Thread Andreas Sturmlechner
commit: e0d6dd8e60df7bfad8706a88dfc30980806d0893
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug  5 19:53:05 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug  5 19:56:41 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e0d6dd8e

kde-frameworks/kdesu: 5.109.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2023-07-08 Thread Andreas Sturmlechner
commit: 553e7c1570bb5df7af970b5e423e9bd27839a1ac
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul  8 16:15:11 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  8 16:15:11 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=553e7c15

kde-frameworks/kdesu: drop 5.108.0

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2023-07-02 Thread Andreas Sturmlechner
commit: bb68b914d8906fe837f3c506a71107383e48afe8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul  2 21:49:39 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul  2 21:57:17 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=bb68b914

kde-frameworks/kdesu: 5.108.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2023-06-10 Thread Andreas Sturmlechner
commit: 451fb2818d71e35d1894088146fe60f8965932e6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 10 10:07:30 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 10 10:07:30 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=451fb281

kde-frameworks/kdesu: drop 5.107.0

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2023-06-05 Thread Andreas Sturmlechner
commit: c54ac8609eb5bfccab810859b83e4e3c64c868e7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jun  5 14:35:08 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun  5 15:31:50 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c54ac860

kde-frameworks/kdesu: 5.107.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2023-05-13 Thread Andreas Sturmlechner
commit: 8d609c53b493b53fc106cfa636aaa0fb83cceec7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 13 18:18:45 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 13 18:18:45 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8d609c53

kde-frameworks/kdesu: drop 5.106.0

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2023-05-09 Thread Andreas Sturmlechner
commit: bb8a964060ccc445ba61cc350207beb7ee3e2fe2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May  9 13:24:15 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May  9 13:29:03 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=bb8a9640

kde-frameworks/kdesu: 5.106.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2023-04-08 Thread Andreas Sturmlechner
commit: 5543f889d3ad8b23113bc432029e264435cd96c2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr  8 17:57:34 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr  8 17:57:34 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5543f889

kde-frameworks/kdesu: drop 5.105.0

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2023-03-11 Thread Andreas Sturmlechner
commit: 769efcd347b3dd3fe19b8e0b869a1a01ecb4eec6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar 11 08:37:33 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar 11 08:37:33 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=769efcd3

kde-frameworks/kdesu: drop 5.104.0

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2023-02-12 Thread Andreas Sturmlechner
commit: 4d9bf3293242a74aef1837f1e6d2cf39c615d506
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb 12 11:18:40 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb 12 11:18:40 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4d9bf329

kde-frameworks/kdesu: drop 5.103.0

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2023-02-05 Thread Andreas Sturmlechner
commit: 8db279864476dd0c80012dbd6cb23a0d5157e811
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb  5 10:34:36 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  5 14:37:18 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8db27986

kde-frameworks/kdesu: 5.103.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2023-01-14 Thread Andreas Sturmlechner
commit: bf89b57c54efd75016b6fe1ec1b6042cd7687f37
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan 14 23:40:04 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jan 14 23:40:04 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=bf89b57c

kde-frameworks/kdesu: drop 5.102.0

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2023-01-08 Thread Andreas Sturmlechner
commit: 993fafefae6a180e444e471a3a63bd0edb165ae3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  8 11:35:56 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  8 11:48:53 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=993fafef

kde-frameworks/kdesu: 5.102.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2022-12-10 Thread Andreas Sturmlechner
commit: 7372b17eb0eca39079873999bb40dd0a51a1af4b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec 10 10:12:52 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 10 10:12:52 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7372b17e

kde-frameworks/kdesu: drop 5.101.0

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2022-12-06 Thread Andreas Sturmlechner
commit: 9db21eaf582dfefd3e23518940b3456a1f33c362
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Dec  6 17:36:41 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec  6 17:42:02 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9db21eaf

kde-frameworks/kdesu: 5.101.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2022-11-14 Thread Andreas Sturmlechner
commit: 3b2c1bcd7074639c6fef3680bdf230dbcfcb2370
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 14 13:15:14 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 14 13:15:14 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3b2c1bcd

kde-frameworks/kdesu: drop 5.100.0

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2022-11-06 Thread Andreas Sturmlechner
commit: 3cb739a6f0092bc3488069569fff1ab756b784bb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov  6 21:15:51 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov  6 21:19:20 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3cb739a6

kde-frameworks/kdesu: 5.100.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2022-10-10 Thread Andreas Sturmlechner
commit: 8eb656a24d0d8f2d39c9b3d55e900db4e97a542e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct 10 08:21:18 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 10 08:27:25 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8eb656a2

kde-frameworks/kdesu: drop 5.99.0

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2022-09-13 Thread Andreas Sturmlechner
commit: e96dc89486018410bc948f069bba0a411cc4fa7f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 13 13:34:13 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep 13 13:36:34 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e96dc894

kde-frameworks/kdesu: drop 5.98.0

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2022-08-14 Thread Andreas Sturmlechner
commit: c3188de34d1c9cbfbf9c58b857b3e08c1c4e42e0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 14 08:47:13 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 14 09:48:08 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c3188de3

kde-frameworks/kdesu: drop 5.97.0

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2022-08-07 Thread Andreas Sturmlechner
commit: 61f5a1e23469049fbfa311c5573f94e7c722fc75
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug  7 16:00:54 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug  7 16:27:12 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=61f5a1e2

kde-frameworks/kdesu: 5.97.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2022-07-09 Thread Andreas Sturmlechner
commit: f901004fc2c3884b6ea91364eb6054e5836838fe
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul  9 12:55:51 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  9 12:55:51 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f901004f

kde-frameworks/kdesu: drop 5.96.0*

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2022-07-03 Thread Andreas Sturmlechner
commit: 3733978ac2edfbce3b9a09775df7ee3406918a5b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul  3 06:54:10 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul  3 06:56:31 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3733978a

kde-frameworks/kdesu: 5.96.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2022-06-12 Thread Andreas Sturmlechner
commit: 6eb906359b6eb476d59d75ac7c0402ec24b93b48
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun 12 19:43:02 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun 12 19:43:02 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6eb90635

kde-frameworks/kdesu: drop 5.95.0*

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2022-05-15 Thread Andreas Sturmlechner
commit: e401b6da8e87c304626c39438d824463e588716f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 15 10:19:54 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 15 10:19:54 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e401b6da

kde-frameworks/kdesu: drop 5.94.0*

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2022-05-09 Thread Andreas Sturmlechner
commit: 4db9c20b83e8d8c8e43ee7f144fec1f3ff5a16e7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May  9 13:53:54 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon May  9 21:03:22 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4db9c20b

kde-frameworks/kdesu: 5.94.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2022-04-09 Thread Andreas Sturmlechner
commit: 7be8b20a7a395e14261b45bf63e84cd7b6f3ac64
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr  9 21:38:22 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr  9 21:38:22 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7be8b20a

kde-frameworks/kdesu: drop 5.93.0*

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2022-04-02 Thread Andreas Sturmlechner
commit: 44196b7bcdd5853183ca7bc08d5b15184f571f6d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr  2 13:45:52 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr  2 13:45:52 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=44196b7b

kde-frameworks/kdesu: 5.93.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2022-03-13 Thread Andreas Sturmlechner
commit: 4e065ec428f4e0f2465afed42ac81707bdbe3eed
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 13 19:26:55 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 13 19:26:55 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4e065ec4

kde-frameworks/kdesu: drop 5.92.0*

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2022-03-12 Thread Andreas Sturmlechner
commit: a523200eefe6f08406bfdd1f2b614409c2276c57
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 10 16:45:08 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 10 16:50:34 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a523200e

kde-frameworks/kdesu: 5.92.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2022-01-08 Thread Andreas Sturmlechner
commit: 8c367f92330bd3ea0b478ca451549f1dfce93595
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  8 21:09:53 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jan  8 21:14:23 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8c367f92

kde-frameworks/kdesu: drop 5.90.0*

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2022-01-02 Thread Andreas Sturmlechner
commit: 5fef51897d886b9bfd606e210c5fc28f4f1ede4e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  2 07:58:37 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  2 08:05:19 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5fef5189

kde-frameworks/kdesu: 5.90.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2021-12-12 Thread Andreas Sturmlechner
commit: e17a00fc374100501a6d14186b19b7950a0bf177
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 12 22:22:48 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 12 22:22:48 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e17a00fc

kde-frameworks/kdesu: drop 5.89.0*

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2021-12-04 Thread Andreas Sturmlechner
commit: e734d0f23bfab24a8723c5f1dae63933aecd38e3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec  4 21:35:52 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec  4 21:35:52 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e734d0f2

kde-frameworks/kdesu: 5.89.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2021-11-13 Thread Andreas Sturmlechner
commit: d5e870c8a4b6e842d418158135e68da917d6dd4e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Nov 13 20:10:56 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Nov 13 20:10:56 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d5e870c8

kde-frameworks/kdesu: drop 5.88.0*

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2021-11-06 Thread Andreas Sturmlechner
commit: 4d5faea1a8431cfc6eed46f37f0b37b79d09c16a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Nov  6 14:51:06 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Nov  6 14:58:43 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4d5faea1

kde-frameworks/kdesu: 5.88.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2021-10-11 Thread Andreas Sturmlechner
commit: 83577df8835924ff45be49fb9898461a817db415
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct 11 06:34:51 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 11 06:34:51 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=83577df8

kde-frameworks/kdesu: drop 5.87.0*

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2021-10-03 Thread Andreas Sturmlechner
commit: 6d884a48ed103113382de83d9a3a6ad5854187e1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Oct  3 15:40:58 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct  3 15:40:58 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6d884a48

kde-frameworks/kdesu: 5.87.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2021-09-13 Thread Andreas Sturmlechner
commit: 9106db3f2058e5fc0fb1ed318ad468fa1405e1b4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Sep 13 06:11:08 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 13 06:11:08 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9106db3f

kde-frameworks/kdesu: drop 5.86.0*

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2021-09-04 Thread Andreas Sturmlechner
commit: a882d047838fb171f80cf50c58de061b53ca4323
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Sep  4 20:54:27 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Sep  4 22:50:44 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a882d047

kde-frameworks/kdesu: 5.86.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2021-08-14 Thread Andreas Sturmlechner
commit: 100cf01610ca485c7696d7825964d3f407a9a809
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 14 17:22:06 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 14 17:22:06 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=100cf016

kde-frameworks/kdesu: drop 5.85.0*

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2021-08-06 Thread Andreas Sturmlechner
commit: 29458d855a0420fd52efca05ae759a84262b494c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  6 12:15:23 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug  6 12:15:23 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=29458d85

kde-frameworks/kdesu: 5.85.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2021-07-12 Thread Andreas Sturmlechner
commit: 6514e511069d8806057cfd3535da1e93d1da28f5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jul 12 16:53:13 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul 12 16:53:13 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6514e511

kde-frameworks/kdesu: drop 5.84.0*

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2021-07-04 Thread Andreas Sturmlechner
commit: 265ec7d149e88f4f885b15ca1e06634c7661a4e0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul  3 19:18:02 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul  4 19:42:10 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=265ec7d1

kde-frameworks/kdesu: 5.84.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2021-05-09 Thread Andreas Sturmlechner
commit: aa4e06ef7055855dee22f18634b3ae24809f4acc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May  9 09:07:37 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  9 09:12:33 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=aa4e06ef

kde-frameworks/kdesu: drop 5.82.0*

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2021-05-02 Thread Andreas Sturmlechner
commit: 5af635795e6c0f3e3216ffc5bec54bb2750d6c30
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May  1 16:13:55 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  2 19:12:53 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5af63579

kde-frameworks/kdesu: 5.82.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2021-04-10 Thread Andreas Sturmlechner
commit: d5ad31ca6f9815ba8be13f477d1ab2204571ae32
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr 10 18:45:59 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr 10 18:45:59 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d5ad31ca

kde-frameworks/kdesu: drop 5.81.0*

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2021-04-04 Thread Andreas Sturmlechner
commit: ac5606c4888699cd56aca0261bb8c1b62101f682
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr  4 20:06:44 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr  4 20:09:14 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ac5606c4

kde-frameworks/kdesu: 5.81.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2021-03-13 Thread Andreas Sturmlechner
commit: 80d260c0c0c8b8cf8f5b8b594c3c9fb5c2181922
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar 13 16:12:34 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar 13 16:12:34 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=80d260c0

kde-frameworks/kdesu: drop 5.80.0*

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2021-03-06 Thread Andreas Sturmlechner
commit: c3c9ded2488f850264090bc8fba7faff1b741ff6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  6 20:05:05 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  6 23:31:20 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c3c9ded2

kde-frameworks/kdesu: 5.80.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2021-02-13 Thread Andreas Sturmlechner
commit: 4a8acb8d9e9afa35091760b6f2d23110b35ad9be
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb 13 13:07:28 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb 13 13:07:28 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4a8acb8d

kde-frameworks/kdesu: drop 5.79.0*

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2021-02-06 Thread Andreas Sturmlechner
commit: 2a4aa0cbe51e9f151b42b300be05dfec07813b56
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb  6 13:59:30 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb  6 21:37:59 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2a4aa0cb

kde-frameworks/kdesu: 5.79.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2021-01-09 Thread Andreas Sturmlechner
commit: 6d3ca432184c2ea42a1d7cae182b1209bde05e30
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  9 10:13:39 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jan  9 10:13:39 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6d3ca432

kde-frameworks/kdesu: drop 5.78.0*

Signed-off-by: Andreas Sturmlechner  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..00
--- 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
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2021-01-02 Thread Andreas Sturmlechner
commit: 823aa4204068b8b1e91ef660af3cf6ac9e4099b9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  2 21:11:54 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jan  2 21:17:38 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=823aa420

kde-frameworks/kdesu: 5.78.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2020-12-05 Thread Andreas Sturmlechner
commit: df20d5b90710682745ccfa375e60613f3f1facf0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec  5 19:37:04 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec  5 20:46:47 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=df20d5b9

kde-frameworks/kdesu: 5.77.0 version bump

Signed-off-by: Andreas Sturmlechner  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 00..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
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2019-01-30 Thread Andreas Sturmlechner
commit: 521144dde0e503f41c376d2e28e623f205b061ea
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 30 17:15:53 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan 30 17:15:53 2019 +
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  gentoo.org>

 kde-frameworks/kdesu/kdesu-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kdesu/kdesu-.ebuild 
b/kde-frameworks/kdesu/kdesu-.ebuild
index 50df61248c..38f57476db 100644
--- a/kde-frameworks/kdesu/kdesu-.ebuild
+++ b/kde-frameworks/kdesu/kdesu-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-KDE_TEST="false"
+KDE_TEST="true"
 inherit kde5
 
 DESCRIPTION="Framework to handle super user actions"



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/, kde-frameworks/kfilemetadata/, ...

2017-02-05 Thread Andreas Sturmlechner
commit: e2158a7bb7c37b74835238e51aad01a96cb7794b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb  5 14:57:31 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  5 14:57:31 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e2158a7b

kde-frameworks: 5.31.0 version bump

Package-Manager: portage-2.3.3

 kde-frameworks/attica/attica-5.31.0.ebuild | 17 +
 kde-frameworks/baloo/baloo-5.31.0.ebuild   | 33 +
 kde-frameworks/bluez-qt/bluez-qt-5.31.0.ebuild | 30 
 .../breeze-icons-rcc-5.31.0.ebuild | 30 
 .../breeze-icons/breeze-icons-5.31.0.ebuild| 31 
 .../extra-cmake-modules-5.31.0.ebuild  | 58 +++
 .../frameworkintegration-5.31.0.ebuild | 52 +
 .../kactivities-stats-5.31.0.ebuild| 22 ++
 .../kactivities/kactivities-5.31.0.ebuild  | 28 +++
 kde-frameworks/kapidox/kapidox-5.31.0.ebuild   | 29 
 kde-frameworks/karchive/karchive-5.31.0.ebuild | 28 +++
 kde-frameworks/kauth/kauth-5.31.0.ebuild   | 34 +
 kde-frameworks/kbookmarks/kbookmarks-5.31.0.ebuild | 30 
 kde-frameworks/kcmutils/kcmutils-5.31.0.ebuild | 32 
 kde-frameworks/kcodecs/kcodecs-5.31.0.ebuild   | 14 
 .../kcompletion/kcompletion-5.31.0.ebuild  | 22 ++
 kde-frameworks/kconfig/kconfig-5.31.0.ebuild   | 27 +++
 .../kconfigwidgets/kconfigwidgets-5.31.0.ebuild| 38 ++
 .../kcoreaddons/kcoreaddons-5.31.0.ebuild  | 31 
 kde-frameworks/kcrash/kcrash-5.31.0.ebuild | 29 
 .../kdbusaddons/kdbusaddons-5.31.0.ebuild  | 29 
 .../kdeclarative/kdeclarative-5.31.0.ebuild| 32 
 kde-frameworks/kded/kded-5.31.0.ebuild | 36 +
 .../kdelibs4support/kdelibs4support-5.31.0.ebuild  | 86 ++
 .../kdesignerplugin/kdesignerplugin-5.31.0.ebuild  | 54 ++
 kde-frameworks/kdesu/kdesu-5.31.0.ebuild   | 33 +
 kde-frameworks/kdewebkit/kdewebkit-5.31.0.ebuild   | 30 
 kde-frameworks/kdnssd/kdnssd-5.31.0.ebuild | 32 
 kde-frameworks/kdoctools/kdoctools-5.31.0.ebuild   | 25 +++
 kde-frameworks/kemoticons/kemoticons-5.31.0.ebuild | 27 +++
 .../kfilemetadata/kfilemetadata-5.31.0.ebuild  | 50 +
 .../kglobalaccel/kglobalaccel-5.31.0.ebuild| 31 
 kde-frameworks/kguiaddons/kguiaddons-5.31.0.ebuild | 23 ++
 kde-frameworks/khtml/khtml-5.31.0.ebuild   | 67 +
 kde-frameworks/ki18n/ki18n-5.31.0.ebuild   | 37 ++
 .../kiconthemes/kiconthemes-5.31.0.ebuild  | 30 
 kde-frameworks/kidletime/kidletime-5.31.0.ebuild   | 25 +++
 .../kimageformats/kimageformats-5.31.0.ebuild  | 35 +
 kde-frameworks/kinit/kinit-5.31.0.ebuild   | 41 +++
 kde-frameworks/kio/kio-5.31.0.ebuild   | 80 
 .../kitemmodels/kitemmodels-5.31.0.ebuild  | 15 
 kde-frameworks/kitemviews/kitemviews-5.31.0.ebuild | 21 ++
 .../kjobwidgets/kjobwidgets-5.31.0.ebuild  | 36 +
 kde-frameworks/kjs/kjs-5.31.0.ebuild   | 22 ++
 kde-frameworks/kjsembed/kjsembed-5.31.0.ebuild | 26 +++
 .../kmediaplayer/kmediaplayer-5.31.0.ebuild| 21 ++
 kde-frameworks/knewstuff/knewstuff-5.31.0.ebuild   | 35 +
 .../knotifications/knotifications-5.31.0.ebuild| 45 +++
 .../knotifyconfig/knotifyconfig-5.31.0.ebuild  | 25 +++
 kde-frameworks/kpackage/kpackage-5.31.0.ebuild | 38 ++
 kde-frameworks/kparts/kparts-5.31.0.ebuild | 31 
 kde-frameworks/kpeople/kpeople-5.31.0.ebuild   | 32 
 kde-frameworks/kplotting/kplotting-5.31.0.ebuild   | 19 +
 kde-frameworks/kpty/kpty-5.31.0.ebuild | 27 +++
 kde-frameworks/kross/kross-5.31.0.ebuild   | 32 
 kde-frameworks/krunner/krunner-5.31.0.ebuild   | 30 
 kde-frameworks/kservice/kservice-5.31.0.ebuild | 47 
 .../ktexteditor/ktexteditor-5.31.0.ebuild  | 54 ++
 .../ktextwidgets/ktextwidgets-5.31.0.ebuild| 38 ++
 .../kunitconversion/kunitconversion-5.31.0.ebuild  | 19 +
 kde-frameworks/kwallet/kwallet-5.31.0.ebuild   | 51 +
 kde-frameworks/kwayland/kwayland-5.31.0.ebuild | 29 
 .../kwidgetsaddons/kwidgetsaddons-5.31.0.ebuild| 22 ++
 .../kwindowsystem/kwindowsystem-5.31.0.ebuild  | 41 +++
 kde-frameworks/kxmlgui/kxmlgui-5.31.0.ebuild   | 42 +++
 .../kxmlrpcclient/kxmlrpcclient-5.31.0.ebuild  | 21 ++
 .../modemmanager-qt/modemmanager-qt-5.31.0.ebuild  | 25 +++
 .../networkmanager-qt-5.31.0.ebuild| 27 +++
 .../oxygen-icons/oxygen-icons-5.31.0.ebuild| 30 
 

[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2014-12-08 Thread Michael Palimaka
commit: 735780d7d1d5876b9d52b06840261314a0b0a0f1
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Dec  8 16:00:36 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Dec  8 16:00:36 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=735780d7

[kde-frameworks/kdesu] Adjust X11 dependencies.

Upstream commit: 5de62b90fdaece965876af8f991d48640f21

Package-Manager: portage-2.2.15

---
 kde-frameworks/kdesu/kdesu-5.5.0.ebuild | 6 ++
 kde-frameworks/kdesu/kdesu-.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-.ebuild 
b/kde-frameworks/kdesu/kdesu-.ebuild
index bd5a90c..8e700dd 100644
--- a/kde-frameworks/kdesu/kdesu-.ebuild
+++ b/kde-frameworks/kdesu/kdesu-.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() {



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2014-05-06 Thread Michael Palimaka
commit: 437d0207ededd873e6db33901e21224286b621ab
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue May  6 17:38:12 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue May  6 17:38:12 2014 +
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-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-frameworks/kdesu/kdesu-.ebuild 
b/kde-frameworks/kdesu/kdesu-.ebuild
index 61cebbb..bd5a90c 100644
--- a/kde-frameworks/kdesu/kdesu-.ebuild
+++ b/kde-frameworks/kdesu/kdesu-.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)