public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
Date: Wed,  9 Jul 2014 12:21:32 +0000 (UTC)	[thread overview]
Message-ID: <1404908466.adcdc0bec6632c50b4df11a0138aba8680553579.kensington@gentoo> (raw)

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
+}


             reply	other threads:[~2014-07-09 12:21 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-09 12:21 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-09 14:39 [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/ 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-22 13:28 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1404908466.adcdc0bec6632c50b4df11a0138aba8680553579.kensington@gentoo \
    --to=kensington@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox