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/libXres/
Date: Wed, 31 Mar 2021 22:10:17
Message-Id: 1617228603.fdebad1cf5dc75a224619fc3d29a298c65656e24.mattst88@gentoo
1 commit: fdebad1cf5dc75a224619fc3d29a298c65656e24
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 31 22:05:45 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 22:10:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdebad1c
7
8 x11-libs/libXres: Version bump to 1.2.1
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/libXres/Manifest | 1 +
13 x11-libs/libXres/libXres-1.2.1.ebuild | 16 ++++++++++++++++
14 2 files changed, 17 insertions(+)
15
16 diff --git a/x11-libs/libXres/Manifest b/x11-libs/libXres/Manifest
17 index 989d4f8173f..29d38e883a0 100644
18 --- a/x11-libs/libXres/Manifest
19 +++ b/x11-libs/libXres/Manifest
20 @@ -1 +1,2 @@
21 DIST libXres-1.2.0.tar.bz2 286635 BLAKE2B 0c0813118c7ecd5851b075a4001e0e34fa3df92bd8367717eee42ec20352cab3443d232715c1d40c5df313f6508d2dddc779980d11744a1f897cc7511bfdfdf4 SHA512 8eb5a36b1f030eb4e27e676cc4befcc073da66a7bce2b39089314e1facb629d13b087bb53ca2c95fe5291857da7ff9f80c6ab28fb3e245eeb9e0344937900172
22 +DIST libXres-1.2.1.tar.bz2 311025 BLAKE2B f1ecc2397547cd6bcd37dc94968bacc378ab67d004fc31f02890b26bf169057bda61f6a08559ec23eb70bee5910f200e9d1016add3ca816fc4dd49115e718256 SHA512 c17d28406e17e305dc4976f095e88059735f5bd8c600adf2e556523c9e0dd7fa01dcbf7a9d28a642e77e49a5b30f54bb9b2fc34bfbedce467ee2a020bba5cdf1
23
24 diff --git a/x11-libs/libXres/libXres-1.2.1.ebuild b/x11-libs/libXres/libXres-1.2.1.ebuild
25 new file mode 100644
26 index 00000000000..f647c8c5637
27 --- /dev/null
28 +++ b/x11-libs/libXres/libXres-1.2.1.ebuild
29 @@ -0,0 +1,16 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +XORG_DOC=doc
36 +inherit xorg-3
37 +
38 +DESCRIPTION="X.Org XRes library"
39 +
40 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
41 +
42 +RDEPEND="x11-libs/libX11
43 + x11-libs/libXext"
44 +DEPEND="${RDEPEND}
45 + x11-base/xorg-proto"