Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/uudeview/
Date: Sun, 30 Apr 2017 11:53:20
Message-Id: 1493553187.f8aea6e09dbd7832f080be872911c80f460f2466.kensington@gentoo
1 commit: f8aea6e09dbd7832f080be872911c80f460f2466
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 30 11:51:03 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 30 11:53:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8aea6e0
7
8 app-text/uudeview: remove 0.5.20-r1
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 app-text/uudeview/uudeview-0.5.20-r1.ebuild | 42 -----------------------------
13 1 file changed, 42 deletions(-)
14
15 diff --git a/app-text/uudeview/uudeview-0.5.20-r1.ebuild b/app-text/uudeview/uudeview-0.5.20-r1.ebuild
16 deleted file mode 100644
17 index 49978f9ec8e..00000000000
18 --- a/app-text/uudeview/uudeview-0.5.20-r1.ebuild
19 +++ /dev/null
20 @@ -1,42 +0,0 @@
21 -# Copyright 1999-2010 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="3"
25 -
26 -inherit eutils autotools
27 -
28 -DESCRIPTION="uu, xx, base64, binhex decoder"
29 -HOMEPAGE="http://www.fpx.de/fp/Software/UUDeview/"
30 -SRC_URI="http://www.fpx.de/fp/Software/UUDeview/download/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
35 -IUSE="tk"
36 -
37 -RDEPEND="tk? ( dev-lang/tk )"
38 -
39 -DEPEND="${RDEPEND}
40 - sys-devel/autoconf"
41 -
42 -src_prepare() {
43 - epatch "${FILESDIR}/${P}-bugfixes.patch"
44 - epatch "${FILESDIR}/${P}-CVE-2004-2265.patch"
45 - epatch "${FILESDIR}/${P}-CVE-2008-2266.patch"
46 - epatch "${FILESDIR}/${P}-man.patch"
47 - epatch "${FILESDIR}/${P}-rename.patch"
48 -
49 - eautoreconf
50 -}
51 -
52 -src_configure() {
53 - econf \
54 - $(use_enable tk tcl) \
55 - $(use_enable tk)
56 -}
57 -
58 -src_install() {
59 - # upstream's Makefiles are just broken
60 - einstall MANDIR="${ED}/usr/share/man/" || die "Failed to install"
61 - dodoc HISTORY INSTALL README
62 -}