diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-08-15 05:38:43 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-08-15 05:38:43 +0000 |
commit | ee5ee9dde46d050cf8913d8b4401ab15c5e4e8fe (patch) | |
tree | ebaba71a1703f21b575cf9b4477ed820e2afe718 /app-crypt | |
parent | Fixes bug 21887 (diff) | |
download | gentoo-2-ee5ee9dde46d050cf8913d8b4401ab15c5e4e8fe.tar.gz gentoo-2-ee5ee9dde46d050cf8913d8b4401ab15c5e4e8fe.tar.bz2 gentoo-2-ee5ee9dde46d050cf8913d8b4401ab15c5e4e8fe.zip |
spelling fix thanks to firai in #gentoo
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/aes-crypt/Manifest | 2 | ||||
-rw-r--r-- | app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/aes-crypt/Manifest b/app-crypt/aes-crypt/Manifest index 406fe78f2eea..a2f0aeb3107e 100644 --- a/app-crypt/aes-crypt/Manifest +++ b/app-crypt/aes-crypt/Manifest @@ -1,3 +1,3 @@ -MD5 e0e193ff34bdecd7cd354fe0b9dd4ed4 aes-crypt-1.0.7.ebuild 820 +MD5 5587255e9cf7de500508ca5cb0e2916e aes-crypt-1.0.7.ebuild 819 MD5 35d054332a224eb65e704eccc149e1bb ChangeLog 473 MD5 205e43c13b641ee04450eff1b26c434d files/digest-aes-crypt-1.0.7 60 diff --git a/app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild b/app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild index 965776ebe4b3..ea01de2e780b 100644 --- a/app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild +++ b/app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild,v 1.1 2003/06/18 20:53:17 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild,v 1.2 2003/08/15 05:38:38 seemant Exp $ At="${PN/-crypt/}-${PV}" -DESCRIPTION="Command line program ('aes') to encrypt and decrypt data using the Rjiandel algorythm" +DESCRIPTION="Command line program ('aes') to encrypt and decrypt data using the Rijandel algorythm" HOMEPAGE="http://my.cubic.ch/users/timtas/aes/" SRC_URI="http://my.cubic.ch/users/timtas/aes/${At}.tar.gz" SLOT="0" |