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/xprop/
Date: Thu, 31 Dec 2020 16:59:20
Message-Id: 1609433935.7cc9b77772a8e69c77bc3760bb7c1447a2b98fc6.mattst88@gentoo
1 commit: 7cc9b77772a8e69c77bc3760bb7c1447a2b98fc6
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 16:55:28 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 16:58:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc9b777
7
8 x11-apps/xprop: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/xprop/Manifest | 1 -
13 x11-apps/xprop/xprop-1.2.4.ebuild | 15 ---------------
14 2 files changed, 16 deletions(-)
15
16 diff --git a/x11-apps/xprop/Manifest b/x11-apps/xprop/Manifest
17 index 3623568297a..0b3315c9a40 100644
18 --- a/x11-apps/xprop/Manifest
19 +++ b/x11-apps/xprop/Manifest
20 @@ -1,2 +1 @@
21 -DIST xprop-1.2.4.tar.bz2 149930 BLAKE2B 93bd20c7c91d6abd9e2fdeca7864b9885ae7248c7ee3ef80a5efa1706bfef2220244b1443764fdbc042f66be8d589b111fd942c732922f05f4143e1c893da183 SHA512 6e770cb89ba87ae057858cc9f0f5498979e78c3ef66ce86361b7c646cc0b70c41a18d76e55ed7225fe715b22b62bc07c56272519a2631b92832e9403ce260da7
22 DIST xprop-1.2.5.tar.bz2 151216 BLAKE2B c676a1a733f4f897bc207cd1d7ec1a6022d48d2bb9615072e2ce19c1fec7737a8c9bc0444c97f4972d85a8ec8bc1e990f559a0815eb3656f2378915095c1f85c SHA512 93cfa621fa76ca6e8e780a252c508380b6dc9db39b67bfca16bb9800f0d39110f5d18189409a8577ef79e98bf5eece17f5e23f2218ca72ae8bb04ee7b429d559
23
24 diff --git a/x11-apps/xprop/xprop-1.2.4.ebuild b/x11-apps/xprop/xprop-1.2.4.ebuild
25 deleted file mode 100644
26 index 577ea45a0f4..00000000000
27 --- a/x11-apps/xprop/xprop-1.2.4.ebuild
28 +++ /dev/null
29 @@ -1,15 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -inherit xorg-3
36 -
37 -DESCRIPTION="property displayer for X"
38 -
39 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
40 -IUSE=""
41 -
42 -RDEPEND="x11-libs/libX11"
43 -DEPEND="${RDEPEND}
44 - x11-base/xorg-proto"