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/xmore/
Date: Wed, 01 May 2019 20:47:34
Message-Id: 1556743002.b166a5b2e863d0f5b2674e6d42cf81f715dff51a.mattst88@gentoo
1 commit: b166a5b2e863d0f5b2674e6d42cf81f715dff51a
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 1 20:36:42 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed May 1 20:36:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b166a5b2
7
8 x11-apps/xmore: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 x11-apps/xmore/Manifest | 1 -
14 x11-apps/xmore/xmore-1.0.2.ebuild | 16 ----------------
15 2 files changed, 17 deletions(-)
16
17 diff --git a/x11-apps/xmore/Manifest b/x11-apps/xmore/Manifest
18 index e2dc64a5ce0..b22af194a51 100644
19 --- a/x11-apps/xmore/Manifest
20 +++ b/x11-apps/xmore/Manifest
21 @@ -1,2 +1 @@
22 -DIST xmore-1.0.2.tar.bz2 107340 BLAKE2B 35dd82edf2f00d861d4b8df4175626fe7c72f2e27b0a0621184f86bdd57d84406fbd1d4724466779e31ae58b0045bb71b669b0524d2909c9a87f28598d14ee5f SHA512 718ad254beaae57475cead3815fc7625692699c76749c64e3aeb722daf5e1cecbea9d1207e3427d6a5d0aa240a6aaf678ea1656d6731b9f47e1a8045d62c3efb
23 DIST xmore-1.0.3.tar.bz2 127587 BLAKE2B f59c9b6b7a134694dc7df5540c75a4331785ef7da0c5b40618923a3d1d53a543f7a54b7b8383f2e816b4f478056f6c0b1c6a4ce212c50b4fca75a307057c3f54 SHA512 e3e44831cd87a54bb585f80ef0d87f69dc35f6c834a73241aad9f6e2b0999b53c51a0a3f915a94ae4d6dc9bdfb9f60b6576f0bdcec441443abd98efa6c51b1d3
24
25 diff --git a/x11-apps/xmore/xmore-1.0.2.ebuild b/x11-apps/xmore/xmore-1.0.2.ebuild
26 deleted file mode 100644
27 index 8029981f089..00000000000
28 --- a/x11-apps/xmore/xmore-1.0.2.ebuild
29 +++ /dev/null
30 @@ -1,16 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -inherit xorg-2
37 -
38 -DESCRIPTION="plain text display program for the X Window System"
39 -KEYWORDS="amd64 arm hppa ~mips ppc ppc64 s390 sh ~sparc x86"
40 -IUSE=""
41 -
42 -RDEPEND="
43 - x11-libs/libXaw
44 - x11-libs/libXt
45 -"
46 -DEPEND="${RDEPEND}"