diff options
author | Tomás Touceda <chiiph@gentoo.org> | 2010-10-06 20:38:08 +0000 |
---|---|---|
committer | Tomás Touceda <chiiph@gentoo.org> | 2010-10-06 20:38:08 +0000 |
commit | 374700bb2cab5fd8a230ff3f64d8f27c5c34c95c (patch) | |
tree | 2cc976f2c4517b7b653f8f91a10318ca41c60e6a /app-text/focuswriter | |
parent | Do not install *.la files, they are not needed by planner itself and planner ... (diff) | |
download | gentoo-2-374700bb2cab5fd8a230ff3f64d8f27c5c34c95c.tar.gz gentoo-2-374700bb2cab5fd8a230ff3f64d8f27c5c34c95c.tar.bz2 gentoo-2-374700bb2cab5fd8a230ff3f64d8f27c5c34c95c.zip |
Version bump
(Portage version: 2.2_rc88/cvs/Linux i686)
Diffstat (limited to 'app-text/focuswriter')
-rw-r--r-- | app-text/focuswriter/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/focuswriter/focuswriter-1.3.0.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/app-text/focuswriter/ChangeLog b/app-text/focuswriter/ChangeLog index 949b9e91eb57..4aac641c61c2 100644 --- a/app-text/focuswriter/ChangeLog +++ b/app-text/focuswriter/ChangeLog @@ -1,6 +1,11 @@ # 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.5 2010/05/30 10:23:15 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/focuswriter/ChangeLog,v 1.6 2010/10/06 20:38:08 chiiph Exp $ + +*focuswriter-1.3.0 (06 Oct 2010) + + 06 Oct 2010; Tomas Touceda <chiiph@gentoo.org> +focuswriter-1.3.0.ebuild: + Version bump *focuswriter-1.2.1 (30 May 2010) diff --git a/app-text/focuswriter/focuswriter-1.3.0.ebuild b/app-text/focuswriter/focuswriter-1.3.0.ebuild new file mode 100644 index 000000000000..23817c4fe8bd --- /dev/null +++ b/app-text/focuswriter/focuswriter-1.3.0.ebuild @@ -0,0 +1,26 @@ +# 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.3.0.ebuild,v 1.1 2010/10/06 20:38:08 chiiph Exp $ + +EAPI=3 +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="x11-libs/qt-gui:4 + app-text/hunspell" +RDEPEND="${DEPEND}" + +DOCS="ChangeLog README" + +src_prepare() { + sed -i -e '/PREFIX/s:/usr/local:/usr:' ${PN}.pro || die + qt4-r2_src_prepare +} |