summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDane Smith <c1pher@gentoo.org>2010-11-06 01:15:15 +0000
committerDane Smith <c1pher@gentoo.org>2010-11-06 01:15:15 +0000
commitd4b33e6567c49c5f84213391d59d45577647b363 (patch)
tree833d2989ec3356907e2eb306f6c129ec446824a0 /app-crypt
parentpython 3 fix (diff)
downloadgentoo-2-d4b33e6567c49c5f84213391d59d45577647b363.tar.gz
gentoo-2-d4b33e6567c49c5f84213391d59d45577647b363.tar.bz2
gentoo-2-d4b33e6567c49c5f84213391d59d45577647b363.zip
Revision bump for TrueCrypt. Addresses bug 341007 and bug 343717.
(Portage version: 2.2.0_alpha3_p8/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/truecrypt/ChangeLog10
-rw-r--r--app-crypt/truecrypt/truecrypt-7.0a-r1.ebuild (renamed from app-crypt/truecrypt/truecrypt-7.0a.ebuild)9
2 files changed, 16 insertions, 3 deletions
diff --git a/app-crypt/truecrypt/ChangeLog b/app-crypt/truecrypt/ChangeLog
index 2ed610c82192..00f5c068c76a 100644
--- a/app-crypt/truecrypt/ChangeLog
+++ b/app-crypt/truecrypt/ChangeLog
@@ -1,6 +1,14 @@
# 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.55 2010/10/13 23:10:59 c1pher Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.56 2010/11/06 01:15:14 c1pher Exp $
+
+*truecrypt-7.0a-r1 (06 Nov 2010)
+
+ 06 Nov 2010; Dane Smith <c1pher@gentoo.org> -truecrypt-7.0a.ebuild,
+ +truecrypt-7.0a-r1.ebuild:
+ Revision bump for TrueCrypt. Addresses lack of deskop entry and icon wrt
+ bug
+ 341007 and lack of entry in KDE4 menu wrt bug 343717.
*truecrypt-7.0a (13 Oct 2010)
diff --git a/app-crypt/truecrypt/truecrypt-7.0a.ebuild b/app-crypt/truecrypt/truecrypt-7.0a-r1.ebuild
index 295fd6d44217..28a2a151275f 100644
--- a/app-crypt/truecrypt/truecrypt-7.0a.ebuild
+++ b/app-crypt/truecrypt/truecrypt-7.0a-r1.ebuild
@@ -1,10 +1,10 @@
# 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.ebuild,v 1.1 2010/10/13 23:10:59 c1pher Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-7.0a-r1.ebuild,v 1.1 2010/11/06 01:15:14 c1pher Exp $
EAPI="2"
-inherit flag-o-matic linux-info multilib toolchain-funcs wxwidgets
+inherit flag-o-matic linux-info multilib toolchain-funcs wxwidgets eutils
DESCRIPTION="Free open-source disk encryption software"
HOMEPAGE="http://www.truecrypt.org/"
@@ -89,6 +89,11 @@ src_install() {
dodoc Readme.txt "Release/Setup Files/TrueCrypt User Guide.pdf" || die
exeinto "/$(get_libdir)/rcscripts/addons"
newexe "${FILESDIR}/${PN}-stop.sh" "${PN}-stop.sh" || die
+
+ if use X; then
+ newicon Resources/Icons/TrueCrypt-48x48.xpm truecrypt.xpm || die
+ make_desktop_entry ${PN} "TrueCrypt" ${PN} "System" || die
+ fi
}
pkg_postinst() {