public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/qoauth/
Date: Sat,  7 Jan 2017 17:22:58 +0000 (UTC)	[thread overview]
Message-ID: <1483809737.e22c5ac4d1cf61e929dc8707bb37ad2e4e7fc459.asturm@gentoo> (raw)

commit:     e22c5ac4d1cf61e929dc8707bb37ad2e4e7fc459
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  7 16:55:58 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan  7 17:22:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e22c5ac4

dev-libs/qoauth: Drop old

Package-Manager: portage-2.3.0

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

diff --git a/dev-libs/qoauth/qoauth-2.0.1_pre20160315.ebuild b/dev-libs/qoauth/qoauth-2.0.1_pre20160315.ebuild
deleted file mode 100644
index 9ffd038..00000000
--- a/dev-libs/qoauth/qoauth-2.0.1_pre20160315.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit qmake-utils
-
-DESCRIPTION="Qt-based library for OAuth support"
-HOMEPAGE="https://wiki.github.com/ayoy/qoauth"
-SRC_URI="https://dev.gentoo.org/~johu/distfiles/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="debug doc static-libs test"
-
-COMMON_DEPEND="app-crypt/qca:2[debug?,qt5]"
-DEPEND="${COMMON_DEPEND}
-	doc? ( app-doc/doxygen )
-	test? ( dev-qt/qttest:5 )
-"
-RDEPEND="${COMMON_DEPEND}
-	app-crypt/qca:2[ssl]
-	!dev-libs/qoauth:0
-"
-
-DOCS=( README CHANGELOG )
-
-src_prepare() {
-	default
-
-	# disable functional tests that require network connection
-	# and rely on 3rd party external server (bug #341267)
-	epatch "${FILESDIR}/${PN}-1.0.1-disable-ft.patch"
-
-	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_compile() {
-	default
-	if use static-libs; then
-		emake -C src static
-	fi
-}
-
-src_install() {
-	INSTALL_ROOT="${D}" default
-
-	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
-}


             reply	other threads:[~2017-01-07 17:23 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-07 17:22 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-05-21 18:49 [gentoo-commits] repo/gentoo:master commit in: dev-libs/qoauth/ Andreas Sturmlechner
2018-03-22 12:22 Andreas Sturmlechner
2018-01-05 19:05 Andreas Sturmlechner
2017-10-29 21:12 Andreas Sturmlechner
2017-09-09  3:45 Michael Palimaka
2017-08-27  7:14 Michael Palimaka
2017-08-27  7:14 Michael Palimaka
2017-01-08 11:26 Aaron Bauman
2017-01-07 17:22 Andreas Sturmlechner
2016-10-28 14:35 Michael Palimaka
2016-03-15 21:57 Johannes Huber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1483809737.e22c5ac4d1cf61e929dc8707bb37ad2e4e7fc459.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox