diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-11-17 23:45:32 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-11-17 23:46:52 -0800 |
commit | c01658a7b57efd1da0f8c1c5b10b2609ff6b6dbf (patch) | |
tree | 2d3d4390455204b0d3c15702530c0a2cd76091e9 /x11-apps/xrestop | |
parent | x11-apps/xrdb: Drop old versions (diff) | |
download | gentoo-c01658a7b57efd1da0f8c1c5b10b2609ff6b6dbf.tar.gz gentoo-c01658a7b57efd1da0f8c1c5b10b2609ff6b6dbf.tar.bz2 gentoo-c01658a7b57efd1da0f8c1c5b10b2609ff6b6dbf.zip |
x11-apps/xrestop: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xrestop')
-rw-r--r-- | x11-apps/xrestop/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xrestop/xrestop-0.4.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/x11-apps/xrestop/Manifest b/x11-apps/xrestop/Manifest index 77f1709a3f53..1b42b5205229 100644 --- a/x11-apps/xrestop/Manifest +++ b/x11-apps/xrestop/Manifest @@ -1,2 +1 @@ -DIST xrestop-0.4.tar.gz 92308 BLAKE2B 5bfe6e9ccd49038e7884be8379e79f3de2bc960588dc21fbbe40d2acb89c6505efd78a9415e0ba8feb24986f11f066ce641b9c933f241776bbc1b3e59fd520f0 SHA512 eb7bf2f3ab7b73708c96d56fd466cb362d711242dd46992fa3e693af2d26995e9baa91075eb445ef227e1342deec5e0e22b37139e80399e4051c9f5cad8fd9b6 DIST xrestop-0.5.tar.bz2 135537 BLAKE2B cbb58870ff16148a34468231478c723fc41932c1e17156304a1885b52c17d870339c88bc4acde16d28cdd22cb227c2190b6b33bd472b047a82261924e681c889 SHA512 f50e1fcba2fdb6167f93b9edae721556bc411232a9d7cc1df853e588cd92608c9ca652bee1aaf5cfe3750d6c60db6c6cd1c6797e282841cc535051e78b2c4c1d diff --git a/x11-apps/xrestop/xrestop-0.4.ebuild b/x11-apps/xrestop/xrestop-0.4.ebuild deleted file mode 100644 index 42d0def453a2..000000000000 --- a/x11-apps/xrestop/xrestop-0.4.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="'Top' like statistics of X11 client's server side resource usage" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/xrestop" -SRC_URI="http://projects.o-hand.com/sources/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ppc ~ppc64 sparc x86" - -RDEPEND=" - x11-libs/libX11 - x11-libs/libXres - x11-libs/libXt -" -DEPEND=" - ${RDEPEND} - x11-base/xorg-proto -" -BDEPEND="virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog NEWS README ) - -PATCHES=( - "${FILESDIR}"/${P}-tinfo.patch -) - -src_prepare() { - default - - eautoreconf -} |