From 397afc498e900f8191dbcb9ea0b58e44814d343d Mon Sep 17 00:00:00 2001 From: Dominik Kapusta Date: Sun, 20 Dec 2009 19:34:06 +0000 Subject: Porting to qt4-r2.eclass Package-Manager: portage-2.2_rc60/cvs/Linux x86_64 --- dev-libs/qoauth/qoauth-1.0-r1.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'dev-libs/qoauth/qoauth-1.0-r1.ebuild') diff --git a/dev-libs/qoauth/qoauth-1.0-r1.ebuild b/dev-libs/qoauth/qoauth-1.0-r1.ebuild index 71094d8448f5..68f0d8680560 100644 --- a/dev-libs/qoauth/qoauth-1.0-r1.ebuild +++ b/dev-libs/qoauth/qoauth-1.0-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/qoauth/qoauth-1.0-r1.ebuild,v 1.1 2009/11/27 16:38:17 ayoy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/qoauth/qoauth-1.0-r1.ebuild,v 1.2 2009/12/20 19:34:06 ayoy Exp $ EAPI="2" -inherit qt4 +inherit qt4-r2 DESCRIPTION="A Qt-based library for OAuth support" HOMEPAGE="http://wiki.github.com/ayoy/qoauth" @@ -22,7 +22,6 @@ RDEPEND="${COMMON_DEPEND} app-crypt/qca-ossl:2[debug?]" src_prepare() { - qt4_src_prepare sed -i -e '/^ *docs \\$/d' \ -e '/^ *build_all \\$/d' \ -e 's/^\#\(!macx\)/\1/' \ @@ -39,10 +38,6 @@ src_prepare() { fi } -src_configure() { - eqmake4 -} - src_compile() { default if use static-libs; then -- cgit v1.2.3-65-gdbad