public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: dev-libs/libsystemd-qt/
Date: Sat, 12 Oct 2013 13:16:53 +0000 (UTC)	[thread overview]
Message-ID: <1381583143.261c50e8d0aaf9ece2caebb595b0448cc234e530.pesa@gentoo> (raw)

commit:     261c50e8d0aaf9ece2caebb595b0448cc234e530
Author:     Uwe L. Korn <uwelk <AT> xhochy <DOT> com>
AuthorDate: Sat Oct 12 13:05:43 2013 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 13:05:43 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=261c50e8

[dev-libs/libsystemd-qt] Add version 208

Package-Manager: portage-2.2.1

---
 dev-libs/libsystemd-qt/Manifest                 |  1 +
 dev-libs/libsystemd-qt/libsystemd-qt-208.ebuild | 56 +++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/dev-libs/libsystemd-qt/Manifest b/dev-libs/libsystemd-qt/Manifest
index a5abfbf..16c7e52 100644
--- a/dev-libs/libsystemd-qt/Manifest
+++ b/dev-libs/libsystemd-qt/Manifest
@@ -1 +1,2 @@
 DIST libsystemd-qt-207.zip 52951 SHA256 3ab0dc0856f330d1cd10b8d077c55bc13fc583dae238d04368eb23fa5a75604d SHA512 8b9a076d6ac067ed1c950852d123d13915a9f1182654edb107e6f73223e36f03b419456a567c4524d175e047bc5ddfdad7387af311094abbdda1365afadc866c WHIRLPOOL fb0d47463c45ae4b7e7c5d72fc0f793af2c29d9bc85144d92b4b614b0bf33de00f09ff0a6f763af76c999a76bd7892c1fec9310e78adca713d8632d98ecb5d37
+DIST libsystemd-qt-208.zip 48324 SHA256 87a04e0bb3e27ff280a21b8fc2488572b13e3e7cf3ae687e841dae6bb15fe80e SHA512 8355c93b46727a6affbf5e0d53ca3277486eb2431ae2cc0cb993c2e940f2b56df283bbca6272b3faa4e887d71a78fabd96b2fd11e6f397fd9ef27df21a8b15e2 WHIRLPOOL adebef493d551852e8c9bec5dccf9dfcbd88e5a24595ddf21bda975b3a499979df8aa37c2f0f325fe13c8ea05401dc5a6b2b43ac1fc6c79ef8b6c13390376c77

diff --git a/dev-libs/libsystemd-qt/libsystemd-qt-208.ebuild b/dev-libs/libsystemd-qt/libsystemd-qt-208.ebuild
new file mode 100644
index 0000000..b2d6cae
--- /dev/null
+++ b/dev-libs/libsystemd-qt/libsystemd-qt-208.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit cmake-utils
+
+if [[ ${PV} == 9999* ]]; then
+	EGIT_REPO_URI="https://github.com/scarpin0/${PN}.git"
+	inherit git-2
+	KEYWORDS=""
+	SYSTEMD_VERSION=">=sys-apps/systemd-207"
+else
+	SRC_URI="https://github.com/scarpin0/libsystemd-qt/archive/${PV}.zip -> ${P}.zip"
+	KEYWORDS="~amd64"
+	SYSTEMD_VERSION="~sys-apps/systemd-${PV}"
+fi
+
+DESCRIPTION="Qt wrapper for systemd API"
+HOMEPAGE="https://github.com/scarpin0/libsystemd-qt"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="debug qml qt4 +qt5 test"
+
+RDEPEND="
+	${SYSTEMD_VERSION}
+	qt4? ( dev-qt/qtcore:4 )
+	qt5? (
+		dev-qt/qtcore:5
+		qml? ( dev-qt/qtdeclarative:5 )
+	)
+"
+DEPEND="${RDEPEND}
+	test? (
+		qt4? ( dev-qt/qttest:4 )
+		qt5? ( dev-qt/qttest:5 )
+	)
+"
+REQUIRED_USE="
+	^^ ( qt4 qt5 )
+	qml? ( qt5 )
+"
+
+DOCS=( README.md )
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use qt4 BUILD_WITH_QT4)
+		$(cmake-utils_use test BUILD_QTSYSTEMD_TESTS)
+		$(cmake-utils_use qml BUILD_QTSYSTEMD_QMLPLUGIN)
+	)
+
+	cmake-utils_src_configure
+}


             reply	other threads:[~2013-10-12 13:17 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-12 13:16 Davide Pesavento [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-12-31 16:44 [gentoo-commits] proj/qt:master commit in: dev-libs/libsystemd-qt/ Andreas Sturmlechner
2018-04-11 23:10 Andreas Sturmlechner
2018-04-11 23:10 Andreas Sturmlechner
2018-04-11 23:10 Andreas Sturmlechner
2016-10-28 17:15 Michael Palimaka
2014-07-16 13:36 Michael Palimaka
2014-06-11 13:36 Michael Palimaka
2013-09-28 18:03 Davide Pesavento
2013-09-28 18:03 Davide Pesavento
2013-09-21 16:38 Michael Palimaka

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=1381583143.261c50e8d0aaf9ece2caebb595b0448cc234e530.pesa@gentoo \
    --to=pesa@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