diff options
author | 2008-11-03 17:24:42 +0000 | |
---|---|---|
committer | 2008-11-03 17:24:42 +0000 | |
commit | 21388e5bb08bb5fc3b42a7025075703bd3288034 (patch) | |
tree | 960f15ebdc85d9a4862d8f971b22f5cd6e535ff9 /app-crypt/truecrypt | |
parent | fix bugs #245287 and #245316 (diff) | |
download | gentoo-2-21388e5bb08bb5fc3b42a7025075703bd3288034.tar.gz gentoo-2-21388e5bb08bb5fc3b42a7025075703bd3288034.tar.bz2 gentoo-2-21388e5bb08bb5fc3b42a7025075703bd3288034.zip |
changed due to licensing concerns. Bug #241650. Thanks Donnie and Robin.
(Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'app-crypt/truecrypt')
-rw-r--r-- | app-crypt/truecrypt/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/truecrypt/truecrypt-4.3a.ebuild | 9 | ||||
-rw-r--r-- | app-crypt/truecrypt/truecrypt-6.0a.ebuild | 9 |
3 files changed, 19 insertions, 5 deletions
diff --git a/app-crypt/truecrypt/ChangeLog b/app-crypt/truecrypt/ChangeLog index 6415da51e693..46d5d725bd86 100644 --- a/app-crypt/truecrypt/ChangeLog +++ b/app-crypt/truecrypt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/truecrypt # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.39 2008/07/09 23:00:46 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.40 2008/11/03 17:24:42 dragonheart Exp $ + + 03 Nov 2008; Daniel Black <dragonheart@gentoo.org> truecrypt-4.3a.ebuild, + truecrypt-6.0a.ebuild: + changed due to licensing concerns. Bug #241650. Thanks Donnie and Robin. 09 Jul 2008; Daniel Black <dragonheart@gentoo.org> -files/truecrypt-5.1a-gcc-4.3.patch, -files/truecrypt-6.0a-gcc-4.3.patch, diff --git a/app-crypt/truecrypt/truecrypt-4.3a.ebuild b/app-crypt/truecrypt/truecrypt-4.3a.ebuild index 21572af82473..0db6c05c095d 100644 --- a/app-crypt/truecrypt/truecrypt-4.3a.ebuild +++ b/app-crypt/truecrypt/truecrypt-4.3a.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-4.3a.ebuild,v 1.6 2007/12/15 18:33:50 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-4.3a.ebuild,v 1.7 2008/11/03 17:24:41 dragonheart Exp $ # # NOTES: @@ -22,6 +22,7 @@ LICENSE="truecrypt-collective-1.0" SLOT="0" KEYWORDS="amd64 x86" IUSE="" +RESTRICT="mirror fetch bindist" RDEPEND="sys-fs/device-mapper" DEPEND="virtual/linux-sources @@ -83,6 +84,10 @@ pkg_postinst() { elog " Try 'modprobe truecrypt' as root to load the module. " elog " 3. Load the module during boot by listing it in " elog " '/etc/modules.autoload.d/kernel-2.6' " + + elog "potential legal problems - use at own risk" + elog "http://lists.freedesktop.org/archives/distributions/2008-October/000276.html" + } dmcrypt_check() { diff --git a/app-crypt/truecrypt/truecrypt-6.0a.ebuild b/app-crypt/truecrypt/truecrypt-6.0a.ebuild index 2248cf09a909..4fbc96edf683 100644 --- a/app-crypt/truecrypt/truecrypt-6.0a.ebuild +++ b/app-crypt/truecrypt/truecrypt-6.0a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-6.0a.ebuild,v 1.2 2008/07/09 23:00:46 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-6.0a.ebuild,v 1.3 2008/11/03 17:24:42 dragonheart Exp $ inherit eutils toolchain-funcs multilib wxwidgets @@ -13,7 +13,7 @@ LICENSE="truecrypt-collective-1.4" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="X" -RESTRICT="fetch" +RESTRICT="mirror fetch bindist" RDEPEND="sys-fs/fuse =x11-libs/wxGTK-2.8*" @@ -76,3 +76,8 @@ src_install() { insinto "/$(get_libdir)/rcscripts/addons" newins "${FILESDIR}/${PN}-stop.sh" "${PN}-stop.sh" } + +pkg_postinst() { + elog "potential legal problems - use at own risk" + elog "http://lists.freedesktop.org/archives/distributions/2008-October/000276.html" +} |