Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/focuswriter/
Date: Sat, 29 Jul 2017 03:55:56
Message-Id: 1501300544.487094016724aeceabc8f264a6a9432f0245aef4.kensington@gentoo
1 commit: 487094016724aeceabc8f264a6a9432f0245aef4
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 29 03:55:32 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 29 03:55:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48709401
7
8 app-editors/focuswriter: remove 1.6.3 and 1.6.4
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 app-editors/focuswriter/Manifest | 2 -
13 app-editors/focuswriter/focuswriter-1.6.3.ebuild | 58 ------------------------
14 app-editors/focuswriter/focuswriter-1.6.4.ebuild | 58 ------------------------
15 3 files changed, 118 deletions(-)
16
17 diff --git a/app-editors/focuswriter/Manifest b/app-editors/focuswriter/Manifest
18 index 01744fd41aa..0496aba016f 100644
19 --- a/app-editors/focuswriter/Manifest
20 +++ b/app-editors/focuswriter/Manifest
21 @@ -1,3 +1 @@
22 -DIST focuswriter-1.6.3-src.tar.bz2 10211589 SHA256 7de693e8786738c50bde53d4e325334ecf3b8155d7c9b37e64bbd9adedcb9f40 SHA512 015a9153a331bffc1b87bb0d13c6aa1340f46da72084caad8a4a8811f213e5ae17802363570052702c1f1b990ccb3d314f179da0a94898bdc988b7798a3b9b0f WHIRLPOOL a8ed601dc2e53665af3be74cac385ec8afdc7c9029812250964ee660a52b4eafe568c4f5405a7348c64244c7c9ab7da1af3d43f6e923e0c7729e0c0f6fec80bd
23 -DIST focuswriter-1.6.4-src.tar.bz2 10214364 SHA256 1f019e75b5581d3e7ed96977e92c9a5f6eba8456eccbad1f481adaabae34055c SHA512 0f3e0af0efab3cae7e2c4086c500dcf75b1d48f3d4f2cfa5fa3663443f109e90ab3dac01fcac240fa0d65ffe5f11faec9145083192492c9eefa6c1b48ed22c7a WHIRLPOOL 4728d5768daaa5298632c3a2cd745cbd6aeb32b23d03aa64a021d19ab8d0084e3edf15211a2c2536c4280006fcc497204fe1a391a8c00716984679d4a0ef070c
24 DIST focuswriter-1.6.5-src.tar.bz2 10194695 SHA256 48e949986a65bc51f46f10c075de2904b2e1feb0e1c74c0a8efe99cd8c2de0ce SHA512 a15024bc94f0212db2ec4f8d88b942fc3640b2917f130b1fbfb04ab616ed4d10baa11f9cab8d27a8fc40150bfa3e25d3afe1d76581dbe96a3cd6d62530207e12 WHIRLPOOL acb8fb4cc802a4f12758d02250fb14ef9b1eef4dad5aa98219c3a985f5df56c9fb780f7668a52e4ef7944b5e153386b00aff86c0e8e6161a99aa2bbf818d92b0
25
26 diff --git a/app-editors/focuswriter/focuswriter-1.6.3.ebuild b/app-editors/focuswriter/focuswriter-1.6.3.ebuild
27 deleted file mode 100644
28 index 52ddd59f06e..00000000000
29 --- a/app-editors/focuswriter/focuswriter-1.6.3.ebuild
30 +++ /dev/null
31 @@ -1,58 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit fdo-mime gnome2-utils qmake-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 -RDEPEND="
49 - app-text/hunspell:=
50 - dev-qt/qtcore:5
51 - dev-qt/qtgui:5
52 - dev-qt/qtmultimedia:5
53 - dev-qt/qtprintsupport:5
54 - dev-qt/qtsingleapplication[qt5,X]
55 - dev-qt/qtwidgets:5
56 - sys-libs/zlib
57 -"
58 -DEPEND="${RDEPEND}
59 - dev-qt/linguist-tools:5
60 - dev-qt/qtconcurrent:5
61 - virtual/pkgconfig
62 -"
63 -
64 -DOCS=( ChangeLog CREDITS NEWS README )
65 -
66 -PATCHES=( "${FILESDIR}/${PN}-1.6.0-unbundle-qtsingleapplication.patch" )
67 -
68 -src_configure() {
69 - eqmake5 PREFIX="${EPREFIX}/usr"
70 -}
71 -
72 -src_install() {
73 - emake INSTALL_ROOT="${D}" install
74 - einstalldocs
75 -}
76 -
77 -pkg_preinst() {
78 - gnome2_icon_savelist
79 -}
80 -
81 -pkg_postinst() {
82 - gnome2_icon_cache_update
83 - fdo-mime_desktop_database_update
84 -}
85 -
86 -pkg_postrm() {
87 - gnome2_icon_cache_update
88 - fdo-mime_desktop_database_update
89 -}
90
91 diff --git a/app-editors/focuswriter/focuswriter-1.6.4.ebuild b/app-editors/focuswriter/focuswriter-1.6.4.ebuild
92 deleted file mode 100644
93 index c0817727f18..00000000000
94 --- a/app-editors/focuswriter/focuswriter-1.6.4.ebuild
95 +++ /dev/null
96 @@ -1,58 +0,0 @@
97 -# Copyright 1999-2017 Gentoo Foundation
98 -# Distributed under the terms of the GNU General Public License v2
99 -
100 -EAPI=6
101 -
102 -inherit fdo-mime gnome2-utils qmake-utils
103 -
104 -DESCRIPTION="A fullscreen and distraction-free word processor"
105 -HOMEPAGE="https://gottcode.org/focuswriter/"
106 -SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
107 -
108 -LICENSE="LGPL-3 GPL-3"
109 -SLOT="0"
110 -KEYWORDS="~amd64 ~x86"
111 -IUSE=""
112 -
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_preinst() {
143 - gnome2_icon_savelist
144 -}
145 -
146 -pkg_postinst() {
147 - gnome2_icon_cache_update
148 - fdo-mime_desktop_database_update
149 -}
150 -
151 -pkg_postrm() {
152 - gnome2_icon_cache_update
153 - fdo-mime_desktop_database_update
154 -}