diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-04-03 23:12:38 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-04-03 23:12:38 -0400 |
commit | cf35932b1ef91d6321a117a026aeb718f3178f8e (patch) | |
tree | ba4779b00068024ec5bf54233211759c759babee /x11-apps | |
parent | x11-apps/editres: Drop old versions (diff) | |
download | gentoo-cf35932b1ef91d6321a117a026aeb718f3178f8e.tar.gz gentoo-cf35932b1ef91d6321a117a026aeb718f3178f8e.tar.bz2 gentoo-cf35932b1ef91d6321a117a026aeb718f3178f8e.zip |
x11-apps/listres: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/listres/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/listres/listres-1.0.5.ebuild | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/x11-apps/listres/Manifest b/x11-apps/listres/Manifest index 113614f96ada..1868ae2d0c0e 100644 --- a/x11-apps/listres/Manifest +++ b/x11-apps/listres/Manifest @@ -1,2 +1 @@ -DIST listres-1.0.5.tar.xz 119596 BLAKE2B 849b41415eaf7d5251d8fb1cee061e8272e8abd4df986b28737d0a215953be692fe3b0c008a0bf7c831c5c6664ab1402c5034b2685cd3d799bae77a0296b0f8e SHA512 caa3626773031fbf6d8bcc1f697afe6add64fe4a8d1d766c42d5c2346050869dd23a26a1718411134ab05c75835facf0786cab5595721a16df423cdc54dd813d DIST listres-1.0.6.tar.xz 120540 BLAKE2B 33f400470d573e18e1ee3dd95cb06313badbbcc44d74cd27b1006fc6b6a39997cf8b283412c8f15c9a4d37f03fb681d92d3cc9aee3c4191984ad18eb0e988929 SHA512 182919c8ba5569af3dbf59421de2dfd3e755b3bd2d6d548c6d2664c20b73f937e64dc73811821c19af93fffbc2d5c8d2db8d9cdd9bf1b93b0f29cb683e13ebe7 diff --git a/x11-apps/listres/listres-1.0.5.ebuild b/x11-apps/listres/listres-1.0.5.ebuild deleted file mode 100644 index 7d4f96da339a..000000000000 --- a/x11-apps/listres/listres-1.0.5.ebuild +++ /dev/null @@ -1,17 +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="list resources in widgets" -KEYWORDS="amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~s390 sparc x86" - -RDEPEND="x11-libs/libX11 - x11-libs/libXt - x11-libs/libXmu - x11-libs/libXaw" -DEPEND="${RDEPEND} - x11-base/xorg-proto" |