Gentoo Archives: gentoo-commits

From: Samuel Bernardo <samuelbernardo.mail@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/user/ssnb:master commit in: www-client/opera-developer/files/, sys-block/partclone/, ...
Date: Sat, 26 Jun 2021 14:40:49
Message-Id: 1624718430.949ae6697e1e02349162d3e47997ac596d76f07b.samuelbernardo@gentoo
1 commit: 949ae6697e1e02349162d3e47997ac596d76f07b
2 Author: Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 26 14:40:30 2021 +0000
4 Commit: Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
5 CommitDate: Sat Jun 26 14:40:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=949ae669
7
8 Correct QA check errors in cache regen
9
10 Signed-off-by: Samuel Bernardo <samuelbernardo.mail <AT> gmail.com>
11
12 app-office/yed/Manifest | 2 -
13 app-office/yed/yed-3.16.2.1.ebuild | 32 -----
14 .../nexus-oss-bin/nexus-oss-bin-3.14.0-r1.ebuild | 88 ------------
15 dev-java/nexus-oss-bin/nexus-oss-bin-3.14.0.ebuild | 72 ----------
16 dev-java/nexus-oss-bin/nexus-oss-bin-3.7.0.ebuild | 72 ----------
17 sys-block/partclone/partclone-0.2.88.ebuild | 92 ------------
18 www-client/google-chrome/Manifest | 3 -
19 .../google-chrome-57.0.2987.133.ebuild | 154 ---------------------
20 www-client/google-chrome/metadata.xml | 23 ---
21 www-client/opera-developer/Manifest | 4 -
22 .../files/desktop-57.0.3072.0-r1.patch | 12 --
23 www-client/opera-developer/metadata.xml | 8 --
24 .../opera-developer-57.0.3072.0-r1.ebuild | 103 --------------
25 13 files changed, 665 deletions(-)
26
27 diff --git a/app-office/yed/Manifest b/app-office/yed/Manifest
28 deleted file mode 100644
29 index 931ea53..0000000
30 --- a/app-office/yed/Manifest
31 +++ /dev/null
32 @@ -1,2 +0,0 @@
33 -DIST yEd-3.16.2.1.zip 34677676 SHA256 47ac746ad30eb6375b8f45e9382efd0db0b6e3b1eb8f4760625963175b753805 SHA512 fb9f6f82947bef1b96e0c7534ecd39fe75a490ad7e450e92c5048079833c78aa20b14fb3feb66bc7b6bfb907c890dcc6a86146aa91e18d21ac8681d4062ba9b8 WHIRLPOOL 0ebb134ce90820236962ba9fc328865e5a2087b51ae2700ad40c214bc8963e740a39c56f13f0354c28e99d27ca0fb77de0732e2c78ab6e398e84f64e45fb2929
34 -EBUILD yed-3.16.2.1.ebuild 656 SHA256 25b2c7a6eecae9c07031169415d1ac243c8895218a20be838b69b4b06cd52753 SHA512 df8029dc6bf6f5578f545aacacfb9bec30c6243cd30439f0f86f26b433881c0e3b61805f3c71393184a113d6f03239993f00b6412cfb076e53ebf89c8cfe75fd WHIRLPOOL 2ae75b9ef2b741f8144a5b4c09042f91aa3c37ebc109954c669a6e54afa517a7f57c23479adc1df0af7dc23991f2fdec028dec39ec97a489b145a801bfb9aadc
35
36 diff --git a/app-office/yed/yed-3.16.2.1.ebuild b/app-office/yed/yed-3.16.2.1.ebuild
37 deleted file mode 100644
38 index 6daa08a..0000000
39 --- a/app-office/yed/yed-3.16.2.1.ebuild
40 +++ /dev/null
41 @@ -1,32 +0,0 @@
42 -EAPI="2"
43 -
44 -inherit eutils java-pkg-2
45 -
46 -DESCRIPTION="Diagram editor written in Java"
47 -HOMEPAGE="www.yworks.com/products/yed/"
48 -SRC_URI="https://www.yworks.com/resources/yed/demo/yEd-${PV}.zip"
49 -
50 -LICENSE="yed"
51 -SLOT="0"
52 -KEYWORDS="~x86 ~sparc ~ppc ~amd64 ~ppc64"
53 -IUSE=""
54 -#RESTRICT="fetch"
55 -
56 -RDEPEND=">=virtual/jre-1.8
57 - ${COMMON_DEP}"
58 -
59 -DEPEND=">=virtual/jdk-1.8
60 - ${COMMON_DEP}"
61 -
62 -S=${WORKDIR}/${P}
63 -
64 -src_install() {
65 - cd "${S}"
66 - java-pkg_dojar ${PN}.jar vectorgraphics.jar
67 -
68 - java-pkg_dolauncher ${PN} --main B.A.A.B -into "/usr"
69 -
70 - doicon "${WORKDIR}"/${P}/icons/yicon32.png
71 - make_desktop_entry yed yEd yicon32 "Graphics;2DGraphics"
72 -}
73 -
74
75 diff --git a/dev-java/nexus-oss-bin/nexus-oss-bin-3.14.0-r1.ebuild b/dev-java/nexus-oss-bin/nexus-oss-bin-3.14.0-r1.ebuild
76 deleted file mode 100644
77 index 25692cb..0000000
78 --- a/dev-java/nexus-oss-bin/nexus-oss-bin-3.14.0-r1.ebuild
79 +++ /dev/null
80 @@ -1,88 +0,0 @@
81 -# Copyright 1999-2016 Gentoo Foundation
82 -# Distributed under the terms of the GNU General Public License v2
83 -# $Header: $
84 -
85 -EAPI=4
86 -
87 -inherit eutils user versionator systemd
88 -
89 -DESCRIPTION="Maven Repository Manager"
90 -HOMEPAGE="http://nexus.sonatype.org/"
91 -LICENSE="GPL-3"
92 -MY_PN="nexus"
93 -MY_PV="${PV}-04-unix"
94 -#echo "Debug: custom package version: ${MY_PV}"
95 -MY_P="${MY_PN}-${MY_PV}"
96 -MY_MV="3"
97 -
98 -SRC_URI="http://download.sonatype.com/${MY_PN}/${MY_MV}/${MY_P}.tar.gz"
99 -RESTRICT="mirror"
100 -KEYWORDS="~x86 ~amd64"
101 -SLOT="${MY_MV}"
102 -IUSE=""
103 -S="${WORKDIR}"
104 -#echo "Debug: working directory: ${WORKDIR}"
105 -RDEPEND=">=virtual/jdk-1.8"
106 -INSTALL_DIR="/opt/nexus-oss"
107 -
108 -pkg_setup() {
109 -#enewgroup <name> [gid]
110 -enewgroup nexus
111 -#enewuser <user> [uid] [shell] [homedir] [groups] [params]
112 -enewuser nexus -1 /bin/bash "${INSTALL_DIR}" "nexus"
113 -}
114 -
115 -src_unpack() {
116 -unpack ${A}
117 -}
118 -
119 -src_prepare() {
120 -cd "${S}"
121 -if -f "${FILESDIR}/${P}.patch"; then
122 - epatch "${FILESDIR}/${P}.patch"
123 -fi
124 -epatch_user
125 -}
126 -
127 -src_install() {
128 -#echo "Debug: install sonatype work dir"
129 -dodir ${INSTALL_DIR/nexus-oss/sonatype-work}
130 -insinto ${INSTALL_DIR/nexus-oss/sonatype-work}
131 -doins -r sonatype-work/*
132 -
133 -fowners -R nexus:nexus ${INSTALL_DIR/nexus-oss/sonatype-work}
134 -
135 -#echo "Debug: INSTALL_DIR: ${INSTALL_DIR}"
136 -#echo "Debug: doins nexus-${MY_PV}"
137 -#echo "Debug: ${WORKDIR}/nexus-${MY_PV}/bin/nexus"
138 -insinto ${INSTALL_DIR}
139 -
140 -dodir ${INSTALL_DIR}/run
141 -dodir "/etc/init.d/"
142 -doins -r ${MY_P/-unix/}/*
143 -doins -r ${MY_P/-unix/}/.??*
144 -#BUG: nexus init script needs a symlink because it uses program path to find their configuration files
145 -#newinitd "${WORKDIR}/nexus-${MY_PV}/bin/nexus" nexus
146 -dosym ${INSTALL_DIR}/bin/nexus /etc/init.d/nexus
147 -systemd_dounit "${FILESDIR}"/nexus-oss.service
148 -
149 -fowners -R nexus:nexus ${INSTALL_DIR}
150 -fperms 755 "${INSTALL_DIR}/bin/nexus"
151 -
152 -#echo "Change NEXUS_HOME to the absolute folder location in your .bashrc file, then save"
153 -echo NEXUS_HOME=\"${INSTALL_DIR}\" >> ${ED}/${INSTALL_DIR}/.bashrc
154 -fowners -R nexus:nexus ${INSTALL_DIR}/.bashrc
155 -fperms 644 ${INSTALL_DIR}/.bashrc
156 -}
157 -
158 -pkg_postinst() {
159 - ewarn "Activate the service with the following commands:"
160 - ewarn "sudo systemctl daemon-reload"
161 - ewarn "sudo systemctl enable nexus-oss.service"
162 - ewarn "sudo systemctl start nexus-oss.service"
163 - ewarn " "
164 - elog "After starting the service in Gentoo, verify that"
165 - elog "the service started successfully."
166 - elog "tail -f /opt/sonatype-work/nexus3/log/nexus.log"
167 -}
168 -
169
170 diff --git a/dev-java/nexus-oss-bin/nexus-oss-bin-3.14.0.ebuild b/dev-java/nexus-oss-bin/nexus-oss-bin-3.14.0.ebuild
171 deleted file mode 100644
172 index abeff12..0000000
173 --- a/dev-java/nexus-oss-bin/nexus-oss-bin-3.14.0.ebuild
174 +++ /dev/null
175 @@ -1,72 +0,0 @@
176 -# Copyright 1999-2016 Gentoo Foundation
177 -# Distributed under the terms of the GNU General Public License v2
178 -# $Header: $
179 -
180 -EAPI=4
181 -
182 -inherit eutils user versionator systemd
183 -
184 -DESCRIPTION="Maven Repository Manager"
185 -HOMEPAGE="http://nexus.sonatype.org/"
186 -LICENSE="GPL-3"
187 -MY_PN="nexus"
188 -MY_PV="${PV}-04-unix"
189 -#echo "Debug: custom package version: ${MY_PV}"
190 -MY_P="${MY_PN}-${MY_PV}"
191 -MY_MV="3"
192 -
193 -SRC_URI="http://download.sonatype.com/${MY_PN}/${MY_MV}/${MY_P}.tar.gz"
194 -RESTRICT="mirror"
195 -KEYWORDS="~x86 ~amd64"
196 -SLOT="${MY_MV}"
197 -IUSE=""
198 -S="${WORKDIR}"
199 -#echo "Debug: working directory: ${WORKDIR}"
200 -RDEPEND=">=virtual/jdk-1.8"
201 -INSTALL_DIR="/opt/nexus-oss"
202 -
203 -pkg_setup() {
204 -#enewgroup <name> [gid]
205 -enewgroup nexus
206 -#enewuser <user> [uid] [shell] [homedir] [groups] [params]
207 -enewuser nexus -1 /bin/bash "${INSTALL_DIR}" "nexus"
208 -}
209 -
210 -src_unpack() {
211 -unpack ${A}
212 -}
213 -
214 -src_prepare() {
215 -cd "${S}"
216 -if -f "${FILESDIR}/${P}.patch"; then
217 - epatch "${FILESDIR}/${P}.patch"
218 -fi
219 -epatch_user
220 -}
221 -
222 -src_install() {
223 -#echo "Debug: install sonatype work dir"
224 -dodir ${INSTALL_DIR/nexus-oss/sonatype-work}
225 -insinto ${INSTALL_DIR/nexus-oss/sonatype-work}
226 -doins -r sonatype-work/*
227 -
228 -fowners -R nexus:nexus ${INSTALL_DIR/nexus-oss/sonatype-work}
229 -
230 -#echo "Debug: INSTALL_DIR: ${INSTALL_DIR}"
231 -#echo "Debug: doins nexus-${MY_PV}"
232 -#echo "Debug: ${WORKDIR}/nexus-${MY_PV}/bin/nexus"
233 -insinto ${INSTALL_DIR}
234 -
235 -dodir ${INSTALL_DIR}/run
236 -dodir "/etc/init.d/"
237 -doins -r ${MY_P/-unix/}/*
238 -doins -r ${MY_P/-unix/}/.??*
239 -#BUG: nexus init script needs a symlink because it uses program path to find their configuration files
240 -#newinitd "${WORKDIR}/nexus-${MY_PV}/bin/nexus" nexus
241 -dosym ${INSTALL_DIR}/bin/nexus /etc/init.d/nexus
242 -systemd_dounit "${FILESDIR}"/nexus-oss.service
243 -
244 -fowners -R nexus:nexus ${INSTALL_DIR}
245 -fperms 755 "${INSTALL_DIR}/bin/nexus"
246 -
247 -}
248
249 diff --git a/dev-java/nexus-oss-bin/nexus-oss-bin-3.7.0.ebuild b/dev-java/nexus-oss-bin/nexus-oss-bin-3.7.0.ebuild
250 deleted file mode 100644
251 index abeff12..0000000
252 --- a/dev-java/nexus-oss-bin/nexus-oss-bin-3.7.0.ebuild
253 +++ /dev/null
254 @@ -1,72 +0,0 @@
255 -# Copyright 1999-2016 Gentoo Foundation
256 -# Distributed under the terms of the GNU General Public License v2
257 -# $Header: $
258 -
259 -EAPI=4
260 -
261 -inherit eutils user versionator systemd
262 -
263 -DESCRIPTION="Maven Repository Manager"
264 -HOMEPAGE="http://nexus.sonatype.org/"
265 -LICENSE="GPL-3"
266 -MY_PN="nexus"
267 -MY_PV="${PV}-04-unix"
268 -#echo "Debug: custom package version: ${MY_PV}"
269 -MY_P="${MY_PN}-${MY_PV}"
270 -MY_MV="3"
271 -
272 -SRC_URI="http://download.sonatype.com/${MY_PN}/${MY_MV}/${MY_P}.tar.gz"
273 -RESTRICT="mirror"
274 -KEYWORDS="~x86 ~amd64"
275 -SLOT="${MY_MV}"
276 -IUSE=""
277 -S="${WORKDIR}"
278 -#echo "Debug: working directory: ${WORKDIR}"
279 -RDEPEND=">=virtual/jdk-1.8"
280 -INSTALL_DIR="/opt/nexus-oss"
281 -
282 -pkg_setup() {
283 -#enewgroup <name> [gid]
284 -enewgroup nexus
285 -#enewuser <user> [uid] [shell] [homedir] [groups] [params]
286 -enewuser nexus -1 /bin/bash "${INSTALL_DIR}" "nexus"
287 -}
288 -
289 -src_unpack() {
290 -unpack ${A}
291 -}
292 -
293 -src_prepare() {
294 -cd "${S}"
295 -if -f "${FILESDIR}/${P}.patch"; then
296 - epatch "${FILESDIR}/${P}.patch"
297 -fi
298 -epatch_user
299 -}
300 -
301 -src_install() {
302 -#echo "Debug: install sonatype work dir"
303 -dodir ${INSTALL_DIR/nexus-oss/sonatype-work}
304 -insinto ${INSTALL_DIR/nexus-oss/sonatype-work}
305 -doins -r sonatype-work/*
306 -
307 -fowners -R nexus:nexus ${INSTALL_DIR/nexus-oss/sonatype-work}
308 -
309 -#echo "Debug: INSTALL_DIR: ${INSTALL_DIR}"
310 -#echo "Debug: doins nexus-${MY_PV}"
311 -#echo "Debug: ${WORKDIR}/nexus-${MY_PV}/bin/nexus"
312 -insinto ${INSTALL_DIR}
313 -
314 -dodir ${INSTALL_DIR}/run
315 -dodir "/etc/init.d/"
316 -doins -r ${MY_P/-unix/}/*
317 -doins -r ${MY_P/-unix/}/.??*
318 -#BUG: nexus init script needs a symlink because it uses program path to find their configuration files
319 -#newinitd "${WORKDIR}/nexus-${MY_PV}/bin/nexus" nexus
320 -dosym ${INSTALL_DIR}/bin/nexus /etc/init.d/nexus
321 -systemd_dounit "${FILESDIR}"/nexus-oss.service
322 -
323 -fowners -R nexus:nexus ${INSTALL_DIR}
324 -fperms 755 "${INSTALL_DIR}/bin/nexus"
325 -
326 -}
327
328 diff --git a/sys-block/partclone/partclone-0.2.88.ebuild b/sys-block/partclone/partclone-0.2.88.ebuild
329 deleted file mode 100644
330 index e7305a6..0000000
331 --- a/sys-block/partclone/partclone-0.2.88.ebuild
332 +++ /dev/null
333 @@ -1,92 +0,0 @@
334 -# Copyright 1999-2013 Gentoo Foundation
335 -# Distributed under the terms of the GNU General Public License v2
336 -# $Header: $
337 -
338 -EAPI=4
339 -
340 -inherit eutils
341 -
342 -DESCRIPTION="Partition cloning tool"
343 -HOMEPAGE="http://partclone.org"
344 -SRC_URI="http://sourceforge.net/projects/partclone/files/stable/${PV}/partclone_${PV}.orig.tar.gz/download -> ${P}.tar.gz"
345 -
346 -LICENSE="GPL-2"
347 -SLOT="0"
348 -KEYWORDS="~amd64 ~x86"
349 -IUSE="btrfs reiserfs reiser4 hfs fat minix ntfs jfs static vmfs xfs f2fs nilfs2"
350 -
351 -# xfsprogs, see https://bugs.gentoo.org/show_bug.cgi?id=486514
352 -RDEPEND="${common_depends}
353 - sys-fs/e2fsprogs
354 - btrfs? ( sys-fs/btrfs-progs )
355 - fat? ( sys-fs/dosfstools )
356 - ntfs? ( sys-fs/ntfs3g )
357 - hfs? ( sys-fs/hfsutils )
358 - jfs? ( sys-fs/jfsutils )
359 - reiserfs? ( sys-fs/progsreiserfs )
360 - reiser4? ( sys-fs/reiser4progs )
361 - xfs? ( >=sys-fs/xfsprogs-3.1.11-r1 )
362 - nilfs2? ( >=sys-fs/nilfs-utils-2.1.5-r1 )
363 - f2fs? ( >=sys-libs/e2fsprogs-libs-1.42.13 )
364 - static? ( sys-fs/e2fsprogs[static-libs]
365 - sys-libs/e2fsprogs-libs[static-libs]
366 - sys-fs/xfsprogs[static-libs]
367 - sys-libs/ncurses[static-libs]
368 - sys-fs/ntfs3g[static-libs]
369 - )"
370 -DEPEND=""
371 -
372 -src_unpack()
373 -{
374 - unpack ${A}
375 - #epatch "${FILESDIR}/${PN}-xfslib.patch"
376 - cd ${S}
377 -}
378 -
379 -src_compile()
380 -{
381 - local myconf
382 - myconf="${myconf} --enable-extfs --enable-ncursesw --enable-fs-test"
383 - use xfs && myconf="${myconf} --enable-xfs"
384 - use reiserfs && myconf="${myconf} --enable-reiserfs"
385 - use reiser4 && myconf="${myconf} --enable-reiser4"
386 - use hfs && myconf="${myconf} --enable-hfsp"
387 - use fat && myconf="${myconf} --enable-fat --enable-exfat"
388 - use ntfs && myconf="${myconf} --enable-ntfs"
389 - use minix && myconf="${myconf} --enable-minix"
390 - use jfs && myconf="${myconf} --enable-jfs"
391 - use btrfs && myconf="${myconf} --enable-btrfs"
392 - use vmfs && myconf="${myconf} --enable-vmfs"
393 - use f2fs && myconf="${myconf} --enable-f2fs"
394 - use nilfs2 && myconf="${myconf} --enable-nilfs2"
395 - use static && myconf="${myconf} --enable-static"
396 -
397 - econf ${myconf} || die "econf failed"
398 - emake || die "make failed"
399 -}
400 -
401 -src_install()
402 -{
403 - #emake install || die "make install failed"
404 - #emake DIST_ROOT="${D}" install || die "make install failed"
405 - cd ${S}/src
406 - dosbin partclone.dd partclone.restore partclone.chkimg partclone.info partclone.imager
407 - dosbin partclone.extfs
408 - dosym /usr/sbin/partclone.extfs /usr/sbin/partclone.ext4
409 - dosym /usr/sbin/partclone.extfs /usr/sbin/partclone.ext4dev
410 - use xfs && dosbin partclone.xfs
411 - use reiserfs && dosbin partclone.reiserfs
412 - use reiser4 && dosbin partclone.reiser4
413 - use hfs && dosbin partclone.hfsp
414 - use fat && (dosbin partclone.fat
415 - dosym /usr/sbin/partclone.fat /usr/sbin/partclone.fat12
416 - dosym /usr/sbin/partclone.fat /usr/sbin/partclone.fat16
417 - dosym /usr/sbin/partclone.fat /usr/sbin/partclone.fat32)
418 - use ntfs && dosbin partclone.ntfs
419 - use ntfs && (dosbin partclone.ntfsfixboot
420 - dosym /usr/sbin/partclone.ntfsfixboot /usr/sbin/partclone.ntfsreloc)
421 - use btrfs && dosbin partclone.btrfs
422 - use f2fs && dosbin partclone.f2fs
423 - use nilfs2 && dosbin partclone.nilfs2
424 -}
425 -
426
427 diff --git a/www-client/google-chrome/Manifest b/www-client/google-chrome/Manifest
428 deleted file mode 100644
429 index 94d17f6..0000000
430 --- a/www-client/google-chrome/Manifest
431 +++ /dev/null
432 @@ -1,3 +0,0 @@
433 -DIST google-chrome-stable_57.0.2987.133-1_amd64.deb 47321450 SHA256 4a62a77b3c7960f9313d41a40f645b7178d6a8b91f9f1141d7664026692ef63d SHA512 d69c0d0c333c789d38efc57c700a8ce168e84f3195f51a75e4967496cbb5fd6d770afd9cbedbd5f182f6ae5591ba49b2f309148a26d8d0eddff358be8632d6f5 WHIRLPOOL 33351ca6600f1672dcecbd7f82755376d02c4ed454cfac291f5e0eba41d1596b99dde9a139c81bdd71ddde7db8e1e1d3675920d418aa625add17bad301c6f9e3
434 -EBUILD google-chrome-57.0.2987.133.ebuild 3537 SHA256 f0868571e7c79a9106780352e8a8c30860913185f6a63ac35bb1581a7275fded SHA512 f4109dafdd4f5b86efd15d69cd0309dea01464263ffc0b840be15a938e5015f4d37997197726e283484ff5db245cb47cbdbdc2c4415bb19c3a5eae50975cf682 WHIRLPOOL f9287c0a598353a52ced33c6614155e1f424c7a14dd5f8767131f5e331424add6d889f4c5b10fa42387a83fd866caf6534c056edd777aca0dfa0a0a208f07e45
435 -MISC metadata.xml 728 SHA256 928f4e550d8e5d4b9799b2688a57d972099e7351b686db223b595440213fb8be SHA512 3f6704952f48253e75510533434d38257c2b14e2690a01c5fc8a77deb826b433d3cc84c8aee89dd625aaa7cbc3607139cf989144e911efa3c342ee7c6090eff9 WHIRLPOOL 60c7164cec23c8ce2b98c4c5568c8f6ceb9d326acccbb77b1f92be858c76e5f86717b0a98d799e65b2c7302b8669088d7779bea925cc67a1d5eea2d24ffbbe94
436
437 diff --git a/www-client/google-chrome/google-chrome-57.0.2987.133.ebuild b/www-client/google-chrome/google-chrome-57.0.2987.133.ebuild
438 deleted file mode 100644
439 index ad534ab..0000000
440 --- a/www-client/google-chrome/google-chrome-57.0.2987.133.ebuild
441 +++ /dev/null
442 @@ -1,154 +0,0 @@
443 -# Copyright 1999-2017 Gentoo Foundation
444 -# Distributed under the terms of the GNU General Public License v2
445 -
446 -EAPI="6"
447 -
448 -CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu he
449 - hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr
450 - sv sw ta te th tr uk vi zh-CN zh-TW"
451 -
452 -inherit readme.gentoo-r1 chromium-2 eutils gnome2-utils pax-utils unpacker xdg-utils
453 -
454 -DESCRIPTION="The web browser from Google"
455 -HOMEPAGE="https://www.google.com/chrome"
456 -
457 -if [[ ${PN} == google-chrome ]]; then
458 - MY_PN=${PN}-stable
459 -else
460 - MY_PN=${PN}
461 -fi
462 -
463 -MY_P="${MY_PN}_${PV}-1"
464 -
465 -SRC_URI="https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb"
466 -
467 -LICENSE="google-chrome"
468 -SLOT="0"
469 -KEYWORDS="-* ~amd64"
470 -IUSE="+plugins"
471 -RESTRICT="bindist mirror strip"
472 -
473 -DEPEND=""
474 -RDEPEND="
475 - app-arch/bzip2
476 - app-misc/ca-certificates
477 - dev-libs/expat
478 - dev-libs/glib:2
479 - dev-libs/nspr
480 - dev-libs/nss
481 - gnome-base/gconf:2
482 - media-libs/alsa-lib
483 - media-libs/fontconfig
484 - media-libs/freetype:2
485 - net-print/cups
486 - sys-apps/dbus
487 - sys-libs/libcap
488 - x11-libs/cairo
489 - x11-libs/gdk-pixbuf:2
490 - x11-libs/gtk+:2
491 - >=x11-libs/libX11-1.5.0
492 - x11-libs/libXcomposite
493 - x11-libs/libXcursor
494 - x11-libs/libXdamage
495 - x11-libs/libXext
496 - x11-libs/libXfixes
497 - x11-libs/libXi
498 - x11-libs/libXrandr
499 - x11-libs/libXrender
500 - x11-libs/libXScrnSaver
501 - x11-libs/libXtst
502 - x11-libs/pango
503 - x11-misc/xdg-utils
504 -"
505 -
506 -QA_PREBUILT="*"
507 -QA_DESKTOP_FILE="usr/share/applications/google-chrome.*\\.desktop"
508 -S=${WORKDIR}
509 -CHROME_HOME="opt/google/chrome${PN#google-chrome}"
510 -
511 -DISABLE_AUTOFORMATTING="yes"
512 -DOC_CONTENTS="
513 -Some web pages may require additional fonts to display properly.
514 -Try installing some of the following packages if some characters
515 -are not displayed properly:
516 -- media-fonts/arphicfonts
517 -- media-fonts/bitstream-cyberbit
518 -- media-fonts/droid
519 -- media-fonts/ipamonafont
520 -- media-fonts/ja-ipafonts
521 -- media-fonts/takao-fonts
522 -- media-fonts/wqy-microhei
523 -- media-fonts/wqy-zenhei
524 -
525 -Depending on your desktop environment, you may need
526 -to install additional packages to get icons on the Downloads page.
527 -
528 -For KDE, the required package is kde-frameworks/oxygen-icons.
529 -
530 -For other desktop environments, try one of the following:
531 -- x11-themes/gnome-icon-theme
532 -- x11-themes/tango-icon-theme
533 -
534 -Please notice the bundled flash player (PepperFlash).
535 -You can (de)activate all flash plugins via chrome://plugins
536 -"
537 -
538 -pkg_nofetch() {
539 - eerror "Please wait 24 hours and sync your tree before reporting a bug for google-chrome fetch failures."
540 -}
541 -
542 -pkg_pretend() {
543 - # Protect against people using autounmask overzealously
544 - use amd64 || die "google-chrome only works on amd64"
545 -}
546 -
547 -pkg_setup() {
548 - chromium_suid_sandbox_check_kernel_config
549 -}
550 -
551 -src_unpack() {
552 - :
553 -}
554 -
555 -src_install() {
556 - dodir /
557 - cd "${ED}" || die
558 - unpacker
559 -
560 - rm -r etc usr/share/menu || die
561 - mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
562 -
563 - pushd "${CHROME_HOME}/locales" > /dev/null || die
564 - chromium_remove_language_paks
565 - popd > /dev/null || die
566 -
567 - if use plugins ; then
568 - local plugins="--extra-plugin-dir=/usr/$(get_libdir)/nsbrowser/plugins"
569 - sed -e "/^exec/ i set -- \"${plugins}\" \"\$@\"" \
570 - -i "${CHROME_HOME}/${PN}" || die
571 - fi
572 -
573 - local size
574 - for size in 16 22 24 32 48 64 128 256 ; do
575 - newicon -s ${size} "${CHROME_HOME}/product_logo_${size}.png" ${PN}.png
576 - done
577 -
578 - pax-mark m "${CHROME_HOME}/chrome"
579 -
580 - readme.gentoo_create_doc
581 -}
582 -
583 -pkg_preinst() {
584 - gnome2_icon_savelist
585 -}
586 -
587 -pkg_postrm() {
588 - gnome2_icon_cache_update
589 - xdg_desktop_database_update
590 -}
591 -
592 -pkg_postinst() {
593 - gnome2_icon_cache_update
594 - xdg_desktop_database_update
595 - readme.gentoo_print_elog
596 -}
597
598 diff --git a/www-client/google-chrome/metadata.xml b/www-client/google-chrome/metadata.xml
599 deleted file mode 100644
600 index ca28e10..0000000
601 --- a/www-client/google-chrome/metadata.xml
602 +++ /dev/null
603 @@ -1,23 +0,0 @@
604 -<?xml version="1.0" encoding="UTF-8"?>
605 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
606 -<pkgmetadata>
607 - <maintainer type="person">
608 - <email>floppym@g.o</email>
609 - <name>Mike Gilbert</name>
610 - </maintainer>
611 - <maintainer type="person">
612 - <email>xmw@g.o</email>
613 - <name>Michael Weber</name>
614 - </maintainer>
615 - <maintainer type="project">
616 - <email>chromium@g.o</email>
617 - <name>Chromium in Gentoo Project</name>
618 - </maintainer>
619 - <longdescription>
620 - Google Chrome is a browser that combines a minimal design with
621 - sophisticated technology to make the web faster, safer, and easier.
622 - </longdescription>
623 - <use>
624 - <flag name="plugins">Add system plugins path to launcher</flag>
625 - </use>
626 -</pkgmetadata>
627
628 diff --git a/www-client/opera-developer/Manifest b/www-client/opera-developer/Manifest
629 deleted file mode 100644
630 index fd756a3..0000000
631 --- a/www-client/opera-developer/Manifest
632 +++ /dev/null
633 @@ -1,4 +0,0 @@
634 -AUX desktop-57.0.3072.0-r1.patch 595 BLAKE2B e9f392a497e4b0ac7fd712aac9f9152020cf4d99a1006778d3a5621c1e777af4c20405656b8fcde51133cf9700d4991fca4742859720f3477580b575dd72b130 SHA512 6d9f0b4e7eaff9de008a55397d224d59941980685e33cdc8d270e777738f4bc40b77392376ae1e41b96ac3cf5399ac781a9e527d7a39d11683821236cbb89760
635 -DIST opera-developer_57.0.3072.0_amd64.rpm 55503092 BLAKE2B 9e326fa416e707057895257aeb3e248aca57e3b3d748d707684e2392f331b3a166bdceac7e8b66e74312442438a71161ff9dab38eeb89a5316c47d60e6a38869 SHA512 4645a6edcf6cb52203637e316930f670f3c08cc4c2ca4c90234daa12e63b91051a5e4bf80e824c1d516f1e771476e4fa2d96b1b1eedf23740c8254fd7fc80a20
636 -EBUILD opera-developer-57.0.3072.0-r1.ebuild 2073 BLAKE2B 43f9b2348b76dd4d89fade381a51b345db1af574aa582286fae5698e56ef86078dfe53ac79c7bbae662813ef5f5a87d540c25a6da9bd36546325cf9a9ac441fb SHA512 46376bfe8501767184425939ac83173b772d827928fdf0f5ce323a72dcc74e3a7883de402a3b193a7d3b26f5545036eee6e3ec0de1dc6caf8a54cad755f417f6
637 -MISC metadata.xml 254 BLAKE2B 54ebd61500e1a9a78a907f035de7a6cfd9b04808d3e10c598b7578fed816cbae84bfbb9c0ae0d1724810835453150ea86f2ec0223e77fed3c4fab0a68542e4d1 SHA512 40afd8225ecb72aaa0710a0347d5044f49ffd257bae49e114189d1039f25f041349d10b47ff0bf294be1de11722d051f4b526de8caf468808baadb9044f2d7ef
638
639 diff --git a/www-client/opera-developer/files/desktop-57.0.3072.0-r1.patch b/www-client/opera-developer/files/desktop-57.0.3072.0-r1.patch
640 deleted file mode 100644
641 index 34387a8..0000000
642 --- a/www-client/opera-developer/files/desktop-57.0.3072.0-r1.patch
643 +++ /dev/null
644 @@ -1,12 +0,0 @@
645 -diff -Naur a/usr/share/applications/opera-developer.desktop b/usr/share/applications/opera-developer.desktop
646 ---- a/usr/share/applications/opera-developer.desktop 2018-09-09 23:22:12.000000000 +0100
647 -+++ b/usr/share/applications/opera-developer.desktop 2018-09-15 19:59:49.390129993 +0100
648 -@@ -6,7 +6,7 @@
649 - TryExec=opera-developer
650 - Exec=opera-developer %U
651 - Terminal=false
652 --Icon=
653 -+Icon=opera-developer
654 - Type=Application
655 - Categories=Network;WebBrowser;
656 - MimeType=text/html;text/xml;application/xhtml_xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;application/x-opera-download;
657
658 diff --git a/www-client/opera-developer/metadata.xml b/www-client/opera-developer/metadata.xml
659 deleted file mode 100644
660 index c577d70..0000000
661 --- a/www-client/opera-developer/metadata.xml
662 +++ /dev/null
663 @@ -1,8 +0,0 @@
664 -<?xml version="1.0" encoding="UTF-8"?>
665 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
666 -<pkgmetadata>
667 -<maintainer type="person">
668 -<email>samuelbernardo.mail@×××××.com</email>
669 -<name>Samuel Bernardo</name>
670 -</maintainer>
671 -</pkgmetadata>
672
673 diff --git a/www-client/opera-developer/opera-developer-57.0.3072.0-r1.ebuild b/www-client/opera-developer/opera-developer-57.0.3072.0-r1.ebuild
674 deleted file mode 100644
675 index 441d8a8..0000000
676 --- a/www-client/opera-developer/opera-developer-57.0.3072.0-r1.ebuild
677 +++ /dev/null
678 @@ -1,103 +0,0 @@
679 -# Copyright 1999-2018 Gentoo Foundation
680 -# Distributed under the terms of the GNU General Public License v2
681 -
682 -EAPI=5
683 -CHROMIUM_LANGS="
684 - be bg bn ca cs da de el en-GB es es-419 fi fil fr fr-CA hi hr hu id it
685 - ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
686 - zh-CN zh-TW
687 -"
688 -inherit chromium-2 gnome2-utils multilib rpm xdg-utils
689 -
690 -DESCRIPTION="A fast and secure web browser"
691 -HOMEPAGE="https://www.opera.com/"
692 -LICENSE="OPERA-2014"
693 -SLOT="0"
694 -SRC_URI_BASE="
695 - https://download1.operacdn.com/pub/
696 - https://download2.operacdn.com/pub/
697 - https://download3.operacdn.com/pub/
698 - https://download4.operacdn.com/pub/
699 -"
700 -SRC_URI="amd64? ("
701 -for uri in ${SRC_URI_BASE}; do
702 -SRC_URI+="
703 - "${uri}${PN}/${PV}/linux/${PN}_${PV}_amd64.rpm"
704 -"
705 -done
706 -SRC_URI+=")"
707 -KEYWORDS="~amd64"
708 -
709 -RDEPEND="
710 - dev-libs/expat
711 - dev-libs/glib:2
712 - dev-libs/nspr
713 - dev-libs/nss
714 - gnome-base/gconf:2
715 - media-libs/alsa-lib
716 - media-libs/fontconfig
717 - media-libs/freetype
718 - net-misc/curl
719 - net-print/cups
720 - sys-apps/dbus
721 - x11-libs/cairo
722 - x11-libs/gdk-pixbuf
723 - x11-libs/gtk+:3
724 - x11-libs/libX11
725 - x11-libs/libXScrnSaver
726 - x11-libs/libXcomposite
727 - x11-libs/libXcursor
728 - x11-libs/libXdamage
729 - x11-libs/libXext
730 - x11-libs/libXfixes
731 - x11-libs/libXi
732 - x11-libs/libXrandr
733 - x11-libs/libXrender
734 - x11-libs/libXtst
735 - x11-libs/libnotify
736 - x11-libs/pango[X]
737 -"
738 -
739 -QA_PREBUILT="*"
740 -S=${WORKDIR}
741 -OPERA_HOME="usr/$(get_libdir)/${PN}"
742 -
743 -PATCHES="${FILESDIR}/desktop-${PVR}.patch"
744 -
745 -src_prepare() {
746 - epatch ${PATCHES}
747 -
748 - rm usr/bin/${PN} || die
749 -
750 - pushd "${OPERA_HOME}/localization" > /dev/null || die
751 - chromium_remove_language_paks
752 - popd > /dev/null || die
753 -
754 - sed -i \
755 - -e 's|^TargetEnvironment|X-&|g' \
756 - usr/share/applications/${PN}.desktop || die
757 -
758 - epatch_user
759 -}
760 -
761 -src_install() {
762 - mv * "${D}" || die
763 - dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
764 - fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
765 -}
766 -
767 -pkg_preinst() {
768 - gnome2_icon_savelist
769 -}
770 -
771 -pkg_postrm() {
772 - gnome2_icon_cache_update
773 - xdg_desktop_database_update
774 - xdg_mimeinfo_database_update
775 -}
776 -
777 -pkg_postinst() {
778 - gnome2_icon_cache_update
779 - xdg_desktop_database_update
780 - xdg_mimeinfo_database_update
781 -}