public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alon Bar-Lev (alonbl)" <alonbl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/truecrypt: truecrypt-4.3a.ebuild ChangeLog
Date: Fri, 02 Nov 2007 06:50:13 +0000	[thread overview]
Message-ID: <E1InqM9-0004o5-Uc@stork.gentoo.org> (raw)

alonbl      07/11/02 06:50:13

  Modified:             truecrypt-4.3a.ebuild ChangeLog
  Log:
  Remove requirement to unload modules, test not use the modules anyway, bug#197839, thanks to Jakub and Guenther Brunthaler
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.5                  app-crypt/truecrypt/truecrypt-4.3a.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/truecrypt/truecrypt-4.3a.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/truecrypt/truecrypt-4.3a.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/truecrypt/truecrypt-4.3a.ebuild?r1=1.4&r2=1.5

Index: truecrypt-4.3a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-4.3a.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- truecrypt-4.3a.ebuild	2 Nov 2007 03:45:25 -0000	1.4
+++ truecrypt-4.3a.ebuild	2 Nov 2007 06:50:13 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 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.4 2007/11/02 03:45:25 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-4.3a.ebuild,v 1.5 2007/11/02 06:50:13 alonbl Exp $
 
 #
 # NOTES:
@@ -38,7 +38,6 @@
 	BUILD_PARAMS="KERNEL_SRC=${KERNEL_DIR} NO_WARNINGS=1"
 	BUILD_TARGETS="truecrypt"
 	MODULE_NAMES="truecrypt(block:${S}/Linux/Kernel)"
-
 }
 
 src_unpack() {
@@ -59,12 +58,6 @@
 	"${S}/Linux/Cli/truecrypt" --test
 }
 
-pkg_preinst() {
-	# unload truecrypt modules if already loaded
-	/sbin/rmmod truecrypt >&- 2>&-
-	grep -q "^truecrypt" /proc/modules && die "Please dismount all mounted TrueCrypt volumes"
-}
-
 src_install() {
 	linux-mod_src_install
 



1.26                 app-crypt/truecrypt/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/truecrypt/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/truecrypt/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/truecrypt/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	2 Nov 2007 06:20:46 -0000	1.25
+++ ChangeLog	2 Nov 2007 06:50:13 -0000	1.26
@@ -1,6 +1,10 @@
 # ChangeLog for app-crypt/truecrypt
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.25 2007/11/02 06:20:46 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.26 2007/11/02 06:50:13 alonbl Exp $
+
+  02 Nov 2007; Alon Bar-Lev <alonbl@gentoo.org> truecrypt-4.3a.ebuild:
+  Remove requirement to unload modules, test not use the modules anyway,
+  bug#197839, thanks to Jakub and Guenther Brunthaler
 
   02 Nov 2007; Alon Bar-Lev <alonbl@gentoo.org> -truecrypt-4.3.ebuild:
   Cleanup



-- 
gentoo-commits@gentoo.org mailing list



             reply	other threads:[~2007-11-02  6:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-02  6:50 Alon Bar-Lev (alonbl) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-04-20  0:07 [gentoo-commits] gentoo-x86 commit in app-crypt/truecrypt: truecrypt-4.3a.ebuild ChangeLog Arfrever Frehtes Taifersar Arahesis (arfrever)
2009-04-10 16:28 Caleb Tennis (caleb)
2007-12-15 18:33 Alon Bar-Lev (alonbl)
2007-11-02  3:45 Steve Dibb (beandog)
2007-11-01 15:29 Christian Faulhammer (opfer)
2007-10-10 21:27 Alon Bar-Lev (alonbl)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1InqM9-0004o5-Uc@stork.gentoo.org \
    --to=alonbl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox