commit:     f6eb03afa1aee93cff2e0f96d572fef7f80b2d60
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 27 10:58:23 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Jan 27 11:07:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6eb03af

x11-misc/xowl: treeclean

Closes: https://bugs.gentoo.org/888173
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 profiles/package.mask          |  6 ------
 x11-misc/xowl/metadata.xml     |  8 -------
 x11-misc/xowl/xowl-9999.ebuild | 48 ------------------------------------------
 3 files changed, 62 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 095219a7a15f..249632384627 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -759,12 +759,6 @@ media-libs/kodi-platform
 media-plugins/kodi-game-libretro-fceumm
 media-plugins/kodi-peripheral-steamcontroller
 
-# Arthur Zamarin <[email protected]> (2022-12-24)
-# EAPI=6 ebuilds, live only packages for 5.79 years!
-# maintainer-needed packages for a long time.
-# Removal: 2023-01-23.  Bug #888173.
-x11-misc/xowl
-
 # Georgy Yakovlev <[email protected]> (2022-12-19)
 # This version currently is not compatible with kernel build (yet)
 ~dev-util/bindgen-0.63.0

diff --git a/x11-misc/xowl/metadata.xml b/x11-misc/xowl/metadata.xml
deleted file mode 100644
index 1e7482581ef7..000000000000
--- a/x11-misc/xowl/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">seanpringle/xowl</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/x11-misc/xowl/xowl-9999.ebuild b/x11-misc/xowl/xowl-9999.ebuild
deleted file mode 100644
index e563aab37668..000000000000
--- a/x11-misc/xowl/xowl-9999.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic git-r3 savedconfig toolchain-funcs
-
-DESCRIPTION="X11 Obstinate Window Lister"
-HOMEPAGE="https://github.com/seanpringle/xowl";
-EGIT_REPO_URI="https://github.com/seanpringle/xowl";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND="
-       x11-libs/libX11
-       x11-libs/libXft
-       x11-libs/libXinerama
-"
-DEPEND="
-       ${RDEPEND}
-       virtual/pkgconfig
-"
-
-src_prepare() {
-       default
-       restore_config config.h
-}
-
-src_configure() {
-       tc-export CC PKG_CONFIG
-}
-
-src_compile() {
-       XOAT_COMPILE=(
-               ${CC} -o ${PN} ${PN}.c ${CFLAGS} -std=c99 ${LDFLAGS}
-               $(${PKG_CONFIG} --cflags --libs x11 xft xinerama)
-       )
-       echo ${XOAT_COMPILE[@]}
-       ${XOAT_COMPILE[@]} || die
-}
-
-src_install() {
-       dobin xowl
-       dodoc xowl.md
-       doman xowl.1
-       save_config config.h
-}

Reply via email to