diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-03-13 15:48:08 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-03-13 16:07:15 -0400 |
commit | 59c5ee6cfba92225648d1d2b98bff347a3fee1ce (patch) | |
tree | 1340115d1b3d99a5e7b70e7ac9bbe1b476d9a3bb /x11-apps/xvidtune | |
parent | x11-apps/xdriinfo: Drop old versions (diff) | |
download | gentoo-59c5ee6cfba92225648d1d2b98bff347a3fee1ce.tar.gz gentoo-59c5ee6cfba92225648d1d2b98bff347a3fee1ce.tar.bz2 gentoo-59c5ee6cfba92225648d1d2b98bff347a3fee1ce.zip |
x11-apps/xvidtune: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xvidtune')
-rw-r--r-- | x11-apps/xvidtune/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xvidtune/xvidtune-1.0.3.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/x11-apps/xvidtune/Manifest b/x11-apps/xvidtune/Manifest index bc258a3c72a0..f46dbee01c5e 100644 --- a/x11-apps/xvidtune/Manifest +++ b/x11-apps/xvidtune/Manifest @@ -1,2 +1 @@ -DIST xvidtune-1.0.3.tar.bz2 128492 BLAKE2B 87271fa736f1c377f48f36fbb63a28ad0e6327ca612b681328aec44cafa839f5e1c04b239907e25f547b5a69e7dbd92bccd3500ed20760efcf18fb570078241b SHA512 0f8a4fca1b544ef8f9623246fb0ece75739a0889f2e729c040cd768c595f0bbbfa3a665576369032535c34c7d55784a29b62f0d51432bf2b75d2cec619db7352 DIST xvidtune-1.0.4.tar.xz 130156 BLAKE2B d75bc940c9dc98769ac162aaa9f6d833952bf7a86166f76e219cfa14127acd7249fd22a4800efb56a7a2cc3e73d413cdaaabbb8250c275d1065780541fe49365 SHA512 747d5358f4f7d3d7db508c3f034711ce4b9dd278160d35312e9c4d1604623e84a2438d039b536546fd2df7db8c5ea1907e8a6101985fad2932b6dee5a62c7b80 diff --git a/x11-apps/xvidtune/xvidtune-1.0.3.ebuild b/x11-apps/xvidtune/xvidtune-1.0.3.ebuild deleted file mode 100644 index ab715555c4b3..000000000000 --- a/x11-apps/xvidtune/xvidtune-1.0.3.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xorg-3 - -DESCRIPTION="video mode tuner for Xorg" - -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~s390 sparc x86" - -RDEPEND=" - x11-libs/libXaw - x11-libs/libXmu - x11-libs/libX11 - x11-libs/libXt - x11-libs/libXxf86vm" -DEPEND=" - ${RDEPEND} - x11-base/xorg-proto" |