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/xbiff/
Date: Sat, 21 Sep 2019 17:12:04
Message-Id: 1569085906.77a51ba86ab27db90eade9ee45bcc14957af4a5e.mattst88@gentoo
1 commit: 77a51ba86ab27db90eade9ee45bcc14957af4a5e
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 21 17:04:09 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 21 17:11:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77a51ba8
7
8 x11-apps/xbiff: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/xbiff/Manifest | 1 -
13 x11-apps/xbiff/xbiff-1.0.3.ebuild | 18 ------------------
14 2 files changed, 19 deletions(-)
15
16 diff --git a/x11-apps/xbiff/Manifest b/x11-apps/xbiff/Manifest
17 index 73cce0d40da..9e047636dbd 100644
18 --- a/x11-apps/xbiff/Manifest
19 +++ b/x11-apps/xbiff/Manifest
20 @@ -1,2 +1 @@
21 -DIST xbiff-1.0.3.tar.bz2 116043 BLAKE2B 9ed9c77e8017e36170087a5d45bc1b68383b9cb0b32c8a951050ee00bf6ccbffc868626e8c362fec5ed28c6c4a5a06010d9a975b45b51300bfbc27a9112edfc8 SHA512 e9fa72817cae5fd6c052a4a59fcd6c696ae9d3f5fd8eecb0e9b0d8994258201cf5f4ae99845dd03e3da56e378eb214658e4450c9291a29399d9ece8af3b9f9e9
22 DIST xbiff-1.0.4.tar.bz2 133455 BLAKE2B ce79afefbd394b32fd543b64e966276cddc551bfacdf25e80a3463e65eb538469e252d105aeddb60a16227c30a5abfa996af89718d77e075f85b70d71e45710f SHA512 0fb920a08640ec59f23d8a8a47bd244565dfbaff7a21c38a8a2abe1edb5eacabc970b5dbdc409163fc444fde5b75a2dc4e0114312938efec5b77228f3bf785ac
23
24 diff --git a/x11-apps/xbiff/xbiff-1.0.3.ebuild b/x11-apps/xbiff/xbiff-1.0.3.ebuild
25 deleted file mode 100644
26 index cad12b2223e..00000000000
27 --- a/x11-apps/xbiff/xbiff-1.0.3.ebuild
28 +++ /dev/null
29 @@ -1,18 +0,0 @@
30 -# Copyright 1999-2017 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="mailbox flag for X"
38 -
39 -KEYWORDS="amd64 arm hppa ~mips ppc ppc64 s390 sh sparc x86"
40 -IUSE=""
41 -
42 -RDEPEND="x11-libs/libXaw
43 - x11-libs/libXmu
44 - x11-libs/libX11
45 - x11-misc/xbitmaps
46 - x11-libs/libXext"
47 -DEPEND="${RDEPEND}"