diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-24 08:22:37 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-24 08:22:37 +0000 |
commit | b33cacd50e017349a0ba948f4989cd77676bcff0 (patch) | |
tree | 57d90c2a822ad5082cf1a9fe0d733035e46daa6f /app-crypt/mcrypt | |
parent | Version bump. See bug #38385. Updated copyright years. (diff) | |
download | historical-b33cacd50e017349a0ba948f4989cd77676bcff0.tar.gz historical-b33cacd50e017349a0ba948f4989cd77676bcff0.tar.bz2 historical-b33cacd50e017349a0ba948f4989cd77676bcff0.zip |
bug #38110, home/src_uri move.
Diffstat (limited to 'app-crypt/mcrypt')
-rw-r--r-- | app-crypt/mcrypt/ChangeLog | 8 | ||||
-rw-r--r-- | app-crypt/mcrypt/Manifest | 6 | ||||
-rw-r--r-- | app-crypt/mcrypt/mcrypt-2.6.2.ebuild | 8 | ||||
-rw-r--r-- | app-crypt/mcrypt/mcrypt-2.6.4.ebuild | 8 |
4 files changed, 17 insertions, 13 deletions
diff --git a/app-crypt/mcrypt/ChangeLog b/app-crypt/mcrypt/ChangeLog index 66f6d2722af0..74059ba863fa 100644 --- a/app-crypt/mcrypt/ChangeLog +++ b/app-crypt/mcrypt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/mcrypt -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/ChangeLog,v 1.7 2004/01/04 17:41:18 aliz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/ChangeLog,v 1.8 2004/01/24 08:22:37 robbat2 Exp $ + + 24 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> mcrypt-2.6.2.ebuild, + mcrypt-2.6.4.ebuild: + bug #38110, home/src_uri move. 04 Jan 2004; Daniel Ahlberg <aliz@gentoo.org> mcrypt-2.6.4.ebuild: Update SRC_URI. diff --git a/app-crypt/mcrypt/Manifest b/app-crypt/mcrypt/Manifest index b509ed937daf..7a05e012e09d 100644 --- a/app-crypt/mcrypt/Manifest +++ b/app-crypt/mcrypt/Manifest @@ -1,5 +1,5 @@ -MD5 5c74103124ea2cf68be9ed43d8c50a72 mcrypt-2.6.2.ebuild 695 -MD5 6b4f75b4680615b660c093e0979aa8df mcrypt-2.6.4.ebuild 752 -MD5 b9fdc4984278dac182e6f012212e2d95 ChangeLog 915 +MD5 e81183074a828bb5cfa297b71b181ee6 mcrypt-2.6.2.ebuild 686 +MD5 73a0342e86eccd6087a3d4dfdaf5f1aa mcrypt-2.6.4.ebuild 741 +MD5 144f587c5ba809f89cce91766100b7a7 ChangeLog 1048 MD5 820553aa023dd8d013a81bd67213b3ef files/digest-mcrypt-2.6.2 64 MD5 835b3e96079ca07cfd4fa13143912778 files/digest-mcrypt-2.6.4 64 diff --git a/app-crypt/mcrypt/mcrypt-2.6.2.ebuild b/app-crypt/mcrypt/mcrypt-2.6.2.ebuild index 0e6a0513921d..56fb9bca18ca 100644 --- a/app-crypt/mcrypt/mcrypt-2.6.2.ebuild +++ b/app-crypt/mcrypt/mcrypt-2.6.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # 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.8 2003/09/06 22:15:09 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/mcrypt-2.6.2.ebuild,v 1.9 2004/01/24 08:22:37 robbat2 Exp $ 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" +HOMEPAGE="http://mcrypt.sourceforge.net/" +SRC_URI="mirror://sourceforge/mcrypt/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/app-crypt/mcrypt/mcrypt-2.6.4.ebuild b/app-crypt/mcrypt/mcrypt-2.6.4.ebuild index 6951cc61bf9d..37f389022731 100644 --- a/app-crypt/mcrypt/mcrypt-2.6.4.ebuild +++ b/app-crypt/mcrypt/mcrypt-2.6.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # 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.4 2004/01/04 17:41:18 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/mcrypt-2.6.4.ebuild,v 1.5 2004/01/24 08:22:37 robbat2 Exp $ DESCRIPTION="replacement of the old unix crypt(1)" -HOMEPAGE="http://mcrypt.hellug.gr/" -SRC_URI="ftp://mcrypt.hellug.gr/pub/crypto/mcrypt/attic/${P}.tar.gz" +HOMEPAGE="http://mcrypt.sourceforge.net/" +SRC_URI="mirror://sourceforge/mcrypt/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |