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/libXdamage/
Date: Mon, 11 Mar 2019 06:10:27
Message-Id: 1552284608.99e8ce55457b54be882af9c5b7768db0802bbad7.mattst88@gentoo
1 commit: 99e8ce55457b54be882af9c5b7768db0802bbad7
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 11 05:30:50 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 11 06:10:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e8ce55
7
8 x11-libs/libXdamage: Version bump to 1.1.5
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/libXdamage/Manifest | 1 +
13 x11-libs/libXdamage/libXdamage-1.1.5.ebuild | 18 ++++++++++++++++++
14 2 files changed, 19 insertions(+)
15
16 diff --git a/x11-libs/libXdamage/Manifest b/x11-libs/libXdamage/Manifest
17 index ff666d0da09..a8c6bc53410 100644
18 --- a/x11-libs/libXdamage/Manifest
19 +++ b/x11-libs/libXdamage/Manifest
20 @@ -1 +1,2 @@
21 DIST libXdamage-1.1.4.tar.bz2 278937 BLAKE2B eff95312ae989893904fca167075c10a784222db1ba4850d941f26c4235ae39ddfa242037e48ccc4b7912c27bb5e92b58eb61d7ac1ee6185d0b872b0be3e0ed1 SHA512 1058cef11a8f0edfcae7265837369e492b007c34d56ae04145b558e5f02a163827aba1d0b80656f4c8e5d1e9a40f5077d93b7ff4f5e704f7409060dceba03904
22 +DIST libXdamage-1.1.5.tar.bz2 303750 BLAKE2B 78cb593365cc842cbc6fcb4dec94aa28293c385ad7ecfef032117d19e98c7b3f252c53b79559096b1c0b259d24a59220e9af7fb60d55c55f4474a33d117958de SHA512 a3ca6cc33b1727f717a3e2aa5593f660508a81a47918a0aa949e9e8fba105e303fe5071983b48caac92feea0fe6e8e01620805e4d19b41f21f20d837b191c124
23
24 diff --git a/x11-libs/libXdamage/libXdamage-1.1.5.ebuild b/x11-libs/libXdamage/libXdamage-1.1.5.ebuild
25 new file mode 100644
26 index 00000000000..646138cdd93
27 --- /dev/null
28 +++ b/x11-libs/libXdamage/libXdamage-1.1.5.ebuild
29 @@ -0,0 +1,18 @@
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_MULTILIB=yes
36 +inherit xorg-3
37 +
38 +DESCRIPTION="X.Org Xdamage library"
39 +
40 +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 ~x64-solaris ~x86-solaris ~x86-winnt"
41 +IUSE=""
42 +
43 +RDEPEND="
44 + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
45 + >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]"
46 +DEPEND="${RDEPEND}
47 + x11-base/xorg-proto"