Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/xombrero/, profiles/
Date: Sat, 01 Jul 2017 09:20:23
Message-Id: 1498900803.a39883d855635a828669996d7fa0fcd722d85db8.mgorny@gentoo
1 commit: a39883d855635a828669996d7fa0fcd722d85db8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 1 09:16:03 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 1 09:20:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a39883d8
7
8 www-client/xombrero: Remove last-rited pkg, #608626
9
10 profiles/package.mask | 5 --
11 www-client/xombrero/Manifest | 1 -
12 www-client/xombrero/metadata.xml | 8 ---
13 www-client/xombrero/xombrero-1.6.3.ebuild | 95 ------------------------------
14 www-client/xombrero/xombrero-9999.ebuild | 98 -------------------------------
15 5 files changed, 207 deletions(-)
16
17 diff --git a/profiles/package.mask b/profiles/package.mask
18 index d112e31edbe..14ee6e620b2 100644
19 --- a/profiles/package.mask
20 +++ b/profiles/package.mask
21 @@ -550,11 +550,6 @@ x11-misc/rednotebook
22 # Removal in a month.
23 x11-misc/outwiker
24
25 -# Pacho Ramos <pacho@g.o> (02 Jun 2017)
26 -# Still relies on old and vulnerable webkit-gtk versions, bug #608626.
27 -# Removal in a month.
28 -www-client/xombrero
29 -
30 # Michał Górny <mgorny@g.o> (25 May 2017)
31 # First GTK+3 version with known regressions:
32 # https://mail.xfce.org/pipermail/xfce-announce/2017-May/000517.html
33
34 diff --git a/www-client/xombrero/Manifest b/www-client/xombrero/Manifest
35 deleted file mode 100644
36 index 47f4bdaec13..00000000000
37 --- a/www-client/xombrero/Manifest
38 +++ /dev/null
39 @@ -1 +0,0 @@
40 -DIST xombrero-1.6.3.tgz 290478 SHA256 481011c136206f7aa3ab4cdf49ad77f81df4d5585f9e9a20c651bfaaaa537f79 SHA512 420fdbb8c90e1009c7db41a6f3e6c77e03b70a8df732d1c6d37b83d7c8c873cbddf0ec9ed1fe95f3a8d62744a22d6bfcdde95b446d499aa4dc6d47d59d202e88 WHIRLPOOL 775157008fcc2cd12d42da35320f0f536fb6335dfd4c4c230b6824863e3c8eb94bd6415f80526df46eedc85eb2d27002b13949754e149f402788ac5c5ddb54dc
41
42 diff --git a/www-client/xombrero/metadata.xml b/www-client/xombrero/metadata.xml
43 deleted file mode 100644
44 index c194f2fc320..00000000000
45 --- a/www-client/xombrero/metadata.xml
46 +++ /dev/null
47 @@ -1,8 +0,0 @@
48 -<?xml version="1.0" encoding="UTF-8"?>
49 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
50 -<pkgmetadata>
51 - <maintainer type="person">
52 - <email>rafaelmartins@g.o</email>
53 - <name>Rafael G. Martins</name>
54 - </maintainer>
55 -</pkgmetadata>
56
57 diff --git a/www-client/xombrero/xombrero-1.6.3.ebuild b/www-client/xombrero/xombrero-1.6.3.ebuild
58 deleted file mode 100644
59 index 01d7e8a17b6..00000000000
60 --- a/www-client/xombrero/xombrero-1.6.3.ebuild
61 +++ /dev/null
62 @@ -1,95 +0,0 @@
63 -# Copyright 1999-2014 Gentoo Foundation
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI="5"
67 -
68 -if [[ ${PV} = *9999* ]]; then
69 - GIT_ECLASS=git-2
70 -fi
71 -
72 -inherit eutils fdo-mime toolchain-funcs ${GIT_ECLASS}
73 -
74 -DESCRIPTION="A minimalist web browser with sophisticated security features designed-in"
75 -HOMEPAGE="http://opensource.conformal.com/wiki/xombrero"
76 -
77 -if [[ ${PV} = *9999* ]]; then
78 - EGIT_REPO_URI="git://opensource.conformal.com/${PN}.git
79 - https://opensource.conformal.com/git/${PN}.git"
80 - EGIT_SOURCEDIR="${WORKDIR}/${P}"
81 - KEYWORDS=""
82 -else
83 - SRC_URI="http://opensource.conformal.com/snapshots/${PN}/${P}.tgz"
84 - KEYWORDS="~amd64 ~x86"
85 -fi
86 -
87 -LICENSE="ISC"
88 -SLOT="0"
89 -IUSE="examples"
90 -
91 -RDEPEND="dev-libs/glib:2
92 - dev-libs/libbsd
93 - dev-libs/libgcrypt:0
94 - net-libs/libsoup
95 - net-libs/gnutls
96 - net-libs/webkit-gtk:3
97 - x11-libs/gdk-pixbuf
98 - x11-libs/gtk+:3
99 - x11-libs/pango"
100 -DEPEND="${RDEPEND}
101 - dev-lang/perl
102 - sys-apps/groff
103 - dev-libs/atk
104 - dev-libs/libxml2
105 - media-libs/fontconfig
106 - media-libs/freetype
107 - media-libs/libpng:0
108 - x11-libs/cairo
109 - x11-libs/libdrm
110 - x11-libs/pixman"
111 -
112 -S="${WORKDIR}/${P}/linux"
113 -
114 -src_prepare() {
115 - sed -i \
116 - -e 's/-O2//' \
117 - -e 's/-ggdb3//' \
118 - -e 's,install: all,install: all\n\tinstall -m 755 -d $(DESTDIR)$(PREFIX)/share/applications,g' \
119 - Makefile || die 'sed Makefile failed.'
120 - sed -i \
121 - -e 's#https://www\.cyphertite\.com#https://www.gentoo.org/#' \
122 - -e "s#/usr/local#/usr#" \
123 - ../xombrero.h || die 'sed ../xombrero.c failed.'
124 - sed -i \
125 - "s#Icon=#Icon=/usr/share/${PN}/#" \
126 - ../xombrero.desktop || die 'sed ../xombrero.desktop failed.'
127 - sed -i "s:Application;::" ../xombrero.desktop || die
128 -}
129 -
130 -src_compile() {
131 - CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDADD="${LDFLAGS}" emake
132 -}
133 -
134 -src_install() {
135 - emake \
136 - DESTDIR="${D}" \
137 - PREFIX=/usr \
138 - install
139 -
140 - if use examples;then
141 - insinto "/usr/share/doc/${PF}/examples"
142 - doins \
143 - ../${PN}.conf \
144 - ../playflash.sh \
145 - ../favorites
146 - fi
147 -}
148 -
149 -pkg_postinst() {
150 - fdo-mime_desktop_database_update
151 - fdo-mime_mime_database_update
152 -}
153 -
154 -pkg_postrm() {
155 - fdo-mime_desktop_database_update
156 - fdo-mime_mime_database_update
157 -}
158
159 diff --git a/www-client/xombrero/xombrero-9999.ebuild b/www-client/xombrero/xombrero-9999.ebuild
160 deleted file mode 100644
161 index ec29c044068..00000000000
162 --- a/www-client/xombrero/xombrero-9999.ebuild
163 +++ /dev/null
164 @@ -1,98 +0,0 @@
165 -# Copyright 1999-2015 Gentoo Foundation
166 -# Distributed under the terms of the GNU General Public License v2
167 -
168 -EAPI="5"
169 -
170 -if [[ ${PV} = *9999* ]]; then
171 - GIT_ECLASS=git-2
172 -fi
173 -
174 -inherit eutils fdo-mime toolchain-funcs ${GIT_ECLASS}
175 -
176 -DESCRIPTION="A minimalist web browser with sophisticated security features designed-in"
177 -HOMEPAGE="http://opensource.conformal.com/wiki/xombrero"
178 -
179 -if [[ ${PV} = *9999* ]]; then
180 - EGIT_REPO_URI="git://opensource.conformal.com/${PN}.git
181 - https://opensource.conformal.com/git/${PN}.git"
182 - EGIT_SOURCEDIR="${WORKDIR}/${P}"
183 - KEYWORDS=""
184 -else
185 - SRC_URI="http://opensource.conformal.com/snapshots/${PN}/${P}.tgz"
186 - KEYWORDS="~amd64 ~x86"
187 -fi
188 -
189 -LICENSE="ISC"
190 -SLOT="0"
191 -IUSE="examples"
192 -
193 -RDEPEND="dev-libs/glib:2
194 - dev-libs/libbsd
195 - dev-libs/libgcrypt:0
196 - net-libs/libsoup
197 - net-libs/gnutls
198 - net-libs/webkit-gtk:3
199 - x11-libs/gdk-pixbuf
200 - x11-libs/gtk+:3
201 - x11-libs/pango"
202 -DEPEND="${RDEPEND}
203 - dev-lang/perl
204 - sys-apps/groff
205 - dev-libs/atk
206 - dev-libs/libxml2
207 - media-libs/fontconfig
208 - media-libs/freetype
209 - media-libs/libpng:0
210 - x11-libs/cairo
211 - x11-libs/libdrm
212 - x11-libs/pixman"
213 -
214 -S="${WORKDIR}/${P}/linux"
215 -
216 -src_prepare() {
217 - sed -i \
218 - -e 's/-O2//' \
219 - -e 's/-ggdb3//' \
220 - -e 's#/usr/local#/usr#' \
221 - Makefile || die 'sed Makefile failed.'
222 - sed -i \
223 - -e 's#/usr/local#/usr#' \
224 - GNUmakefile || die 'sed GNUmakefile failed.'
225 - sed -i \
226 - -e 's#https://www\.cyphertite\.com#https://www.gentoo.org/#' \
227 - -e "s#/usr/local#/usr#" \
228 - ../xombrero.h || die 'sed ../xombrero.c failed.'
229 - sed -i \
230 - "s#Icon=#Icon=/usr/share/${PN}/#" \
231 - ../xombrero.desktop || die 'sed ../xombrero.desktop failed.'
232 - sed -i "s:Application;::" ../xombrero.desktop || die
233 -}
234 -
235 -src_compile() {
236 - CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDADD="${LDFLAGS}" emake
237 -}
238 -
239 -src_install() {
240 - emake \
241 - DESTDIR="${D}" \
242 - PREFIX=/usr \
243 - install
244 -
245 - if use examples;then
246 - insinto "/usr/share/doc/${PF}/examples"
247 - doins \
248 - ../${PN}.conf \
249 - ../playflash.sh \
250 - ../favorites
251 - fi
252 -}
253 -
254 -pkg_postinst() {
255 - fdo-mime_desktop_database_update
256 - fdo-mime_mime_database_update
257 -}
258 -
259 -pkg_postrm() {
260 - fdo-mime_desktop_database_update
261 - fdo-mime_mime_database_update
262 -}