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, 28 Jun 2019 18:21:27
Message-Id: 1561746058.5cedfa5053afff9c89faceccbec85325e8400df5.asturm@gentoo
1 commit: 5cedfa5053afff9c89faceccbec85325e8400df5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 28 18:13:07 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 28 18:20:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cedfa50
7
8 app-editors/focuswriter: Drop 1.7.1
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.16
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-editors/focuswriter/Manifest | 1 -
14 app-editors/focuswriter/focuswriter-1.7.1.ebuild | 46 ------------------------
15 2 files changed, 47 deletions(-)
16
17 diff --git a/app-editors/focuswriter/Manifest b/app-editors/focuswriter/Manifest
18 index 8366af74b49..1ab612b3f48 100644
19 --- a/app-editors/focuswriter/Manifest
20 +++ b/app-editors/focuswriter/Manifest
21 @@ -1,2 +1 @@
22 -DIST focuswriter-1.7.1-src.tar.bz2 10306009 BLAKE2B 8b76c4c85c304e4014ef91d1e0829b2e2fe06d4d064af1fe1f0e7b3ca1d7a8a0a776322bba574e3b64f4f57e6cdefb8c1c000c7aa17ad0e4fdddea41e2b3aa2f SHA512 a7d45978670305c1a1f1d737ba7620f6ec38c76ce3aefdac2b008d3d208686013d300436d8fa210c99fe3048a7f377b0e1ab8b9f92b2ed7f58d57354ea683522
23 DIST focuswriter-1.7.2-src.tar.bz2 10310759 BLAKE2B 92f0cd0ec2bb29c41f2c98e52dcb2187a70bc1c0641aed521b3d577302937cf6560f3adf422372019c8726ca29a9978b5b4d9e56e4c0c26a65fdc5d6aa0b7767 SHA512 195ddf6579aa00af120644ef1ddc88a6aaf0a6003feefb7b3dd3ca72c4bb17440553a171ad469f2d25d90416fc0e1a03f1b9d43e3b5790dac180f18b4ed657bf
24
25 diff --git a/app-editors/focuswriter/focuswriter-1.7.1.ebuild b/app-editors/focuswriter/focuswriter-1.7.1.ebuild
26 deleted file mode 100644
27 index 1a03c4dc455..00000000000
28 --- a/app-editors/focuswriter/focuswriter-1.7.1.ebuild
29 +++ /dev/null
30 @@ -1,46 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit qmake-utils xdg
37 -
38 -DESCRIPTION="Fullscreen and distraction-free word processor"
39 -HOMEPAGE="https://gottcode.org/focuswriter/"
40 -SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
41 -
42 -LICENSE="GPL-3 LGPL-3"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -IUSE=""
46 -
47 -BDEPEND="
48 - dev-qt/linguist-tools:5
49 - virtual/pkgconfig
50 -"
51 -RDEPEND="
52 - app-text/hunspell:=
53 - >=dev-qt/qtcore-5.11:5
54 - >=dev-qt/qtgui-5.11:5
55 - >=dev-qt/qtmultimedia-5.11:5
56 - >=dev-qt/qtprintsupport-5.11:5
57 - dev-qt/qtsingleapplication[qt5(+),X]
58 - >=dev-qt/qtwidgets-5.11:5
59 - sys-libs/zlib
60 -"
61 -DEPEND="${RDEPEND}
62 - dev-qt/qtconcurrent:5
63 -"
64 -
65 -DOCS=( ChangeLog CREDITS 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 -}