From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E0F71382C5 for ; Fri, 5 Jan 2018 19:05:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71359E0830; Fri, 5 Jan 2018 19:05:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4239CE0830 for ; Fri, 5 Jan 2018 19:05:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7AC5335C0C for ; Fri, 5 Jan 2018 19:05:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 520A51BC for ; Fri, 5 Jan 2018 19:05:34 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1515179126.7785b3e7ce686afb6dd045d6476d0bbf74a9b95c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/qoauth/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/qoauth/Manifest dev-libs/qoauth/qoauth-1.0.1.ebuild X-VCS-Directories: dev-libs/qoauth/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7785b3e7ce686afb6dd045d6476d0bbf74a9b95c X-VCS-Branch: master Date: Fri, 5 Jan 2018 19:05:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4b4ef3bf-5f99-46f3-bdef-7f444ca81f90 X-Archives-Hash: bc4c3edfe38137de18d35c57a73926a2 commit: 7785b3e7ce686afb6dd045d6476d0bbf74a9b95c Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jan 5 13:09:45 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jan 5 19:05:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7785b3e7 dev-libs/qoauth: Drop old Package-Manager: Portage-2.3.13, Repoman-2.3.4 dev-libs/qoauth/Manifest | 1 - dev-libs/qoauth/qoauth-1.0.1.ebuild | 68 ------------------------------------- 2 files changed, 69 deletions(-) diff --git a/dev-libs/qoauth/Manifest b/dev-libs/qoauth/Manifest index e4b644540e9..4dafaee99db 100644 --- a/dev-libs/qoauth/Manifest +++ b/dev-libs/qoauth/Manifest @@ -1,2 +1 @@ -DIST qoauth-1.0.1-src.tar.bz2 42298 BLAKE2B f524a0ab873578e0699ba62b8ca26a9eaa432e981bc4123f145da5436867dac39947724ad4590fb2a8c4b1e9f57d75bf31c691f01217ee9bcb17ec10554c28c1 SHA512 86869c82e6efd490888f3bb16cba5bb014821e35507d3d396a84f5112a2d0bd7cb1251ba5dff82a8913eeae77a0feeebfdf4a7d1e9870023fb3c106d603c3dd8 DIST qoauth-2.0.1_pre20160315.tar.xz 45604 BLAKE2B 290d768e8661c6e8f9ae8094ec140da22f00c53cbfd9ed6ebab1f159ae82c2a0a111a9306eeab0c08ea5b0a349e07d9b7f402f14812a5688ba9860832991494c SHA512 ec44c597c7b9729645ab98e2c71c805d01eab4c0684b7ea0da6b015a052b0ad6e3aa9352ef53e36a67ff99b9f75fb9b89156ca8b23c639a70cc49aab656366c3 diff --git a/dev-libs/qoauth/qoauth-1.0.1.ebuild b/dev-libs/qoauth/qoauth-1.0.1.ebuild deleted file mode 100644 index fb045417507..00000000000 --- a/dev-libs/qoauth/qoauth-1.0.1.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit qt4-r2 - -DESCRIPTION="A Qt-based library for OAuth support" -HOMEPAGE="https://github.com/ayoy/qoauth/wiki" -SRC_URI="http://files.ayoy.net/qoauth/release/${PV}/src/${P}-src.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86" -IUSE="debug doc static-libs test" - -COMMON_DEPEND="app-crypt/qca:2[debug?,qt4(+)]" -DEPEND="${COMMON_DEPEND} - doc? ( app-doc/doxygen ) - test? ( dev-qt/qttest:4 ) -" -RDEPEND="${COMMON_DEPEND} - app-crypt/qca:2[ssl] -" - -S=${WORKDIR}/${P}-src - -DOCS="README CHANGELOG" -PATCHES=( - # disable functional tests that require network connection - # and rely on 3rd party external server (bug #341267) - "${FILESDIR}/${P}-disable-ft.patch" -) - -src_prepare() { - qt4-r2_src_prepare - - 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_compile() { - default - if use static-libs; then - emake -C src static - fi -} - -src_install() { - qt4-r2_src_install - - if use static-libs; then - dolib.a "${S}"/lib/lib${PN}.a - fi - - if use doc; then - doxygen "${S}"/Doxyfile || die "failed to generate documentation" - dohtml "${S}"/doc/html/* - fi -}