diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-01-26 12:31:02 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-01-26 12:46:10 -0500 |
commit | 65fdb6e18e8a9162f613b0cfcdafb4fd24512fe7 (patch) | |
tree | ca421e7d3a474381dfde104f5773d746901537dd /x11-libs/libXv | |
parent | x11-libs/libXres: Drop old versions (diff) | |
download | gentoo-65fdb6e18e8a9162f613b0cfcdafb4fd24512fe7.tar.gz gentoo-65fdb6e18e8a9162f613b0cfcdafb4fd24512fe7.tar.bz2 gentoo-65fdb6e18e8a9162f613b0cfcdafb4fd24512fe7.zip |
x11-libs/libXv: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libXv')
-rw-r--r-- | x11-libs/libXv/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libXv/libXv-1.0.11-r2.ebuild | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/x11-libs/libXv/Manifest b/x11-libs/libXv/Manifest index f93249e10843..972bbbc76147 100644 --- a/x11-libs/libXv/Manifest +++ b/x11-libs/libXv/Manifest @@ -1,2 +1 @@ -DIST libXv-1.0.11.tar.bz2 317921 BLAKE2B 3c656e1f5cd02c936813b3e10a359d23e7a8643a45ade42ddd584084ba04d09cafbefcc68ab9356b78c1a716a050637062e956c7f50a03a522d28ff7aa31c3b0 SHA512 97cb3ab06cedc87799d06e1affd5cee32ed0e551903fa5c915f79e7ed92eded867e3220b4a663822f7ebd86fdc71b09943b7077d98f1200019992e8d24144e58 DIST libXv-1.0.12.tar.xz 276020 BLAKE2B 567e824b77dd05a9e48f0ff0a4591d7088ee5b681b8822cda6a89c85b14a7471603cc5c80138d0734d7adaf9746610d443013492d10aa2a9efe4749e15e0388c SHA512 bdd00de1ce6a8911056181ab4de32f9e319a68567389162d4bc2e3c9946d5f3c60f87eb6c53f74c9b6a342255e591d5fef4a445a4ac8ca3c1b6fe87d42c51c1e diff --git a/x11-libs/libXv/libXv-1.0.11-r2.ebuild b/x11-libs/libXv/libXv-1.0.11-r2.ebuild deleted file mode 100644 index 327727dc55f7..000000000000 --- a/x11-libs/libXv/libXv-1.0.11-r2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -XORG_DOC=doc -XORG_MULTILIB=yes -inherit xorg-3 - -DESCRIPTION="X.Org Xv library" - -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" - -RDEPEND="x11-base/xorg-proto - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] - >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" |