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/xkbcomp/
Date: Sat, 29 Sep 2018 17:19:28
Message-Id: 1538241516.336bf4c09794c867e8c5e2d47dcecf9df29ae325.mattst88@gentoo
1 commit: 336bf4c09794c867e8c5e2d47dcecf9df29ae325
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 29 17:03:02 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 29 17:18:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=336bf4c0
7
8 x11-apps/xkbcomp: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/xkbcomp/Manifest | 1 -
13 x11-apps/xkbcomp/xkbcomp-1.4.1.ebuild | 14 --------------
14 2 files changed, 15 deletions(-)
15
16 diff --git a/x11-apps/xkbcomp/Manifest b/x11-apps/xkbcomp/Manifest
17 index cdc5a5944c8..3645a87ef33 100644
18 --- a/x11-apps/xkbcomp/Manifest
19 +++ b/x11-apps/xkbcomp/Manifest
20 @@ -1,2 +1 @@
21 -DIST xkbcomp-1.4.1.tar.bz2 251069 BLAKE2B dd485d2a5c985bace74fb5cc8da64d6b33dc9450c2e98f42e7e82f989faaa724da068799c40d2703da7172d758e67ece633ca47d2fc97342ec7a9aaedd71d201 SHA512 443397e112f67e2ebc5150ec0dbf0f4a072ea39585d964d2c7cbd0569b7e0ce7d8bed0bc2c2d886343fdb060c941e65b42aac16adf189c66e90849029e278f23
22 DIST xkbcomp-1.4.2.tar.bz2 248399 BLAKE2B dcc09823fdf8a62451a1daf8dc56adbd1713b56ac7343b9edb8b3aef8b527ab8443a056ae6b4f8c21051ce5aa4764c9b198c9a5cd0e929f52e9a3e191b950334 SHA512 b00d1eb08c19be86044418c8ea3bfc3c3973406c481878270138a70ed9dab348acb8e4d0af8678879598ffbd7df1c640a63d0abad3d7481758be99af8dd7734e
23
24 diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.1.ebuild b/x11-apps/xkbcomp/xkbcomp-1.4.1.ebuild
25 deleted file mode 100644
26 index 71ce633f34c..00000000000
27 --- a/x11-apps/xkbcomp/xkbcomp-1.4.1.ebuild
28 +++ /dev/null
29 @@ -1,14 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -inherit xorg-2
36 -
37 -DESCRIPTION="compile XKB keyboard description"
38 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
39 -IUSE=""
40 -RDEPEND="x11-libs/libX11
41 - x11-libs/libxkbfile"
42 -DEPEND="${RDEPEND}
43 - sys-devel/bison"