public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: dev-libs/qoauth/
@ 2012-02-04 20:15 Johannes Huber
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2012-02-04 20:15 UTC (permalink / raw
  To: gentoo-commits

commit:     2860c18c59235b65a143e05960b531b667dfbc87
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  4 20:19:30 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 20:19:30 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=2860c18c

[dev-libs/qoauth] EAPI 4, git-2 eclass.

(Portage version: 2.2.0_alpha84/git/Linux i686, unsigned Manifest commit)

---
 dev-libs/qoauth/qoauth-9999.ebuild |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-libs/qoauth/qoauth-9999.ebuild b/dev-libs/qoauth/qoauth-9999.ebuild
index 2c5acac..369946f 100644
--- a/dev-libs/qoauth/qoauth-9999.ebuild
+++ b/dev-libs/qoauth/qoauth-9999.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="2"
+EAPI=4
 
-inherit qt4-edge git
+inherit qt4-edge git-2
 
 DESCRIPTION="A Qt-based library for OAuth support"
 HOMEPAGE="http://wiki.github.com/ayoy/qoauth"
-EGIT_REPO_URI="git://github.com/ayoy/qoauth.git"
+EGIT_REPO_URI="git://github.com/ayoy/${PN}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
@@ -37,16 +37,16 @@ src_prepare() {
 
 src_compile() {
 	default
-	emake -C src static || die "emake failed"
+	emake -C src static
 }
 
 src_install() {
-	emake INSTALL_ROOT="${D}" install || die "emake install failed"
-	dolib.a "${S}/lib/lib${PN}.a" || die "dolib failed"
-	dodoc README CHANGELOG || die "dodoc failed"
+	emake INSTALL_ROOT="${D}" install
+	dolib.a "${S}/lib/lib${PN}.a"
+	dodoc README CHANGELOG
 
 	if use doc; then
 		doxygen "${S}/Doxyfile" || die "Failed to generate documentation"
-		dohtml "${S}"/doc/html/* || die "Failed to install documentation"
+		dohtml "${S}"/doc/html/*
 	fi
 }



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/qt:master commit in: dev-libs/qoauth/
@ 2012-05-21 20:13 Davide Pesavento
  0 siblings, 0 replies; 5+ messages in thread
From: Davide Pesavento @ 2012-05-21 20:13 UTC (permalink / raw
  To: gentoo-commits

commit:     0c2f2773ac903ba150d81d3168d89f20f13f38d9
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Mon May 21 20:13:30 2012 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon May 21 20:13:30 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=0c2f2773

[dev-libs/qoauth] Sync with portage.

(Portage version: 2.2.0_alpha107/git/Linux x86_64, unsigned Manifest commit)

---
 dev-libs/qoauth/metadata.xml       |    7 ------
 dev-libs/qoauth/qoauth-9999.ebuild |   40 ++++++++++++++++++++++-------------
 2 files changed, 25 insertions(+), 22 deletions(-)

diff --git a/dev-libs/qoauth/metadata.xml b/dev-libs/qoauth/metadata.xml
index 7ebe0fc..dc439f7 100644
--- a/dev-libs/qoauth/metadata.xml
+++ b/dev-libs/qoauth/metadata.xml
@@ -2,11 +2,4 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 <herd>qt</herd>
-<maintainer>
-<email>d@ayoy.net</email>
-<name>Dominik Kapusta</name>
-</maintainer>
-<longdescription lang="en">
-</longdescription>
 </pkgmetadata>
-

diff --git a/dev-libs/qoauth/qoauth-9999.ebuild b/dev-libs/qoauth/qoauth-9999.ebuild
index 74d5c0e..02f26b7 100644
--- a/dev-libs/qoauth/qoauth-9999.ebuild
+++ b/dev-libs/qoauth/qoauth-9999.ebuild
@@ -13,40 +13,50 @@ EGIT_REPO_URI="git://github.com/ayoy/${PN}"
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug doc test"
+IUSE="debug doc static-libs test"
 
 COMMON_DEPEND="app-crypt/qca:2[debug?]"
 DEPEND="${COMMON_DEPEND}
-	doc? ( app-doc/doxygen )"
+	doc? ( app-doc/doxygen )
+	test? ( x11-libs/qt-test:4 )
+"
 RDEPEND="${COMMON_DEPEND}
-	app-crypt/qca-ossl:2[debug?]"
+	app-crypt/qca-ossl:2[debug?]
+"
+
+DOCS="README CHANGELOG"
 
 src_prepare() {
 	qt4-r2_src_prepare
-	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"
 
 	if ! use test; then
-		sed -i -e 's/^\(SUBDIRS.*\) tests/\1/' ${PN}.pro || die "sed failed"
+		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
-	emake -C src static
+	if use static-libs; then
+		emake -C src static
+	fi
 }
 
 src_install() {
-	emake INSTALL_ROOT="${D}" install
-	dolib.a "${S}/lib/lib${PN}.a"
-	dodoc README CHANGELOG
+	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"
+		doxygen "${S}"/Doxyfile || die "failed to generate documentation"
 		dohtml "${S}"/doc/html/*
 	fi
 }



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/qt:master commit in: dev-libs/qoauth/
@ 2015-01-28 23:09 Johannes Huber
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2015-01-28 23:09 UTC (permalink / raw
  To: gentoo-commits

commit:     a34fc65c07311bff7644d9153ac3b87ae71ddff8
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 28 23:09:27 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jan 28 23:09:27 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=a34fc65c

[dev-libs/qoauth] Sync with tree, EAPI 5

Package-Manager: portage-2.2.15

---
 dev-libs/qoauth/qoauth-9999.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/qoauth/qoauth-9999.ebuild b/dev-libs/qoauth/qoauth-9999.ebuild
index 5f67854..70b95a6 100644
--- a/dev-libs/qoauth/qoauth-9999.ebuild
+++ b/dev-libs/qoauth/qoauth-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
 inherit qt4-r2 git-2
 
@@ -15,13 +15,13 @@ SLOT="0"
 KEYWORDS=""
 IUSE="debug doc static-libs test"
 
-COMMON_DEPEND="app-crypt/qca:2[debug?]"
+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-9999:2[debug?,openssl,qt4] <app-crypt/qca-ossl-9999:2[debug?] )
+	|| ( app-crypt/qca-ossl:2[debug?] app-crypt/qca:2[debug?,openssl] )
 "
 
 DOCS="README CHANGELOG"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/qt:master commit in: dev-libs/qoauth/
@ 2015-11-27 23:42 Davide Pesavento
  0 siblings, 0 replies; 5+ messages in thread
From: Davide Pesavento @ 2015-11-27 23:42 UTC (permalink / raw
  To: gentoo-commits

commit:     7986e79a1bf28ed8d51603771c718a6ca41f9ed5
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 23:25:16 2015 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 23:25:16 2015 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=7986e79a

dev-libs/qoauth: qca-ossl is gone, stop depending on it

Package-Manager: portage-2.2.26

 dev-libs/qoauth/qoauth-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/qoauth/qoauth-9999.ebuild b/dev-libs/qoauth/qoauth-9999.ebuild
index 8f594d6..9daf1df 100644
--- a/dev-libs/qoauth/qoauth-9999.ebuild
+++ b/dev-libs/qoauth/qoauth-9999.ebuild
@@ -7,7 +7,7 @@ EAPI=5
 inherit qt4-r2 git-2
 
 DESCRIPTION="A Qt-based library for OAuth support"
-HOMEPAGE="http://wiki.github.com/ayoy/qoauth"
+HOMEPAGE="https://wiki.github.com/ayoy/qoauth"
 EGIT_REPO_URI="git://github.com/ayoy/${PN}"
 
 LICENSE="LGPL-2.1"
@@ -21,7 +21,7 @@ DEPEND="${COMMON_DEPEND}
 	test? ( dev-qt/qttest:4 )
 "
 RDEPEND="${COMMON_DEPEND}
-	|| ( app-crypt/qca-ossl:2[debug?] app-crypt/qca:2[debug?,openssl] )
+	app-crypt/qca:2[openssl]
 "
 
 DOCS="README CHANGELOG"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/qt:master commit in: dev-libs/qoauth/
@ 2016-05-04  0:01 Davide Pesavento
  0 siblings, 0 replies; 5+ messages in thread
From: Davide Pesavento @ 2016-05-04  0:01 UTC (permalink / raw
  To: gentoo-commits

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
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-05-04  0:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-04 20:15 [gentoo-commits] proj/qt:master commit in: dev-libs/qoauth/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2012-05-21 20:13 Davide Pesavento
2015-01-28 23:09 Johannes Huber
2015-11-27 23:42 Davide Pesavento
2016-05-04  0:01 Davide Pesavento

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox