commit:     276d9d61665c73f28c7ab337daca4508a5d395dd
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 14:51:11 2017 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 14:51:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=276d9d61

net-mail/mpack: Drop old

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 net-mail/mpack/mpack-1.6-r3.ebuild | 37 -------------------------------------
 1 file changed, 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 5016cc6747d..00000000000
--- 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
-}

Reply via email to