public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: dev-libs/qoauth/
Date: Wed,  4 May 2016 00:01:39 +0000 (UTC)	[thread overview]
Message-ID: <1462319903.55a44c1ed6d70b1f20774d90867c401147a552b3.pesa@gentoo> (raw)

commit:     55a44c1ed6d70b1f20774d90867c401147a552b3
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Tue May  3 23:58:23 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Tue May  3 23:58:23 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=55a44c1e

dev-libs/qoauth: delete unmaintained (and fairly useless) live ebuild

Last upstream commit was in Jan 2015.

 dev-libs/qoauth/metadata.xml       |  8 -----
 dev-libs/qoauth/qoauth-9999.ebuild | 62 --------------------------------------
 2 files changed, 70 deletions(-)

diff --git a/dev-libs/qoauth/metadata.xml b/dev-libs/qoauth/metadata.xml
deleted file mode 100644
index 1723768..0000000
--- a/dev-libs/qoauth/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>qt@gentoo.org</email>
-		<name>Gentoo Qt Project</name>
-	</maintainer>
-</pkgmetadata>

diff --git a/dev-libs/qoauth/qoauth-9999.ebuild b/dev-libs/qoauth/qoauth-9999.ebuild
deleted file mode 100644
index 540943e..0000000
--- a/dev-libs/qoauth/qoauth-9999.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit qt4-r2 git-2
-
-DESCRIPTION="A Qt-based library for OAuth support"
-HOMEPAGE="https://wiki.github.com/ayoy/qoauth"
-EGIT_REPO_URI="git://github.com/ayoy/${PN}"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS=""
-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[openssl]
-"
-
-DOCS="README CHANGELOG"
-
-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
-}


             reply	other threads:[~2016-05-04  0:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-04  0:01 Davide Pesavento [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-11-27 23:42 [gentoo-commits] proj/qt:master commit in: dev-libs/qoauth/ Davide Pesavento
2015-01-28 23:09 Johannes Huber
2012-05-21 20:13 Davide Pesavento
2012-02-04 20:15 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=1462319903.55a44c1ed6d70b1f20774d90867c401147a552b3.pesa@gentoo \
    --to=pesa@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