diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-08-03 11:48:09 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-08-03 11:48:09 +0000 |
commit | 79c7a07a54d57e8c7d27efc85f06fd61b98d5200 (patch) | |
tree | cabf86d060ec048bbe36b5749df9e076ec37224c /app-crypt/gnupg/gnupg-1.2.6.ebuild | |
parent | added mirrors for gnupg (diff) | |
download | gentoo-2-79c7a07a54d57e8c7d27efc85f06fd61b98d5200.tar.gz gentoo-2-79c7a07a54d57e8c7d27efc85f06fd61b98d5200.tar.bz2 gentoo-2-79c7a07a54d57e8c7d27efc85f06fd61b98d5200.zip |
remove cruft and make SRC_URI friendlier
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-crypt/gnupg/gnupg-1.2.6.ebuild')
-rw-r--r-- | app-crypt/gnupg/gnupg-1.2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/gnupg/gnupg-1.2.6.ebuild b/app-crypt/gnupg/gnupg-1.2.6.ebuild index 56367eb39ec2..b7b35bdebbb8 100644 --- a/app-crypt/gnupg/gnupg-1.2.6.ebuild +++ b/app-crypt/gnupg/gnupg-1.2.6.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.6.ebuild,v 1.24 2005/07/29 22:41:54 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.6.ebuild,v 1.25 2005/08/03 11:48:09 seemant Exp $ inherit eutils flag-o-matic DESCRIPTION="The GNU Privacy Guard, a GPL pgp replacement" HOMEPAGE="http://www.gnupg.org/" -SRC_URI="ftp://ftp.gnupg.org/gcrypt/gnupg/${P}.tar.bz2 +SRC_URI="mirror://gnupg/gnupg/${P}.tar.bz2 idea? ( ftp://ftp.gnupg.dk/pub/contrib-dk/idea.c.gz )" LICENSE="GPL-2 idea? ( IDEA )" |