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/libXpm/
Date: Sat, 14 Dec 2019 15:03:35
Message-Id: 1576335800.1aa4003e26098a9de0a83a0691adeaf4c4f9ba24.mattst88@gentoo
1 commit: 1aa4003e26098a9de0a83a0691adeaf4c4f9ba24
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 14 14:57:11 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 14 15:03:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aa4003e
7
8 x11-libs/libXpm: Version bump to 3.5.13
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/libXpm/Manifest | 1 +
13 x11-libs/libXpm/libXpm-3.5.13.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/x11-libs/libXpm/Manifest b/x11-libs/libXpm/Manifest
17 index 7d06147d5cd..ca51754cd54 100644
18 --- a/x11-libs/libXpm/Manifest
19 +++ b/x11-libs/libXpm/Manifest
20 @@ -1 +1,2 @@
21 DIST libXpm-3.5.12.tar.bz2 430736 BLAKE2B 738838f37643e4e8ce489d34adf33d2459e7bcd7b1eafb21415cd44620c3d4eb18750381a80d1e2c9a2f44ccf00159a029df18164ea7a7834dfee8d104303783 SHA512 a5707d5f758d577414101b0723af334fc8ac223e5b9f869994765735e1cbd8dafed48ea2851ebc479fecaf84381bfd5fbef842ec971a487f7fa9e77d54d3a17e
22 +DIST libXpm-3.5.13.tar.bz2 463251 BLAKE2B eb8a390802f13ffdd8199e21f5f18d4d17141783d7259c6b558dbaddd2dce05f7cb27306dd5cb73e27d01cffa62f5e4808c143b72974dae443e958069e70cd17 SHA512 3b8f6e926272f39b1d95135c2274c00f5aaee1f9fb2ef79f71628df5edeb7ba20158819ef6a778101cc4092493a3b5b613c53634fdccadcc0fc85f0605e5e9a5
23
24 diff --git a/x11-libs/libXpm/libXpm-3.5.13.ebuild b/x11-libs/libXpm/libXpm-3.5.13.ebuild
25 new file mode 100644
26 index 00000000000..8d0022af7a2
27 --- /dev/null
28 +++ b/x11-libs/libXpm/libXpm-3.5.13.ebuild
29 @@ -0,0 +1,19 @@
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 Xpm library"
39 +
40 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
41 +IUSE=""
42 +
43 +RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
44 + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
45 + >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]"
46 +DEPEND="${RDEPEND}
47 + x11-base/xorg-proto"
48 +BDEPEND="sys-devel/gettext"