net-libs/signon-oauth2: Drop 0.21-r1
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 29 Dec 2018 13:37:11 +0000 (14:37 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 29 Dec 2018 13:37:11 +0000 (14:37 +0100)
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
net-libs/signon-oauth2/Manifest
net-libs/signon-oauth2/files/signon-oauth2-0.21-unused-dependency.patch [deleted file]
net-libs/signon-oauth2/signon-oauth2-0.21-r1.ebuild [deleted file]

index 57126546b876ef6bb3db014a1a5ca40b51fc5247..050b4e9172a6f17b9ea6221a289761251e0738bb 100644 (file)
@@ -1,2 +1 @@
-DIST signon-oauth2-0.21.tar.bz2 37819 BLAKE2B 5de9add1952ba94e12b776c7f4b462bfc31ce01c148d8819b6e159510c4b00f4d2fc915a62f585b1061d46efbeb92406e3c117452e4e7f5575404fea3ab20601 SHA512 b0f97353e87c08420c3132f3357522b526a7c48df807ab833e05297ebfc86e0e8f25d4d3aa94e8ebc4aa1d9bc77856d63c43e5b5e9f3e63628f7710b9a056fd0
 DIST signon-oauth2-0.24.tar.gz 39011 BLAKE2B 41b672d1f489321b2f93f245530da1e51867eb4f0d1675ba72240f59f5ab7d6d2a079899e1a6dbc63c82bc53e1fab467c6696f5171c98ab00243d5ec9ddd92f4 SHA512 8a1e5be7f34419ded7841cb4de62e03ab56556f39ae40e3e11b549d45c6c51edc6888d1aab254c0ba6746d6306bb8b92dd24e473387542d6a987208c20acf6d9
diff --git a/net-libs/signon-oauth2/files/signon-oauth2-0.21-unused-dependency.patch b/net-libs/signon-oauth2/files/signon-oauth2-0.21-unused-dependency.patch
deleted file mode 100644 (file)
index 3e6656d..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-Qt5XmlPatterns is not actually used, but build will fail if it's missing.
-
-Gentoo-bug: 564316
-
---- src/src.pro
-+++ src/src.pro
-@@ -4,8 +4,7 @@
- TARGET = oauth2plugin
- DESTDIR = lib/signon
- QT += core \
--    network \
--    xmlpatterns
-+    network
- QT -= gui
- CONFIG += plugin \
-     build_all \
diff --git a/net-libs/signon-oauth2/signon-oauth2-0.21-r1.ebuild b/net-libs/signon-oauth2/signon-oauth2-0.21-r1.ebuild
deleted file mode 100644 (file)
index dc913a9..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils qmake-utils
-
-DESCRIPTION="OAuth2 plugin for Signon daemon"
-HOMEPAGE="https://01.org/gsso/"
-SRC_URI="https://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[ssl]
-       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
-
-       epatch "${FILESDIR}/${P}-unused-dependency.patch"
-}
-
-src_configure() {
-       eqmake5
-}
-
-src_install() {
-       emake INSTALL_ROOT="${D}" install
-}