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-apps/xstdcmap/
Date: Thu, 28 Feb 2019 05:47:49
Message-Id: 1551332687.62b4837028883c346416e2846e5a08460294c04f.mattst88@gentoo
1 commit: 62b4837028883c346416e2846e5a08460294c04f
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 28 05:40:52 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 28 05:44:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b48370
7
8 x11-apps/xstdcmap: Version bump to 1.0.4
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/xstdcmap/Manifest | 1 +
13 x11-apps/xstdcmap/xstdcmap-1.0.4.ebuild | 13 +++++++++++++
14 2 files changed, 14 insertions(+)
15
16 diff --git a/x11-apps/xstdcmap/Manifest b/x11-apps/xstdcmap/Manifest
17 index 8caa65992e5..fde0ce0a868 100644
18 --- a/x11-apps/xstdcmap/Manifest
19 +++ b/x11-apps/xstdcmap/Manifest
20 @@ -1 +1,2 @@
21 DIST xstdcmap-1.0.3.tar.bz2 117491 BLAKE2B 971dc6e2e42fa7631f8cb084a6cf22dcb87e20ae23d93c1f73d92c5532878e36a4c192707ce49dbd9d6a6a95ac4c3d36911f63f3d7fc1847d503d43499736a44 SHA512 8037ddb9c6b8f3a65d35637a1fca2b1b6c7e76afce5c13b1947cf72c3ca87679aa2ed05caf308d90549432b7fe029a522a99f32701bd0087c140bf4fafdb4d49
22 +DIST xstdcmap-1.0.4.tar.bz2 126269 BLAKE2B 5c2fccbc374871738ae03d722a045cc3ffd6bc431774d76525653e70c5ddb9a4281b2372996ff492807f9d4aee414eac1016f2696ea4e1979407a5b7cf37e1b5 SHA512 2adbb0aec1766341e04090efa962241ff6c9e32c612851b7221cec0ee16852107d406a08ec5251070f39df882c13e3c8c9edcd88f278187a9f373e1727643a8f
23
24 diff --git a/x11-apps/xstdcmap/xstdcmap-1.0.4.ebuild b/x11-apps/xstdcmap/xstdcmap-1.0.4.ebuild
25 new file mode 100644
26 index 00000000000..f7396b9cf08
27 --- /dev/null
28 +++ b/x11-apps/xstdcmap/xstdcmap-1.0.4.ebuild
29 @@ -0,0 +1,13 @@
30 +# Copyright 1999-2019 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +inherit xorg-3
36 +
37 +DESCRIPTION="X standard colormap utility"
38 +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
39 +IUSE=""
40 +RDEPEND="x11-libs/libXmu
41 + x11-libs/libX11"
42 +DEPEND="${RDEPEND}"