summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-07-29 13:55:32 +1000
committerMichael Palimaka <kensington@gentoo.org>2017-07-29 13:55:44 +1000
commit487094016724aeceabc8f264a6a9432f0245aef4 (patch)
tree665e9d21751d0fe283d54faafaccb0031efc58ec /app-editors/focuswriter/focuswriter-1.6.3.ebuild
parentapp-editors/focuswriter: amd64/x86 stable (diff)
downloadgentoo-487094016724aeceabc8f264a6a9432f0245aef4.tar.gz
gentoo-487094016724aeceabc8f264a6a9432f0245aef4.tar.bz2
gentoo-487094016724aeceabc8f264a6a9432f0245aef4.zip
app-editors/focuswriter: remove 1.6.3 and 1.6.4
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-editors/focuswriter/focuswriter-1.6.3.ebuild')
-rw-r--r--app-editors/focuswriter/focuswriter-1.6.3.ebuild58
1 files changed, 0 insertions, 58 deletions
diff --git a/app-editors/focuswriter/focuswriter-1.6.3.ebuild b/app-editors/focuswriter/focuswriter-1.6.3.ebuild
deleted file mode 100644
index 52ddd59f06e0..000000000000
--- a/app-editors/focuswriter/focuswriter-1.6.3.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit fdo-mime gnome2-utils qmake-utils
-
-DESCRIPTION="A fullscreen and distraction-free word processor"
-HOMEPAGE="https://gottcode.org/focuswriter/"
-SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
-
-LICENSE="LGPL-3 GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
- app-text/hunspell:=
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtmultimedia:5
- dev-qt/qtprintsupport:5
- dev-qt/qtsingleapplication[qt5,X]
- dev-qt/qtwidgets:5
- sys-libs/zlib
-"
-DEPEND="${RDEPEND}
- dev-qt/linguist-tools:5
- dev-qt/qtconcurrent:5
- virtual/pkgconfig
-"
-
-DOCS=( ChangeLog CREDITS NEWS README )
-
-PATCHES=( "${FILESDIR}/${PN}-1.6.0-unbundle-qtsingleapplication.patch" )
-
-src_configure() {
- eqmake5 PREFIX="${EPREFIX}/usr"
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install
- einstalldocs
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- fdo-mime_desktop_database_update
-}