diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-01-26 12:30:44 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-01-26 12:46:10 -0500 |
commit | 441ed0f76bf31c7e8bcaa42a4957d64aeb60a9c9 (patch) | |
tree | fdd2927ebad7b3383ed2e6576dd2ea3caf6be0d9 /x11-libs/libXdmcp | |
parent | x11-libs/libXdamage: Drop old versions (diff) | |
download | gentoo-441ed0f76bf31c7e8bcaa42a4957d64aeb60a9c9.tar.gz gentoo-441ed0f76bf31c7e8bcaa42a4957d64aeb60a9c9.tar.bz2 gentoo-441ed0f76bf31c7e8bcaa42a4957d64aeb60a9c9.zip |
x11-libs/libXdmcp: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libXdmcp')
-rw-r--r-- | x11-libs/libXdmcp/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libXdmcp/libXdmcp-1.1.3-r1.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/x11-libs/libXdmcp/Manifest b/x11-libs/libXdmcp/Manifest index 0153a358b06f..83cc9235449b 100644 --- a/x11-libs/libXdmcp/Manifest +++ b/x11-libs/libXdmcp/Manifest @@ -1,2 +1 @@ -DIST libXdmcp-1.1.3.tar.bz2 332795 BLAKE2B 0c9df30450857dd2703c4bf54972d5a26c1b6f8e216b4f3173491def650cc32742554eee04c883670e783eb5f476df94ed2c0c52274a51e2bc54d45e5dcb8c77 SHA512 cb1d4650f97d66e73acd2465ec7d757b9b797cce2f85e301860a44997a461837eea845ec9bd5b639ec5ca34c804f8bdd870697a5ce3f4e270b687c9ef74f25ec DIST libXdmcp-1.1.4.tar.xz 295184 BLAKE2B 9360125a98bb38175be488a815eeb559e432dc2d2f60545b11dc315777de27ad68d34df7e73b0b7c14e58eaa8d92bf5a4055184df95df08cfb39dd896acc9f02 SHA512 83b384d43bfb034c395f83f97d1c6e73aa3d5faa8f8756b08e697c0b9c3c87189651b51e8213fbd1f5f9cbc2d8136cbf143627481744345d78cfe0ff2ad074a9 diff --git a/x11-libs/libXdmcp/libXdmcp-1.1.3-r1.ebuild b/x11-libs/libXdmcp/libXdmcp-1.1.3-r1.ebuild deleted file mode 100644 index 3ccb36d5f8f2..000000000000 --- a/x11-libs/libXdmcp/libXdmcp-1.1.3-r1.ebuild +++ /dev/null @@ -1,25 +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 X Display Manager Control Protocol 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" - -RDEPEND="elibc_glibc? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -src_configure() { - local XORG_CONFIGURE_OPTIONS=( - $(use_enable doc docs) - $(use_with doc xmlto) - --without-fop - ) - xorg-3_src_configure -} |