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/libXcomposite/
Date: Mon, 11 Mar 2019 06:10:27
Message-Id: 1552284607.ed8b7b2e51b6df7f85afa439cdd8d4b924f21e95.mattst88@gentoo
1 commit: ed8b7b2e51b6df7f85afa439cdd8d4b924f21e95
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 11 04:33:16 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 11 06:10:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed8b7b2e
7
8 x11-libs/libXcomposite: Version bump to 0.4.5
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/libXcomposite/Manifest | 1 +
13 x11-libs/libXcomposite/libXcomposite-0.4.5.ebuild | 25 +++++++++++++++++++++++
14 2 files changed, 26 insertions(+)
15
16 diff --git a/x11-libs/libXcomposite/Manifest b/x11-libs/libXcomposite/Manifest
17 index 4ccb2065b5f..107f28181a8 100644
18 --- a/x11-libs/libXcomposite/Manifest
19 +++ b/x11-libs/libXcomposite/Manifest
20 @@ -1 +1,2 @@
21 DIST libXcomposite-0.4.4.tar.bz2 283746 BLAKE2B d72781ee1352027fab3c6dd543b367757c63d878235e324098c65a47bcafcf9b3404343be0af15743a40c092146493360b661bdc42367502f97667d7cedbb2a9 SHA512 b15f8fdbe4cb7488bdad161d73ef8e59ef603c5af92d7b573110ba136d7d4ce3749aac45972bce87662b0310b67e831cffad72c45c15bfff988b5b555d4c884b
22 +DIST libXcomposite-0.4.5.tar.bz2 316993 BLAKE2B 4dc01b4c3fd85bdaad1ab9d9da0668caa162957056284fe864dacfcad302ddacf32a3ca233efe191592121a42783e04d5844277ef8ede21951e890114120ba22 SHA512 502fd51fd9097bb3ca72174ac5b25b9d3b1ff240d32c4765199df03d89337d94b4ddea49e90b177b370862430089d966ce9c38988337156352cfeae911c2d3d5
23
24 diff --git a/x11-libs/libXcomposite/libXcomposite-0.4.5.ebuild b/x11-libs/libXcomposite/libXcomposite-0.4.5.ebuild
25 new file mode 100644
26 index 00000000000..d50d9baf579
27 --- /dev/null
28 +++ b/x11-libs/libXcomposite/libXcomposite-0.4.5.ebuild
29 @@ -0,0 +1,25 @@
30 +# Copyright 1999-2019 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +XORG_DOC=doc
36 +XORG_MULTILIB=yes
37 +inherit xorg-3
38 +
39 +DESCRIPTION="X.Org Xcomposite library"
40 +
41 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
42 +IUSE=""
43 +
44 +RDEPEND="
45 + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
46 + >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]"
47 +DEPEND="${RDEPEND}
48 + x11-base/xorg-proto"
49 +
50 +pkg_setup() {
51 + XORG_CONFIGURE_OPTIONS=(
52 + $(use_with doc xmlto)
53 + )
54 +}