summaryrefslogtreecommitdiff
path: root/x11-misc/wininfo
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /x11-misc/wininfo
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'x11-misc/wininfo')
-rw-r--r--x11-misc/wininfo/Manifest1
-rw-r--r--x11-misc/wininfo/files/wininfo-0.7-desktop-entry.patch13
-rw-r--r--x11-misc/wininfo/metadata.xml8
-rw-r--r--x11-misc/wininfo/wininfo-0.7-r2.ebuild29
4 files changed, 0 insertions, 51 deletions
diff --git a/x11-misc/wininfo/Manifest b/x11-misc/wininfo/Manifest
deleted file mode 100644
index c24e1fe7c20a..000000000000
--- a/x11-misc/wininfo/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST wininfo-0.7.tar.gz 479409 BLAKE2B 53d75982dae473aa80ce1cd2521e88e16b80378bc82e444fa27fcd4e321773626167e8bbdb4b81c559064f9a4521b0562b3527493c7b5d45723d1d2479990c05 SHA512 de46321d6174af0369d8e01e14073601b268f0063a99bb84736217403ddeb3cd715513afc0b962887f0c2dd7fd7397acea2aac0b55745955e31969c14ffef003
diff --git a/x11-misc/wininfo/files/wininfo-0.7-desktop-entry.patch b/x11-misc/wininfo/files/wininfo-0.7-desktop-entry.patch
deleted file mode 100644
index 9cdd6a26ed30..000000000000
--- a/x11-misc/wininfo/files/wininfo-0.7-desktop-entry.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/docs/xdg-wininfo.desktop
-+++ b/docs/xdg-wininfo.desktop
-@@ -1,9 +1,8 @@
- [Desktop Entry]
--Encoding=UTF-8
- Comment=A window information utility for X
- Exec=wininfo
- Name=X Window Information
- GenericName=X Debugging Tool
- Terminal=false
- Type=Application
--Categories=Application;Development;
-+Categories=Development;GTK;
diff --git a/x11-misc/wininfo/metadata.xml b/x11-misc/wininfo/metadata.xml
deleted file mode 100644
index d3e0f4631255..000000000000
--- a/x11-misc/wininfo/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>desktop-misc@gentoo.org</email>
- <name>Gentoo Desktop Miscellaneous Project</name>
- </maintainer>
-</pkgmetadata>
diff --git a/x11-misc/wininfo/wininfo-0.7-r2.ebuild b/x11-misc/wininfo/wininfo-0.7-r2.ebuild
deleted file mode 100644
index 9ac83c6ebbb0..000000000000
--- a/x11-misc/wininfo/wininfo-0.7-r2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="An X app that follows your pointer providing information about the windows below"
-HOMEPAGE="https://freedesktop.org/Software/wininfo"
-SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-
-RDEPEND="
- x11-libs/gtk+:2
- x11-libs/libX11
- x11-libs/libXres
- x11-libs/libXext"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}"/${P}-desktop-entry.patch )
-
-src_prepare() {
- default
- eautoreconf
-}