diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-11-25 12:15:42 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-11-25 12:31:02 -0500 |
commit | 460b7061b36a8834edac21320ade7f232e642f53 (patch) | |
tree | bc817bc7c564140cf865ff81cefed75b143eabcd /x11-libs | |
parent | x11-drivers/xf86-video-siliconmotion: Drop old versions (diff) | |
download | gentoo-460b7061b36a8834edac21320ade7f232e642f53.tar.gz gentoo-460b7061b36a8834edac21320ade7f232e642f53.tar.bz2 gentoo-460b7061b36a8834edac21320ade7f232e642f53.zip |
x11-libs/libXrandr: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXrandr/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libXrandr/libXrandr-1.5.3.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/x11-libs/libXrandr/Manifest b/x11-libs/libXrandr/Manifest index d74c0c6c9276..d14de463eccd 100644 --- a/x11-libs/libXrandr/Manifest +++ b/x11-libs/libXrandr/Manifest @@ -1,2 +1 @@ -DIST libXrandr-1.5.3.tar.xz 282316 BLAKE2B ec3c9cd4dfaa68332c947a46cf47651c60f97d26522e9a63c5a857c0f48f06c305ed4b2633ab0b8190f9dd74b367227fa869b42031a2d1986bdfd79545d1d9ea SHA512 0c385fc304a872048ffca5cfb8789dfe3132e3126894d54b2fe642dff19d286e7ade1d2f6da894e03788df9c5cf31427c674e987143037b7d385b19285590edb DIST libXrandr-1.5.4.tar.xz 282928 BLAKE2B 683205e5d2727dca1319c096ce035469bc9c70844f57750df465d19fad31c3aadd3535860f5c02aebed324b41ffe4471c0389128fc3d15ef560956bc196ff489 SHA512 f7c0b083943e11b4cc3c97e10e2cbbc3920fe0c9c5031ef86fca2eb5df413d767caf53dca266abf65395eb10e55354c8fe59ed6b3265402ffccb919a813bc781 diff --git a/x11-libs/libXrandr/libXrandr-1.5.3.ebuild b/x11-libs/libXrandr/libXrandr-1.5.3.ebuild deleted file mode 100644 index 2937fa4dff89..000000000000 --- a/x11-libs/libXrandr/libXrandr-1.5.3.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -XORG_MULTILIB=yes -XORG_TARBALL_SUFFIX="xz" -inherit xorg-3 - -DESCRIPTION="X.Org Xrandr 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 ~x64-solaris" -IUSE="doc" - -RDEPEND=" - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] - >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] - >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - x11-base/xorg-proto" |