diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-03-06 06:06:30 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-03-06 06:06:30 +0000 |
commit | bfaeeeabde12a13839d81b6cd2042353d631faf4 (patch) | |
tree | 3c078f3c734fe131c9638b6c193ccdce14387085 /app-crypt | |
parent | Remove old. (diff) | |
download | gentoo-2-bfaeeeabde12a13839d81b6cd2042353d631faf4.tar.gz gentoo-2-bfaeeeabde12a13839d81b6cd2042353d631faf4.tar.bz2 gentoo-2-bfaeeeabde12a13839d81b6cd2042353d631faf4.zip |
Make the download instructions clearer (bug #406745).
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/truecrypt/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/truecrypt/truecrypt-7.1a.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/truecrypt/ChangeLog b/app-crypt/truecrypt/ChangeLog index d2114ab6d13d..68fe1eeb7cbf 100644 --- a/app-crypt/truecrypt/ChangeLog +++ b/app-crypt/truecrypt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/truecrypt # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.69 2012/02/19 06:53:55 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.70 2012/03/06 06:06:30 radhermit Exp $ + + 06 Mar 2012; Tim Harder <radhermit@gentoo.org> truecrypt-7.1a.ebuild: + Make the download instructions clearer (bug #406745). 19 Feb 2012; Tim Harder <radhermit@gentoo.org> -truecrypt-7.1.ebuild: Remove old due to unfetchable sources. diff --git a/app-crypt/truecrypt/truecrypt-7.1a.ebuild b/app-crypt/truecrypt/truecrypt-7.1a.ebuild index 2fdc0633754f..fa11b9ca2916 100644 --- a/app-crypt/truecrypt/truecrypt-7.1a.ebuild +++ b/app-crypt/truecrypt/truecrypt-7.1a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-7.1a.ebuild,v 1.1 2012/02/19 06:52:21 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-7.1a.ebuild,v 1.2 2012/03/06 06:06:30 radhermit Exp $ EAPI="4" @@ -28,7 +28,7 @@ S="${WORKDIR}/${P}-source" #See bug 241650. pkg_nofetch() { - elog "Please download ${P}-linux-{86,64}.tar.gz source from:" + elog "Please download the source archive \"TrueCrypt ${PV} Source.tar.gz\" from:" elog "http://www.truecrypt.org/downloads2" elog "Then put the file in ${DISTDIR}/${P}.tar.gz" } |