diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-05-27 17:27:40 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-05-27 17:27:40 +0000 |
commit | 6715bf5720376ba7d417699ca04161d9e0b65c32 (patch) | |
tree | 845cbebcace1759befe8b44d08e7df8ca0e97fff /app-crypt | |
parent | version bump and bugfixes (diff) | |
download | gentoo-2-6715bf5720376ba7d417699ca04161d9e0b65c32.tar.gz gentoo-2-6715bf5720376ba7d417699ca04161d9e0b65c32.tar.bz2 gentoo-2-6715bf5720376ba7d417699ca04161d9e0b65c32.zip |
sourceforge updates
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/cryptoapi/cryptoapi-2.4.7.0.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/vtun/vtun-2.5.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/cryptoapi/cryptoapi-2.4.7.0.ebuild b/app-crypt/cryptoapi/cryptoapi-2.4.7.0.ebuild index 2d532df27e1a..7bbd0cb50bb8 100644 --- a/app-crypt/cryptoapi/cryptoapi-2.4.7.0.ebuild +++ b/app-crypt/cryptoapi/cryptoapi-2.4.7.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Preston A. Elder <prez@goth.net> -# $Header: /var/cvsroot/gentoo-x86/app-crypt/cryptoapi/cryptoapi-2.4.7.0.ebuild,v 1.6 2002/05/08 08:57:36 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/cryptoapi/cryptoapi-2.4.7.0.ebuild,v 1.7 2002/05/27 17:27:34 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Modules that add encryption ability at the kernel level." -SRC_URI="ftp://prdownloads.sourceforge.net/cryptoapi/${P}.tar.gz" +SRC_URI="mirror://sourceforge/cryptoapi/${P}.tar.gz" HOMEPAGE="http://www.sourceforge.net/projects/cryptoapi" DEPEND=">=sys-apps/util-linux-2.11o-r2 diff --git a/app-crypt/vtun/vtun-2.5.ebuild b/app-crypt/vtun/vtun-2.5.ebuild index cc4999586759..70e3c88c7f25 100644 --- a/app-crypt/vtun/vtun-2.5.ebuild +++ b/app-crypt/vtun/vtun-2.5.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/vtun/vtun-2.5.ebuild,v 1.2 2002/05/26 08:42:02 prez Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/vtun/vtun-2.5.ebuild,v 1.3 2002/05/27 17:27:34 drobbins Exp $ DESCRIPTION="Tunneling software to use the universal tunnel" HOMEPAGE="http://vtun.sourceforge.net" @@ -10,7 +10,7 @@ DEPEND=">=sys-libs/zlib-1.1.4 >=dev-libs/openssl-0.9.6c-r1 >=sys-kernel/linux-headers-2.4.18" #RDEPEND="" -SRC_URI="ftp://prdownloads.sourceforge.net/vtun/${P}.tar.gz" +SRC_URI="mirror://sourceforge/vtun/${P}.tar.gz" S=${WORKDIR}/vtun src_compile() { |