public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/signon-oauth2/
Date: Thu, 27 Aug 2015 12:10:26 +0000 (UTC)	[thread overview]
Message-ID: <1440677402.0e7be806735e476597f1efad3e6a0776d05b863d.johu@gentoo> (raw)

commit:     0e7be806735e476597f1efad3e6a0776d05b863d
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 27 12:09:51 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 12:10:02 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e7be806

net-libs/signon-oauth2: New package

Required for KDEs Telepathy client based on KF5. Import from kde overlay.
Initial ebuild by Karol Herbst <git <AT> karolherbst.de>.

Package-Manager: portage-2.2.20.1

 net-libs/signon-oauth2/Manifest                  |  1 +
 net-libs/signon-oauth2/metadata.xml              |  5 +++
 net-libs/signon-oauth2/signon-oauth2-0.21.ebuild | 41 ++++++++++++++++++++++++
 3 files changed, 47 insertions(+)

diff --git a/net-libs/signon-oauth2/Manifest b/net-libs/signon-oauth2/Manifest
new file mode 100644
index 0000000..51b7f4f
--- /dev/null
+++ b/net-libs/signon-oauth2/Manifest
@@ -0,0 +1 @@
+DIST signon-oauth2-0.21.tar.bz2 37819 SHA256 d09b74d9b298c1f2d5229b15d2aa1761a7e8fe0fb26d16626dd28faba3e314a3 SHA512 b0f97353e87c08420c3132f3357522b526a7c48df807ab833e05297ebfc86e0e8f25d4d3aa94e8ebc4aa1d9bc77856d63c43e5b5e9f3e63628f7710b9a056fd0 WHIRLPOOL 9ed35ca0f1a457665f6991d5d8d550e07f0cc0db428b5c8dd4f1a7f0056989fe9961ab657e54de531c3c7f185c987c6531c008c012d3de38f15780fdfdfb0651

diff --git a/net-libs/signon-oauth2/metadata.xml b/net-libs/signon-oauth2/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/net-libs/signon-oauth2/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>kde</herd>
+</pkgmetadata>

diff --git a/net-libs/signon-oauth2/signon-oauth2-0.21.ebuild b/net-libs/signon-oauth2/signon-oauth2-0.21.ebuild
new file mode 100644
index 0000000..2c5b49b
--- /dev/null
+++ b/net-libs/signon-oauth2/signon-oauth2-0.21.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit qmake-utils
+
+DESCRIPTION="OAuth2 plugin for Signon daemon"
+HOMEPAGE="https://01.org/gsso/"
+SRC_URI="http://dev.gentoo.org/~kensington/distfiles/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtnetwork:5
+	net-libs/signond
+"
+DEPEND="${RDEPEND}
+	test? ( dev-qt/qttest:5 )
+"
+
+src_prepare() {
+	if use !test; then
+		sed -i -e '/^SUBDIRS/s/tests//' signon-oauth2.pro || die "couldn't disable tests"
+	else
+		sed -i -e '/^INSTALLS.*/,+1d' tests/tests.pro || die "couldn't remove tests from install target"
+	fi
+}
+
+src_configure() {
+	eqmake5
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+}


             reply	other threads:[~2015-08-27 12:10 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-27 12:10 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-07-06 14:12 [gentoo-commits] repo/gentoo:master commit in: net-libs/signon-oauth2/ Michael Palimaka
2016-08-18 13:09 Michael Palimaka
2017-09-06 21:00 Michał Górny
2018-12-22 22:25 Thomas Deutschmann
2018-12-29  9:14 Mikle Kolyada
2019-10-24 18:50 Andreas Sturmlechner
2020-10-06  4:26 Sam James
2020-10-08 23:11 Sam James
2020-12-13 21:45 Thomas Deutschmann
2020-12-16 19:51 Sam James
2020-12-16 19:52 Sam James
2024-01-12 14:19 Sam James
2024-06-28  0:16 Sam James
2024-06-28  0:59 Sam James
2024-06-28 12:59 Sam James
2024-10-04 21:04 Andreas Sturmlechner
2024-10-04 21:04 Andreas Sturmlechner
2025-01-03 20:31 Andreas Sturmlechner

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=1440677402.0e7be806735e476597f1efad3e6a0776d05b863d.johu@gentoo \
    --to=johu@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