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/libxkbfile/
Date: Wed, 01 May 2019 20:47:42
Message-Id: 1556743409.0241762fd9d8bab222bfb6200afa0c3f5ede6649.mattst88@gentoo
1 commit: 0241762fd9d8bab222bfb6200afa0c3f5ede6649
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 1 20:43:29 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed May 1 20:43:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0241762f
7
8 x11-libs/libxkbfile: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 x11-libs/libxkbfile/Manifest | 1 -
14 x11-libs/libxkbfile/libxkbfile-1.0.9-r2.ebuild | 15 ---------------
15 2 files changed, 16 deletions(-)
16
17 diff --git a/x11-libs/libxkbfile/Manifest b/x11-libs/libxkbfile/Manifest
18 index d2f9b814138..de120bc2ada 100644
19 --- a/x11-libs/libxkbfile/Manifest
20 +++ b/x11-libs/libxkbfile/Manifest
21 @@ -1,2 +1 @@
22 -DIST libxkbfile-1.0.9.tar.bz2 348009 BLAKE2B 2b4f398c7ef35ae6fcae8491733669408db98a27c2351514ea1cd0332a34cd995a34d18013c0ed2a70977935ee1dec527f744bd3a01530e6eefcf715752be9e1 SHA512 5fa268f10d7c4bd7b1e0c9f12adaa53d86b149f193d228fc620b3b81d360b37e4ede0192f5a0dc715bf830a57bd1388af01399fb33609413fc64623ee91cb8d1
23 DIST libxkbfile-1.1.0.tar.bz2 364678 BLAKE2B 577da1c43e6ce681630676f3f52f40b1f31d01862a891d4c1bd853056d90b03d9993299714c5e63a903b243165a1e299e1e014cd94614eacb50aeef363be8990 SHA512 1c6a57564e916ccdc3df3c49b9f3589f701df0cec55112c12ddc35ac3ed556608c28fe98e5ba0ac1962e9a65ed1e90eb7e6169b564951bf55a7cf3499b745826
24
25 diff --git a/x11-libs/libxkbfile/libxkbfile-1.0.9-r2.ebuild b/x11-libs/libxkbfile/libxkbfile-1.0.9-r2.ebuild
26 deleted file mode 100644
27 index 3885ddc9a6d..00000000000
28 --- a/x11-libs/libxkbfile/libxkbfile-1.0.9-r2.ebuild
29 +++ /dev/null
30 @@ -1,15 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -XORG_MULTILIB=yes
36 -inherit xorg-2
37 -
38 -DESCRIPTION="X.Org xkbfile library"
39 -
40 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
41 -IUSE=""
42 -
43 -RDEPEND="x11-base/xorg-proto
44 - x11-libs/libX11[${MULTILIB_USEDEP}]"
45 -DEPEND="${RDEPEND}"