diff options
author | 2009-12-20 19:34:06 +0000 | |
---|---|---|
committer | 2009-12-20 19:34:06 +0000 | |
commit | 0f247165c7e7d263d51ecfbfe670f2649ef2dcfd (patch) | |
tree | 533fe714b288c92833fb9828eafee64dec228799 /dev-libs/qoauth | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-0f247165c7e7d263d51ecfbfe670f2649ef2dcfd.tar.gz gentoo-2-0f247165c7e7d263d51ecfbfe670f2649ef2dcfd.tar.bz2 gentoo-2-0f247165c7e7d263d51ecfbfe670f2649ef2dcfd.zip |
Porting to qt4-r2.eclass
(Portage version: 2.2_rc60/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/qoauth')
-rw-r--r-- | dev-libs/qoauth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/qoauth/qoauth-1.0-r1.ebuild | 9 |
2 files changed, 6 insertions, 8 deletions
diff --git a/dev-libs/qoauth/ChangeLog b/dev-libs/qoauth/ChangeLog index db79f8ed9b79..490379d1da27 100644 --- a/dev-libs/qoauth/ChangeLog +++ b/dev-libs/qoauth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/qoauth # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/qoauth/ChangeLog,v 1.6 2009/11/27 16:38:17 ayoy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/qoauth/ChangeLog,v 1.7 2009/12/20 19:34:06 ayoy Exp $ + + 20 Dec 2009; Dominik Kapusta <ayoy@gentoo.org> qoauth-1.0-r1.ebuild: + Porting to qt4-r2.eclass *qoauth-1.0-r1 (27 Nov 2009) 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 |