diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 13:23:59 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 13:23:59 +0000 |
commit | 28427d5ea475d00bb152c5c8ab02ca2154430296 (patch) | |
tree | afe5bb83b579587cc768ada71f14c8e3e8bdff64 /app-crypt | |
parent | Added IUSE. (diff) | |
download | historical-28427d5ea475d00bb152c5c8ab02ca2154430296.tar.gz historical-28427d5ea475d00bb152c5c8ab02ca2154430296.tar.bz2 historical-28427d5ea475d00bb152c5c8ab02ca2154430296.zip |
Added IUSE.
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/heimdal/heimdal-0.5.ebuild | 3 | ||||
-rw-r--r-- | app-crypt/johntheripper/johntheripper-1.6.ebuild | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/app-crypt/heimdal/heimdal-0.5.ebuild b/app-crypt/heimdal/heimdal-0.5.ebuild index ab30893c4ae7..b9650eaac556 100644 --- a/app-crypt/heimdal/heimdal-0.5.ebuild +++ b/app-crypt/heimdal/heimdal-0.5.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.5.ebuild,v 1.2 2002/10/17 12:58:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.5.ebuild,v 1.3 2002/10/17 13:23:59 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Kerberos 5 implementation from KTH" SRC_URI="ftp://ftp.pdc.kth.se/pub/${PN}/src/${P}.tar.gz" HOMEPAGE="http://www.pdc.kth.se/heimdal/" +IUSE="ssl ldap berkdb ipv6" SLOT="0" LICENSE="as-is" diff --git a/app-crypt/johntheripper/johntheripper-1.6.ebuild b/app-crypt/johntheripper/johntheripper-1.6.ebuild index 000dfacb722f..e7a5db91b1ca 100644 --- a/app-crypt/johntheripper/johntheripper-1.6.ebuild +++ b/app-crypt/johntheripper/johntheripper-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.6.ebuild,v 1.3 2002/08/16 02:36:53 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.6.ebuild,v 1.4 2002/10/17 13:23:59 aliz Exp $ PN0="john" S=${WORKDIR}/${PN0}-${PV} @@ -9,7 +9,7 @@ DESCRIPTION="John the Ripper is a fast password cracker." HOMEPAGE="http://www.openwall.com/${PN0}/" SRC_URI="${HOMEPAGE}/${PN0}-${PV}.tar.gz http://ftp.debian.org/debian/pool/main/j/${PN0}/${DEBPATCH}" - +IUSE="mmx" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc sparc64" |