From: Alon Bar-Lev Date: Wed, 15 Mar 2017 18:28:58 +0000 (+0200) Subject: app-crypt/mcrypt: cleanup X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=edb81972a1355441959883d08298c0da4fa5cf7e;p=gentoo.git app-crypt/mcrypt: cleanup Bug: 611472 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/app-crypt/mcrypt/mcrypt-2.6.8-r2.ebuild b/app-crypt/mcrypt/mcrypt-2.6.8-r2.ebuild deleted file mode 100644 index 93cdbea7257c..000000000000 --- a/app-crypt/mcrypt/mcrypt-2.6.8-r2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" - -inherit eutils - -DESCRIPTION="replacement of the old unix crypt(1)" -HOMEPAGE="http://mcrypt.sourceforge.net/" -SRC_URI="mirror://sourceforge/mcrypt/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86 ~x86-macos" -IUSE="nls" - -DEPEND=">=dev-libs/libmcrypt-2.5.8 - >=app-crypt/mhash-0.9.9 - sys-libs/zlib" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}/${PN}-2.6.7-qa.patch" - epatch "${FILESDIR}/${P}-stdlib.h.patch" - epatch "${FILESDIR}/${P}-segv.patch" - epatch "${FILESDIR}/${P}-sprintf.patch" - epatch "${FILESDIR}/${P}-format-string.patch" - epatch "${FILESDIR}/${P}-overflow.patch" -} - -src_configure() { - econf $(use_enable nls) -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS NEWS README THANKS TODO -}