diff options
author | Dane Smith <c1pher@gentoo.org> | 2010-11-07 14:45:38 +0000 |
---|---|---|
committer | Dane Smith <c1pher@gentoo.org> | 2010-11-07 14:45:38 +0000 |
commit | 6000af229ee19ff1c44d4e16a41d74fa01dbf788 (patch) | |
tree | bcbbee169ee2cd4f57e9ca6130d6a50c69926ca1 /app-crypt | |
parent | Initial import for Basenji. (diff) | |
download | gentoo-2-6000af229ee19ff1c44d4e16a41d74fa01dbf788.tar.gz gentoo-2-6000af229ee19ff1c44d4e16a41d74fa01dbf788.tar.bz2 gentoo-2-6000af229ee19ff1c44d4e16a41d74fa01dbf788.zip |
Removed the fetch restrict for TrueCrypt.
(Portage version: 2.2.0_alpha3_p8/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/truecrypt/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/truecrypt/truecrypt-7.0a-r1.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/app-crypt/truecrypt/ChangeLog b/app-crypt/truecrypt/ChangeLog index 00f5c068c76a..5ad02ed0a6cd 100644 --- a/app-crypt/truecrypt/ChangeLog +++ b/app-crypt/truecrypt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-crypt/truecrypt # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.56 2010/11/06 01:15:14 c1pher Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.57 2010/11/07 14:45:38 c1pher Exp $ + + 07 Nov 2010; Dane Smith <c1pher@gentoo.org> truecrypt-7.0a-r1.ebuild: + Removed the fetch restrict. Note for future version bumps: the source + archives + will need to be added to the Gentoo mirrors manually. *truecrypt-7.0a-r1 (06 Nov 2010) diff --git a/app-crypt/truecrypt/truecrypt-7.0a-r1.ebuild b/app-crypt/truecrypt/truecrypt-7.0a-r1.ebuild index 28a2a151275f..5bd114f853c3 100644 --- a/app-crypt/truecrypt/truecrypt-7.0a-r1.ebuild +++ b/app-crypt/truecrypt/truecrypt-7.0a-r1.ebuild @@ -1,6 +1,6 @@ # 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-7.0a-r1.ebuild,v 1.1 2010/11/06 01:15:14 c1pher Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-7.0a-r1.ebuild,v 1.2 2010/11/07 14:45:38 c1pher Exp $ EAPI="2" @@ -8,13 +8,13 @@ inherit flag-o-matic linux-info multilib toolchain-funcs wxwidgets eutils DESCRIPTION="Free open-source disk encryption software" HOMEPAGE="http://www.truecrypt.org/" -SRC_URI="${P}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="truecrypt-3.0" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="X" -RESTRICT="bindist fetch mirror" +RESTRICT="bindist" RDEPEND="|| ( >=sys-fs/lvm2-2.02.45 sys-fs/device-mapper ) sys-fs/fuse @@ -29,7 +29,7 @@ S="${WORKDIR}/${P}-source" pkg_nofetch() { elog "Please download .tar.gz source from:" elog "http://www.truecrypt.org/downloads2" - elog "Then put the file in ${DISTDIR}/${SRC_URI}" + elog "Then put the file in ${DISTDIR}/${P}.tar.gz" } pkg_setup() { |