diff options
author | Dominik Kapusta <ayoy@gentoo.org> | 2009-12-20 19:34:06 +0000 |
---|---|---|
committer | Dominik Kapusta <ayoy@gentoo.org> | 2009-12-20 19:34:06 +0000 |
commit | 397afc498e900f8191dbcb9ea0b58e44814d343d (patch) | |
tree | 755d96065e813c33335b8f088fa7522b46e8a245 /dev-libs/qoauth/qoauth-1.0-r1.ebuild | |
parent | Automated update of use.local.desc (diff) | |
download | historical-397afc498e900f8191dbcb9ea0b58e44814d343d.tar.gz historical-397afc498e900f8191dbcb9ea0b58e44814d343d.tar.bz2 historical-397afc498e900f8191dbcb9ea0b58e44814d343d.zip |
Porting to qt4-r2.eclass
Package-Manager: portage-2.2_rc60/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/qoauth/qoauth-1.0-r1.ebuild')
-rw-r--r-- | dev-libs/qoauth/qoauth-1.0-r1.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
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 |