diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-05-29 11:14:40 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-05-29 11:16:23 -0700 |
commit | 892375444685b5390aa0e74ce92d317e159925a7 (patch) | |
tree | 75bafb8a51632855d9ce162f231934d79324caa7 /x11-libs | |
parent | x11-libs/libXaw: Drop old versions (diff) | |
download | gentoo-892375444685b5390aa0e74ce92d317e159925a7.tar.gz gentoo-892375444685b5390aa0e74ce92d317e159925a7.tar.bz2 gentoo-892375444685b5390aa0e74ce92d317e159925a7.zip |
x11-libs/libXfixes: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXfixes/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libXfixes/libXfixes-5.0.3-r3.ebuild | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/x11-libs/libXfixes/Manifest b/x11-libs/libXfixes/Manifest index 434dadc8341f..74e6a19a9eba 100644 --- a/x11-libs/libXfixes/Manifest +++ b/x11-libs/libXfixes/Manifest @@ -1,2 +1 @@ -DIST libXfixes-5.0.3.tar.bz2 294400 BLAKE2B b9a6ce65bef20c24cd75985d7518ab19d7874419d508f4ca6767fe804adfd0e3baebaab69aa9c201901192b8ff5067f5de8d10362ef5c9b6ec12363553389639 SHA512 72d5ee496e5c0520c95ef6bbb52deff1ee4c29792f11aa17aeb25c8ec5eb992ca502de040c77ad95835d1b1432f315b6cb7a3308b434847c28b9c2c6f9d1ac10 DIST libXfixes-6.0.0.tar.bz2 297270 BLAKE2B 082f321bb10b02f34c439adf45ed5f9cf3c3045d68673144261aae739bad063b02f235fd80398acd2632e10816f09382c4ea661c5db4cd868d24ae1b3486b83b SHA512 1985ef156f382e9a7e1cc7e044e0f626de1e4c82557a511cbcf6431994c0ac25b1f8b3a0293bd3089331593db8ce01d3a71ddec68f19b5fe6029d5082fb6885d diff --git a/x11-libs/libXfixes/libXfixes-5.0.3-r3.ebuild b/x11-libs/libXfixes/libXfixes-5.0.3-r3.ebuild deleted file mode 100644 index bb712bb9da89..000000000000 --- a/x11-libs/libXfixes/libXfixes-5.0.3-r3.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2021 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 Xfixes library" - -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" - -RDEPEND=" - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - x11-base/xorg-proto" |