Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/qupzilla/
Date: Fri, 29 Sep 2017 03:16:47
Message-Id: 1506654992.29ea68d608bd7d973c428a238a812ed254ae2e89.kensington@gentoo
1 commit: 29ea68d608bd7d973c428a238a812ed254ae2e89
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 29 03:08:17 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 29 03:16:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ea68d6
7
8 www-client/qupzilla: remove 2.0.2/2.1.1
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 www-client/qupzilla/Manifest | 2 -
13 www-client/qupzilla/qupzilla-2.0.2.ebuild | 92 -------------------------
14 www-client/qupzilla/qupzilla-2.1.1.ebuild | 107 ------------------------------
15 3 files changed, 201 deletions(-)
16
17 diff --git a/www-client/qupzilla/Manifest b/www-client/qupzilla/Manifest
18 index e6a5baeaae7..120c8704fcc 100644
19 --- a/www-client/qupzilla/Manifest
20 +++ b/www-client/qupzilla/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST QupZilla-2.0.2.tar.xz 2705700 SHA256 da4f9b3441386cfcc3000b950c40daa8818380d69b5054f156a345fdbac3855a SHA512 52a549a58545fc67a213a6aba50772974e2558887cc32d56a702185170e0a6048ac8c9744e8d4803b7d7ad09bdbb59d8562992b201cd99833dd055ee2506c08a WHIRLPOOL e3ae7d05dcc329e53103d273d9882a44fc6f46568078343c78d98192b6e960c623331e307f6ba414371eff29c505c9881c80414eb2670d6bfeef2490ddeea74e
23 -DIST QupZilla-2.1.1.tar.xz 2769088 SHA256 5c2137875574607c017f3f94288f08f8ec4187d0d0ea4877f923437aeb08def5 SHA512 ae52fb0c3bd9f8445fd27589954b04f467fa00730a99652a19daf81dcc93e30eca76a16f14f3fba144e1d7feccf2685bd5855e896b938356f1a67daad9a340e1 WHIRLPOOL 61cbe3fe7ccce7027edf09e9eb820a6a82460d594d6efdbb741b8b301a5400fc7b2362429775d575e1f793b457425afe8cf7991c210ed97b277ce7a2d1a232b7
24 DIST QupZilla-2.1.2.tar.xz 2767560 SHA256 d8f860d8c41bbf2bf78889aef3ffed118a34b2754f7e114ad44eb2c6103ee58a SHA512 d09a394ba70ae0f7f908940a26d6554a3706b6638c197d16b75e1e5855f76015c8e13b7155c40dacee3a38080a0c277d9410eaf07cf912dc4b295eafe1ff6343 WHIRLPOOL 1da85e81854d41e62bd28b71e9509571c789cc73c2a550a7165efa9dc65bb1099f8de17dafcdbbbcdf6498403e5e8458a82042f1090355c4df67144cb4fed59b
25 DIST qupzilla-plugins-2016.05.02.tar.gz 425314 SHA256 276491a89daf1b64d6eab861b54d313e85c815d322bf51d47491f00ad22f55bc SHA512 b294ecb2372b3267603a43bc7412ab75d2cd29a8c4667331f0d2c74e3b0b99d0c2a005b9e4854c6d777894522bba9fb3b1607e85e8da6dcbaa760c9ddc6288f2 WHIRLPOOL 471807dc70dd3ea072f1e429a6e67ea97ecd5eadc02ac19debdcddfca4f5cb8e1767ad754aed1ff8a557f0734460a87b4e2d5e01ea57d07c473f48b006e32ef1
26
27 diff --git a/www-client/qupzilla/qupzilla-2.0.2.ebuild b/www-client/qupzilla/qupzilla-2.0.2.ebuild
28 deleted file mode 100644
29 index fc8fbe8ee48..00000000000
30 --- a/www-client/qupzilla/qupzilla-2.0.2.ebuild
31 +++ /dev/null
32 @@ -1,92 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -PLUGINS_HASH='c332d306c0f6cf645c75eaf198d2fc5e12339e9e'
39 -PLUGINS_VERSION='2016.05.02' # if there are no updates, we can use the older archive
40 -
41 -inherit qmake-utils
42 -
43 -if [[ ${PV} == *9999 ]]; then
44 - inherit git-r3
45 - EGIT_REPO_URI="https://github.com/QupZilla/${PN}.git"
46 -else
47 - MY_P=QupZilla-${PV}
48 - SRC_URI="https://github.com/QupZilla/${PN}/releases/download/v${PV}/${MY_P}.tar.xz"
49 - KEYWORDS="amd64 x86"
50 - S=${WORKDIR}/${MY_P}
51 -fi
52 -
53 -DESCRIPTION="A cross-platform web browser using QtWebEngine"
54 -HOMEPAGE="http://www.qupzilla.com/"
55 -SRC_URI+=" https://github.com/QupZilla/${PN}-plugins/archive/${PLUGINS_HASH}.tar.gz -> ${PN}-plugins-${PLUGINS_VERSION}.tar.gz"
56 -
57 -LICENSE="GPL-3"
58 -SLOT="0"
59 -IUSE="dbus debug gnome-keyring kwallet libressl nonblockdialogs"
60 -
61 -RDEPEND="
62 - >=dev-qt/qtconcurrent-5.6:5
63 - >=dev-qt/qtcore-5.6:5
64 - >=dev-qt/qtdeclarative-5.6:5[widgets]
65 - >=dev-qt/qtgui-5.6:5
66 - >=dev-qt/qtnetwork-5.6:5[ssl]
67 - >=dev-qt/qtprintsupport-5.6:5
68 - >=dev-qt/qtsql-5.6:5[sqlite]
69 - >=dev-qt/qtwebchannel-5.6:5
70 - >=dev-qt/qtwebengine-5.6:5[widgets]
71 - >=dev-qt/qtwidgets-5.6:5
72 - >=dev-qt/qtx11extras-5.6:5
73 - x11-libs/libxcb:=
74 - dbus? ( >=dev-qt/qtdbus-5.6:5 )
75 - gnome-keyring? ( gnome-base/gnome-keyring )
76 - kwallet? ( kde-frameworks/kwallet:5 )
77 - libressl? ( dev-libs/libressl:= )
78 - !libressl? ( dev-libs/openssl:0 )
79 -"
80 -DEPEND="${RDEPEND}
81 - >=dev-qt/linguist-tools-5.6:5
82 - virtual/pkgconfig
83 -"
84 -
85 -DOCS=( AUTHORS BUILDING.md CHANGELOG FAQ README.md )
86 -
87 -src_unpack() {
88 - if [[ ${PV} == *9999 ]]; then
89 - git-r3_src_unpack
90 - fi
91 - default
92 -}
93 -
94 -src_prepare() {
95 - # get extra plugins into qupzilla build tree
96 - mv "${WORKDIR}"/${PN}-plugins-${PLUGINS_HASH}/plugins/* "${S}"/src/plugins/ || die
97 -
98 - # remove outdated prebuilt localizations
99 - rm -rf bin/locale || die
100 -
101 - # remove empty locale
102 - rm translations/empty.ts || die
103 -
104 - default
105 -}
106 -
107 -src_configure() {
108 - # see BUILDING document for explanation of options
109 - export \
110 - QUPZILLA_PREFIX="${EPREFIX}/usr" \
111 - USE_LIBPATH="${EPREFIX}/usr/$(get_libdir)" \
112 - DEBUG_BUILD=$(usex debug true '') \
113 - DISABLE_DBUS=$(usex dbus '' true) \
114 - GNOME_INTEGRATION=$(usex gnome-keyring true '') \
115 - KDE_INTEGRATION=$(usex kwallet true '') \
116 - NONBLOCK_JS_DIALOGS=$(usex nonblockdialogs true '')
117 -
118 - eqmake5
119 -}
120 -
121 -src_install() {
122 - emake INSTALL_ROOT="${D}" install
123 - einstalldocs
124 -}
125
126 diff --git a/www-client/qupzilla/qupzilla-2.1.1.ebuild b/www-client/qupzilla/qupzilla-2.1.1.ebuild
127 deleted file mode 100644
128 index d29ba96bcf1..00000000000
129 --- a/www-client/qupzilla/qupzilla-2.1.1.ebuild
130 +++ /dev/null
131 @@ -1,107 +0,0 @@
132 -# Copyright 1999-2017 Gentoo Foundation
133 -# Distributed under the terms of the GNU General Public License v2
134 -
135 -EAPI=6
136 -
137 -PLOCALES="ar_SA bg_BG ca_ES cs_CZ da_DK de_DE el_GR es_ES es_MX es_VE eu_ES
138 - fa_IR fi_FI fr_FR gl_ES he_IL hr_HR hu_HU id_ID is it_IT ja_JP ka_GE
139 - lg lt lv_LV nl_NL nqo pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sr
140 - sr@ijekavian sr@ijekavianlatin sr@latin sv_SE tr_TR uk_UA uz@Latn
141 - zh_CN zh_HK zh_TW"
142 -
143 -PLUGINS_HASH='c332d306c0f6cf645c75eaf198d2fc5e12339e9e'
144 -PLUGINS_VERSION='2016.05.02' # if there are no updates, we can use the older archive
145 -
146 -inherit l10n qmake-utils
147 -
148 -if [[ ${PV} == *9999 ]]; then
149 - inherit git-r3
150 - EGIT_REPO_URI="https://github.com/QupZilla/${PN}.git"
151 -else
152 - MY_P=QupZilla-${PV}
153 - SRC_URI="https://github.com/QupZilla/${PN}/releases/download/v${PV}/${MY_P}.tar.xz"
154 - KEYWORDS="~amd64 ~x86"
155 - S=${WORKDIR}/${MY_P}
156 -fi
157 -
158 -DESCRIPTION="A cross-platform web browser using QtWebEngine"
159 -HOMEPAGE="https://www.qupzilla.com/"
160 -SRC_URI+=" https://github.com/QupZilla/${PN}-plugins/archive/${PLUGINS_HASH}.tar.gz -> ${PN}-plugins-${PLUGINS_VERSION}.tar.gz"
161 -
162 -LICENSE="GPL-3"
163 -SLOT="0"
164 -IUSE="dbus debug gnome-keyring kwallet libressl nonblockdialogs"
165 -
166 -RDEPEND="
167 - >=dev-qt/qtcore-5.7.1:5
168 - >=dev-qt/qtdeclarative-5.7.1:5[widgets]
169 - >=dev-qt/qtgui-5.7.1:5
170 - >=dev-qt/qtnetwork-5.7.1:5[ssl]
171 - >=dev-qt/qtprintsupport-5.7.1:5
172 - >=dev-qt/qtsql-5.7.1:5[sqlite]
173 - >=dev-qt/qtwebchannel-5.7.1:5
174 - >=dev-qt/qtwebengine-5.7.1:5[widgets]
175 - >=dev-qt/qtwidgets-5.7.1:5
176 - >=dev-qt/qtx11extras-5.7.1:5
177 - x11-libs/libxcb:=
178 - dbus? ( >=dev-qt/qtdbus-5.7.1:5 )
179 - gnome-keyring? ( gnome-base/gnome-keyring )
180 - kwallet? ( kde-frameworks/kwallet:5 )
181 - libressl? ( dev-libs/libressl:= )
182 - !libressl? ( dev-libs/openssl:0= )
183 -"
184 -DEPEND="${RDEPEND}
185 - >=dev-qt/linguist-tools-5.7.1:5
186 - >=dev-qt/qtconcurrent-5.7.1:5
187 - virtual/pkgconfig
188 -"
189 -
190 -DOCS=( AUTHORS BUILDING.md CHANGELOG FAQ README.md )
191 -
192 -src_unpack() {
193 - if [[ ${PV} == *9999 ]]; then
194 - git-r3_src_unpack
195 - fi
196 - default
197 -}
198 -
199 -src_prepare() {
200 - # get extra plugins into qupzilla build tree
201 - mv "${WORKDIR}"/${PN}-plugins-${PLUGINS_HASH}/plugins/* "${S}"/src/plugins/ || die
202 -
203 - rm_loc() {
204 - # remove localizations the user has not specified
205 - sed -i -e "/${1}.ts/d" translations/translations.pri || die
206 - rm translations/${1}.ts || die
207 - }
208 -
209 - # remove outdated prebuilt localizations
210 - rm -rf bin/locale || die
211 -
212 - # remove empty locale
213 - rm translations/empty.ts || die
214 -
215 - l10n_find_plocales_changes translations '' .ts
216 - l10n_for_each_disabled_locale_do rm_loc
217 -
218 - default
219 -}
220 -
221 -src_configure() {
222 - # see BUILDING document for explanation of options
223 - export \
224 - QUPZILLA_PREFIX="${EPREFIX}/usr" \
225 - USE_LIBPATH="${EPREFIX}/usr/$(get_libdir)" \
226 - DEBUG_BUILD=$(usex debug true '') \
227 - DISABLE_DBUS=$(usex dbus '' true) \
228 - GNOME_INTEGRATION=$(usex gnome-keyring true '') \
229 - KDE_INTEGRATION=$(usex kwallet true '') \
230 - NONBLOCK_JS_DIALOGS=$(usex nonblockdialogs true '')
231 -
232 - eqmake5
233 -}
234 -
235 -src_install() {
236 - emake INSTALL_ROOT="${D}" install
237 - einstalldocs
238 -}