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/xman/
Date: Sat, 28 Apr 2018 01:16:23
Message-Id: 1524877902.810c827df6564683105a5e7f88e7246f270d1eeb.mattst88@gentoo
1 commit: 810c827df6564683105a5e7f88e7246f270d1eeb
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 28 01:11:38 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 28 01:11:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=810c827d
7
8 x11-apps/xman: Drop old versions
9
10 x11-apps/xman/Manifest | 1 -
11 x11-apps/xman/xman-1.1.3-r1.ebuild | 21 ---------------------
12 x11-apps/xman/xman-1.1.3.ebuild | 17 -----------------
13 3 files changed, 39 deletions(-)
14
15 diff --git a/x11-apps/xman/Manifest b/x11-apps/xman/Manifest
16 index df3b0d067e5..a7d812c1b28 100644
17 --- a/x11-apps/xman/Manifest
18 +++ b/x11-apps/xman/Manifest
19 @@ -1,2 +1 @@
20 -DIST xman-1.1.3.tar.bz2 184340 BLAKE2B 361df81666621c5b8e0e07616ef2b5e600846ae0b52f3f7837e99932117f0c0eddfbba41dac4a6b0b5554a41d7297b6e61b68e661083acfa3d24a09f73809a0c SHA512 7c6475434984205f359ff3cb47a41282536be6aefe7bc6e970736c4372b23b5de01a26864d7f5b2cae2f770eeef6d254ebbdf6db717b5efab0042a47cb7497be
21 DIST xman-1.1.4.tar.bz2 188259 BLAKE2B 3be982bfc9cad53b47dfe87e85d2fdafca4d0e9336c05eaf80665a79a1c420941226da9a3acfbdf7eb7c9d299085d78cb392d67c6859e28f07a304c6f935931b SHA512 785e973eb15b0300de08aace24f3604dfee61421c7f64ea4cde2e280480bf5d3ad797ab8208668dc023a375494f8db7534fbcaa1c1ef16e79464fdd017b5da68
22
23 diff --git a/x11-apps/xman/xman-1.1.3-r1.ebuild b/x11-apps/xman/xman-1.1.3-r1.ebuild
24 deleted file mode 100644
25 index 35afd7622a7..00000000000
26 --- a/x11-apps/xman/xman-1.1.3-r1.ebuild
27 +++ /dev/null
28 @@ -1,21 +0,0 @@
29 -# Copyright 1999-2015 Gentoo Foundation
30 -# Distributed under the terms of the GNU General Public License v2
31 -
32 -EAPI=5
33 -XORG_EAUTORECONF=yes
34 -inherit xorg-2
35 -
36 -DESCRIPTION="Manual page display program for the X Window System"
37 -
38 -KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
39 -IUSE=""
40 -
41 -DEPEND="x11-libs/libXaw
42 - x11-libs/libXt
43 - x11-libs/libXmu
44 - x11-proto/xproto"
45 -RDEPEND="${DEPEND}"
46 -
47 -PATCHES=(
48 - "${FILESDIR}"/${PN}-1.1.3-mandb-2.7.patch
49 -)
50
51 diff --git a/x11-apps/xman/xman-1.1.3.ebuild b/x11-apps/xman/xman-1.1.3.ebuild
52 deleted file mode 100644
53 index f046ff40375..00000000000
54 --- a/x11-apps/xman/xman-1.1.3.ebuild
55 +++ /dev/null
56 @@ -1,17 +0,0 @@
57 -# Copyright 1999-2015 Gentoo Foundation
58 -# Distributed under the terms of the GNU General Public License v2
59 -
60 -EAPI=5
61 -inherit xorg-2
62 -
63 -DESCRIPTION="Manual page display program for the X Window System"
64 -
65 -KEYWORDS="amd64 arm hppa ~mips ppc ppc64 ~s390 ~sh sparc x86"
66 -IUSE=""
67 -
68 -DEPEND="x11-libs/libXaw
69 - x11-libs/libXt
70 - x11-libs/libXmu
71 - x11-proto/xproto"
72 -RDEPEND="${DEPEND}
73 - !>=sys-apps/man-db-2.7"