Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXdmcp/
Date: Wed, 01 May 2019 20:47:38
Message-Id: 1556743230.8b76e63f4398c9ddf8e1daf7239dff722eda918f.mattst88@gentoo
1 commit: 8b76e63f4398c9ddf8e1daf7239dff722eda918f
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 1 20:40:30 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed May 1 20:40:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b76e63f
7
8 x11-libs/libXdmcp: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 x11-libs/libXdmcp/Manifest | 1 -
14 x11-libs/libXdmcp/libXdmcp-1.1.2-r2.ebuild | 27 ---------------------------
15 2 files changed, 28 deletions(-)
16
17 diff --git a/x11-libs/libXdmcp/Manifest b/x11-libs/libXdmcp/Manifest
18 index 077ed3e471b..d2b34b6db22 100644
19 --- a/x11-libs/libXdmcp/Manifest
20 +++ b/x11-libs/libXdmcp/Manifest
21 @@ -1,2 +1 @@
22 -DIST libXdmcp-1.1.2.tar.bz2 331518 BLAKE2B 1a6f98d03a2bce62cdf34be641096e0628ea133a1d2ce33d4cf35550c6cabddbe3519265644d44bec491bc246d7e1d361c86595b56d1d59fb72baaf6d1919316 SHA512 f96005934b8bc752059106f8caf7df0574f5ef3c7a83bd797497b56ca556a7ff4dc1d28195e421259e82ea027b5c738094add3ec107a22544c9070725d8d46bb
23 DIST libXdmcp-1.1.3.tar.bz2 332795 BLAKE2B 0c9df30450857dd2703c4bf54972d5a26c1b6f8e216b4f3173491def650cc32742554eee04c883670e783eb5f476df94ed2c0c52274a51e2bc54d45e5dcb8c77 SHA512 cb1d4650f97d66e73acd2465ec7d757b9b797cce2f85e301860a44997a461837eea845ec9bd5b639ec5ca34c804f8bdd870697a5ce3f4e270b687c9ef74f25ec
24
25 diff --git a/x11-libs/libXdmcp/libXdmcp-1.1.2-r2.ebuild b/x11-libs/libXdmcp/libXdmcp-1.1.2-r2.ebuild
26 deleted file mode 100644
27 index d5a2fe314b1..00000000000
28 --- a/x11-libs/libXdmcp/libXdmcp-1.1.2-r2.ebuild
29 +++ /dev/null
30 @@ -1,27 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -XORG_DOC=doc
37 -XORG_MULTILIB=yes
38 -inherit xorg-2
39 -
40 -DESCRIPTION="X.Org X Display Manager Control Protocol library"
41 -
42 -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"
43 -IUSE=""
44 -
45 -RDEPEND="x11-base/xorg-proto
46 - elibc_glibc? ( dev-libs/libbsd )"
47 -DEPEND="${RDEPEND}"
48 -
49 -pkg_setup() {
50 - xorg-2_pkg_setup
51 -
52 - XORG_CONFIGURE_OPTIONS=(
53 - $(use_enable doc docs)
54 - $(use_with doc xmlto)
55 - --without-fop
56 - )
57 -}