Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/focuswriter/
Date: Fri, 15 Feb 2019 20:10:49
Message-Id: 1550261431.64ec731a833c3f7493b6c8f02da821a17f83faf8.asturm@gentoo
1 commit: 64ec731a833c3f7493b6c8f02da821a17f83faf8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 15 20:01:19 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 15 20:10:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64ec731a
7
8 app-editors/focuswriter: Drop 1.6.13
9
10 Package-Manager: Portage-2.3.60, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-editors/focuswriter/Manifest | 1 -
14 app-editors/focuswriter/focuswriter-1.6.13.ebuild | 55 -----------------------
15 2 files changed, 56 deletions(-)
16
17 diff --git a/app-editors/focuswriter/Manifest b/app-editors/focuswriter/Manifest
18 index 26c313de027..659817b8aaa 100644
19 --- a/app-editors/focuswriter/Manifest
20 +++ b/app-editors/focuswriter/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST focuswriter-1.6.13-src.tar.bz2 10342493 BLAKE2B 11086bf7d35cc392169e7b6de57ea0b65c919bef0d845946893641f705ba0522bdef7244f4035104188d3fdf0dd3b6ad30ed6bf347b5ce8c422d7eea6c6dc714 SHA512 d78719d5a1e25afec8035759d0ebff17728e856fe346d4d8fefd38a15eea3476eb1c6e2aca30955ac148fadd4701a9c4a83399baffe93239a18b93854fab9858
23 DIST focuswriter-1.6.16-src.tar.bz2 10301446 BLAKE2B ade186dffe87b4256c85b876b7121fa144f264d358479ef46c34579f96ea15fdd55da2c036d35119fe1eee3498d64ad1ac72737fa2e9f45aa13535dec599b168 SHA512 aefffcde693f4e7627f11cc37d763936f85dd749293daf910934da99e858471399618243c20ff88cd4993cffcb4b3270cb38bd97834519484c463b1b1b7e5f0d
24 DIST focuswriter-1.7.1-src.tar.bz2 10306009 BLAKE2B 8b76c4c85c304e4014ef91d1e0829b2e2fe06d4d064af1fe1f0e7b3ca1d7a8a0a776322bba574e3b64f4f57e6cdefb8c1c000c7aa17ad0e4fdddea41e2b3aa2f SHA512 a7d45978670305c1a1f1d737ba7620f6ec38c76ce3aefdac2b008d3d208686013d300436d8fa210c99fe3048a7f377b0e1ab8b9f92b2ed7f58d57354ea683522
25
26 diff --git a/app-editors/focuswriter/focuswriter-1.6.13.ebuild b/app-editors/focuswriter/focuswriter-1.6.13.ebuild
27 deleted file mode 100644
28 index b76907d10e2..00000000000
29 --- a/app-editors/focuswriter/focuswriter-1.6.13.ebuild
30 +++ /dev/null
31 @@ -1,55 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit gnome2-utils qmake-utils xdg-utils
38 -
39 -DESCRIPTION="A fullscreen and distraction-free word processor"
40 -HOMEPAGE="https://gottcode.org/focuswriter/"
41 -SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
42 -
43 -LICENSE="LGPL-3 GPL-3"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -IUSE=""
47 -
48 -# drop qtcore subslot when minimal Qt is 5.10
49 -RDEPEND="
50 - app-text/hunspell:=
51 - dev-qt/qtcore:5=
52 - dev-qt/qtgui:5
53 - dev-qt/qtmultimedia:5
54 - dev-qt/qtprintsupport:5
55 - dev-qt/qtsingleapplication[qt5(+),X]
56 - dev-qt/qtwidgets:5
57 - sys-libs/zlib
58 -"
59 -DEPEND="${RDEPEND}
60 - dev-qt/linguist-tools:5
61 - dev-qt/qtconcurrent:5
62 - virtual/pkgconfig
63 -"
64 -
65 -DOCS=( ChangeLog CREDITS NEWS README )
66 -
67 -PATCHES=( "${FILESDIR}/${PN}-1.6.0-unbundle-qtsingleapplication.patch" )
68 -
69 -src_configure() {
70 - eqmake5 PREFIX="${EPREFIX}/usr"
71 -}
72 -
73 -src_install() {
74 - emake INSTALL_ROOT="${D}" install
75 - einstalldocs
76 -}
77 -
78 -pkg_postinst() {
79 - gnome2_icon_cache_update
80 - xdg_desktop_database_update
81 -}
82 -
83 -pkg_postrm() {
84 - gnome2_icon_cache_update
85 - xdg_desktop_database_update
86 -}