diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-11-10 02:40:17 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-11-10 02:40:17 +0000 |
commit | ba2f2ec981102f33211d73a5e9bf326f2b1170b4 (patch) | |
tree | 3fba834b83877d8bef421880053dddaaf4e941c4 /app-crypt/krb5 | |
parent | -fix (diff) | |
download | historical-ba2f2ec981102f33211d73a5e9bf326f2b1170b4.tar.gz historical-ba2f2ec981102f33211d73a5e9bf326f2b1170b4.tar.bz2 historical-ba2f2ec981102f33211d73a5e9bf326f2b1170b4.zip |
-fix
Diffstat (limited to 'app-crypt/krb5')
-rw-r--r-- | app-crypt/krb5/krb5-1.2.2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app-crypt/krb5/krb5-1.2.2.ebuild b/app-crypt/krb5/krb5-1.2.2.ebuild index 3e1379d24e50..10daddbf757b 100644 --- a/app-crypt/krb5/krb5-1.2.2.ebuild +++ b/app-crypt/krb5/krb5-1.2.2.ebuild @@ -1,12 +1,10 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Grant Goodyear <grant@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-crypt/krb5/krb5-1.2.2.ebuild,v 1.3 2001/07/15 18:58:16 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/krb5/krb5-1.2.2.ebuild,v 1.4 2001/11/10 02:40:17 hallski Exp $ -#P= -A=${P}.tar.gz S=${WORKDIR}/${P}/src -SRC_URI="http://www.crypto-publish.org/dist/mit-kerberos5/${A}" +SRC_URI="http://www.crypto-publish.org/dist/mit-kerberos5/${P}.tar.gz" DESCRIPTION="MIT Kerberos V (set up for pam)" HOMEPAGE="http://crypto-publish.org" |