public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
@ 2014-07-22 13:28 Michael Palimaka
  0 siblings, 0 replies; 30+ messages in thread
From: Michael Palimaka @ 2014-07-22 13:28 UTC (permalink / raw
  To: gentoo-commits

commit:     f7b1d4a134e113fe278883e2be1ba854b79929c8
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 22 13:28:35 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jul 22 13:28:35 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f7b1d4a1

[sys-auth/polkit-qt] Sync with portage.

Package-Manager: portage-2.2.10

---
 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index 75ffd34..011c77b 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -7,7 +7,7 @@ EAPI=5
 inherit cmake-utils multibuild git-r3
 
 DESCRIPTION="PolicyKit Qt4 API wrapper library."
-HOMEPAGE="http://kde.org/"
+HOMEPAGE="http://www.kde.org/"
 EGIT_REPO_URI=( "git://anongit.kde.org/polkit-qt-1" )
 
 LICENSE="LGPL-2"
@@ -48,6 +48,7 @@ pkg_setup() {
 src_configure() {
 	myconfigure() {
 		local mycmakeargs=(
+			-DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
 			$(cmake-utils_use_build examples)
 		)
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
@ 2024-09-09 14:39 Andreas Sturmlechner
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2024-09-09 14:39 UTC (permalink / raw
  To: gentoo-commits

commit:     7a00f9812f2b963bf87c499b45d92a0fc9bd93ca
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  9 14:39:26 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep  9 14:39:26 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7a00f981

sys-auth/polkit-qt: Switch IUSE default from +qt5 to +qt6

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

 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index 0dea041eae..3978e41020 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -17,7 +17,7 @@ fi
 
 LICENSE="LGPL-2"
 SLOT="0"
-IUSE="+qt5 qt6"
+IUSE="qt5 +qt6"
 REQUIRED_USE="|| ( qt5 qt6 )"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
@ 2022-10-11 16:21 Andreas Sturmlechner
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2022-10-11 16:21 UTC (permalink / raw
  To: gentoo-commits

commit:     ac12bc48e2ad23d7cb9ddc5e4ce287e1efc94585
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 16:17:28 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 16:21:42 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ac12bc48

sys-auth/polkit-qt: Add IUSE qt6

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

 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 40 ++++++++++++++++++++++++--------
 1 file changed, 30 insertions(+), 10 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index a6777dd47d..76b8d6b220 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 KDE_ORG_CATEGORY="libraries"
 KDE_ORG_NAME="polkit-qt-1"
-inherit cmake kde.org
+inherit cmake kde.org multibuild
 
 DESCRIPTION="Qt wrapper around polkit-1 client libraries"
 HOMEPAGE="https://api.kde.org/polkit-qt-1/html/"
@@ -17,24 +17,44 @@ fi
 
 LICENSE="LGPL-2"
 SLOT="0"
-IUSE=""
+IUSE="+qt5 qt6"
+REQUIRED_USE="|| ( qt5 qt6 )"
 
 RDEPEND="
 	dev-libs/glib:2
-	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
 	>=sys-auth/polkit-0.103
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtdbus:5
+		dev-qt/qtgui:5
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[dbus,gui,widgets] )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 
 DOCS=( AUTHORS README README.porting TODO )
 
+pkg_setup() {
+	MULTIBUILD_VARIANTS=( $(usev qt5) $(usev qt6) )
+}
+
 src_configure() {
-	local mycmakeargs=(
-		-DBUILD_EXAMPLES=OFF
-	)
-	cmake_src_configure
+	myconfigure() {
+		local mycmakeargs=(
+			-DBUILD_EXAMPLES=OFF
+			-DQT_MAJOR_VERSION=${MULTIBUILD_VARIANT/qt/}
+		)
+		cmake_src_configure
+	}
+	multibuild_foreach_variant myconfigure
+}
+
+src_compile() {
+	multibuild_foreach_variant cmake_src_compile
+}
+
+src_install() {
+	multibuild_foreach_variant cmake_src_install
 }


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
@ 2022-02-21 16:55 Andreas Sturmlechner
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2022-02-21 16:55 UTC (permalink / raw
  To: gentoo-commits

commit:     96b7045963b5acae5b9680d835c4911b033b03cb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 21 16:14:20 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 21 16:54:58 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=96b70459

sys-auth/polkit-qt: Drop setting S, done by kde.org.eclass

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

 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index b7efd4d5b3..a6777dd47d 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -13,7 +13,6 @@ HOMEPAGE="https://api.kde.org/polkit-qt-1/html/"
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
 	SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz"
 	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-	S="${WORKDIR}/${KDE_ORG_NAME}-${PV}"
 fi
 
 LICENSE="LGPL-2"


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
@ 2022-02-21 16:55 Andreas Sturmlechner
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2022-02-21 16:55 UTC (permalink / raw
  To: gentoo-commits

commit:     13b349af820ec734a72000452af213b340403b12
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 21 16:54:50 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 21 16:54:58 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=13b349af

sys-auth/polkit-qt: Add missing BDEPEND

Upstream commit f9091818ba9a4063bb77214796c66103e5e950e1

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

 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index e7af88ee55..b7efd4d5b3 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -29,6 +29,7 @@ RDEPEND="
 	>=sys-auth/polkit-0.103
 "
 DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 DOCS=( AUTHORS README README.porting TODO )
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
@ 2022-02-21 16:55 Andreas Sturmlechner
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2022-02-21 16:55 UTC (permalink / raw
  To: gentoo-commits

commit:     71fdb9d0582ccc7f16ae2a66cd5c107a46cf0368
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  2 14:06:57 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 21 16:11:40 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=71fdb9d0

sys-auth/polkit-qt: Drop USE examples

Closes: https://bugs.gentoo.org/664114
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index ebf8c9d12e..e7af88ee55 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -18,7 +18,7 @@ fi
 
 LICENSE="LGPL-2"
 SLOT="0"
-IUSE="examples"
+IUSE=""
 
 RDEPEND="
 	dev-libs/glib:2
@@ -27,7 +27,6 @@ RDEPEND="
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5
 	>=sys-auth/polkit-0.103
-	examples? ( dev-qt/qtxml:5 )
 "
 DEPEND="${RDEPEND}"
 
@@ -35,8 +34,7 @@ DOCS=( AUTHORS README README.porting TODO )
 
 src_configure() {
 	local mycmakeargs=(
-		-DBUILD_EXAMPLES=$(usex examples)
+		-DBUILD_EXAMPLES=OFF
 	)
-
 	cmake_src_configure
 }


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
@ 2022-02-21 16:01 Andreas Sturmlechner
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2022-02-21 16:01 UTC (permalink / raw
  To: gentoo-commits

commit:     ae5fc57e90cd0a438c0ee2ab0422ff4c8843076c
Author:     Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Sun Jul 25 06:59:04 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 21 16:01:04 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ae5fc57e

sys-auth/polkit-qt: keyword 0.114.0 for ~riscv

Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index 20663698b9..ebf8c9d12e 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://api.kde.org/polkit-qt-1/html/"
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
 	SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 	S="${WORKDIR}/${KDE_ORG_NAME}-${PV}"
 fi
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
@ 2022-02-21 15:58 Andreas Sturmlechner
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2022-02-21 15:58 UTC (permalink / raw
  To: gentoo-commits

commit:     d1b0ad8ad54ea4abc76eb2ae6325db1542a1e9b4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 21 15:57:06 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 21 15:58:15 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d1b0ad8a

sys-auth/polkit-qt: Fix HOMEPAGE, drop obsolete IUSE debug

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

 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index ff4f24719b..20663698b9 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -8,7 +8,7 @@ KDE_ORG_NAME="polkit-qt-1"
 inherit cmake kde.org
 
 DESCRIPTION="Qt wrapper around polkit-1 client libraries"
-HOMEPAGE="https://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/"
+HOMEPAGE="https://api.kde.org/polkit-qt-1/html/"
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
 	SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz"
@@ -18,7 +18,7 @@ fi
 
 LICENSE="LGPL-2"
 SLOT="0"
-IUSE="debug examples"
+IUSE="examples"
 
 RDEPEND="
 	dev-libs/glib:2


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
@ 2020-05-23 22:00 Andreas Sturmlechner
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2020-05-23 22:00 UTC (permalink / raw
  To: gentoo-commits

commit:     daa21df1802f190610ff08b827a94ca1dd2043b5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 23 21:57:50 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 23 21:57:50 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=daa21df1

sys-auth/polkit-qt: Set KDE_ORG_CATEGORY="libraries"

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

 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index 6df98d7975..86cf04d6c2 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+KDE_ORG_CATEGORY="libraries"
 KDE_ORG_NAME="polkit-qt-1"
 inherit cmake kde.org
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
@ 2019-11-13 21:46 Andreas Sturmlechner
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2019-11-13 21:46 UTC (permalink / raw
  To: gentoo-commits

commit:     b40d52d118becd05ab495122ce0f0ee151f6b2f8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 19:53:30 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 19:53:34 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b40d52d1

sys-auth/polkit-qt: Sync DESCRIPTION and release switch w/ Gentoo repo

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

 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index f0a82feab2..23e69a6597 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -6,12 +6,17 @@ EAPI=7
 KDE_ORG_NAME="polkit-qt-1"
 inherit cmake-utils kde.org
 
-DESCRIPTION="PolicyKit Qt API wrapper library"
+DESCRIPTION="Qt wrapper around polkit-1 client libraries"
 HOMEPAGE="https://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/"
 
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+	SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+	S="${WORKDIR}/${KDE_ORG_NAME}-${PV}"
+fi
+
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS=""
 IUSE="debug examples"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
@ 2019-10-16 23:04 Andreas Sturmlechner
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2019-10-16 23:04 UTC (permalink / raw
  To: gentoo-commits

commit:     e0707952e9adb6be36299186d10b2005b02cf52d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 16 22:48:15 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Oct 16 23:00:50 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e0707952

sys-auth/polkit-qt: Switch to kde.org

Does not use ECM, but is hosted on kde.org

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

 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index a7f871a512..f0a82feab2 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -3,11 +3,11 @@
 
 EAPI=7
 
-inherit cmake-utils git-r3
+KDE_ORG_NAME="polkit-qt-1"
+inherit cmake-utils kde.org
 
 DESCRIPTION="PolicyKit Qt API wrapper library"
 HOMEPAGE="https://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/"
-EGIT_REPO_URI=( "https://anongit.kde.org/polkit-qt-1" )
 
 LICENSE="LGPL-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
@ 2019-08-30  7:12 Andreas Sturmlechner
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2019-08-30  7:12 UTC (permalink / raw
  To: gentoo-commits

commit:     8fe1dcd4e2eead8599e5da33effa4e03858705f0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 07:10:11 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 07:10:17 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8fe1dcd4

sys-auth/polkit-qt: Qt4 option was dropped upstream

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

 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index da81fd46cc..a7f871a512 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -30,8 +30,6 @@ DOCS=( AUTHORS README README.porting TODO )
 src_configure() {
 	local mycmakeargs=(
 		-DBUILD_EXAMPLES=$(usex examples)
-		-DUSE_QT4=OFF
-		-DUSE_QT5=ON
 	)
 
 	cmake-utils_src_configure


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
@ 2018-10-13 12:11 Andreas Sturmlechner
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2018-10-13 12:11 UTC (permalink / raw
  To: gentoo-commits

commit:     c62903dcd3c2bf243ac6b1531f3ed32eda6bf68c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 13 01:08:17 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 13 11:57:45 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c62903dc

sys-auth/polkit-qt: EAPI-7 bump

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index 07c474cf46..57de96ae26 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit cmake-utils git-r3
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
@ 2018-03-19 20:52 Johannes Huber
  0 siblings, 0 replies; 30+ messages in thread
From: Johannes Huber @ 2018-03-19 20:52 UTC (permalink / raw
  To: gentoo-commits

commit:     de2b51abd0eda6e17113106b4ea48d18ecbd4119
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 19 20:52:20 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Mar 19 20:52:20 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=de2b51ab

sys-auth/polkit-qt: Drop unused parameter

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index bf58a5bc98..07c474cf46 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -29,7 +29,6 @@ DOCS=( AUTHORS README README.porting TODO )
 
 src_configure() {
 	local mycmakeargs=(
-		-DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
 		-DBUILD_EXAMPLES=$(usex examples)
 		-DUSE_QT4=OFF
 		-DUSE_QT5=ON


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
@ 2018-03-19 20:52 Johannes Huber
  0 siblings, 0 replies; 30+ messages in thread
From: Johannes Huber @ 2018-03-19 20:52 UTC (permalink / raw
  To: gentoo-commits

commit:     7ec7c7662f2a9ef8a529e6faab79bc7f84fd2922
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 19 20:48:41 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Mar 19 20:48:54 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7ec7c766

sys-auth/polkit-qt: Drop Qt4 support

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 62 ++++++++------------------------
 1 file changed, 14 insertions(+), 48 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index 6ef6906e1a..bf58a5bc98 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit cmake-utils multibuild git-r3
+inherit cmake-utils git-r3
 
 DESCRIPTION="PolicyKit Qt API wrapper library"
 HOMEPAGE="https://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/"
@@ -12,62 +12,28 @@ EGIT_REPO_URI=( "https://anongit.kde.org/polkit-qt-1" )
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug examples qt4 +qt5"
-
-REQUIRED_USE="|| ( qt4 qt5 )"
+IUSE="debug examples"
 
 RDEPEND="
 	dev-libs/glib:2
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
 	>=sys-auth/polkit-0.103
-	qt4? (
-		dev-qt/qtcore:4[glib]
-		dev-qt/qtdbus:4
-		dev-qt/qtgui:4[glib]
-	)
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtdbus:5
-		dev-qt/qtgui:5
-		dev-qt/qtwidgets:5
-		examples? ( dev-qt/qtxml:5 )
-	)
+	examples? ( dev-qt/qtxml:5 )
 "
 DEPEND="${RDEPEND}"
 
 DOCS=( AUTHORS README README.porting TODO )
 
-pkg_setup() {
-	MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
-}
-
 src_configure() {
-	myconfigure() {
-		local mycmakeargs=(
-			-DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
-			-DBUILD_EXAMPLES=$(usex examples)
-		)
-
-		if [[ ${MULTIBUILD_VARIANT} = qt4 ]] ; then
-			mycmakeargs+=( -DUSE_QT4=ON )
-		fi
-		if [[ ${MULTIBUILD_VARIANT} = qt5 ]] ; then
-			mycmakeargs+=( -DUSE_QT5=ON )
-		fi
-
-		cmake-utils_src_configure
-	}
-
-	multibuild_foreach_variant myconfigure
-}
-
-src_compile() {
-	multibuild_foreach_variant cmake-utils_src_compile
-}
-
-src_test() {
-	multibuild_foreach_variant cmake-utils_src_test
-}
+	local mycmakeargs=(
+		-DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
+		-DBUILD_EXAMPLES=$(usex examples)
+		-DUSE_QT4=OFF
+		-DUSE_QT5=ON
+	)
 
-src_install() {
-	multibuild_foreach_variant cmake-utils_src_install
+	cmake-utils_src_configure
 }


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
@ 2017-11-11 18:39 Andreas Sturmlechner
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2017-11-11 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     7119d35f53835e14ccab0241811dd180e5996df8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 11 17:20:41 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 11 17:20:41 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7119d35f

sys-auth/polkit-qt: Fix HOMEPAGE

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index f8900cb7cf..a445e08011 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit cmake-utils multibuild git-r3
 
 DESCRIPTION="PolicyKit Qt API wrapper library"
-HOMEPAGE="http://www.kde.org/"
+HOMEPAGE="https://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/"
 EGIT_REPO_URI=( "https://anongit.kde.org/polkit-qt-1" )
 
 LICENSE="LGPL-2"


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
@ 2017-08-30 21:42 Andreas Sturmlechner
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2017-08-30 21:42 UTC (permalink / raw
  To: gentoo-commits

commit:     451ac8069b3e55eb6d79a29714ac827a10f4c1f5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 21:37:16 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 21:37:16 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=451ac806

sys-auth/polkit-qt: Switch to USE=qt5 default

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index f0343bedd3..f8900cb7cf 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -5,14 +5,14 @@ EAPI=6
 
 inherit cmake-utils multibuild git-r3
 
-DESCRIPTION="PolicyKit Qt4 API wrapper library"
+DESCRIPTION="PolicyKit Qt API wrapper library"
 HOMEPAGE="http://www.kde.org/"
 EGIT_REPO_URI=( "https://anongit.kde.org/polkit-qt-1" )
 
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug examples +qt4 qt5"
+IUSE="debug examples qt4 +qt5"
 
 REQUIRED_USE="|| ( qt4 qt5 )"
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
@ 2016-07-06 13:15 Michael Palimaka
  0 siblings, 0 replies; 30+ messages in thread
From: Michael Palimaka @ 2016-07-06 13:15 UTC (permalink / raw
  To: gentoo-commits

commit:     e87f6c7eacc63b3e733da954d04580c7da3c7549
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  6 13:12:48 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jul  6 13:15:02 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e87f6c7e

sys-auth/polkit-qt: export explicit src_test

The default phase causes BUILD_DIR to be overwritten with an incorrect value,
breaking the multibuild configuration causing one build to not be installed.

Gentoo-bug: 529686

Package-Manager: portage-2.3.0

 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index b9a41d5..46f45e9 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -65,6 +65,10 @@ src_compile() {
 	multibuild_foreach_variant cmake-utils_src_compile
 }
 
+src_test() {
+	multibuild_foreach_variant cmake-utils_src_test
+}
+
 src_install() {
 	multibuild_foreach_variant cmake-utils_src_install
 }


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
@ 2016-03-22 12:03 Johannes Huber
  0 siblings, 0 replies; 30+ messages in thread
From: Johannes Huber @ 2016-03-22 12:03 UTC (permalink / raw
  To: gentoo-commits

commit:     27e0f8b8f5b75db52e812ee00d822d66c49a95cb
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 12:02:28 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 12:02:28 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=27e0f8b8

sys-auth/polkit-qt: EAPI 6

Package-Manager: portage-2.2.28

 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index 17cc224..ad50f88 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit cmake-utils multibuild git-r3
 
@@ -45,7 +45,7 @@ src_configure() {
 	myconfigure() {
 		local mycmakeargs=(
 			-DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
-			$(cmake-utils_use_build examples)
+			-DBUILD_EXAMPLES=$(usex examples)
 		)
 
 		if [[ ${MULTIBUILD_VARIANT} = qt4 ]] ; then


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
@ 2015-01-30 20:54 Johannes Huber
  0 siblings, 0 replies; 30+ messages in thread
From: Johannes Huber @ 2015-01-30 20:54 UTC (permalink / raw
  To: gentoo-commits

commit:     00f4ee72699aee57c40978db46d0274a9fb61fcd
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 30 20:50:21 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Jan 30 20:50:21 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=00f4ee72

[sys-auth/polkit-qt] Shorten pkg setup

Package-Manager: portage-2.2.15

---
 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index c3806a7..9b83b87 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -38,9 +38,7 @@ DEPEND="${RDEPEND}"
 DOCS=( AUTHORS README README.porting TODO )
 
 pkg_setup() {
-	MULTIBUILD_VARIANTS=()
-	use qt4 && MULTIBUILD_VARIANTS+=( qt4 )
-	use qt5 && MULTIBUILD_VARIANTS+=( qt5 )
+	MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
 }
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
@ 2014-07-30 23:45 Johannes Huber
  0 siblings, 0 replies; 30+ messages in thread
From: Johannes Huber @ 2014-07-30 23:45 UTC (permalink / raw
  To: gentoo-commits

commit:     8a29c8cb9479ee3da57ea6b02a6166cf83f364c0
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 30 21:44:46 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jul 30 21:44:46 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8a29c8cb

[sys-auth/polkit-qt] Drop USE dep glib on dev-qt/*:5, bug #518588

Package-Manager: portage-2.2.10

---
 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index 6c6e8e0..74345a0 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -26,9 +26,9 @@ RDEPEND="
 		dev-qt/qtgui:4[glib]
 	)
 	qt5? (
-		dev-qt/qtcore:5[glib]
+		dev-qt/qtcore:5
 		dev-qt/qtdbus:5
-		dev-qt/qtgui:5[glib]
+		dev-qt/qtgui:5
 		dev-qt/qtwidgets:5
 		examples? ( dev-qt/qtxml:5 )
 	)


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
@ 2014-07-22 18:01 Johannes Huber
  0 siblings, 0 replies; 30+ messages in thread
From: Johannes Huber @ 2014-07-22 18:01 UTC (permalink / raw
  To: gentoo-commits

commit:     5d1ca5da526ff8a49837afae256bc6c849fcf951
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 22 15:59:51 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jul 22 16:00:08 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5d1ca5da

[sys-auth/polkit-qt] Remove, newer version in tree

Package-Manager: portage-2.2.10

---
 .../polkit-qt/polkit-qt-0.103.0_p20140709.ebuild   | 76 ----------------------
 1 file changed, 76 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.103.0_p20140709.ebuild b/sys-auth/polkit-qt/polkit-qt-0.103.0_p20140709.ebuild
deleted file mode 100644
index 69492ec..0000000
--- a/sys-auth/polkit-qt/polkit-qt-0.103.0_p20140709.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-MY_P="${P/qt/qt-1}"
-inherit cmake-utils multibuild
-
-DESCRIPTION="PolicyKit Qt4 API wrapper library."
-HOMEPAGE="http://kde.org/"
-SRC_URI="http://dev.gentoo.org/~kensington/distfiles/${MY_P}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="debug examples +qt4 qt5"
-
-REQUIRED_USE="|| ( qt4 qt5 )"
-
-RDEPEND="
-	dev-libs/glib:2
-	>=sys-auth/polkit-0.103
-	qt4? (
-		dev-qt/qtcore:4[glib]
-		dev-qt/qtdbus:4
-		dev-qt/qtgui:4[glib]
-	)
-	qt5? (
-		dev-qt/qtcore:5[glib]
-		dev-qt/qtdbus:5
-		dev-qt/qtgui:5[glib]
-		dev-qt/qtwidgets:5
-		examples? ( dev-qt/qtxml:5 )
-	)
-"
-DEPEND="${RDEPEND}
-	dev-util/automoc
-"
-
-DOCS=( AUTHORS README README.porting TODO )
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
-	MULTIBUILD_VARIANTS=()
-	use qt4 && MULTIBUILD_VARIANTS+=( qt4 )
-	use qt5 && MULTIBUILD_VARIANTS+=( qt5 )
-}
-
-src_configure() {
-	myconfigure() {
-		local mycmakeargs=(
-			$(cmake-utils_use_build examples)
-		)
-
-		if [[ ${MULTIBUILD_VARIANT} = qt4 ]] ; then
-			mycmakeargs+=( -DUSE_QT4=ON )
-		fi
-		if [[ ${MULTIBUILD_VARIANT} = qt5 ]] ; then
-			mycmakeargs+=( -DUSE_QT5=ON )
-		fi
-
-		cmake-utils_src_configure
-	}
-
-	multibuild_foreach_variant myconfigure
-}
-
-src_compile() {
-	multibuild_foreach_variant cmake-utils_src_compile
-}
-
-src_install() {
-	multibuild_foreach_variant cmake-utils_src_install
-}


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
@ 2014-07-22 13:30 Michael Palimaka
  0 siblings, 0 replies; 30+ messages in thread
From: Michael Palimaka @ 2014-07-22 13:30 UTC (permalink / raw
  To: gentoo-commits

commit:     5257d972c206dbaaa8b0f873c078fa87de074fb5
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 22 13:30:08 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jul 22 13:30:08 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5257d972

[sys-auth/polkit-qt] CMake automoc is now used.

Package-Manager: portage-2.2.10

---
 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index 011c77b..6c6e8e0 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -33,9 +33,7 @@ RDEPEND="
 		examples? ( dev-qt/qtxml:5 )
 	)
 "
-DEPEND="${RDEPEND}
-	dev-util/automoc
-"
+DEPEND="${RDEPEND}"
 
 DOCS=( AUTHORS README README.porting TODO )
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
@ 2014-07-09 12:21 Michael Palimaka
  0 siblings, 0 replies; 30+ messages in thread
From: Michael Palimaka @ 2014-07-09 12:21 UTC (permalink / raw
  To: gentoo-commits

commit:     adcdc0bec6632c50b4df11a0138aba8680553579
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  9 12:21:06 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jul  9 12:21:06 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=adcdc0be

[sys-auth/polkit-qt] Add snapshot.

Package-Manager: portage-2.2.10

---
 .../polkit-qt/polkit-qt-0.103.0_p20140709.ebuild   | 76 ++++++++++++++++++++++
 1 file changed, 76 insertions(+)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.103.0_p20140709.ebuild b/sys-auth/polkit-qt/polkit-qt-0.103.0_p20140709.ebuild
new file mode 100644
index 0000000..69492ec
--- /dev/null
+++ b/sys-auth/polkit-qt/polkit-qt-0.103.0_p20140709.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+MY_P="${P/qt/qt-1}"
+inherit cmake-utils multibuild
+
+DESCRIPTION="PolicyKit Qt4 API wrapper library."
+HOMEPAGE="http://kde.org/"
+SRC_URI="http://dev.gentoo.org/~kensington/distfiles/${MY_P}.tar.bz2"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="debug examples +qt4 qt5"
+
+REQUIRED_USE="|| ( qt4 qt5 )"
+
+RDEPEND="
+	dev-libs/glib:2
+	>=sys-auth/polkit-0.103
+	qt4? (
+		dev-qt/qtcore:4[glib]
+		dev-qt/qtdbus:4
+		dev-qt/qtgui:4[glib]
+	)
+	qt5? (
+		dev-qt/qtcore:5[glib]
+		dev-qt/qtdbus:5
+		dev-qt/qtgui:5[glib]
+		dev-qt/qtwidgets:5
+		examples? ( dev-qt/qtxml:5 )
+	)
+"
+DEPEND="${RDEPEND}
+	dev-util/automoc
+"
+
+DOCS=( AUTHORS README README.porting TODO )
+
+S=${WORKDIR}/${MY_P}
+
+pkg_setup() {
+	MULTIBUILD_VARIANTS=()
+	use qt4 && MULTIBUILD_VARIANTS+=( qt4 )
+	use qt5 && MULTIBUILD_VARIANTS+=( qt5 )
+}
+
+src_configure() {
+	myconfigure() {
+		local mycmakeargs=(
+			$(cmake-utils_use_build examples)
+		)
+
+		if [[ ${MULTIBUILD_VARIANT} = qt4 ]] ; then
+			mycmakeargs+=( -DUSE_QT4=ON )
+		fi
+		if [[ ${MULTIBUILD_VARIANT} = qt5 ]] ; then
+			mycmakeargs+=( -DUSE_QT5=ON )
+		fi
+
+		cmake-utils_src_configure
+	}
+
+	multibuild_foreach_variant myconfigure
+}
+
+src_compile() {
+	multibuild_foreach_variant cmake-utils_src_compile
+}
+
+src_install() {
+	multibuild_foreach_variant cmake-utils_src_install
+}


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
@ 2014-05-15 11:55 Michael Palimaka
  0 siblings, 0 replies; 30+ messages in thread
From: Michael Palimaka @ 2014-05-15 11:55 UTC (permalink / raw
  To: gentoo-commits

commit:     71f4a0e507fd4d44b1622418e75562e076842f00
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu May 15 11:55:09 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu May 15 11:55:09 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=71f4a0e5

[sys-auth/polkit-qt] Add Qt5 support.

Package-Manager: portage-2.2.8-r1

---
 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 55 ++++++++++++++++++++++++++------
 1 file changed, 46 insertions(+), 9 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index b416e21..75ffd34 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit cmake-utils git-r3
+inherit cmake-utils multibuild git-r3
 
 DESCRIPTION="PolicyKit Qt4 API wrapper library."
 HOMEPAGE="http://kde.org/"
@@ -13,14 +13,25 @@ EGIT_REPO_URI=( "git://anongit.kde.org/polkit-qt-1" )
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug examples"
+IUSE="debug examples +qt4 qt5"
+
+REQUIRED_USE="|| ( qt4 qt5 )"
 
 RDEPEND="
 	dev-libs/glib:2
-	dev-qt/qtcore:4[glib]
-	dev-qt/qtdbus:4
-	dev-qt/qtgui:4[glib]
 	>=sys-auth/polkit-0.103
+	qt4? (
+		dev-qt/qtcore:4[glib]
+		dev-qt/qtdbus:4
+		dev-qt/qtgui:4[glib]
+	)
+	qt5? (
+		dev-qt/qtcore:5[glib]
+		dev-qt/qtdbus:5
+		dev-qt/qtgui:5[glib]
+		dev-qt/qtwidgets:5
+		examples? ( dev-qt/qtxml:5 )
+	)
 "
 DEPEND="${RDEPEND}
 	dev-util/automoc
@@ -28,9 +39,35 @@ DEPEND="${RDEPEND}
 
 DOCS=( AUTHORS README README.porting TODO )
 
+pkg_setup() {
+	MULTIBUILD_VARIANTS=()
+	use qt4 && MULTIBUILD_VARIANTS+=( qt4 )
+	use qt5 && MULTIBUILD_VARIANTS+=( qt5 )
+}
+
 src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_build examples)
-	)
-	cmake-utils_src_configure
+	myconfigure() {
+		local mycmakeargs=(
+			$(cmake-utils_use_build examples)
+		)
+
+		if [[ ${MULTIBUILD_VARIANT} = qt4 ]] ; then
+			mycmakeargs+=( -DUSE_QT4=ON )
+		fi
+		if [[ ${MULTIBUILD_VARIANT} = qt5 ]] ; then
+			mycmakeargs+=( -DUSE_QT5=ON )
+		fi
+
+		cmake-utils_src_configure
+	}
+
+	multibuild_foreach_variant myconfigure
+}
+
+src_compile() {
+	multibuild_foreach_variant cmake-utils_src_compile
+}
+
+src_install() {
+	multibuild_foreach_variant cmake-utils_src_install
 }


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
@ 2013-10-13 17:03 Johannes Huber
  0 siblings, 0 replies; 30+ messages in thread
From: Johannes Huber @ 2013-10-13 17:03 UTC (permalink / raw
  To: gentoo-commits

commit:     8adbb6cf2a95aee01d5e4defcd37876b180dfdf9
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 18:42:49 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 18:42:49 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8adbb6cf

[sys-auth/polkit-qt] Move to git-r3 eclass.

Package-Manager: portage-2.2.7

---
 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index b2cf0d1..21999a6 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -4,11 +4,11 @@
 
 EAPI=5
 
-inherit cmake-utils git-2
+inherit cmake-utils git-r3
 
 DESCRIPTION="PolicyKit Qt4 API wrapper library."
 HOMEPAGE="http://kde.org/"
-EGIT_REPO_URI="git://anongit.kde.org/polkit-qt-1"
+EGIT_REPO_URI=( "git://anongit.kde.org/polkit-qt-1" )
 
 LICENSE="LGPL-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
@ 2013-08-01  6:09 Michael Palimaka
  0 siblings, 0 replies; 30+ messages in thread
From: Michael Palimaka @ 2013-08-01  6:09 UTC (permalink / raw
  To: gentoo-commits

commit:     157546da5d29cf1f0c257cf1764d903e09b46d78
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  1 06:06:38 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug  1 06:06:38 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=157546da

[sys-auth/polkit-qt] Minor style changes.

Package-Manager: portage-2.1.13.2

---
 sys-auth/polkit-qt/metadata.xml          |  2 +-
 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 11 +++++------
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/sys-auth/polkit-qt/metadata.xml b/sys-auth/polkit-qt/metadata.xml
index 8d1e86a..a23f444 100644
--- a/sys-auth/polkit-qt/metadata.xml
+++ b/sys-auth/polkit-qt/metadata.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>kde</herd>
+	<herd>kde</herd>
 </pkgmetadata>

diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index 4f2823a..b2cf0d1 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -11,26 +11,25 @@ HOMEPAGE="http://kde.org/"
 EGIT_REPO_URI="git://anongit.kde.org/polkit-qt-1"
 
 LICENSE="LGPL-2"
-KEYWORDS=""
 SLOT="0"
+KEYWORDS=""
 IUSE="debug examples"
 
-COMMON_DEPEND="
+RDEPEND="
 	dev-libs/glib:2
 	dev-qt/qtcore:4[glib]
 	dev-qt/qtdbus:4
 	dev-qt/qtgui:4[glib]
 	>=sys-auth/polkit-0.103
 "
-DEPEND="${COMMON_DEPEND}
+DEPEND="${RDEPEND}
 	dev-util/automoc
 "
-RDEPEND="${COMMON_DEPEND}"
 
-DOCS=(AUTHORS README README.porting TODO)
+DOCS=( AUTHORS README README.porting TODO )
 
 src_configure() {
-	mycmakeargs=(
+	local mycmakeargs=(
 		$(cmake-utils_use_build examples)
 	)
 	cmake-utils_src_configure


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
@ 2013-08-01  6:01 Michael Palimaka
  0 siblings, 0 replies; 30+ messages in thread
From: Michael Palimaka @ 2013-08-01  6:01 UTC (permalink / raw
  To: gentoo-commits

commit:     40ab7dffc8c3ddfc856d8df623d8e4a271c3d0ce
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  1 05:59:02 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug  1 05:59:02 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=40ab7dff

[sys-auth/polkit-qt] Correct dependencies wrt bug #478416.

Package-Manager: portage-2.1.13.2

---
 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index d4ea683..4f2823a 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -17,9 +17,10 @@ IUSE="debug examples"
 
 COMMON_DEPEND="
 	dev-libs/glib:2
-	>=sys-auth/polkit-0.103
 	dev-qt/qtcore:4[glib]
-	dev-qt/qtgui:4[dbus(+),glib]
+	dev-qt/qtdbus:4
+	dev-qt/qtgui:4[glib]
+	>=sys-auth/polkit-0.103
 "
 DEPEND="${COMMON_DEPEND}
 	dev-util/automoc


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
@ 2012-07-14 18:01 Michael Palimaka
  0 siblings, 0 replies; 30+ messages in thread
From: Michael Palimaka @ 2012-07-14 18:01 UTC (permalink / raw
  To: gentoo-commits

commit:     b6aac4ab89b2c3527eee066354c93399e7981acc
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 14 17:55:13 2012 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jul 14 17:55:13 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b6aac4ab

[sys-auth/polkit-qt] Add Qt slot deps.

(Portage version: 2.1.11.5/git/Linux x86_64, unsigned Manifest commit)

---
 sys-auth/polkit-qt/polkit-qt-9999.ebuild |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index fa0bfab..5faacda 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -18,8 +18,8 @@ IUSE="debug examples"
 COMMON_DEPEND="
 	dev-libs/glib:2
 	>=sys-auth/polkit-0.103
-	x11-libs/qt-core[glib]
-	x11-libs/qt-gui[dbus,glib]
+	x11-libs/qt-core:4[glib]
+	x11-libs/qt-gui:4[dbus,glib]
 "
 DEPEND="${COMMON_DEPEND}
 	dev-util/automoc



^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
@ 2011-12-16 23:13 Johannes Huber
  0 siblings, 0 replies; 30+ messages in thread
From: Johannes Huber @ 2011-12-16 23:13 UTC (permalink / raw
  To: gentoo-commits

commit:     a31d39cc5716d810bbf6c72b18303bd1225c4091
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 23:03:50 2011 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 23:03:50 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a31d39cc

[sys-auth/polkit-qt] Bump polkit dep

(Portage version: 2.2.0_alpha81/git/Linux x86_64, unsigned Manifest commit)

---
 sys-auth/polkit-qt/polkit-qt-9999.ebuild |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index 364aa01..db84ecc 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -17,16 +17,14 @@ IUSE="debug examples"
 
 COMMON_DEPEND="
 	dev-libs/glib:2
-	>=sys-auth/polkit-0.99
+	>=sys-auth/polkit-0.103
 	x11-libs/qt-core[glib]
 	x11-libs/qt-gui[dbus,glib]
 "
 DEPEND="${COMMON_DEPEND}
 	dev-util/automoc
 "
-RDEPEND="${COMMON_DEPEND}
-	examples? ( !sys-auth/policykit-qt[examples] )
-"
+RDEPEND="${COMMON_DEPEND}"
 
 DOCS=(AUTHORS README README.porting TODO)
 



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

end of thread, other threads:[~2024-09-09 14:40 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-22 13:28 [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2024-09-09 14:39 Andreas Sturmlechner
2022-10-11 16:21 Andreas Sturmlechner
2022-02-21 16:55 Andreas Sturmlechner
2022-02-21 16:55 Andreas Sturmlechner
2022-02-21 16:55 Andreas Sturmlechner
2022-02-21 16:01 Andreas Sturmlechner
2022-02-21 15:58 Andreas Sturmlechner
2020-05-23 22:00 Andreas Sturmlechner
2019-11-13 21:46 Andreas Sturmlechner
2019-10-16 23:04 Andreas Sturmlechner
2019-08-30  7:12 Andreas Sturmlechner
2018-10-13 12:11 Andreas Sturmlechner
2018-03-19 20:52 Johannes Huber
2018-03-19 20:52 Johannes Huber
2017-11-11 18:39 Andreas Sturmlechner
2017-08-30 21:42 Andreas Sturmlechner
2016-07-06 13:15 Michael Palimaka
2016-03-22 12:03 Johannes Huber
2015-01-30 20:54 Johannes Huber
2014-07-30 23:45 Johannes Huber
2014-07-22 18:01 Johannes Huber
2014-07-22 13:30 Michael Palimaka
2014-07-09 12:21 Michael Palimaka
2014-05-15 11:55 Michael Palimaka
2013-10-13 17:03 Johannes Huber
2013-08-01  6:09 Michael Palimaka
2013-08-01  6:01 Michael Palimaka
2012-07-14 18:01 Michael Palimaka
2011-12-16 23:13 Johannes Huber

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