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/xwd/
Date: Wed, 24 Jun 2020 20:13:28
Message-Id: 1593029580.6d927c72914d5d44994685e57a4793991410fb27.mattst88@gentoo
1 commit: 6d927c72914d5d44994685e57a4793991410fb27
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 24 20:07:51 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 24 20:13:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d927c72
7
8 x11-apps/xwd: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/xwd/Manifest | 1 -
13 x11-apps/xwd/xwd-1.0.6.ebuild | 18 ------------------
14 2 files changed, 19 deletions(-)
15
16 diff --git a/x11-apps/xwd/Manifest b/x11-apps/xwd/Manifest
17 index 3386c2993ae..3b9495433f8 100644
18 --- a/x11-apps/xwd/Manifest
19 +++ b/x11-apps/xwd/Manifest
20 @@ -1,2 +1 @@
21 -DIST xwd-1.0.6.tar.bz2 144548 BLAKE2B 56560a36931d15f6f59d6c6548325e559534cee10cb13b07722bce5b47d7d2360244b29e88a66a58ffffd2209336f0ffb14cbabb0369c144ceeeabb4eb184b06 SHA512 8fb86cbe163631fdb3f49ad6bb648ea599d7c5f9b11aba7e88afb86daed34cab88dcba057e0c5ca3e4e5904598b279f5a68ad43a64dd1053d647aa78523a806f
22 DIST xwd-1.0.7.tar.bz2 148026 BLAKE2B 9088105a07db38418352cccafaee4ecc084940e031416358291e6b5a6f47b2c8972928f0eb3479db4ff93b3a54a24ea4231f4d8196464f14ac4d7a1b5bb7ecce SHA512 6fdb0a115ae505169bbc7fcc45580daf26bced2e26e0bf9a877636016038931a8386e8edcbe015f4024be508d0461906adef4834cf22a445e3c282f0b8fad17e
23
24 diff --git a/x11-apps/xwd/xwd-1.0.6.ebuild b/x11-apps/xwd/xwd-1.0.6.ebuild
25 deleted file mode 100644
26 index 8cadf6a8f42..00000000000
27 --- a/x11-apps/xwd/xwd-1.0.6.ebuild
28 +++ /dev/null
29 @@ -1,18 +0,0 @@
30 -# Copyright 1999-2020 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="dump an image of an X window"
38 -
39 -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
40 -IUSE=""
41 -
42 -# libXt dependency is not in configure.ac, bug #408629, upstream #47462."
43 -RDEPEND="x11-libs/libX11"
44 -DEPEND="${RDEPEND}
45 - x11-base/xorg-proto
46 - x11-libs/libXt
47 - x11-libs/libxkbfile"