diff options
author | 2011-07-21 00:32:23 +0000 | |
---|---|---|
committer | 2011-07-21 00:32:23 +0000 | |
commit | f123ec8aea4d962b0d864b2ff7a639389507e750 (patch) | |
tree | 8a79e17419b744df1c482031d324cde428d40e27 /app-text/focuswriter | |
parent | Version bump. Use github mirror. (diff) | |
download | gentoo-2-f123ec8aea4d962b0d864b2ff7a639389507e750.tar.gz gentoo-2-f123ec8aea4d962b0d864b2ff7a639389507e750.tar.bz2 gentoo-2-f123ec8aea4d962b0d864b2ff7a639389507e750.zip |
Version bump and remove old
(Portage version: 2.2.0_alpha41/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.2.1.ebuild | 26 | ||||
-rw-r--r-- | app-text/focuswriter/focuswriter-1.3.0.ebuild | 29 | ||||
-rw-r--r-- | app-text/focuswriter/focuswriter-1.3.3.ebuild (renamed from app-text/focuswriter/focuswriter-1.3.1.ebuild) | 4 |
4 files changed, 9 insertions, 59 deletions
diff --git a/app-text/focuswriter/ChangeLog b/app-text/focuswriter/ChangeLog index 32a78f249040..3cb6a1c7efb3 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.8 2010/11/25 13:57:57 chiiph Exp $ +# 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 $ + +*focuswriter-1.3.3 (21 Jul 2011) + + 21 Jul 2011; Tomas Touceda <chiiph@gentoo.org> +focuswriter-1.3.3.ebuild: + Version bump (bug 351971) and remove old *focuswriter-1.3.1 (25 Nov 2010) diff --git a/app-text/focuswriter/focuswriter-1.2.1.ebuild b/app-text/focuswriter/focuswriter-1.2.1.ebuild deleted file mode 100644 index 443805a79c4f..000000000000 --- a/app-text/focuswriter/focuswriter-1.2.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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.1.ebuild,v 1.1 2010/05/30 10:23:15 hwoarang 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 -} diff --git a/app-text/focuswriter/focuswriter-1.3.0.ebuild b/app-text/focuswriter/focuswriter-1.3.0.ebuild deleted file mode 100644 index 21b2589a7c75..000000000000 --- a/app-text/focuswriter/focuswriter-1.3.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.2 2010/10/19 07:26:40 wired 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=" - app-text/hunspell - dev-libs/libzip - x11-libs/qt-gui:4 - " -RDEPEND="${DEPEND}" - -DOCS="ChangeLog README" - -src_prepare() { - sed -i -e '/PREFIX/s:/usr/local:/usr:' ${PN}.pro || die - qt4-r2_src_prepare -} diff --git a/app-text/focuswriter/focuswriter-1.3.1.ebuild b/app-text/focuswriter/focuswriter-1.3.3.ebuild index c85e132abde6..f03bdf709573 100644 --- a/app-text/focuswriter/focuswriter-1.3.1.ebuild +++ b/app-text/focuswriter/focuswriter-1.3.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/focuswriter/focuswriter-1.3.1.ebuild,v 1.1 2010/11/25 13:57:57 chiiph Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/focuswriter/focuswriter-1.3.3.ebuild,v 1.1 2011/07/21 00:32:23 chiiph Exp $ EAPI=3 inherit qt4-r2 |