net-mail/mpack: Drop old
authorMikle Kolyada <zlogene@gentoo.org>
Sun, 17 Dec 2017 14:51:11 +0000 (17:51 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sun, 17 Dec 2017 14:51:11 +0000 (17:51 +0300)
Package-Manager: Portage-2.3.13, Repoman-2.3.3

net-mail/mpack/mpack-1.6-r3.ebuild [deleted file]

diff --git a/net-mail/mpack/mpack-1.6-r3.ebuild b/net-mail/mpack/mpack-1.6-r3.ebuild
deleted file mode 100644 (file)
index 5016cc6..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-AT_M4DIR=cmulocal
-
-inherit eutils autotools
-
-DESCRIPTION="Command-line MIME encoding and decoding utilities"
-HOMEPAGE="ftp://ftp.andrew.cmu.edu/pub/mpack/"
-SRC_URI="ftp://ftp.andrew.cmu.edu/pub/mpack/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="HPND"
-KEYWORDS="amd64 x86 ~ppc-macos ~sparc-solaris ~x86-solaris"
-IUSE=""
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-filenames.patch
-       epatch "${FILESDIR}"/${P}-usage.patch
-       epatch "${FILESDIR}"/${P}-munpack.patch
-
-       # NOTE: These three patches replace <mpack-1.6-gentoo.patch>
-       epatch "${FILESDIR}"/${P}-compile.patch
-       epatch "${FILESDIR}"/${P}-paths.patch
-       epatch "${FILESDIR}"/${P}-cve-2011-4919.patch
-
-       epatch "${FILESDIR}"/${P}-clang.patch
-
-       eautoreconf
-}
-
-src_install () {
-       emake DESTDIR="${D}" install || die
-       dodoc README.* Changes
-}