diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-01-26 12:30:37 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-01-26 12:46:09 -0500 |
commit | afe7e50714240d49faffb87f3099fa1bb0f9b626 (patch) | |
tree | 244721e9de9c92928a709cecab78132637e6a644 /x11-libs | |
parent | x11-libs/libXScrnSaver: Drop old versions (diff) | |
download | gentoo-afe7e50714240d49faffb87f3099fa1bb0f9b626.tar.gz gentoo-afe7e50714240d49faffb87f3099fa1bb0f9b626.tar.bz2 gentoo-afe7e50714240d49faffb87f3099fa1bb0f9b626.zip |
x11-libs/libXau: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXau/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libXau/libXau-1.0.10.ebuild | 15 |
2 files changed, 0 insertions, 16 deletions
diff --git a/x11-libs/libXau/Manifest b/x11-libs/libXau/Manifest index 076d38cd39bd..564f4c325e6e 100644 --- a/x11-libs/libXau/Manifest +++ b/x11-libs/libXau/Manifest @@ -1,2 +1 @@ -DIST libXau-1.0.10.tar.xz 271724 BLAKE2B 391296f1a59ab6cf93323bbd6e297c88ace6bc769eaed1d9ed3047ac8ab49498c7e9022708597e071da342fc3581de37f347d1049dce9c80c3191a89e2f147c1 SHA512 e56a862a7bbccb108c9683eeb8b643d2587a121dd96982e1e7edc5bd0b676302d244bfaa750afc7fb2ad31df8b825095d779b6e2ab2c76f94e47095d90071ebb DIST libXau-1.0.11.tar.xz 274108 BLAKE2B ffd037d6a5bd8bbf10d15747469c5277b3061b87793d8acf095f60aa121bdc0831da9d3e6c369846fd40d2ba03ef209e1e8febff64736d4ececd135a8fabb0a3 SHA512 f56abba3bef3fdd4739dfa69367a4251b5fab7c89194c9aece9efa66b9ebbf0736690cc9bd654aab19d9db377e4b9a5268c9c020b3d293bb5351bff5fe75a4dd diff --git a/x11-libs/libXau/libXau-1.0.10.ebuild b/x11-libs/libXau/libXau-1.0.10.ebuild deleted file mode 100644 index 075339292021..000000000000 --- a/x11-libs/libXau/libXau-1.0.10.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -XORG_DOC=doc -XORG_MULTILIB=yes -XORG_TARBALL_SUFFIX="xz" -inherit xorg-3 - -DESCRIPTION="X.Org X authorization library" - -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" - -DEPEND="x11-base/xorg-proto" |