diff options
author | 2017-03-18 13:55:33 +1100 | |
---|---|---|
committer | 2017-03-18 13:57:48 +1100 | |
commit | f7a8ebe34526ef9c5fa327dfe1bd379b9b29c2e0 (patch) | |
tree | 2be537b9c93a488947c117008aa996bd600dc3a7 /app-editors/focuswriter/focuswriter-1.6.2.ebuild | |
parent | cmake-utils.eclass: raise minimum version to 3.7.2 (diff) | |
download | gentoo-f7a8ebe34526ef9c5fa327dfe1bd379b9b29c2e0.tar.gz gentoo-f7a8ebe34526ef9c5fa327dfe1bd379b9b29c2e0.tar.bz2 gentoo-f7a8ebe34526ef9c5fa327dfe1bd379b9b29c2e0.zip |
app-editors/focuswriter: remove old
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'app-editors/focuswriter/focuswriter-1.6.2.ebuild')
-rw-r--r-- | app-editors/focuswriter/focuswriter-1.6.2.ebuild | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/app-editors/focuswriter/focuswriter-1.6.2.ebuild b/app-editors/focuswriter/focuswriter-1.6.2.ebuild deleted file mode 100644 index 95ff93d90d4e..000000000000 --- a/app-editors/focuswriter/focuswriter-1.6.2.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2016 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="http://gottcode.org/focuswriter/" -SRC_URI="http://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 -} |