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: Sat, 28 Apr 2018 01:25:37
Message-Id: 1524878694.71cf0cce4ccc5c0886113d87015c8f77aa07e747.mattst88@gentoo
1 commit: 71cf0cce4ccc5c0886113d87015c8f77aa07e747
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 28 01:22:55 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 28 01:24:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71cf0cce
7
8 x11-libs/libxkbfile: Drop old versions
9
10 x11-libs/libxkbfile/Manifest | 1 -
11 x11-libs/libxkbfile/libxkbfile-1.0.8.ebuild | 14 --------------
12 2 files changed, 15 deletions(-)
13
14 diff --git a/x11-libs/libxkbfile/Manifest b/x11-libs/libxkbfile/Manifest
15 index 33d6dc797eb..c44067afb57 100644
16 --- a/x11-libs/libxkbfile/Manifest
17 +++ b/x11-libs/libxkbfile/Manifest
18 @@ -1,2 +1 @@
19 -DIST libxkbfile-1.0.8.tar.bz2 335788 BLAKE2B 602d1bb8f49fa1a46cf9887a43124f2ce1b49d514acd324133b82950401d9e31f64eb1f0ea2a12231aa1e401186160f1ddd98db4ca71ad265ffc64ad3eead98f SHA512 1d8766db2a15fe0a1f3775d38422eabd572ec8ba8417cde9f1ec95b0065e1acb6036fcf9a8e54f2e0517b358f9f3fe6f8b419554ec7688c24ec4072939c5e099
20 DIST libxkbfile-1.0.9.tar.bz2 348009 BLAKE2B 2b4f398c7ef35ae6fcae8491733669408db98a27c2351514ea1cd0332a34cd995a34d18013c0ed2a70977935ee1dec527f744bd3a01530e6eefcf715752be9e1 SHA512 5fa268f10d7c4bd7b1e0c9f12adaa53d86b149f193d228fc620b3b81d360b37e4ede0192f5a0dc715bf830a57bd1388af01399fb33609413fc64623ee91cb8d1
21
22 diff --git a/x11-libs/libxkbfile/libxkbfile-1.0.8.ebuild b/x11-libs/libxkbfile/libxkbfile-1.0.8.ebuild
23 deleted file mode 100644
24 index b27dd96546e..00000000000
25 --- a/x11-libs/libxkbfile/libxkbfile-1.0.8.ebuild
26 +++ /dev/null
27 @@ -1,14 +0,0 @@
28 -# Copyright 1999-2017 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -EAPI=4
32 -inherit xorg-2
33 -
34 -DESCRIPTION="X.Org xkbfile library"
35 -
36 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
37 -IUSE=""
38 -
39 -RDEPEND="x11-libs/libX11
40 - x11-proto/kbproto"
41 -DEPEND="${RDEPEND}"