commit:     0d9f1ff267044449e2132202421b73f413c28d92
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  1 20:36:16 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Apr  1 20:44:52 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d9f1ff2

app-editors/focuswriter: Drop 1.6.16

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-editors/focuswriter/Manifest                  |  1 -
 app-editors/focuswriter/focuswriter-1.6.16.ebuild | 54 -----------------------
 2 files changed, 55 deletions(-)

diff --git a/app-editors/focuswriter/Manifest b/app-editors/focuswriter/Manifest
index 8559f492917..8366af74b49 100644
--- a/app-editors/focuswriter/Manifest
+++ b/app-editors/focuswriter/Manifest
@@ -1,3 +1,2 @@
-DIST focuswriter-1.6.16-src.tar.bz2 10301446 BLAKE2B 
ade186dffe87b4256c85b876b7121fa144f264d358479ef46c34579f96ea15fdd55da2c036d35119fe1eee3498d64ad1ac72737fa2e9f45aa13535dec599b168
 SHA512 
aefffcde693f4e7627f11cc37d763936f85dd749293daf910934da99e858471399618243c20ff88cd4993cffcb4b3270cb38bd97834519484c463b1b1b7e5f0d
 DIST focuswriter-1.7.1-src.tar.bz2 10306009 BLAKE2B 
8b76c4c85c304e4014ef91d1e0829b2e2fe06d4d064af1fe1f0e7b3ca1d7a8a0a776322bba574e3b64f4f57e6cdefb8c1c000c7aa17ad0e4fdddea41e2b3aa2f
 SHA512 
a7d45978670305c1a1f1d737ba7620f6ec38c76ce3aefdac2b008d3d208686013d300436d8fa210c99fe3048a7f377b0e1ab8b9f92b2ed7f58d57354ea683522
 DIST focuswriter-1.7.2-src.tar.bz2 10310759 BLAKE2B 
92f0cd0ec2bb29c41f2c98e52dcb2187a70bc1c0641aed521b3d577302937cf6560f3adf422372019c8726ca29a9978b5b4d9e56e4c0c26a65fdc5d6aa0b7767
 SHA512 
195ddf6579aa00af120644ef1ddc88a6aaf0a6003feefb7b3dd3ca72c4bb17440553a171ad469f2d25d90416fc0e1a03f1b9d43e3b5790dac180f18b4ed657bf

diff --git a/app-editors/focuswriter/focuswriter-1.6.16.ebuild 
b/app-editors/focuswriter/focuswriter-1.6.16.ebuild
deleted file mode 100644
index e76a7123b90..00000000000
--- a/app-editors/focuswriter/focuswriter-1.6.16.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils qmake-utils xdg-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.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/linguist-tools:5
-       dev-qt/qtconcurrent:5
-       virtual/pkgconfig
-"
-
-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
-}
-
-pkg_postinst() {
-       gnome2_icon_cache_update
-       xdg_desktop_database_update
-}
-
-pkg_postrm() {
-       gnome2_icon_cache_update
-       xdg_desktop_database_update
-}

Reply via email to