diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-10-23 23:45:17 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-10-23 23:45:17 +0000 |
commit | 47b4e31c5347c36caf999908dfc341a4b68d9bfe (patch) | |
tree | 640b3973f3fee409e2a834b38da3ffca7b9e5608 /app-crypt | |
parent | Delete truecrypt-2.6 license. Add truecrypt-2.8 license. (diff) | |
download | gentoo-2-47b4e31c5347c36caf999908dfc341a4b68d9bfe.tar.gz gentoo-2-47b4e31c5347c36caf999908dfc341a4b68d9bfe.tar.bz2 gentoo-2-47b4e31c5347c36caf999908dfc341a4b68d9bfe.zip |
Version bump (bug #290173).
(Portage version: 14708-svn/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/truecrypt/ChangeLog | 8 | ||||
-rw-r--r-- | app-crypt/truecrypt/truecrypt-6.3.ebuild (renamed from app-crypt/truecrypt/truecrypt-6.2.ebuild) | 12 |
2 files changed, 14 insertions, 6 deletions
diff --git a/app-crypt/truecrypt/ChangeLog b/app-crypt/truecrypt/ChangeLog index 9d121bce751d..b5cf7c8bf9f6 100644 --- a/app-crypt/truecrypt/ChangeLog +++ b/app-crypt/truecrypt/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-crypt/truecrypt # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.50 2009/08/31 21:53:26 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.51 2009/10/23 23:45:17 arfrever Exp $ + +*truecrypt-6.3 (24 Oct 2009) + + 24 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -truecrypt-6.2.ebuild, +truecrypt-6.3.ebuild: + Version bump (bug #290173). 31 Aug 2009; Mike Auty <ikelos@gentoo.org> truecrypt-6.2.ebuild, truecrypt-6.2a.ebuild: diff --git a/app-crypt/truecrypt/truecrypt-6.2.ebuild b/app-crypt/truecrypt/truecrypt-6.3.ebuild index 46ecb049e044..9af9cf9a8a16 100644 --- a/app-crypt/truecrypt/truecrypt-6.2.ebuild +++ b/app-crypt/truecrypt/truecrypt-6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-6.2.ebuild,v 1.5 2009/08/31 21:53:26 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-6.3.ebuild,v 1.1 2009/10/23 23:45:17 arfrever Exp $ EAPI="2" @@ -10,7 +10,7 @@ DESCRIPTION="Free open-source disk encryption software" HOMEPAGE="http://www.truecrypt.org/" SRC_URI="${P}.tar.gz" -LICENSE="truecrypt-2.6" +LICENSE="truecrypt-2.8" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="X" @@ -21,13 +21,15 @@ RDEPEND="|| ( >=sys-fs/lvm2-2.02.45 sys-fs/device-mapper ) x11-libs/wxGTK:2.8[X?]" DEPEND="${RDEPEND} || ( dev-libs/pkcs11-helper dev-libs/opensc )" +RDEPEND="${RDEPEND} + app-admin/sudo" S="${WORKDIR}/${P}-source" pkg_nofetch() { - einfo "Please download tar.gz source from:" - einfo "http://www.truecrypt.org/downloads2.php" - einfo "Then put the file in ${DISTDIR}/${SRC_URI}" + elog "Please download .tar.gz source from:" + elog "http://www.truecrypt.org/downloads2" + elog "Then put the file in ${DISTDIR}/${SRC_URI}" } pkg_setup() { |