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/xmodmap/
Date: Thu, 28 Feb 2019 05:47:49
Message-Id: 1551332687.af853ff22093b89c47e7330242298561e6d089d5.mattst88@gentoo
1 commit: af853ff22093b89c47e7330242298561e6d089d5
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 28 05:36:09 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=af853ff2
7
8 x11-apps/xmodmap: Version bump to 1.0.10
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/xmodmap/Manifest | 1 +
13 x11-apps/xmodmap/xmodmap-1.0.10.ebuild | 14 ++++++++++++++
14 2 files changed, 15 insertions(+)
15
16 diff --git a/x11-apps/xmodmap/Manifest b/x11-apps/xmodmap/Manifest
17 index 156b815ebef..1113d77afa6 100644
18 --- a/x11-apps/xmodmap/Manifest
19 +++ b/x11-apps/xmodmap/Manifest
20 @@ -1,2 +1,3 @@
21 +DIST xmodmap-1.0.10.tar.bz2 145489 BLAKE2B 503e72882a1d6d5c916cb60b898156adbdccc3e90bda85b161ac7a57ee607605331be73bd779603cfab1013d065e28f3165cce2ef50d71579330ab0361078a22 SHA512 324c7dcef843186088f16b3bc47485eb3c9b4331e56ce43b692deb4bb3d4f4f27512480e91a379cceac8383df920dc5e37cd825246b50b6343291cec48134c04
22 DIST xmodmap-1.0.8.tar.bz2 141026 BLAKE2B 1c2e510d7083f98a7b72d7a48a0fd74f4d660ee8966c7282f15d6e898b0b0ce6083f626915d48d345db8be385e187ff542c724f23aaf0deefbbaaae2be1f0597 SHA512 716cd1ee2cdb1db31b84c018eb223fb3eb05d499a7e76e0bdf038b58a5f71dd17631c8ce39d8108f6c47fe11fad718016f2891baa813b35a9dc607d3a3946a63
23 DIST xmodmap-1.0.9.tar.bz2 142565 BLAKE2B 36fc73d518240fc37243c67ecd5101f4cd39343198c7271717eb6c491c502db6579ffd5db639b509977f2e168b4f0995b8aa7a9a821dbde5ede65199c2feb39f SHA512 6e50f2ba072ec171bd3fc34f75b21c63f9834f3c0f1608c857f80a4b2c8a9696b03dde79f8342bf67504b759297bc24a64056a625d295a4f89dd31eb938400ac
24
25 diff --git a/x11-apps/xmodmap/xmodmap-1.0.10.ebuild b/x11-apps/xmodmap/xmodmap-1.0.10.ebuild
26 new file mode 100644
27 index 00000000000..a0a6e05eff5
28 --- /dev/null
29 +++ b/x11-apps/xmodmap/xmodmap-1.0.10.ebuild
30 @@ -0,0 +1,14 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit xorg-3
37 +
38 +DESCRIPTION="utility for modifying keymaps and pointer button mappings in X"
39 +
40 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
41 +IUSE=""
42 +
43 +RDEPEND="x11-libs/libX11"
44 +DEPEND="${RDEPEND}"