summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-04-24 17:40:09 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-04-24 17:40:09 +0000
commit60c3a6c83dae0607206417044b8aecfd650c590b (patch)
tree96bec6ce396e4549b79e58106b9c9a88330adcf3 /app-crypt/mcrypt
parentnew version, in unstable for testing (diff)
downloadhistorical-60c3a6c83dae0607206417044b8aecfd650c590b.tar.gz
historical-60c3a6c83dae0607206417044b8aecfd650c590b.tar.bz2
historical-60c3a6c83dae0607206417044b8aecfd650c590b.zip
new version, in unstable for testing
Diffstat (limited to 'app-crypt/mcrypt')
-rw-r--r--app-crypt/mcrypt/Manifest5
-rw-r--r--app-crypt/mcrypt/files/digest-mcrypt-2.6.41
-rw-r--r--app-crypt/mcrypt/mcrypt-2.6.4.ebuild26
3 files changed, 29 insertions, 3 deletions
diff --git a/app-crypt/mcrypt/Manifest b/app-crypt/mcrypt/Manifest
index 81c2a6912191..309cf449fdd1 100644
--- a/app-crypt/mcrypt/Manifest
+++ b/app-crypt/mcrypt/Manifest
@@ -1,6 +1,5 @@
-MD5 2595eb8438dc5e5abc6217e8ed27fb03 mcrypt-2.6.4.ebuild~ 711
MD5 7e5206294613d2978632b81b4ac6af5b mcrypt-2.6.2.ebuild 710
-MD5 7a7fd448c6d188b1162a47742a344ea0 mcrypt-2.6.4.ebuild 772
-MD5 d3aed3a18bf2baa227daa69ea109efd6 ChangeLog 656
+MD5 b561d33067a20b11fe39f3d2112da91a mcrypt-2.6.4.ebuild 771
+MD5 9cea8cd14c0dbbd00619ca89b3ba9e7b ChangeLog 830
MD5 820553aa023dd8d013a81bd67213b3ef files/digest-mcrypt-2.6.2 64
MD5 835b3e96079ca07cfd4fa13143912778 files/digest-mcrypt-2.6.4 64
diff --git a/app-crypt/mcrypt/files/digest-mcrypt-2.6.4 b/app-crypt/mcrypt/files/digest-mcrypt-2.6.4
new file mode 100644
index 000000000000..c3c5628eef8e
--- /dev/null
+++ b/app-crypt/mcrypt/files/digest-mcrypt-2.6.4
@@ -0,0 +1 @@
+MD5 5a011846fd0f166428c8d97359aaa6b3 mcrypt-2.6.4.tar.gz 383865
diff --git a/app-crypt/mcrypt/mcrypt-2.6.4.ebuild b/app-crypt/mcrypt/mcrypt-2.6.4.ebuild
new file mode 100644
index 000000000000..1bb4d5509d61
--- /dev/null
+++ b/app-crypt/mcrypt/mcrypt-2.6.4.ebuild
@@ -0,0 +1,26 @@
+# 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 $
+
+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"
+HOMEPAGE="http://mcrypt.hellug.gr/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc "
+
+DEPEND=">=dev-libs/libmcrypt-2.5.7
+ >=app-crypt/mhash-0.8.15"
+
+src_compile() {
+ local myconf
+ use nls || myconf="--disable-nls"
+ econf ${myconf} || die "configure error"
+ emake || die "make error"
+}
+
+src_install() {
+ einstall || die "install error"
+ dodoc README NEWS AUTHORS COPYING THANKS TODO
+}