summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-05-01 13:40:30 -0700
committerMatt Turner <mattst88@gentoo.org>2019-05-01 13:40:30 -0700
commit8b76e63f4398c9ddf8e1daf7239dff722eda918f (patch)
treeb5bc85f84b7b4862334cbc8ab89f3e60767c1de9 /x11-libs/libXdmcp
parentx11-libs/libXdamage: Drop old versions (diff)
downloadgentoo-8b76e63f4398c9ddf8e1daf7239dff722eda918f.tar.gz
gentoo-8b76e63f4398c9ddf8e1daf7239dff722eda918f.tar.bz2
gentoo-8b76e63f4398c9ddf8e1daf7239dff722eda918f.zip
x11-libs/libXdmcp: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'x11-libs/libXdmcp')
-rw-r--r--x11-libs/libXdmcp/Manifest1
-rw-r--r--x11-libs/libXdmcp/libXdmcp-1.1.2-r2.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/x11-libs/libXdmcp/Manifest b/x11-libs/libXdmcp/Manifest
index 077ed3e471b2..d2b34b6db221 100644
--- a/x11-libs/libXdmcp/Manifest
+++ b/x11-libs/libXdmcp/Manifest
@@ -1,2 +1 @@
-DIST libXdmcp-1.1.2.tar.bz2 331518 BLAKE2B 1a6f98d03a2bce62cdf34be641096e0628ea133a1d2ce33d4cf35550c6cabddbe3519265644d44bec491bc246d7e1d361c86595b56d1d59fb72baaf6d1919316 SHA512 f96005934b8bc752059106f8caf7df0574f5ef3c7a83bd797497b56ca556a7ff4dc1d28195e421259e82ea027b5c738094add3ec107a22544c9070725d8d46bb
DIST libXdmcp-1.1.3.tar.bz2 332795 BLAKE2B 0c9df30450857dd2703c4bf54972d5a26c1b6f8e216b4f3173491def650cc32742554eee04c883670e783eb5f476df94ed2c0c52274a51e2bc54d45e5dcb8c77 SHA512 cb1d4650f97d66e73acd2465ec7d757b9b797cce2f85e301860a44997a461837eea845ec9bd5b639ec5ca34c804f8bdd870697a5ce3f4e270b687c9ef74f25ec
diff --git a/x11-libs/libXdmcp/libXdmcp-1.1.2-r2.ebuild b/x11-libs/libXdmcp/libXdmcp-1.1.2-r2.ebuild
deleted file mode 100644
index d5a2fe314b11..000000000000
--- a/x11-libs/libXdmcp/libXdmcp-1.1.2-r2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_DOC=doc
-XORG_MULTILIB=yes
-inherit xorg-2
-
-DESCRIPTION="X.Org X Display Manager Control Protocol library"
-
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE=""
-
-RDEPEND="x11-base/xorg-proto
- elibc_glibc? ( dev-libs/libbsd )"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- xorg-2_pkg_setup
-
- XORG_CONFIGURE_OPTIONS=(
- $(use_enable doc docs)
- $(use_with doc xmlto)
- --without-fop
- )
-}