app-text/uudeview: remove 0.5.20-r1
authorMichael Palimaka <kensington@gentoo.org>
Sun, 30 Apr 2017 11:51:03 +0000 (21:51 +1000)
committerMichael Palimaka <kensington@gentoo.org>
Sun, 30 Apr 2017 11:53:07 +0000 (21:53 +1000)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

app-text/uudeview/uudeview-0.5.20-r1.ebuild [deleted file]

diff --git a/app-text/uudeview/uudeview-0.5.20-r1.ebuild b/app-text/uudeview/uudeview-0.5.20-r1.ebuild
deleted file mode 100644 (file)
index 49978f9..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-inherit eutils autotools
-
-DESCRIPTION="uu, xx, base64, binhex decoder"
-HOMEPAGE="http://www.fpx.de/fp/Software/UUDeview/"
-SRC_URI="http://www.fpx.de/fp/Software/UUDeview/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="tk"
-
-RDEPEND="tk? ( dev-lang/tk )"
-
-DEPEND="${RDEPEND}
-       sys-devel/autoconf"
-
-src_prepare() {
-       epatch "${FILESDIR}/${P}-bugfixes.patch"
-       epatch "${FILESDIR}/${P}-CVE-2004-2265.patch"
-       epatch "${FILESDIR}/${P}-CVE-2008-2266.patch"
-       epatch "${FILESDIR}/${P}-man.patch"
-       epatch "${FILESDIR}/${P}-rename.patch"
-
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               $(use_enable tk tcl) \
-               $(use_enable tk)
-}
-
-src_install() {
-       # upstream's Makefiles are just broken
-       einstall MANDIR="${ED}/usr/share/man/" || die "Failed to install"
-       dodoc HISTORY INSTALL README
-}