commit:     0dd3d8514a88637be674571ec61b6d19090ddebe
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 29 16:11:41 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Oct  8 18:40:33 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd3d851

x11-misc/xcave: treeclean

Closes: https://bugs.gentoo.org/955817 (pkgremoved)
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/package.mask                |  5 -----
 x11-misc/xcave/Manifest              |  1 -
 x11-misc/xcave/metadata.xml          |  8 --------
 x11-misc/xcave/xcave-2.5.1-r1.ebuild | 36 ------------------------------------
 4 files changed, 50 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index cf56fcf466fa..2e579f0c798a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -295,11 +295,6 @@ net-wireless/mdk
 # Removal on 2025-10-09.
 games-rpg/manaplus
 
-# Andreas Sturmlechner <[email protected]> (2025-09-09)
-# Broken by dev-libs/libxml2-2.14.2, abandoned by upstream, almost no one
-# else is packaging this. Bug #955817. Removal on 2025-10-09.
-x11-misc/xcave
-
 # Michał Górny <[email protected]> (2025-09-06)
 # Abandoned.  Incompatible with py3.14.  Last release in 2020.
 # No revdeps left.

diff --git a/x11-misc/xcave/Manifest b/x11-misc/xcave/Manifest
deleted file mode 100644
index f9c567da8ab4..000000000000
--- a/x11-misc/xcave/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xcave-2.5.1.tar.gz 786853 BLAKE2B 
e3b2290b01c16bff4dbe8d5167b4bed75fbe4225555e3ee3856115302329878550cbb4c35286c717eb46c3fd12b4d66323895cdbb292cc6f054360b53c3f9c1a
 SHA512 
6095c06d75f7c5d87a6d0f1c4c3a52071ffc1912d60ba07c95d9b8d84f0027ba24476f941828c4eecf801d7ca7f0bc168ddd2d162b3e863fc31ee6b4c9144cd4

diff --git a/x11-misc/xcave/metadata.xml b/x11-misc/xcave/metadata.xml
deleted file mode 100644
index 02ab588d0b09..000000000000
--- a/x11-misc/xcave/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>Gentoo Desktop Miscellaneous Project</name>
-  </maintainer>
-</pkgmetadata>

diff --git a/x11-misc/xcave/xcave-2.5.1-r1.ebuild 
b/x11-misc/xcave/xcave-2.5.1-r1.ebuild
deleted file mode 100644
index d6eb81854839..000000000000
--- a/x11-misc/xcave/xcave-2.5.1-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic
-
-DESCRIPTION="View and manage contents of your wine cellar"
-HOMEPAGE="http://xcave.free.fr/index-en.php";
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="test"
-
-RDEPEND="
-       dev-libs/libxml2:2=
-       gnome-base/libglade
-       x11-libs/gtk+:2
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       dev-util/intltool
-       sys-devel/gettext
-       virtual/pkgconfig
-"
-
-src_configure() {
-       append-cflags -fcommon
-       default
-}
-src_install() {
-       default
-       rm -rv "${ED}"/usr/doc || die
-}

Reply via email to