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-5.0a.ebuild ChangeLog
Date: Fri, 15 Feb 2008 08:40:38 +0000	[thread overview]
Message-ID: <E1JPw7a-0005go-6H@stork.gentoo.org> (raw)

alonbl      08/02/15 08:40:38

  Modified:             truecrypt-5.0a.ebuild ChangeLog
  Log:
  Add X USE flag, based on http://home.att.net/~Tom.Horsley/tah-tc-5.0.tar.gz, bug#210175, thanks for Quosek for the reference
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.2                  app-crypt/truecrypt/truecrypt-5.0a.ebuild

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

Index: truecrypt-5.0a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-5.0a.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- truecrypt-5.0a.ebuild	13 Feb 2008 18:14:49 -0000	1.1
+++ truecrypt-5.0a.ebuild	15 Feb 2008 08:40:37 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-5.0a.ebuild,v 1.1 2008/02/13 18:14:49 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-5.0a.ebuild,v 1.2 2008/02/15 08:40:37 alonbl Exp $
 
 inherit eutils toolchain-funcs multilib wxwidgets
 
@@ -11,7 +11,7 @@
 LICENSE="truecrypt-collective-1.3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="X"
 RESTRICT="fetch"
 
 RDEPEND="sys-fs/fuse
@@ -26,19 +26,28 @@
 	einfo "Then put the file in ${DISTDIR}/${P}.tar.gz"
 }
 
+pkg_setup() {
+	WX_GTK_VER="2.8"
+	if use X; then
+		need-wxwidgets unicode
+	else
+		need-wxwidgets base-unicode
+	fi
+}
+
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
 	epatch "${FILESDIR}/${PN}-5.0-build.patch"
 	epatch "${FILESDIR}/${PN}-5.0-64bit.patch"
 	epatch "${FILESDIR}/${PN}-5.0-bool.patch"
+	epatch "${FILESDIR}/${PN}-5.0-nogui.patch"
 }
 
 src_compile() {
 	local EXTRA
-	WX_GTK_VER="2.8"
-	need-wxwidgets unicode
 	use amd64 && EXTRA="${EXTRA} USE64BIT=1"
+	use X || EXTRA="${EXTRA} NOGUI=1"
 	emake \
 		${EXTRA} \
 		NOSTRIP=1 \



1.33                 app-crypt/truecrypt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	13 Feb 2008 18:14:49 -0000	1.32
+++ ChangeLog	15 Feb 2008 08:40:37 -0000	1.33
@@ -1,6 +1,11 @@
 # ChangeLog for app-crypt/truecrypt
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.32 2008/02/13 18:14:49 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.33 2008/02/15 08:40:37 alonbl Exp $
+
+  15 Feb 2008; Alon Bar-Lev <alonbl@gentoo.org>
+  +files/truecrypt-5.0-nogui.patch, truecrypt-5.0a.ebuild:
+  Add X USE flag, based on http://home.att.net/~Tom.Horsley/tah-tc-5.0.tar.gz,
+  bug#210175, thanks for Quosek for the reference
 
 *truecrypt-5.0a (13 Feb 2008)
 



-- 
gentoo-commits@lists.gentoo.org mailing list



                 reply	other threads:[~2008-02-15  8:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=E1JPw7a-0005go-6H@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