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/xset/
Date: Wed, 24 Jun 2020 20:13:29
Message-Id: 1593029579.36c23a49438048a6fd2e8a41e683a2e5301d15fe.mattst88@gentoo
1 commit: 36c23a49438048a6fd2e8a41e683a2e5301d15fe
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 24 20:07:04 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 24 20:12:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c23a49
7
8 x11-apps/xset: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/xset/Manifest | 1 -
13 x11-apps/xset/xset-1.2.3.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/x11-apps/xset/Manifest b/x11-apps/xset/Manifest
17 index 4c51261606b..648ec6a4dcd 100644
18 --- a/x11-apps/xset/Manifest
19 +++ b/x11-apps/xset/Manifest
20 @@ -1,2 +1 @@
21 -DIST xset-1.2.3.tar.bz2 142286 BLAKE2B 83ba3d7ccc259ae7b244049e558af6db9428b897b340537b75b6c534c7e8a11f36709237982ffe1ab5b523cef5834467bdc85c94fbe07c64d6eab6eef2c930b2 SHA512 7b2cf4b06b93aec9f6f868be3f0932a5d6e62968485f7eb742a9b775059aa2a49c9170404e0597fd41a5730c0bf321e371ee6b23bbcde3be054f768ab8d3d92a
22 DIST xset-1.2.4.tar.bz2 145546 BLAKE2B df4ae52046af7f632e2f60386bd3b8d90b27db3e53ceb68f1056c9c5df2ee9c6d83d109a444eb99ddc031e35b91db0249ee56eba3180bc9a8a002935db213605 SHA512 f24714c9a82081a09d3054bbad98553de9366992f22eaf3e2bcadbb58fad1d3dad2547fef6fa9898d8a9df064573c29df9d82a5c801fa92248604c95f65dc83d
23
24 diff --git a/x11-apps/xset/xset-1.2.3.ebuild b/x11-apps/xset/xset-1.2.3.ebuild
25 deleted file mode 100644
26 index eeed78e4c25..00000000000
27 --- a/x11-apps/xset/xset-1.2.3.ebuild
28 +++ /dev/null
29 @@ -1,22 +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="X.Org xset application"
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="
43 - x11-libs/libX11
44 - x11-libs/libXmu
45 - x11-libs/libXext"
46 -DEPEND="${RDEPEND}"
47 -
48 -XORG_CONFIGURE_OPTIONS=(
49 - --without-xf86misc
50 - --without-fontcache
51 -)