commit:     660b4077a31f49c4bdc37fae300af6e2193afbc6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 20:59:38 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 21:12:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=660b4077

dev-libs/qoauth: Drop old

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-libs/qoauth/qoauth-2.0.1_pre20160315-r1.ebuild | 60 ----------------------
 1 file changed, 60 deletions(-)

diff --git a/dev-libs/qoauth/qoauth-2.0.1_pre20160315-r1.ebuild 
b/dev-libs/qoauth/qoauth-2.0.1_pre20160315-r1.ebuild
deleted file mode 100644
index 5a7f308f3f9..00000000000
--- a/dev-libs/qoauth/qoauth-2.0.1_pre20160315-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-DESCRIPTION="Qt-based library for OAuth support"
-HOMEPAGE="https://github.com/ayoy/qoauth/wiki";
-SRC_URI="https://dev.gentoo.org/~johu/distfiles/${P}.tar.xz";
-
-LICENSE="LGPL-2.1"
-SLOT="5"
-KEYWORDS="amd64 ~ppc64 x86"
-IUSE="debug doc test"
-
-COMMON_DEPEND="
-       app-crypt/qca:2[debug?,qt5]
-       dev-qt/qtnetwork:5
-"
-DEPEND="${COMMON_DEPEND}
-       doc? ( app-doc/doxygen )
-       test? ( dev-qt/qttest:5 )
-"
-RDEPEND="${COMMON_DEPEND}
-       app-crypt/qca:2[ssl]
-       !dev-libs/qoauth:0
-"
-
-# disable functional tests that require network connection
-# and rely on 3rd party external server (bug #341267)
-PATCHES=( "${FILESDIR}/${PN}-1.0.1-disable-ft.patch" )
-
-src_prepare() {
-       default
-
-       if ! use test; then
-               sed -i -e '/SUBDIRS/s/tests//' ${PN}.pro || die "sed failed"
-       fi
-
-       sed -i -e '/^ *docs \\$/d' \
-               -e '/^ *build_all \\$/d' \
-               -e 's/^\#\(!macx\)/\1/' \
-               src/src.pro || die "sed failed"
-
-       sed -i -e "s/\(.*\)lib$/\1$(get_libdir)/" src/pcfile.sh || die "sed 
failed"
-}
-
-src_configure() {
-       eqmake5 qoauth.pro
-}
-
-src_install() {
-       if use doc; then
-               doxygen "${S}"/Doxyfile || die "failed to generate 
documentation"
-               HTML_DOCS=( "${S}"/doc/html/. )
-       fi
-
-       INSTALL_ROOT="${D}" default
-}

Reply via email to