diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-05-29 11:13:29 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-05-29 11:23:16 -0400 |
commit | 3eac0718392ea7107d21fe48d4e1a9195839afc6 (patch) | |
tree | 01e0e303f6d4ab76d31959f0b4e2b1c25501e9ed /x11-apps/xload | |
parent | x11-apps/xedit: Drop old versions (diff) | |
download | gentoo-3eac0718392ea7107d21fe48d4e1a9195839afc6.tar.gz gentoo-3eac0718392ea7107d21fe48d4e1a9195839afc6.tar.bz2 gentoo-3eac0718392ea7107d21fe48d4e1a9195839afc6.zip |
x11-apps/xload: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xload')
-rw-r--r-- | x11-apps/xload/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xload/xload-1.1.3.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/x11-apps/xload/Manifest b/x11-apps/xload/Manifest index ebfbcfd6278c..16bc8dc9042c 100644 --- a/x11-apps/xload/Manifest +++ b/x11-apps/xload/Manifest @@ -1,2 +1 @@ -DIST xload-1.1.3.tar.bz2 140327 BLAKE2B e3e4e817b65a405b2e4733fbf736d2f2a9803436bd752d8fc14204f2c6e342dcf60c9fe69d749283ed53345020fbf7c250c91453d4b6634c41795e91e072cd46 SHA512 8dbc4f0cee7b30d7381be819152b27653d9b0049266e59bde2e2c972a88c4f2bdea766fc407bbdfef15d0aab30fedc756189a1048170a812853133a5094fe7a5 DIST xload-1.1.4.tar.xz 133204 BLAKE2B 46002e9bb6156552c9dada2daf68723638b822df6b87433682dbdffa684bd8b344dba2d66c6d2a9bef60f148455fb64885d9a5e28b319367df3dfed267cc0841 SHA512 114babe4e5a60f4713f9e4627ee0a1bbb2f1f238cb46f24c38aecff67f25e6b0f58cbd554c71095ddc2b01398adbfa379550a34c23c413db52157648028554f2 diff --git a/x11-apps/xload/xload-1.1.3.ebuild b/x11-apps/xload/xload-1.1.3.ebuild deleted file mode 100644 index 82a498240cfe..000000000000 --- a/x11-apps/xload/xload-1.1.3.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xorg-3 - -DESCRIPTION="system load average display for X" - -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - x11-libs/libXaw - x11-libs/libXmu - x11-libs/libXt - x11-libs/libX11" -DEPEND="${RDEPEND}" -BDEPEND="sys-devel/gettext" |