diff options
author | Ben de Groot <yngwin@gentoo.org> | 2010-03-27 14:12:27 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2010-03-27 14:12:27 +0000 |
commit | 406ee2ca269bdc273bec18632aa8ee4fa139dab4 (patch) | |
tree | 424cf14c7a963d0e8e6aa517daaaaa10034e74dd /app-text | |
parent | whitespace (diff) | |
download | gentoo-2-406ee2ca269bdc273bec18632aa8ee4fa139dab4.tar.gz gentoo-2-406ee2ca269bdc273bec18632aa8ee4fa139dab4.tar.bz2 gentoo-2-406ee2ca269bdc273bec18632aa8ee4fa139dab4.zip |
Upgrade to qt4-r2.eclass usage
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/focuswriter/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/focuswriter/focuswriter-1.2.0.ebuild | 22 |
2 files changed, 11 insertions, 16 deletions
diff --git a/app-text/focuswriter/ChangeLog b/app-text/focuswriter/ChangeLog index bab379ee288e..4eecbc4ee6c0 100644 --- a/app-text/focuswriter/ChangeLog +++ b/app-text/focuswriter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/focuswriter # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/focuswriter/ChangeLog,v 1.1 2010/01/01 11:36:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/focuswriter/ChangeLog,v 1.2 2010/03/27 14:12:27 yngwin Exp $ + + 27 Mar 2010; Ben de Groot <yngwin@gentoo.org> focuswriter-1.2.0.ebuild: + Upgrade to qt4-r2.eclass usage *focuswriter-1.2.0 (01 Jan 2010) diff --git a/app-text/focuswriter/focuswriter-1.2.0.ebuild b/app-text/focuswriter/focuswriter-1.2.0.ebuild index 726214f0b3ad..2918e14aaffd 100644 --- a/app-text/focuswriter/focuswriter-1.2.0.ebuild +++ b/app-text/focuswriter/focuswriter-1.2.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/focuswriter/focuswriter-1.2.0.ebuild,v 1.1 2010/01/01 11:36:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/focuswriter/focuswriter-1.2.0.ebuild,v 1.2 2010/03/27 14:12:27 yngwin Exp $ -EAPI=2 -inherit qt4 +EAPI=3 +inherit qt4-r2 DESCRIPTION="A fullscreen and distraction-free word processor" HOMEPAGE="http://gottcode.org/focuswriter/" @@ -16,18 +16,10 @@ IUSE="" DEPEND="x11-libs/qt-gui:4 app-text/hunspell" +RDEPEND="${DEPEND}" -src_prepare() { - sed -i \ - -e '/PREFIX/s:/usr/local:/usr:' \ - ${PN}.pro || die -} +DOCS="ChangeLog README" -src_configure() { - eqmake4 -} - -src_install() { - emake INSTALL_ROOT="${D}" install || die - dodoc ChangeLog README +src_prepare() { + sed -i -e '/PREFIX/s:/usr/local:/usr:' ${PN}.pro || die } |