diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2017-12-17 17:51:11 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2017-12-17 17:51:11 +0300 |
commit | 276d9d61665c73f28c7ab337daca4508a5d395dd (patch) | |
tree | 6ddb5ec56371ba4d5c121f08821c4d9715a81d21 /net-mail | |
parent | net-mail/mpack: amd64 stable wrt bug #639488 (diff) | |
download | gentoo-276d9d61665c73f28c7ab337daca4508a5d395dd.tar.gz gentoo-276d9d61665c73f28c7ab337daca4508a5d395dd.tar.bz2 gentoo-276d9d61665c73f28c7ab337daca4508a5d395dd.zip |
net-mail/mpack: Drop old
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mpack/mpack-1.6-r3.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/net-mail/mpack/mpack-1.6-r3.ebuild b/net-mail/mpack/mpack-1.6-r3.ebuild deleted file mode 100644 index 5016cc6747d0..000000000000 --- a/net-mail/mpack/mpack-1.6-r3.ebuild +++ /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 -} |