summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-06-05 11:28:53 -0400
committerMatt Turner <mattst88@gentoo.org>2023-06-05 11:39:40 -0400
commit5a4a485e4c8019489c9797da79677babb5f546b2 (patch)
tree3539701dddda3e93a50b33d5f1cced7953ff9ec1 /x11-apps
parentx11-apps/xinput: Drop old versions (diff)
downloadgentoo-5a4a485e4c8019489c9797da79677babb5f546b2.tar.gz
gentoo-5a4a485e4c8019489c9797da79677babb5f546b2.tar.bz2
gentoo-5a4a485e4c8019489c9797da79677babb5f546b2.zip
x11-apps/xrestop: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xrestop/Manifest1
-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, 43 deletions
diff --git a/x11-apps/xrestop/Manifest b/x11-apps/xrestop/Manifest
index 535681cd4a77..0e4f8b08c70b 100644
--- a/x11-apps/xrestop/Manifest
+++ b/x11-apps/xrestop/Manifest
@@ -1,2 +1 @@
-DIST xrestop-0.5.tar.bz2 135537 BLAKE2B cbb58870ff16148a34468231478c723fc41932c1e17156304a1885b52c17d870339c88bc4acde16d28cdd22cb227c2190b6b33bd472b047a82261924e681c889 SHA512 f50e1fcba2fdb6167f93b9edae721556bc411232a9d7cc1df853e588cd92608c9ca652bee1aaf5cfe3750d6c60db6c6cd1c6797e282841cc535051e78b2c4c1d
DIST xrestop-0.6.tar.xz 125128 BLAKE2B 59424d3a1d2aa0b41b55c901686c032bcddbed167474e6a759705024bf017b6bfdad7ef9263609c14ab4db8ca087357cbc66f9c39f80a70b9740f4c2a2fe07b7 SHA512 bc46aa1f0664961a42a2ed1f204c3c3959429805936fcdd91a2bdbb7c46d8a19a213c9997f7d2365948220bdbc6d39ea654c5085baf6f7309540445877b62e3b
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
-)