From 18a203d21e8c3beaddd3dd1b31abc1ef04f566fb Mon Sep 17 00:00:00 2001 From: Manuel RĂ¼ger Date: Mon, 3 Jul 2017 00:46:16 +0200 Subject: net-mail/mpack: Port to EAPI6 Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- net-mail/mpack/files/mpack-1.6-clang.patch | 4 ++-- net-mail/mpack/mpack-1.6-r4.ebuild | 38 ++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 net-mail/mpack/mpack-1.6-r4.ebuild (limited to 'net-mail') diff --git a/net-mail/mpack/files/mpack-1.6-clang.patch b/net-mail/mpack/files/mpack-1.6-clang.patch index 0aac7d2adfba..fc21d170af5f 100644 --- a/net-mail/mpack/files/mpack-1.6-clang.patch +++ b/net-mail/mpack/files/mpack-1.6-clang.patch @@ -1,5 +1,5 @@ ---- uudecode.c 2003-07-21 20:46:37.000000000 +0000 -+++ uudecode.c 2014-04-19 10:04:19.000000000 +0000 +--- umpack-1.6/udecode.c 2003-07-21 20:46:37.000000000 +0000 ++++ mpack-1.6/uudecode.c 2014-04-19 10:04:19.000000000 +0000 @@ -845,7 +845,7 @@ } line += 4; diff --git a/net-mail/mpack/mpack-1.6-r4.ebuild b/net-mail/mpack/mpack-1.6-r4.ebuild new file mode 100644 index 000000000000..549f2af53198 --- /dev/null +++ b/net-mail/mpack/mpack-1.6-r4.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +AT_M4DIR=cmulocal + +inherit 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="" + +PATCHES=( "${FILESDIR}"/${P}-filenames.patch + "${FILESDIR}"/${P}-usage.patch + "${FILESDIR}"/${P}-munpack.patch + # NOTE: These three patches replace + "${FILESDIR}"/${P}-compile.patch + "${FILESDIR}"/${P}-paths.patch + "${FILESDIR}"/${P}-cve-2011-4919.patch + + "${FILESDIR}"/${P}-clang.patch +) + +src_prepare() { + default + eautoreconf +} + +src_install () { + emake DESTDIR="${D}" install + dodoc README.* Changes +} -- cgit v1.2.3-65-gdbad