From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: dev-libs/qoauth/
Date: Sat, 4 Feb 2012 20:15:43 +0000 (UTC) [thread overview]
Message-ID: <2860c18c59235b65a143e05960b531b667dfbc87.johu@gentoo> (raw)
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
}
next reply other threads:[~2012-02-04 20:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-04 20:15 Johannes Huber [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-05-21 20:13 [gentoo-commits] proj/qt:master commit in: dev-libs/qoauth/ Davide Pesavento
2015-01-28 23:09 Johannes Huber
2015-11-27 23:42 Davide Pesavento
2016-05-04 0:01 Davide Pesavento
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=2860c18c59235b65a143e05960b531b667dfbc87.johu@gentoo \
--to=johu@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