From 2b6e2b882c31e711a15e8fee47e03134c5c07def Mon Sep 17 00:00:00 2001 From: rsadowski Date: Fri, 3 Jul 2020 13:57:40 +0000 Subject: [PATCH] Remove qoauth --- security/qoauth/Makefile | 43 ------------------- security/qoauth/distinfo | 2 - security/qoauth/patches/patch-src_src_pro | 15 ------- .../patch-tests_ft_interface_ft_interface_pro | 14 ------ .../patch-tests_ut_interface_ut_interface_pro | 14 ------ security/qoauth/pkg/DESCR | 2 - security/qoauth/pkg/PLIST | 10 ----- 7 files changed, 100 deletions(-) delete mode 100644 security/qoauth/Makefile delete mode 100644 security/qoauth/distinfo delete mode 100644 security/qoauth/patches/patch-src_src_pro delete mode 100644 security/qoauth/patches/patch-tests_ft_interface_ft_interface_pro delete mode 100644 security/qoauth/patches/patch-tests_ut_interface_ut_interface_pro delete mode 100644 security/qoauth/pkg/DESCR delete mode 100644 security/qoauth/pkg/PLIST diff --git a/security/qoauth/Makefile b/security/qoauth/Makefile deleted file mode 100644 index 71f9b292e8d..00000000000 --- a/security/qoauth/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# $OpenBSD: Makefile,v 1.10 2019/07/12 20:49:35 sthen Exp $ - -COMMENT = OAuth support library for Qt-based applications -V = 1.0.1 -DISTNAME = qoauth-${V}-src -PKGNAME = ${DISTNAME:C/-src//} -CATEGORIES = security devel -HOMEPAGE = https://github.com/ayoy/qoauth -REVISION = 2 - -SHARED_LIBS = qoauth 0.0 - -# LGPLv2.1+ -PERMIT_PACKAGE = Yes - -WANTLIB = lib/qt4/QtNetwork m pthread qca ${COMPILER_LIBCXX} - -COMPILER = base-clang ports-gcc base-gcc - -MASTER_SITES = http://files.ayoy.net/qoauth/$V/ -EXTRACT_SUFX = .tar.bz2 - -MODULES = devel/qmake x11/qt4 -SEPARATE_BUILD = No -MODQMAKE_ARGS = PREFIX=${PREFIX} - -LIB_DEPENDS = security/qca - -MAKE_FLAGS = LIBqoauth_VERSION=${LIBqoauth_VERSION} -DESTDIRNAME = INSTALL_ROOT - -# XXX wants to interact with external servers, too -TEST_IS_INTERACTIVE = X11 -TEST_NAMES = ft_interface ut_interface - -do-test: -.for _t in ${TEST_NAMES} - cd ${WRKBUILD}/tests/${_t} && \ - LD_PRELOAD=${WRKBUILD}/lib/libqoauth.so.${LIBqoauth_VERSION} \ - ./${_t} -.endfor - -.include diff --git a/security/qoauth/distinfo b/security/qoauth/distinfo deleted file mode 100644 index f803ced3103..00000000000 --- a/security/qoauth/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (qoauth-1.0.1-src.tar.bz2) = uFead87LB5KOVXxKAZ25AqDwQLIveSbxRymeh6xaVP0= -SIZE (qoauth-1.0.1-src.tar.bz2) = 42298 diff --git a/security/qoauth/patches/patch-src_src_pro b/security/qoauth/patches/patch-src_src_pro deleted file mode 100644 index ebdecd92d61..00000000000 --- a/security/qoauth/patches/patch-src_src_pro +++ /dev/null @@ -1,15 +0,0 @@ -$OpenBSD: patch-src_src_pro,v 1.1 2017/07/11 20:42:34 rsadowski Exp $ - -Index: src/src.pro ---- src/src.pro.orig -+++ src/src.pro -@@ -57,6 +57,9 @@ else:unix { - isEmpty( PREFIX ):INSTALL_PREFIX = /usr - else:INSTALL_PREFIX = $${PREFIX} - -+ INCLUDEPATH += $${PREFIX}/include/QtCrypto -+ LIBS += -lqca -+ - # this creates a pkgconfig file - system( ./pcfile.sh $${INSTALL_PREFIX} $${VERSION} ) - pkgconfig.files = qoauth.pc diff --git a/security/qoauth/patches/patch-tests_ft_interface_ft_interface_pro b/security/qoauth/patches/patch-tests_ft_interface_ft_interface_pro deleted file mode 100644 index 169669bf22d..00000000000 --- a/security/qoauth/patches/patch-tests_ft_interface_ft_interface_pro +++ /dev/null @@ -1,14 +0,0 @@ -$OpenBSD: patch-tests_ft_interface_ft_interface_pro,v 1.1 2017/07/11 20:42:34 rsadowski Exp $ - -Index: tests/ft_interface/ft_interface.pro ---- tests/ft_interface/ft_interface.pro.orig -+++ tests/ft_interface/ft_interface.pro -@@ -17,6 +17,8 @@ else:unix { - # the second argument (after colon) is for - # being able to run make check from the root source directory - LIBS += -Wl,-rpath,../../lib:lib -+ LIBS += -lqca -+ INCLUDEPATH += $${PREFIX}/include/QtCrypto - } - - INCLUDEPATH += . ../../src diff --git a/security/qoauth/patches/patch-tests_ut_interface_ut_interface_pro b/security/qoauth/patches/patch-tests_ut_interface_ut_interface_pro deleted file mode 100644 index f20db3640ea..00000000000 --- a/security/qoauth/patches/patch-tests_ut_interface_ut_interface_pro +++ /dev/null @@ -1,14 +0,0 @@ -$OpenBSD: patch-tests_ut_interface_ut_interface_pro,v 1.1 2017/07/11 20:42:34 rsadowski Exp $ - -Index: tests/ut_interface/ut_interface.pro ---- tests/ut_interface/ut_interface.pro.orig -+++ tests/ut_interface/ut_interface.pro -@@ -17,6 +17,8 @@ else:unix { - # the second argument (after colon) is for - # being able to run make check from the root source directory - LIBS += -Wl,-rpath,../../lib:lib -+ LIBS += -lqca -+ INCLUDEPATH += $${PREFIX}/include/QtCrypto - } - - INCLUDEPATH += . ../../src diff --git a/security/qoauth/pkg/DESCR b/security/qoauth/pkg/DESCR deleted file mode 100644 index e9746eb36fb..00000000000 --- a/security/qoauth/pkg/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -QOAuth is an attempt to support interaction with OAuth-powered network -services in a Qt way, i.e. simply, clearly and efficiently. diff --git a/security/qoauth/pkg/PLIST b/security/qoauth/pkg/PLIST deleted file mode 100644 index b6f1006b860..00000000000 --- a/security/qoauth/pkg/PLIST +++ /dev/null @@ -1,10 +0,0 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2013/04/01 11:53:56 zhuk Exp $ -include/QtOAuth/ -include/QtOAuth/QtOAuth -include/QtOAuth/interface.h -include/QtOAuth/qoauth_global.h -include/QtOAuth/qoauth_namespace.h -lib/libqoauth.prl -@lib lib/libqoauth.so.${LIBqoauth_VERSION} -lib/pkgconfig/qoauth.pc -lib/qt4/mkspecs/features/oauth.prf