commit:     e1367093b631dc72348a7b15f62eafa4f5b51d30
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Sep 16 08:35:28 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Sep 16 08:37:50 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1367093

x11-wm/berry: treeclean

Closes: https://bugs.gentoo.org/878807 (pkgremoved)
Closes: https://bugs.gentoo.org/875827 (pkgremoved)
Closes: https://bugs.gentoo.org/875824 (pkgremoved)
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 profiles/package.mask            |  5 -----
 x11-wm/berry/Manifest            |  2 --
 x11-wm/berry/berry-0.1.11.ebuild | 43 ----------------------------------------
 x11-wm/berry/berry-0.1.12.ebuild | 43 ----------------------------------------
 x11-wm/berry/metadata.xml        |  8 --------
 5 files changed, 101 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index a999913698..2977353516 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -51,11 +51,6 @@ games-util/pegasus
 # Removal on 2025-09-16, bug #886057, #886055
 app-text/the-platinum-searcher-bin
 
-# David (stkw0) Roman <[email protected]> (2025-08-16)
-# No maintainer listed. Seems to be abandoned since 2022
-# Removal on 2025-09-16, bug #878807, #875827, #875824
-x11-wm/berry
-
 # Anna (cybertailor) Vyalkova <[email protected]> (2025-07-27)
 # Vulnerable to a cross-site scripting attack.
 # https://github.com/TecharoHQ/anubis/security/advisories/GHSA-jhjj-2g64-px7c

diff --git a/x11-wm/berry/Manifest b/x11-wm/berry/Manifest
deleted file mode 100644
index 50579c0271..0000000000
--- a/x11-wm/berry/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST berry-0.1.11.tar.gz 29068 BLAKE2B 
2df9f0003eaea6e3a94e4a4fee3161d8e6abbe6959b7774a370b08a20e6f341dd48045479b42c15cacf1faf06c0145b9d21158cd2aa1caf67e326a7b6fdb282e
 SHA512 
6486c072f189017147d6996a44e0e3f58288fe12e42e794b625825135b4382177e884c86560b6f942d219cfa1106d86f44ab7cdab16f51a75971825e8b139129
-DIST berry-0.1.12.tar.gz 29340 BLAKE2B 
597518ee632ddc57bd84507cec58d6671ac67691e7a0ceca0f77214e9afe86269d57dc6dbafba7c7283952a225a09edf3ac3795c170a2004da65ba98f8ffbbee
 SHA512 
a186c125f9f1a7b359dedeadb4b627ffb7f9b641db35ef6cdbaf550095de12a9fc419539a00068eee32e46b9c8f5f65077aa4a74eb79c4b1d905d3822423c379

diff --git a/x11-wm/berry/berry-0.1.11.ebuild b/x11-wm/berry/berry-0.1.11.ebuild
deleted file mode 100644
index 68e51f0979..0000000000
--- a/x11-wm/berry/berry-0.1.11.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit toolchain-funcs
-
-DESCRIPTION="A byte-sized window manager written in C"
-HOMEPAGE="https://berrywm.org";
-SRC_URI="https://github.com/JLErvin/berry/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-DEPEND="
-       x11-libs/libxcb
-       x11-libs/xcb-util
-       x11-libs/xcb-util-wm
-       x11-libs/libXinerama
-       x11-libs/libX11
-       x11-libs/libXft
-"
-RDEPEND="${DEPEND}
-       x11-misc/sxhkd
-"
-
-src_compile() {
-       emake CC="$(tc-getCC)"
-}
-
-src_install() {
-       emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" 
DOCPREFIX="${EPREFIX}/usr/share/doc/${PF}" install
-
-       insinto /etc/xdg/sxhkd
-       doins examples/sxhkdrc
-
-       if use examples ; then
-               dodoc -r examples
-               docompress -x /usr/share/doc/${PF}
-       fi
-
-}

diff --git a/x11-wm/berry/berry-0.1.12.ebuild b/x11-wm/berry/berry-0.1.12.ebuild
deleted file mode 100644
index 8bc6cc1269..0000000000
--- a/x11-wm/berry/berry-0.1.12.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit toolchain-funcs
-
-DESCRIPTION="A byte-sized window manager written in C"
-HOMEPAGE="https://berrywm.org";
-SRC_URI="https://github.com/JLErvin/berry/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-DEPEND="
-       x11-libs/libxcb
-       x11-libs/xcb-util
-       x11-libs/xcb-util-wm
-       x11-libs/libXinerama
-       x11-libs/libX11
-       x11-libs/libXft
-"
-RDEPEND="${DEPEND}
-       x11-misc/sxhkd
-"
-
-src_compile() {
-       emake CC="$(tc-getCC)"
-}
-
-src_install() {
-       emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" 
DOCPREFIX="${EPREFIX}/usr/share/doc/${PF}" install
-
-       insinto /etc/xdg/sxhkd
-       doins examples/sxhkdrc
-
-       if use examples ; then
-               dodoc -r examples
-               docompress -x /usr/share/doc/${PF}
-       fi
-
-}

diff --git a/x11-wm/berry/metadata.xml b/x11-wm/berry/metadata.xml
deleted file mode 100644
index 95ede205ac..0000000000
--- a/x11-wm/berry/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-needed -->
-       <upstream>
-               <remote-id type="github">JLErvin/berry</remote-id>
-       </upstream>
-</pkgmetadata>

Reply via email to