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: Thu, 26 Apr 2018 03:32:10
Message-Id: 1524713372.42f1830fc48fd8dc8b99d69e2321de9f5ddd470b.asturm@gentoo
1 commit: 42f1830fc48fd8dc8b99d69e2321de9f5ddd470b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 25 19:32:00 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 26 03:29:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42f1830f
7
8 app-editors/focuswriter: Drop old
9
10 Bug: https://bugs.gentoo.org/653978
11 Package-Manager: Portage-2.3.31, Repoman-2.3.9
12
13 app-editors/focuswriter/Manifest | 3 --
14 app-editors/focuswriter/focuswriter-1.6.7.ebuild | 54 ---------------------
15 app-editors/focuswriter/focuswriter-1.6.8.ebuild | 55 ----------------------
16 .../focuswriter/focuswriter-1.6.9-r1.ebuild | 55 ----------------------
17 4 files changed, 167 deletions(-)
18
19 diff --git a/app-editors/focuswriter/Manifest b/app-editors/focuswriter/Manifest
20 index d8af1a13220..c3ec35a035a 100644
21 --- a/app-editors/focuswriter/Manifest
22 +++ b/app-editors/focuswriter/Manifest
23 @@ -1,4 +1 @@
24 DIST focuswriter-1.6.10-src.tar.bz2 10202594 BLAKE2B d7b59dc2c37d87ed0d1e58358906a9fef6f14a339e12a50980d17cdbed043f604bb355edca956af61b5fcaa78f68eb35b54ef85fc08dfa00dfa747893d6c1200 SHA512 8c12481af77fa4353840f22a6aa54c5264041afc141d9746e097e42171a9f274663940fc0c5e5e2c91ef677190c682a195cb775199d4b8cc2b1ad040542e2e61
25 -DIST focuswriter-1.6.7-src.tar.bz2 10196583 BLAKE2B 99c749271c785e69f07601575343669ed5be619e646be4ee38cc82242d353a84577842c1ff98f62b0adbbff1a733a0dce82593ac4ffa2eb61e611cea1b2657b5 SHA512 d33c66881b1065aa9812dae14a5fe2a2850ce1c50f4b38e028bcd3f5a4bb1fd489705b0272e3233f3db468b262daefbd906025126f792d04af41722cde2c7bf5
26 -DIST focuswriter-1.6.8-src.tar.bz2 10196595 BLAKE2B 1c726b948469960e1cc35dcf592acf48693035d2792449fdc336ac4bb03029d6d9eaac77c674347ac5e7a1a7ba7cd386de0d4034e7390dd80067b9522d85a08d SHA512 d10a559448f075110d9ba7fec487b9f125a4fcdce7dc1fcd2b21b94613a7d1126baa49623273bf0f56b1b7c2ef026a30c019653ba73e39b6fa78687c862e3402
27 -DIST focuswriter-1.6.9-src.tar.bz2 10202664 BLAKE2B 68525ca548513b9b88ca032c0f629681a592149672611891a1ddfe6a8574a233dfc7bcee64dfcae2255b3dce2cbd15907428f25a7ad27a4ebc5c535d3fb34d7b SHA512 dcebd2e1c16a9eb1d135befef58ba0a276dac8d84385d90db3a8c192f3ff05eb5b6ac11cef239c1c4b4998b396da908ad99d5c89c0eb1438d9eb654f2cc7afec
28
29 diff --git a/app-editors/focuswriter/focuswriter-1.6.7.ebuild b/app-editors/focuswriter/focuswriter-1.6.7.ebuild
30 deleted file mode 100644
31 index aee21c9571a..00000000000
32 --- a/app-editors/focuswriter/focuswriter-1.6.7.ebuild
33 +++ /dev/null
34 @@ -1,54 +0,0 @@
35 -# Copyright 1999-2017 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -inherit gnome2-utils qmake-utils xdg-utils
41 -
42 -DESCRIPTION="A fullscreen and distraction-free word processor"
43 -HOMEPAGE="https://gottcode.org/focuswriter/"
44 -SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
45 -
46 -LICENSE="LGPL-3 GPL-3"
47 -SLOT="0"
48 -KEYWORDS="amd64 x86"
49 -IUSE=""
50 -
51 -RDEPEND="
52 - app-text/hunspell:=
53 - dev-qt/qtcore:5
54 - dev-qt/qtgui:5
55 - dev-qt/qtmultimedia:5
56 - dev-qt/qtprintsupport:5
57 - dev-qt/qtsingleapplication[qt5,X]
58 - dev-qt/qtwidgets:5
59 - sys-libs/zlib
60 -"
61 -DEPEND="${RDEPEND}
62 - dev-qt/linguist-tools:5
63 - dev-qt/qtconcurrent:5
64 - virtual/pkgconfig
65 -"
66 -
67 -DOCS=( ChangeLog CREDITS NEWS README )
68 -
69 -PATCHES=( "${FILESDIR}/${PN}-1.6.0-unbundle-qtsingleapplication.patch" )
70 -
71 -src_configure() {
72 - eqmake5 PREFIX="${EPREFIX}/usr"
73 -}
74 -
75 -src_install() {
76 - emake INSTALL_ROOT="${D}" install
77 - einstalldocs
78 -}
79 -
80 -pkg_postinst() {
81 - gnome2_icon_cache_update
82 - xdg_desktop_database_update
83 -}
84 -
85 -pkg_postrm() {
86 - gnome2_icon_cache_update
87 - xdg_desktop_database_update
88 -}
89
90 diff --git a/app-editors/focuswriter/focuswriter-1.6.8.ebuild b/app-editors/focuswriter/focuswriter-1.6.8.ebuild
91 deleted file mode 100644
92 index 67fc1801283..00000000000
93 --- a/app-editors/focuswriter/focuswriter-1.6.8.ebuild
94 +++ /dev/null
95 @@ -1,55 +0,0 @@
96 -# Copyright 1999-2018 Gentoo Foundation
97 -# Distributed under the terms of the GNU General Public License v2
98 -
99 -EAPI=6
100 -
101 -inherit gnome2-utils qmake-utils xdg-utils
102 -
103 -DESCRIPTION="A fullscreen and distraction-free word processor"
104 -HOMEPAGE="https://gottcode.org/focuswriter/"
105 -SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
106 -
107 -LICENSE="LGPL-3 GPL-3"
108 -SLOT="0"
109 -KEYWORDS="~amd64 ~x86"
110 -IUSE=""
111 -
112 -# drop qtcore subslot when minimal Qt is 5.10
113 -RDEPEND="
114 - app-text/hunspell:=
115 - dev-qt/qtcore:5=
116 - dev-qt/qtgui:5
117 - dev-qt/qtmultimedia:5
118 - dev-qt/qtprintsupport:5
119 - dev-qt/qtsingleapplication[qt5,X]
120 - dev-qt/qtwidgets:5
121 - sys-libs/zlib
122 -"
123 -DEPEND="${RDEPEND}
124 - dev-qt/linguist-tools:5
125 - dev-qt/qtconcurrent:5
126 - virtual/pkgconfig
127 -"
128 -
129 -DOCS=( ChangeLog CREDITS NEWS README )
130 -
131 -PATCHES=( "${FILESDIR}/${PN}-1.6.0-unbundle-qtsingleapplication.patch" )
132 -
133 -src_configure() {
134 - eqmake5 PREFIX="${EPREFIX}/usr"
135 -}
136 -
137 -src_install() {
138 - emake INSTALL_ROOT="${D}" install
139 - einstalldocs
140 -}
141 -
142 -pkg_postinst() {
143 - gnome2_icon_cache_update
144 - xdg_desktop_database_update
145 -}
146 -
147 -pkg_postrm() {
148 - gnome2_icon_cache_update
149 - xdg_desktop_database_update
150 -}
151
152 diff --git a/app-editors/focuswriter/focuswriter-1.6.9-r1.ebuild b/app-editors/focuswriter/focuswriter-1.6.9-r1.ebuild
153 deleted file mode 100644
154 index f61c59e9ba3..00000000000
155 --- a/app-editors/focuswriter/focuswriter-1.6.9-r1.ebuild
156 +++ /dev/null
157 @@ -1,55 +0,0 @@
158 -# Copyright 1999-2018 Gentoo Foundation
159 -# Distributed under the terms of the GNU General Public License v2
160 -
161 -EAPI=6
162 -
163 -inherit gnome2-utils qmake-utils xdg-utils
164 -
165 -DESCRIPTION="A fullscreen and distraction-free word processor"
166 -HOMEPAGE="https://gottcode.org/focuswriter/"
167 -SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
168 -
169 -LICENSE="LGPL-3 GPL-3"
170 -SLOT="0"
171 -KEYWORDS="~amd64 ~x86"
172 -IUSE=""
173 -
174 -# drop qtcore subslot when minimal Qt is 5.10
175 -RDEPEND="
176 - app-text/hunspell:=
177 - dev-qt/qtcore:5=
178 - dev-qt/qtgui:5
179 - dev-qt/qtmultimedia:5
180 - dev-qt/qtprintsupport:5
181 - dev-qt/qtsingleapplication[qt5(+),X]
182 - dev-qt/qtwidgets:5
183 - sys-libs/zlib
184 -"
185 -DEPEND="${RDEPEND}
186 - dev-qt/linguist-tools:5
187 - dev-qt/qtconcurrent:5
188 - virtual/pkgconfig
189 -"
190 -
191 -DOCS=( ChangeLog CREDITS NEWS README )
192 -
193 -PATCHES=( "${FILESDIR}/${PN}-1.6.0-unbundle-qtsingleapplication.patch" )
194 -
195 -src_configure() {
196 - eqmake5 PREFIX="${EPREFIX}/usr"
197 -}
198 -
199 -src_install() {
200 - emake INSTALL_ROOT="${D}" install
201 - einstalldocs
202 -}
203 -
204 -pkg_postinst() {
205 - gnome2_icon_cache_update
206 - xdg_desktop_database_update
207 -}
208 -
209 -pkg_postrm() {
210 - gnome2_icon_cache_update
211 - xdg_desktop_database_update
212 -}