mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-crypt/mcrypt: eapi bump
Package-Manager: portage-2.3.0
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
--- src/errors.c
|
||||
+++ src/errors.c
|
||||
--- a/src/errors.c
|
||||
+++ b/src/errors.c
|
||||
@@ -25,24 +25,24 @@
|
||||
|
||||
void err_quit(char *errmsg)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
--- src/rfc2440.c 2008-11-17 06:50:01.000000000 +1100
|
||||
+++ src/rfc2440.c 2010-08-10 13:48:28.000000000 +1000
|
||||
--- a/src/rfc2440.c 2008-11-17 06:50:01.000000000 +1100
|
||||
+++ b/src/rfc2440.c 2010-08-10 13:48:28.000000000 +1000
|
||||
@@ -23,7 +23,7 @@
|
||||
#include <zlib.h>
|
||||
#endif
|
||||
|
||||
32
app-crypt/mcrypt/mcrypt-2.6.8-r3.ebuild
Normal file
32
app-crypt/mcrypt/mcrypt-2.6.8-r3.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="6"
|
||||
|
||||
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}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-2.6.7-qa.patch"
|
||||
"${FILESDIR}/${P}-stdlib.h.patch"
|
||||
"${FILESDIR}/${P}-segv.patch"
|
||||
"${FILESDIR}/${P}-sprintf.patch"
|
||||
"${FILESDIR}/${P}-format-string.patch"
|
||||
"${FILESDIR}/${P}-overflow.patch"
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
econf $(use_enable nls)
|
||||
}
|
||||
Reference in New Issue
Block a user