commit:     d1ad01a1e4c65aaed9fb30d4ad780c9fec0c7c76
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 13 18:19:29 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 13 18:19:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ad01a1

gui-wm/hikari: treeclean

Closes: https://bugs.gentoo.org/935921 (pkgremoved)
Closes: https://bugs.gentoo.org/867808 (pkgremoved)
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 gui-wm/hikari/Manifest            |  1 -
 gui-wm/hikari/hikari-2.3.3.ebuild | 72 ---------------------------------------
 gui-wm/hikari/metadata.xml        | 14 --------
 profiles/package.mask             |  6 ----
 4 files changed, 93 deletions(-)

diff --git a/gui-wm/hikari/Manifest b/gui-wm/hikari/Manifest
deleted file mode 100644
index 8a39b99a81d6..000000000000
--- a/gui-wm/hikari/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST hikari-2.3.3.tar.gz 1022191 BLAKE2B 
8b1d0f03460a170f2288c97790dc437a4bd4eafc6973e87c15ca44b1d032ab02ef1d75406fe15be6bb14f67c07945b16be47ec1e41d43b51961a1c69a4a67f9b
 SHA512 
15b6244ef46b29ad069475e8fadbafb01a65c8f96d1f89dd315d36f79dfea9a542936a5472e42237000f506094c7e08be37961c92a7eeed31477f4ed548f39f3

diff --git a/gui-wm/hikari/hikari-2.3.3.ebuild 
b/gui-wm/hikari/hikari-2.3.3.ebuild
deleted file mode 100644
index c48d402e9d2f..000000000000
--- a/gui-wm/hikari/hikari-2.3.3.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 2019-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit multiprocessing toolchain-funcs
-
-DESCRIPTION="Wayland compositor inspired by CWM"
-HOMEPAGE="https://hikari.acmelabs.space/";
-SRC_URI="https://hikari.acmelabs.space/releases/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="X suid"
-
-COMMON_DEPEND="
-       dev-libs/glib:2
-       dev-libs/libinput:=
-       dev-libs/libucl
-       dev-libs/wayland
-       gui-libs/wlroots:0/15[X?]
-       sys-libs/pam
-       x11-libs/cairo
-       x11-libs/libxkbcommon
-       x11-libs/pango
-       x11-libs/pixman"
-RDEPEND="
-       ${COMMON_DEPEND}
-       x11-misc/xkeyboard-config"
-DEPEND="
-       ${COMMON_DEPEND}
-       dev-libs/wayland-protocols"
-BDEPEND="
-       dev-util/wayland-scanner
-       dev-build/bmake
-       virtual/pkgconfig"
-
-src_compile() {
-       tc-export CC PKG_CONFIG
-
-       local bmake=(
-               bmake -j$(makeopts_jobs)
-               ETC_PREFIX="${EPREFIX}"
-               CFLAGS_EXTRA="${CFLAGS} ${CPPFLAGS}"
-               LDFLAGS_EXTRA="${LDFLAGS}"
-               VERSION=${PV}
-               -DWITH_GAMMACONTROL
-               -DWITH_LAYERSHELL
-               -DWITH_POSIX_C_SOURCE
-               -DWITH_SCREENCOPY
-               -DWITH_VIRTUAL_INPUT
-               $(usev X -DWITH_XWAYLAND)
-       )
-
-       # empty flags to avoid duplicates (some parts use only _EXTRA, others 
both)
-       echo "${bmake[*]}"
-       CFLAGS= LDFLAGS= "${bmake[@]}" || die
-}
-
-src_install() {
-       local bmake=(
-               bmake install
-               DESTDIR="${D}"
-               PREFIX="${EPREFIX}"/usr
-               ETC_PREFIX="${EPREFIX}"
-               $(usev suid -DWITH_SUID)
-       )
-
-       echo "${bmake[*]}"
-       "${bmake[@]}" || die
-}

diff --git a/gui-wm/hikari/metadata.xml b/gui-wm/hikari/metadata.xml
deleted file mode 100644
index ad8d6bb1c67c..000000000000
--- a/gui-wm/hikari/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-    <!-- maintainer-needed -->
-    <longdescription>
-        Hikari is a minimalistic wayland window manager
-        based on wlroots trying inspired by the simplicity
-        of CWM in the X days. It aims stay out of your way
-        and focus more on the task than the windows.
-    </longdescription>
-    <use>
-        <flag name="X">Enable support for X11 applications (XWayland)</flag>
-    </use>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index fc311e15f522..52b21c4fd456 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -222,12 +222,6 @@ app-i18n/kinput2
 # Removal on 2024-08-14.
 dev-ruby/wirble
 
-# Arthur Zamarin <[email protected]> (2024-07-13)
-# Maintainer-needed, depends on very old gui-libs/wlroots version,
-# no activity upstream since Jan 2022.
-# Removal on 2024-08-12.  Bugs #935921, #867808.
-gui-wm/hikari
-
 # Hans de Graaff <[email protected]> (2024-07-12)
 # Test dependency that is no longer maintained, last release in
 # 2019. Broken in various ways. No reverse dependencies left.

Reply via email to