summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDane Smith <c1pher@gentoo.org>2011-04-25 14:15:37 +0000
committerDane Smith <c1pher@gentoo.org>2011-04-25 14:15:37 +0000
commit51b215df24bd1d5d98350f1bbe9d7b0b131ba1cd (patch)
tree7e267c17d806a392f5a1f99988faaafdd774c6b9 /app-crypt
parentalpha/ia64/sparc stable wrt #364191 (diff)
downloadgentoo-2-51b215df24bd1d5d98350f1bbe9d7b0b131ba1cd.tar.gz
gentoo-2-51b215df24bd1d5d98350f1bbe9d7b0b131ba1cd.tar.bz2
gentoo-2-51b215df24bd1d5d98350f1bbe9d7b0b131ba1cd.zip
app-crypt/truecrypt: Re-RESTRICT fetch and mirror.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/truecrypt/ChangeLog6
-rw-r--r--app-crypt/truecrypt/truecrypt-7.0a-r2.ebuild19
2 files changed, 14 insertions, 11 deletions
diff --git a/app-crypt/truecrypt/ChangeLog b/app-crypt/truecrypt/ChangeLog
index 686ce24ae427..27d159b51c2e 100644
--- a/app-crypt/truecrypt/ChangeLog
+++ b/app-crypt/truecrypt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/truecrypt
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.60 2011/03/20 15:46:52 c1pher Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.61 2011/04/25 14:15:37 c1pher Exp $
+
+ 25 Apr 2011; Dane Smith <c1pher@gentoo.org> truecrypt-7.0a-r2.ebuild:
+ Re-added the fetch and mirror restriction after a conversation on -dev.
+ Please see bug 241650 before removing this in the future.
20 Mar 2011; Dane Smith <c1pher@gentoo.org> truecrypt-7.0a-r2.ebuild:
Correct typo for rc-update wrt bug 359485.
diff --git a/app-crypt/truecrypt/truecrypt-7.0a-r2.ebuild b/app-crypt/truecrypt/truecrypt-7.0a-r2.ebuild
index b894411a3681..8ad970e51bb9 100644
--- a/app-crypt/truecrypt/truecrypt-7.0a-r2.ebuild
+++ b/app-crypt/truecrypt/truecrypt-7.0a-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-7.0a-r2.ebuild,v 1.2 2011/03/20 15:46:52 c1pher Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-7.0a-r2.ebuild,v 1.3 2011/04/25 14:15:37 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="mirror://gentoo/${P}.tar.gz"
+SRC_URI="${P}.tar.gz"
LICENSE="truecrypt-3.0"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="X"
-RESTRICT="bindist"
+RESTRICT="mirror fetch bindist"
RDEPEND="|| ( >=sys-fs/lvm2-2.02.45 sys-fs/device-mapper )
sys-fs/fuse
@@ -26,13 +26,12 @@ RDEPEND="${RDEPEND}
S="${WORKDIR}/${P}-source"
-#No longer in use as truecrypt is on the Gentoo Mirrors
-#NOTE: It needs to be manually updated every time we version bump.
-#pkg_nofetch() {
-# elog "Please download .tar.gz source from:"
-# elog "http://www.truecrypt.org/downloads2"
-# elog "Then put the file in ${DISTDIR}/${P}.tar.gz"
-#}
+#See bug 241650.
+pkg_nofetch() {
+ elog "Please download ${P}-linux-{86,64}.tar.gz source from:"
+ elog "http://www.truecrypt.org/downloads2"
+ elog "Then put the file in ${DISTDIR}/${P}.tar.gz"
+}
pkg_setup() {
local CONFIG_CHECK="~BLK_DEV_DM ~DM_CRYPT ~FUSE_FS ~CRYPTO ~CRYPTO_XTS"