Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, www-client/midori/
Date: Mon, 28 Mar 2022 09:35:43
Message-Id: 1648459797.0058e2643252246c96a1e08bdaf4b662f34a3b32.jsmolic@gentoo
1 commit: 0058e2643252246c96a1e08bdaf4b662f34a3b32
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 28 09:29:57 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 09:29:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0058e264
7
8 www-client/midori: treeclean
9
10 Closes: https://bugs.gentoo.org/834120
11 Closes: https://bugs.gentoo.org/560262
12 Closes: https://bugs.gentoo.org/657158
13 Closes: https://bugs.gentoo.org/759511
14 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
15
16 profiles/package.mask | 7 ----
17 www-client/midori/Manifest | 1 -
18 www-client/midori/metadata.xml | 8 -----
19 www-client/midori/midori-9.0.ebuild | 64 -------------------------------------
20 4 files changed, 80 deletions(-)
21
22 diff --git a/profiles/package.mask b/profiles/package.mask
23 index 50f29445f553..8deef505af87 100644
24 --- a/profiles/package.mask
25 +++ b/profiles/package.mask
26 @@ -388,13 +388,6 @@ x11-libs/libyui-qt
27 # Removal on 2022-03-29. Bug #834306
28 sys-libs/tapi
29
30 -# Michał Górny <mgorny@g.o> (2022-02-26)
31 -# The original Midori browser has been discontinued, and the new
32 -# Electron-based "Midori" (sic!) does not seem worth the effort
33 -# of packaging it.
34 -# Removal on 2022-03-28. Bug #834120.
35 -www-client/midori
36 -
37 # Anton Fischl <github@×××××××××××××.de> (2022-02-23)
38 # Version 2.5.* is not meant for production according to upstream
39 =app-backup/burp-2.5*
40
41 diff --git a/www-client/midori/Manifest b/www-client/midori/Manifest
42 deleted file mode 100644
43 index 2bab3eeacdd4..000000000000
44 --- a/www-client/midori/Manifest
45 +++ /dev/null
46 @@ -1 +0,0 @@
47 -DIST midori-v9.0.tar.gz 1902467 BLAKE2B 0a6b46bddd0286c56d3f30b429dc46f90177931f8c596912183ed990124b831b5407807e2693e3b5e0d02074386b46e98823b33f6e785963b9507742bac58763 SHA512 0cc28643593f53c47b453838152dcbe35a9a287bff38bda830844eb8f321a4f48c99b21e16a9b07bebdd0abc936d88fd759c3222a36325aa667a28ae00148be3
48
49 diff --git a/www-client/midori/metadata.xml b/www-client/midori/metadata.xml
50 deleted file mode 100644
51 index 2b8ef06e9a39..000000000000
52 --- a/www-client/midori/metadata.xml
53 +++ /dev/null
54 @@ -1,8 +0,0 @@
55 -<?xml version="1.0" encoding="UTF-8"?>
56 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
57 -<pkgmetadata>
58 - <maintainer type="project">
59 - <email>xfce@g.o</email>
60 - <name>XFCE Team</name>
61 - </maintainer>
62 -</pkgmetadata>
63
64 diff --git a/www-client/midori/midori-9.0.ebuild b/www-client/midori/midori-9.0.ebuild
65 deleted file mode 100644
66 index f51826c5e0f5..000000000000
67 --- a/www-client/midori/midori-9.0.ebuild
68 +++ /dev/null
69 @@ -1,64 +0,0 @@
70 -# Copyright 1999-2021 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=7
74 -
75 -VALA_MIN_API_VERSION=0.36
76 -
77 -inherit cmake-utils vala xdg-utils
78 -
79 -MY_P=${PN}-v${PV}
80 -DESCRIPTION="A lightweight web browser based on WebKitGTK+"
81 -HOMEPAGE="https://www.midori-browser.org/"
82 -SRC_URI="https://github.com/midori-browser/core/releases/download/v${PV}/${MY_P}.tar.gz"
83 -
84 -LICENSE="LGPL-2.1+"
85 -SLOT="0"
86 -KEYWORDS="amd64 ~arm ~arm64 ~mips ~riscv x86"
87 -IUSE=""
88 -
89 -RDEPEND="
90 - app-arch/libarchive:=
91 - >=app-crypt/gcr-3:=[gtk,vala]
92 - >=dev-db/sqlite-3.6.19:3
93 - >=dev-libs/glib-2.46.2:2
94 - >=dev-libs/json-glib-0.12
95 - dev-libs/libpeas[gtk]
96 - dev-libs/libxml2
97 - >=net-libs/libsoup-2.38:2.4[vala]
98 - >=net-libs/webkit-gtk-2.16.6:4[introspection]
99 - >=x11-libs/libnotify-0.7
100 - >=x11-libs/gtk+-3.12.0:3
101 -"
102 -DEPEND="${RDEPEND}
103 - $(vala_depend)
104 - dev-util/intltool
105 - sys-devel/gettext
106 -"
107 -
108 -S=${WORKDIR}/${MY_P}
109 -
110 -src_prepare() {
111 - cmake-utils_src_prepare
112 - vala_src_prepare
113 - sed -i -e '/^install/s:COPYING::' CMakeLists.txt || die
114 -}
115 -
116 -src_configure() {
117 - local mycmakeargs=(
118 - -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
119 - -DVALA_EXECUTABLE="${VALAC}"
120 - )
121 -
122 - cmake-utils_src_configure
123 -}
124 -
125 -pkg_postinst() {
126 - xdg_icon_cache_update
127 - xdg_desktop_database_update
128 -}
129 -
130 -pkg_postrm() {
131 - xdg_icon_cache_update
132 - xdg_desktop_database_update
133 -}