diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-08-02 18:25:00 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-08-02 18:25:00 +0000 |
commit | d38982ea0a1d0c7e569113a928934b3e5ccb9f6a (patch) | |
tree | f35a1f6976336c2d182a4cc26a2af5aa80048635 | |
parent | Hard require old curl to please ricers. Fixes bug#428790 (diff) | |
download | gentoo-2-d38982ea0a1d0c7e569113a928934b3e5ccb9f6a.tar.gz gentoo-2-d38982ea0a1d0c7e569113a928934b3e5ccb9f6a.tar.bz2 gentoo-2-d38982ea0a1d0c7e569113a928934b3e5ccb9f6a.zip |
Remove PORTDIR from license warning (bug #416737).
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
-rw-r--r-- | app-crypt/truecrypt/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/truecrypt/truecrypt-7.1a.ebuild | 12 |
2 files changed, 9 insertions, 8 deletions
diff --git a/app-crypt/truecrypt/ChangeLog b/app-crypt/truecrypt/ChangeLog index 68fe1eeb7cbf..2cbfe24a4ee5 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.70 2012/03/06 06:06:30 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.71 2012/08/02 18:25:00 radhermit Exp $ + + 02 Aug 2012; Tim Harder <radhermit@gentoo.org> truecrypt-7.1a.ebuild: + Remove PORTDIR from license warning (bug #416737). 06 Mar 2012; Tim Harder <radhermit@gentoo.org> truecrypt-7.1a.ebuild: Make the download instructions clearer (bug #406745). diff --git a/app-crypt/truecrypt/truecrypt-7.1a.ebuild b/app-crypt/truecrypt/truecrypt-7.1a.ebuild index fa11b9ca2916..c4ac9f3b9a05 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.2 2012/03/06 06:06:30 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-7.1a.ebuild,v 1.3 2012/08/02 18:25:00 radhermit Exp $ EAPI="4" @@ -105,17 +105,15 @@ pkg_postinst() { elog "mappings removed on shutdown in order to prevent other file systems" elog "from unmounting then run:" elog "rc-update add truecrypt boot" - elog "" + elog ewarn "If you're getting errors about DISPLAY while using the terminal" ewarn "it's a known upstream bug. To use TrueCrypt from the terminal" ewarn "all that's necessary is to run: unset DISPLAY" ewarn "This will make the display unaccessable from that terminal " ewarn "but at least you will be able to access your volumes." - ewarn "" + ewarn - ewarn "TrueCrypt has very restrictive license." - ewarn "Please read the ${LICENSE} license in ${PORTDIR}/licenses" - ewarn "directory before using TrueCrypt. Please be explicitly aware of" - ewarn "the limitations on redistribution of binaries or modified source." + ewarn "TrueCrypt has a very restrictive license. Please be explicitly aware" + ewarn "of the limitations on redistribution of binaries or modified source." } |