diff options
author | Davide Pesavento <pesa@gentoo.org> | 2012-08-14 07:58:11 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2012-08-14 07:58:11 +0000 |
commit | 04ab5bf7057d07b207a69aa5ff69d883e46d77e6 (patch) | |
tree | 2b77ba7d0f6c83e95b7941302f9140ac10de19f0 /app-editors/focuswriter | |
parent | Remove old version. (diff) | |
download | gentoo-2-04ab5bf7057d07b207a69aa5ff69d883e46d77e6.tar.gz gentoo-2-04ab5bf7057d07b207a69aa5ff69d883e46d77e6.tar.bz2 gentoo-2-04ab5bf7057d07b207a69aa5ff69d883e46d77e6.zip |
Version bump to 1.4 beta.
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/focuswriter')
-rw-r--r-- | app-editors/focuswriter/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/focuswriter/focuswriter-1.3.80.ebuild | 35 |
2 files changed, 41 insertions, 2 deletions
diff --git a/app-editors/focuswriter/ChangeLog b/app-editors/focuswriter/ChangeLog index 672b8ae257e2..4bf2626dee69 100644 --- a/app-editors/focuswriter/ChangeLog +++ b/app-editors/focuswriter/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/focuswriter # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/focuswriter/ChangeLog,v 1.5 2012/05/21 12:32:25 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/focuswriter/ChangeLog,v 1.6 2012/08/14 07:58:11 pesa Exp $ + +*focuswriter-1.3.80 (14 Aug 2012) + + 14 Aug 2012; Davide Pesavento <pesa@gentoo.org> +focuswriter-1.3.80.ebuild: + Version bump to 1.4 beta. 21 May 2012; Johannes Huber <johu@gentoo.org> -focuswriter-1.2.0.ebuild, -focuswriter-1.3.3.ebuild: @@ -63,4 +68,3 @@ 01 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> +focuswriter-1.2.0.ebuild: Initial commit. - diff --git a/app-editors/focuswriter/focuswriter-1.3.80.ebuild b/app-editors/focuswriter/focuswriter-1.3.80.ebuild new file mode 100644 index 000000000000..df52456e1e2d --- /dev/null +++ b/app-editors/focuswriter/focuswriter-1.3.80.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/focuswriter/focuswriter-1.3.80.ebuild,v 1.1 2012/08/14 07:58:11 pesa Exp $ + +EAPI=4 + +#does nothing useful, LANGS="cs de el en es_MX es fi fr hu it nl pl pt_BR pt 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" + +RDEPEND=" + app-text/enchant + dev-libs/libzip + media-libs/sdl-mixer[wav] + x11-libs/qt-core:4 + x11-libs/qt-gui:4 +" +DEPEND="${RDEPEND} + virtual/pkgconfig +" + +DOCS=( ChangeLog CREDITS README ) + +src_configure() { + eqmake4 PREFIX="${EPREFIX}/usr" +} |