diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-03-16 12:33:32 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-03-16 13:01:06 -0700 |
commit | 0dc5a253d20175cf44a925cf5ab48d2f3d0d081c (patch) | |
tree | 213f6e88fdcb7ba6debaa8a7ba556e7b546be900 /x11-libs/libXdmcp | |
parent | media-sound/mpc: stable 0.31-r1 for ppc/ppc64, bug #677588 (diff) | |
download | gentoo-0dc5a253d20175cf44a925cf5ab48d2f3d0d081c.tar.gz gentoo-0dc5a253d20175cf44a925cf5ab48d2f3d0d081c.tar.bz2 gentoo-0dc5a253d20175cf44a925cf5ab48d2f3d0d081c.zip |
x11-libs/libXdmcp: Version bump to 1.1.3
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.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/x11-libs/libXdmcp/Manifest b/x11-libs/libXdmcp/Manifest index cdb5aad169bd..077ed3e471b2 100644 --- a/x11-libs/libXdmcp/Manifest +++ b/x11-libs/libXdmcp/Manifest @@ -1 +1,2 @@ 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.3.ebuild b/x11-libs/libXdmcp/libXdmcp-1.1.3.ebuild new file mode 100644 index 000000000000..d817cd293ef7 --- /dev/null +++ b/x11-libs/libXdmcp/libXdmcp-1.1.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2019 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 ~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="elibc_glibc? ( dev-libs/libbsd )" +DEPEND="${RDEPEND} + x11-base/xorg-proto" + +pkg_setup() { + XORG_CONFIGURE_OPTIONS=( + $(use_enable doc docs) + $(use_with doc xmlto) + --without-fop + ) +} |