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/xkbprint/
Date: Tue, 26 Nov 2019 22:54:32
Message-Id: 1574808333.b52f5b468c45038110b812b7c6e474debc9a5cea.mattst88@gentoo
1 commit: b52f5b468c45038110b812b7c6e474debc9a5cea
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 26 22:40:29 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 26 22:45:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b52f5b46
7
8 x11-apps/xkbprint: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/xkbprint/Manifest | 1 -
13 x11-apps/xkbprint/xkbprint-1.0.4.ebuild | 13 -------------
14 2 files changed, 14 deletions(-)
15
16 diff --git a/x11-apps/xkbprint/Manifest b/x11-apps/xkbprint/Manifest
17 index cd162fcd3c5..5cfb813ac70 100644
18 --- a/x11-apps/xkbprint/Manifest
19 +++ b/x11-apps/xkbprint/Manifest
20 @@ -1,2 +1 @@
21 -DIST xkbprint-1.0.4.tar.bz2 163810 BLAKE2B cdbd0f949c7e68159811a1a725d44d5f7f66a98783321debd0b50d1bf59958519d4a061e955b9411bb9ba148bf99ddc5f8aecc74ffe6d488cb75c96104482b7d SHA512 bb65a93ae737cd4b78787fef51972f4d0072a272166f82103bfaa92cf275db6363fae3530539b7c9a4139f6b87512019ac15ab3478d4ad05967ad18a8e80033a
22 DIST xkbprint-1.0.5.tar.bz2 166856 BLAKE2B 99d375e88a871ff440ebed587b01961a6e2fa196a28c267dbaa6cdd10bacdc99767f12032411eb8448e8a2f7c6792c2f7b6f428d208a9263f94b4c959d2a0431 SHA512 ac3870352f3a595b5b8a8cb64f39e9bea81b17572c73cfbf72482477a2f576d0ffcdcf735cb3c66b8a88a7fe0f7aece6738cbac87df5641e44fae1ab9b97111f
23
24 diff --git a/x11-apps/xkbprint/xkbprint-1.0.4.ebuild b/x11-apps/xkbprint/xkbprint-1.0.4.ebuild
25 deleted file mode 100644
26 index 527b6199276..00000000000
27 --- a/x11-apps/xkbprint/xkbprint-1.0.4.ebuild
28 +++ /dev/null
29 @@ -1,13 +0,0 @@
30 -# Copyright 1999-2015 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="Print an XKB keyboard description"
38 -KEYWORDS="amd64 arm hppa ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
39 -IUSE=""
40 -RDEPEND="x11-libs/libxkbfile
41 - x11-libs/libX11"
42 -DEPEND="${RDEPEND}"