diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-04-25 12:03:17 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-04-25 12:09:39 -0400 |
commit | 8b5222a2e77a6b953e96179a2c8869ba32cf27f4 (patch) | |
tree | 6ff95bd017f8f3137548642acaa556ac071b2ef1 /x11-apps | |
parent | x11-apps/xedit: Drop old versions (diff) | |
download | gentoo-8b5222a2e77a6b953e96179a2c8869ba32cf27f4.tar.gz gentoo-8b5222a2e77a6b953e96179a2c8869ba32cf27f4.tar.bz2 gentoo-8b5222a2e77a6b953e96179a2c8869ba32cf27f4.zip |
x11-apps/xload: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xload/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xload/xload-1.1.4.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/x11-apps/xload/Manifest b/x11-apps/xload/Manifest index e40538f0ea45..6f501a730c31 100644 --- a/x11-apps/xload/Manifest +++ b/x11-apps/xload/Manifest @@ -1,2 +1 @@ -DIST xload-1.1.4.tar.xz 133204 BLAKE2B 46002e9bb6156552c9dada2daf68723638b822df6b87433682dbdffa684bd8b344dba2d66c6d2a9bef60f148455fb64885d9a5e28b319367df3dfed267cc0841 SHA512 114babe4e5a60f4713f9e4627ee0a1bbb2f1f238cb46f24c38aecff67f25e6b0f58cbd554c71095ddc2b01398adbfa379550a34c23c413db52157648028554f2 DIST xload-1.2.0.tar.xz 134996 BLAKE2B 178d264836b23ede8392371bc3b7f1c56eccf930ef8c30aa4526869d666e6788b367de69f31c96e1c48010abc77d66722a99e8994372977974f9af15ca9b5abe SHA512 b6143f796f7d24bb204e29f341f59c27a0eba00ae58e42bde0d1471e3e9357a0ce5e9e23de119d2540c9f5c71d28eb1e85dd766b6b28a7f066805b5f386aa716 diff --git a/x11-apps/xload/xload-1.1.4.ebuild b/x11-apps/xload/xload-1.1.4.ebuild deleted file mode 100644 index 868a96e6472a..000000000000 --- a/x11-apps/xload/xload-1.1.4.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -XORG_TARBALL_SUFFIX="xz" -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} - x11-base/xorg-proto" -BDEPEND="sys-devel/gettext" |