diff options
author | 2022-12-03 20:22:01 -0500 | |
---|---|---|
committer | 2022-12-03 21:36:03 -0500 | |
commit | cedf822291e3012f90c504926d2bc29437d7169c (patch) | |
tree | a7cb91751966deef0583b64ae7790fd003373c16 /x11-apps | |
parent | x11-apps/smproxy: Drop old versions (diff) | |
download | gentoo-cedf822291e3012f90c504926d2bc29437d7169c.tar.gz gentoo-cedf822291e3012f90c504926d2bc29437d7169c.tar.bz2 gentoo-cedf822291e3012f90c504926d2bc29437d7169c.zip |
x11-apps/viewres: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/viewres/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/viewres/viewres-1.0.6.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/x11-apps/viewres/Manifest b/x11-apps/viewres/Manifest index de7f51b1504b..bcd7454c30db 100644 --- a/x11-apps/viewres/Manifest +++ b/x11-apps/viewres/Manifest @@ -1,2 +1 @@ -DIST viewres-1.0.6.tar.bz2 135200 BLAKE2B 96677c7c02e56be5da7f8f9d492f22cca5c6ea83a783725fd9fd86381b00062f3b83cbdb88c4030d9f0a52ccb8f06978232adb8e5f0002db06abcb7ff6d35ac9 SHA512 3f4cfc61608bc6c9b35ef66ceb473661ca01946d3306d54040d32803e8e0eec506a0ce37ea22bfe514544a6ba9645fd30f39b20c063aff696b3c0fda3fe95dff DIST viewres-1.0.7.tar.xz 128608 BLAKE2B 95a994cdbfa0943c76298df8c2d7e0fc2aab8cf7c1c31cc76538ab7a9f5a22ff1bb515c8f8c9ebfdfcc490600696bd5184029182edf52d3af311cf4a4825624d SHA512 75878faee001163891adf8472c79b31273f794e23dd775c80b33acdd1ce76df708eb27a49c20f79b7101ad676e1d50d9c857c2e2e0930c6209eeb7af8a11397c diff --git a/x11-apps/viewres/viewres-1.0.6.ebuild b/x11-apps/viewres/viewres-1.0.6.ebuild deleted file mode 100644 index 20d189645d94..000000000000 --- a/x11-apps/viewres/viewres-1.0.6.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit xorg-3 - -DESCRIPTION="graphical class browser for Xt" - -KEYWORDS="amd64 arm ~hppa ~mips ppc ppc64 ~s390 sparc x86" -IUSE="" - -RDEPEND=" - x11-libs/libX11 - x11-libs/libXaw - x11-libs/libXt - x11-libs/libXmu" -DEPEND="${RDEPEND} - x11-base/xorg-proto" |