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/setxkbmap/
Date: Sat, 21 Sep 2019 17:12:02
Message-Id: 1569085905.6af5717a757081ddaba960c221cf75bc66fac300.mattst88@gentoo
1 commit: 6af5717a757081ddaba960c221cf75bc66fac300
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 21 17:02:34 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 21 17:11:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af5717a
7
8 x11-apps/setxkbmap: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/setxkbmap/Manifest | 1 -
13 x11-apps/setxkbmap/setxkbmap-1.3.1.ebuild | 15 ---------------
14 2 files changed, 16 deletions(-)
15
16 diff --git a/x11-apps/setxkbmap/Manifest b/x11-apps/setxkbmap/Manifest
17 index c8272271dbc..2fb457001d4 100644
18 --- a/x11-apps/setxkbmap/Manifest
19 +++ b/x11-apps/setxkbmap/Manifest
20 @@ -1,2 +1 @@
21 -DIST setxkbmap-1.3.1.tar.bz2 133817 BLAKE2B f58f63623afd69275ef25cc33237176c2d1814fa124d7a5dade6ad3cf60b5ee5a8434857cfdb9b17c6f6c6cfce4dbf861a6c6bc232d9e12989acce7be285c63b SHA512 5ddc2fc40ddc5a35815606998d3f111e3c2b8d915bf609462c703f9f691a0b3a6477ee98837c0a28f11dd3f0a30f17a3bcdfa38d4ca45140e521c74d043ecdee
22 DIST setxkbmap-1.3.2.tar.bz2 136253 BLAKE2B 0c7ee234ec39546812ed2cf4f57f20f8c5078a3193ad39ce948660ca870ef0b625a8bb7e90e9a9e8b567d6d023f45f62856a6e1b44d8bfd04a1c0fe1a6d9830f SHA512 bfa8015dee0d8d3fdbbd89afbd71c8606ce168d6edca8521d5ed05a00fecbea39bc4bfcce84b71458bdeb34c60bd80a5df27e0691ccee3966443ecdc937faf38
23
24 diff --git a/x11-apps/setxkbmap/setxkbmap-1.3.1.ebuild b/x11-apps/setxkbmap/setxkbmap-1.3.1.ebuild
25 deleted file mode 100644
26 index 70b0c5b2f89..00000000000
27 --- a/x11-apps/setxkbmap/setxkbmap-1.3.1.ebuild
28 +++ /dev/null
29 @@ -1,15 +0,0 @@
30 -# Copyright 1999-2019 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -inherit xorg-2
36 -
37 -DESCRIPTION="Controls the keyboard layout of a running X server"
38 -
39 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
40 -IUSE=""
41 -DEPEND="x11-libs/libxkbfile
42 - x11-libs/libX11"
43 -RDEPEND="${RDEPEND}
44 - x11-misc/xkeyboard-config"