summaryrefslogtreecommitdiff
path: root/x11-apps/xrestop
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-05 21:37:49 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-05 21:37:49 +0100
commit50c291a3ace58006f8fa9cf44a36f6e42bff2b54 (patch)
tree6d245677a5bb2d38b74c141346e35465540e9b7f /x11-apps/xrestop
parent53623081143d09702d8f3d7224e9da8c5f681c3b (diff)
gentoo auto-resync : 05:06:2023 - 21:37:49
Diffstat (limited to 'x11-apps/xrestop')
-rw-r--r--x11-apps/xrestop/Manifest3
-rw-r--r--x11-apps/xrestop/files/xrestop-0.4-tinfo.patch10
-rw-r--r--x11-apps/xrestop/xrestop-0.5.ebuild32
3 files changed, 0 insertions, 45 deletions
diff --git a/x11-apps/xrestop/Manifest b/x11-apps/xrestop/Manifest
index ef174b132370..a2172e5c9224 100644
--- a/x11-apps/xrestop/Manifest
+++ b/x11-apps/xrestop/Manifest
@@ -1,6 +1,3 @@
-AUX xrestop-0.4-tinfo.patch 291 BLAKE2B b96d892c87a8133987baa94e5cb4917bc5d743c24ec11a2ec67afafc7206654b88c17f54377f2d1bf0c9fb92df8de16c99e4d0f9a15ff80a9417da2de31bc6fa SHA512 21993ada033d4ec744b55faa71afd736a99423f12071a64e1445958de979631ce42a908e14ef194e819de98766c92a2c2470b2c88d172879ec5fc4c20212566f
-DIST xrestop-0.5.tar.bz2 135537 BLAKE2B cbb58870ff16148a34468231478c723fc41932c1e17156304a1885b52c17d870339c88bc4acde16d28cdd22cb227c2190b6b33bd472b047a82261924e681c889 SHA512 f50e1fcba2fdb6167f93b9edae721556bc411232a9d7cc1df853e588cd92608c9ca652bee1aaf5cfe3750d6c60db6c6cd1c6797e282841cc535051e78b2c4c1d
DIST xrestop-0.6.tar.xz 125128 BLAKE2B 59424d3a1d2aa0b41b55c901686c032bcddbed167474e6a759705024bf017b6bfdad7ef9263609c14ab4db8ca087357cbc66f9c39f80a70b9740f4c2a2fe07b7 SHA512 bc46aa1f0664961a42a2ed1f204c3c3959429805936fcdd91a2bdbb7c46d8a19a213c9997f7d2365948220bdbc6d39ea654c5085baf6f7309540445877b62e3b
-EBUILD xrestop-0.5.ebuild 599 BLAKE2B 56c3264696e0b91583263c3a24f5c078f4f419269aecdeaccd89230542ecd9d3e9f9f76caead6e5ad234a143c5295d5527409e3dffd1198abd7f56f3367ac911 SHA512 89076f6f277a800ce6faff99cb87717777374066425c0feb14bd34e5a58161bfad9fc23768d7ce01033a8e8af02887a6f15944276ff286dab004e36e1e4900eb
EBUILD xrestop-0.6.ebuild 535 BLAKE2B 60ba09dbef7891a4c805abee2b51c1a731d319675dc021f80f51af4ff1985bff24ffb7a2c741237d4faa5e22311f0340ee0ca1b3020f2a58b0c3f4a836a9d95f SHA512 23de58756340c9d6f908f8da04f1e04666a4e5b606213ad3e3b8ef65025f31e72e94b228f0045340699f891571ff65987bc0cdac7f4eb64cba096069115ce9a9
MISC metadata.xml 338 BLAKE2B 0ed6b9febb71b6ff1a5b8fd5ae50255db3cbfa0ea9ae95b1a8c30857d62f5a5a9fbcd80754075171c248eee5cccb9efb23881fba7ccbda6645c1e757c110b0a4 SHA512 2c677e4d4b4d14638499845dcc35a8673f4b4183f26d40b433e6806c16b89006f1c21c505c5fcdf1ea33bc290ff593c76e78170d943f588c170c9f2bbb0cf560
diff --git a/x11-apps/xrestop/files/xrestop-0.4-tinfo.patch b/x11-apps/xrestop/files/xrestop-0.4-tinfo.patch
deleted file mode 100644
index ef2de121e839..000000000000
--- a/x11-apps/xrestop/files/xrestop-0.4-tinfo.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -65,6 +65,7 @@
-
- # check for ncurses, fall back to curses
- AC_CHECK_LIB([ncurses], [initscr],,AC_CHECK_LIB([curses], [initscr]))
-+AC_SEARCH_LIBS([stdscr], [tinfo])
-
- if test "x$GCC" = "xyes"; then
- GCC_WARNINGS="-Wall -fno-strict-aliasing"
diff --git a/x11-apps/xrestop/xrestop-0.5.ebuild b/x11-apps/xrestop/xrestop-0.5.ebuild
deleted file mode 100644
index 23d5c65b4980..000000000000
--- a/x11-apps/xrestop/xrestop-0.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-XORG_EAUTORECONF=yes
-inherit xorg-3
-
-DESCRIPTION="'Top' like statistics of X11 client's server side resource usage"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/xrestop"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 sparc x86"
-
-RDEPEND="
- sys-libs/ncurses:=
- x11-libs/libX11
- x11-libs/libXres
- x11-libs/libXt
-"
-DEPEND="
- ${RDEPEND}
- x11-base/xorg-proto
-"
-BDEPEND="virtual/pkgconfig"
-
-DOCS=( ChangeLog )
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.4-tinfo.patch
-)