diff options
-rw-r--r-- | app-crypt/truecrypt/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/truecrypt/truecrypt-6.3a.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-crypt/truecrypt/ChangeLog b/app-crypt/truecrypt/ChangeLog index 0b44c00f0440..3e740cfb2d76 100644 --- a/app-crypt/truecrypt/ChangeLog +++ b/app-crypt/truecrypt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/truecrypt -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.53 2009/12/27 08:54:08 josejx Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.54 2010/10/13 18:03:22 c1pher Exp $ + + 13 Oct 2010; Dane Smith <c1pher@gentoo.org> truecrypt-6.3a.ebuild: + Updated the fetch link wrt bug 335854. 27 Dec 2009; Joseph Jezak <josejx@gentoo.org> truecrypt-6.3a.ebuild: Marked ~ppc for bug #275498. diff --git a/app-crypt/truecrypt/truecrypt-6.3a.ebuild b/app-crypt/truecrypt/truecrypt-6.3a.ebuild index f85d99dffbb5..6669d653df3f 100644 --- a/app-crypt/truecrypt/truecrypt-6.3a.ebuild +++ b/app-crypt/truecrypt/truecrypt-6.3a.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-6.3a.ebuild,v 1.2 2009/12/27 08:54:08 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-6.3a.ebuild,v 1.3 2010/10/13 18:03:22 c1pher Exp $ EAPI="2" @@ -28,7 +28,7 @@ S="${WORKDIR}/${P}-source" pkg_nofetch() { elog "Please download .tar.gz source from:" - elog "http://www.truecrypt.org/downloads2" + elog "http://www.truecrypt.org/pastversions" elog "Then put the file in ${DISTDIR}/${SRC_URI}" } |