commit: 0058e2643252246c96a1e08bdaf4b662f34a3b32 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Mon Mar 28 09:29:57 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Mon Mar 28 09:29:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0058e264
www-client/midori: treeclean Closes: https://bugs.gentoo.org/834120 Closes: https://bugs.gentoo.org/560262 Closes: https://bugs.gentoo.org/657158 Closes: https://bugs.gentoo.org/759511 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> profiles/package.mask | 7 ---- www-client/midori/Manifest | 1 - www-client/midori/metadata.xml | 8 ----- www-client/midori/midori-9.0.ebuild | 64 ------------------------------------- 4 files changed, 80 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 50f29445f553..8deef505af87 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -388,13 +388,6 @@ x11-libs/libyui-qt # Removal on 2022-03-29. Bug #834306 sys-libs/tapi -# Michał Górny <[email protected]> (2022-02-26) -# The original Midori browser has been discontinued, and the new -# Electron-based "Midori" (sic!) does not seem worth the effort -# of packaging it. -# Removal on 2022-03-28. Bug #834120. -www-client/midori - # Anton Fischl <[email protected]> (2022-02-23) # Version 2.5.* is not meant for production according to upstream =app-backup/burp-2.5* diff --git a/www-client/midori/Manifest b/www-client/midori/Manifest deleted file mode 100644 index 2bab3eeacdd4..000000000000 --- a/www-client/midori/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST midori-v9.0.tar.gz 1902467 BLAKE2B 0a6b46bddd0286c56d3f30b429dc46f90177931f8c596912183ed990124b831b5407807e2693e3b5e0d02074386b46e98823b33f6e785963b9507742bac58763 SHA512 0cc28643593f53c47b453838152dcbe35a9a287bff38bda830844eb8f321a4f48c99b21e16a9b07bebdd0abc936d88fd759c3222a36325aa667a28ae00148be3 diff --git a/www-client/midori/metadata.xml b/www-client/midori/metadata.xml deleted file mode 100644 index 2b8ef06e9a39..000000000000 --- a/www-client/midori/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>XFCE Team</name> - </maintainer> -</pkgmetadata> diff --git a/www-client/midori/midori-9.0.ebuild b/www-client/midori/midori-9.0.ebuild deleted file mode 100644 index f51826c5e0f5..000000000000 --- a/www-client/midori/midori-9.0.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -VALA_MIN_API_VERSION=0.36 - -inherit cmake-utils vala xdg-utils - -MY_P=${PN}-v${PV} -DESCRIPTION="A lightweight web browser based on WebKitGTK+" -HOMEPAGE="https://www.midori-browser.org/" -SRC_URI="https://github.com/midori-browser/core/releases/download/v${PV}/${MY_P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~mips ~riscv x86" -IUSE="" - -RDEPEND=" - app-arch/libarchive:= - >=app-crypt/gcr-3:=[gtk,vala] - >=dev-db/sqlite-3.6.19:3 - >=dev-libs/glib-2.46.2:2 - >=dev-libs/json-glib-0.12 - dev-libs/libpeas[gtk] - dev-libs/libxml2 - >=net-libs/libsoup-2.38:2.4[vala] - >=net-libs/webkit-gtk-2.16.6:4[introspection] - >=x11-libs/libnotify-0.7 - >=x11-libs/gtk+-3.12.0:3 -" -DEPEND="${RDEPEND} - $(vala_depend) - dev-util/intltool - sys-devel/gettext -" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - cmake-utils_src_prepare - vala_src_prepare - sed -i -e '/^install/s:COPYING::' CMakeLists.txt || die -} - -src_configure() { - local mycmakeargs=( - -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF} - -DVALA_EXECUTABLE="${VALAC}" - ) - - cmake-utils_src_configure -} - -pkg_postinst() { - xdg_icon_cache_update - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_icon_cache_update - xdg_desktop_database_update -}
