diff options
| author | Karol Herbst <git@karolherbst.de> | 2014-11-20 00:10:58 +0100 |
|---|---|---|
| committer | Michael Palimaka <kensington@gentoo.org> | 2014-12-01 23:38:29 +1100 |
| commit | c3d5bba6e5b4d4c232bc586388dd134a038e23cb (patch) | |
| tree | e0c66c271681552aa48dfff8cfe1010e825065a7 | |
| parent | f313317b95b7cd53c434e3b702fb18787587fee7 (diff) | |
| download | kde-c3d5bba6e5b4d4c232bc586388dd134a038e23cb.tar.gz kde-c3d5bba6e5b4d4c232bc586388dd134a038e23cb.tar.bz2 kde-c3d5bba6e5b4d4c232bc586388dd134a038e23cb.zip | |
[net-libs/signon-oauth2] added
| -rw-r--r-- | net-libs/signon-oauth2/Manifest | 1 | ||||
| -rw-r--r-- | net-libs/signon-oauth2/metadata.xml | 5 | ||||
| -rw-r--r-- | net-libs/signon-oauth2/signon-oauth2-0.19.ebuild | 40 | ||||
| -rw-r--r-- | profiles/package.mask/signond | 1 |
4 files changed, 47 insertions, 0 deletions
diff --git a/net-libs/signon-oauth2/Manifest b/net-libs/signon-oauth2/Manifest new file mode 100644 index 00000000000..5fa11593e93 --- /dev/null +++ b/net-libs/signon-oauth2/Manifest @@ -0,0 +1 @@ +DIST signon-oauth2-0.19.tar.bz2 27605 SHA256 7b386dc11076d5f65a53c1096153f14ee3e0660d1a321628e191a43cdb53f37f SHA512 a9ecff53a20b3a7bbce8a1cec4391732f06c98fae5ac45cb31cf429b921157235250ac94078bc88483b0d4ca82b82c53179fca3abb4dd8c089254649cad38156 WHIRLPOOL dc0930e9e8691905668f837108291c33e525cb39319f68278f72f2026ff7c4f7c4e1aa162118a35e2ad1bba0231aea788e8707508c2d1d826dd0cbe7dbfc1398 diff --git a/net-libs/signon-oauth2/metadata.xml b/net-libs/signon-oauth2/metadata.xml new file mode 100644 index 00000000000..a23f444b67d --- /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.19.ebuild b/net-libs/signon-oauth2/signon-oauth2-0.19.ebuild new file mode 100644 index 00000000000..f3c31b36f56 --- /dev/null +++ b/net-libs/signon-oauth2/signon-oauth2-0.19.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit qmake-utils + +SRC_URI="https://accounts-sso.googlecode.com/files/${P}.tar.bz2" +SLOT="0" +DESCRIPTION="OAuth2 plugin for Signon daemon" +HOMEPAGE="https://01.org/gsso/" + +KEYWORDS="~amd64 ~x86" +LICENSE="LGPL-2.1" +IUSE="test" + +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtnetwork:5 + dev-qt/qttest:5 + net-libs/signond +" +RDEPEND="${DEPEND}" + +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 +} diff --git a/profiles/package.mask/signond b/profiles/package.mask/signond index 0f04144c135..d94782ace97 100644 --- a/profiles/package.mask/signond +++ b/profiles/package.mask/signond @@ -1,2 +1,3 @@ net-libs/accounts-qt net-libs/signond +net-libs/signon-oauth2 |
