diff options
author | Johannes Huber <johu@gentoo.org> | 2012-01-18 23:03:42 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-01-18 23:03:42 +0000 |
commit | 26908349d98c1403b22e8174ad0ced4069143f1e (patch) | |
tree | 670b620e222758035da6760f0e415ef1513242d9 /app-text/focuswriter | |
parent | Version bump. Ebuild by Arfrever (diff) | |
download | gentoo-2-26908349d98c1403b22e8174ad0ced4069143f1e.tar.gz gentoo-2-26908349d98c1403b22e8174ad0ced4069143f1e.tar.bz2 gentoo-2-26908349d98c1403b22e8174ad0ced4069143f1e.zip |
Version bump wrt bug #398551.
(Portage version: 2.2.0_alpha84/cvs/Linux i686)
Diffstat (limited to 'app-text/focuswriter')
-rw-r--r-- | app-text/focuswriter/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/focuswriter/focuswriter-1.3.5.2.ebuild | 32 |
2 files changed, 39 insertions, 2 deletions
diff --git a/app-text/focuswriter/ChangeLog b/app-text/focuswriter/ChangeLog index 3cb6a1c7efb3..c25cf87c28c1 100644 --- a/app-text/focuswriter/ChangeLog +++ b/app-text/focuswriter/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/focuswriter -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/focuswriter/ChangeLog,v 1.9 2011/07/21 00:32:23 chiiph Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/focuswriter/ChangeLog,v 1.10 2012/01/18 23:03:42 johu Exp $ + +*focuswriter-1.3.5.2 (18 Jan 2012) + + 18 Jan 2012; Johannes Huber <johu@gentoo.org> +focuswriter-1.3.5.2.ebuild: + Version bump wrt bug #398551. *focuswriter-1.3.3 (21 Jul 2011) diff --git a/app-text/focuswriter/focuswriter-1.3.5.2.ebuild b/app-text/focuswriter/focuswriter-1.3.5.2.ebuild new file mode 100644 index 000000000000..5c0ef5865094 --- /dev/null +++ b/app-text/focuswriter/focuswriter-1.3.5.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/focuswriter/focuswriter-1.3.5.2.ebuild,v 1.1 2012/01/18 23:03:42 johu Exp $ + +EAPI=4 + +LANGS="cs de el en es es_MX fi fr hu it nl pl pt pt_BR ru sv uk" +inherit qt4-r2 + +DESCRIPTION="A fullscreen and distraction-free word processor" +HOMEPAGE="http://gottcode.org/focuswriter/" +SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND=" + app-text/hunspell + dev-libs/libzip + x11-libs/qt-gui:4 + media-libs/libao + " +RDEPEND="${DEPEND}" + +DOCS=( ChangeLog README ) + +src_prepare() { + sed -i -e '/PREFIX/s:/usr/local:/usr:' ${PN}.pro || die + qt4-r2_src_prepare +} |