summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-05-21 12:32:25 +0000
committerJohannes Huber <johu@gentoo.org>2012-05-21 12:32:25 +0000
commit4fd426c0d919af6c845db3e5e0ddba0f4557c414 (patch)
treeeae68e48577d0e05f94cc20bd8bd59ed06bc7217 /app-editors/focuswriter
parentx86 stable wrt bug #415231 (diff)
downloadgentoo-2-4fd426c0d919af6c845db3e5e0ddba0f4557c414.tar.gz
gentoo-2-4fd426c0d919af6c845db3e5e0ddba0f4557c414.tar.bz2
gentoo-2-4fd426c0d919af6c845db3e5e0ddba0f4557c414.zip
Remove old.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/focuswriter')
-rw-r--r--app-editors/focuswriter/ChangeLog6
-rw-r--r--app-editors/focuswriter/focuswriter-1.2.0.ebuild25
-rw-r--r--app-editors/focuswriter/focuswriter-1.3.3.ebuild30
3 files changed, 5 insertions, 56 deletions
diff --git a/app-editors/focuswriter/ChangeLog b/app-editors/focuswriter/ChangeLog
index b4f41f8fa79b..672b8ae257e2 100644
--- a/app-editors/focuswriter/ChangeLog
+++ b/app-editors/focuswriter/ChangeLog
@@ -1,6 +1,10 @@
# 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.4 2012/05/21 12:26:35 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/focuswriter/ChangeLog,v 1.5 2012/05/21 12:32:25 johu Exp $
+
+ 21 May 2012; Johannes Huber <johu@gentoo.org> -focuswriter-1.2.0.ebuild,
+ -focuswriter-1.3.3.ebuild:
+ Remove old.
21 May 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
focuswriter-1.3.5.2.ebuild:
diff --git a/app-editors/focuswriter/focuswriter-1.2.0.ebuild b/app-editors/focuswriter/focuswriter-1.2.0.ebuild
deleted file mode 100644
index da9532f4dbe3..000000000000
--- a/app-editors/focuswriter/focuswriter-1.2.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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.2.0.ebuild,v 1.1 2012/04/28 20:12:12 johu 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=""
-
-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
-}
diff --git a/app-editors/focuswriter/focuswriter-1.3.3.ebuild b/app-editors/focuswriter/focuswriter-1.3.3.ebuild
deleted file mode 100644
index 4c8fbc1157af..000000000000
--- a/app-editors/focuswriter/focuswriter-1.3.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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.3.ebuild,v 1.1 2012/04/28 20:12:12 johu 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
- 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
-}