summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-05 18:11:29 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-05 18:11:29 +0000
commitaeff2be515c5d4899cd1f360ab6164c2b3d66aaf (patch)
tree04309e2954db7ac096685c44481f105dc9f9a770 /app-crypt/mcrypt
parentupdate license in header (diff)
downloadgentoo-2-aeff2be515c5d4899cd1f360ab6164c2b3d66aaf.tar.gz
gentoo-2-aeff2be515c5d4899cd1f360ab6164c2b3d66aaf.tar.bz2
gentoo-2-aeff2be515c5d4899cd1f360ab6164c2b3d66aaf.zip
update license in header
Diffstat (limited to 'app-crypt/mcrypt')
-rw-r--r--app-crypt/mcrypt/mcrypt-2.6.2.ebuild17
-rw-r--r--app-crypt/mcrypt/mcrypt-2.6.4.ebuild13
2 files changed, 16 insertions, 14 deletions
diff --git a/app-crypt/mcrypt/mcrypt-2.6.2.ebuild b/app-crypt/mcrypt/mcrypt-2.6.2.ebuild
index fdcc58bc9529..d1cc34ceac52 100644
--- a/app-crypt/mcrypt/mcrypt-2.6.2.ebuild
+++ b/app-crypt/mcrypt/mcrypt-2.6.2.ebuild
@@ -1,14 +1,15 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/mcrypt-2.6.2.ebuild,v 1.6 2003/06/29 22:18:39 aliz Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/mcrypt-2.6.2.ebuild,v 1.7 2003/08/05 18:09:37 vapier Exp $
-DESCRIPTION="mcrypt is intended to be a replacement of the old unix crypt(1)"
-SRC_URI="ftp://mcrypt.hellug.gr/pub/crypto/mcrypt/${P}.tar.gz"
+DESCRIPTION="replacement of the old unix crypt(1)"
HOMEPAGE="http://mcrypt.hellug.gr/"
+SRC_URI="ftp://mcrypt.hellug.gr/pub/crypto/mcrypt/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 ppc ~sparc "
+SLOT="0"
+KEYWORDS="x86 ppc ~sparc"
+IUSE="nls"
DEPEND=">=dev-libs/libmcrypt-2.5.1
>=app-crypt/mhash-0.8.15"
@@ -16,11 +17,11 @@ DEPEND=">=dev-libs/libmcrypt-2.5.1
src_compile() {
local myconf
use nls || myconf="--disable-nls"
- econf ${myconf}
+ econf ${myconf} || die
emake || die
}
src_install() {
- einstall
+ einstall || die
dodoc README NEWS AUTHORS COPYING THANKS TODO
}
diff --git a/app-crypt/mcrypt/mcrypt-2.6.4.ebuild b/app-crypt/mcrypt/mcrypt-2.6.4.ebuild
index 1bb4d5509d61..de964b8bf79b 100644
--- a/app-crypt/mcrypt/mcrypt-2.6.4.ebuild
+++ b/app-crypt/mcrypt/mcrypt-2.6.4.ebuild
@@ -1,14 +1,15 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/mcrypt-2.6.4.ebuild,v 1.1 2003/04/24 17:40:07 robbat2 Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/mcrypt-2.6.4.ebuild,v 1.2 2003/08/05 18:09:37 vapier Exp $
-DESCRIPTION="mcrypt is intended to be a replacement of the old unix crypt(1)"
-SRC_URI="ftp://mcrypt.hellug.gr/pub/crypto/mcrypt/${P}.tar.gz"
+DESCRIPTION="replacement of the old unix crypt(1)"
HOMEPAGE="http://mcrypt.hellug.gr/"
+SRC_URI="ftp://mcrypt.hellug.gr/pub/crypto/mcrypt/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc "
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc"
+IUSE="nls"
DEPEND=">=dev-libs/libmcrypt-2.5.7
>=app-crypt/mhash-0.8.15"