public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-crypt/truecrypt: truecrypt-5.0a.ebuild ChangeLog
@ 2008-02-15  8:40 Alon Bar-Lev (alonbl)
  0 siblings, 0 replies; only message in thread
From: Alon Bar-Lev (alonbl) @ 2008-02-15  8:40 UTC (permalink / raw
  To: gentoo-commits

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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-15  8:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-15  8:40 [gentoo-commits] gentoo-x86 commit in app-crypt/truecrypt: truecrypt-5.0a.ebuild ChangeLog Alon Bar-Lev (alonbl)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox