diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-07-19 15:11:23 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-07-19 15:29:23 +0200 |
commit | db3af9c9f32fd21f8c852d368fb06af4693a6f81 (patch) | |
tree | fe75252b2205489638c5ad0725eea7530fd75179 /app-editors/focuswriter/focuswriter-1.7.2.ebuild | |
parent | dev-python/pypy3: Backport hashlib fix for uncommon hashes (diff) | |
download | gentoo-db3af9c9f32fd21f8c852d368fb06af4693a6f81.tar.gz gentoo-db3af9c9f32fd21f8c852d368fb06af4693a6f81.tar.bz2 gentoo-db3af9c9f32fd21f8c852d368fb06af4693a6f81.zip |
app-editors/focuswriter: drop 1.7.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-editors/focuswriter/focuswriter-1.7.2.ebuild')
-rw-r--r-- | app-editors/focuswriter/focuswriter-1.7.2.ebuild | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/app-editors/focuswriter/focuswriter-1.7.2.ebuild b/app-editors/focuswriter/focuswriter-1.7.2.ebuild deleted file mode 100644 index 1a03c4dc455e..000000000000 --- a/app-editors/focuswriter/focuswriter-1.7.2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit qmake-utils xdg - -DESCRIPTION="Fullscreen and distraction-free word processor" -HOMEPAGE="https://gottcode.org/focuswriter/" -SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2" - -LICENSE="GPL-3 LGPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -BDEPEND=" - dev-qt/linguist-tools:5 - virtual/pkgconfig -" -RDEPEND=" - app-text/hunspell:= - >=dev-qt/qtcore-5.11:5 - >=dev-qt/qtgui-5.11:5 - >=dev-qt/qtmultimedia-5.11:5 - >=dev-qt/qtprintsupport-5.11:5 - dev-qt/qtsingleapplication[qt5(+),X] - >=dev-qt/qtwidgets-5.11:5 - sys-libs/zlib -" -DEPEND="${RDEPEND} - dev-qt/qtconcurrent:5 -" - -DOCS=( ChangeLog CREDITS README ) - -PATCHES=( "${FILESDIR}/${PN}-1.6.0-unbundle-qtsingleapplication.patch" ) - -src_configure() { - eqmake5 PREFIX="${EPREFIX}"/usr -} - -src_install() { - emake INSTALL_ROOT="${D}" install - einstalldocs -} |