public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/wxsqlite3: ChangeLog wxsqlite3-3.0.6.1-r1.ebuild
@ 2013-12-29  2:30 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; only message in thread
From: Ryan Hill (dirtyepic) @ 2013-12-29  2:30 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    13/12/29 02:30:50

  Modified:             ChangeLog wxsqlite3-3.0.6.1-r1.ebuild
  Log:
  Add debug USE flag and remove unicode (bug #143950).
  
  Signed-off-by: Ryan Hill <dirtyepic@gentoo.org>
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 957A8463)

Revision  Changes    Path
1.4                  dev-db/wxsqlite3/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/wxsqlite3/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/wxsqlite3/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/wxsqlite3/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/wxsqlite3/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	28 Dec 2013 22:29:59 -0000	1.3
+++ ChangeLog	29 Dec 2013 02:30:49 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/wxsqlite3
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/wxsqlite3/ChangeLog,v 1.3 2013/12/28 22:29:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/wxsqlite3/ChangeLog,v 1.4 2013/12/29 02:30:49 dirtyepic Exp $
+
+  29 Dec 2013; Ryan Hill <dirtyepic@gentoo.org> wxsqlite3-3.0.6.1-r1.ebuild,
+  files/wxsqlite3-3.0.6.1.pc.in:
+  Add debug USE flag and remove unicode (bug #143950).
 
 *wxsqlite3-3.0.6.1-r1 (28 Dec 2013)
 



1.2                  dev-db/wxsqlite3/wxsqlite3-3.0.6.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/wxsqlite3/wxsqlite3-3.0.6.1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/wxsqlite3/wxsqlite3-3.0.6.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/wxsqlite3/wxsqlite3-3.0.6.1-r1.ebuild?r1=1.1&r2=1.2

Index: wxsqlite3-3.0.6.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/wxsqlite3/wxsqlite3-3.0.6.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wxsqlite3-3.0.6.1-r1.ebuild	28 Dec 2013 22:29:58 -0000	1.1
+++ wxsqlite3-3.0.6.1-r1.ebuild	29 Dec 2013 02:30:49 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/wxsqlite3/wxsqlite3-3.0.6.1-r1.ebuild,v 1.1 2013/12/28 22:29:58 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/wxsqlite3/wxsqlite3-3.0.6.1-r1.ebuild,v 1.2 2013/12/29 02:30:49 dirtyepic Exp $
 
 EAPI=5
 
@@ -15,19 +15,23 @@
 LICENSE="wxWinLL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="unicode"
+IUSE="debug"
 
 DEPEND="
-	x11-libs/wxGTK:2.8[X]
+	x11-libs/wxGTK:2.8[X,debug=]
 	dev-db/sqlite:3"
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${P%.1}"
 
 src_prepare() {
+	local wxdebug
+
 	rm -rf sqlite3 || die
 	cp configure28 configure || die
+	use debug && wxdebug="d"
 	sed \
+		-e "s:@WXDEBUG@:${wxdebug}:g" \
 		-e "s:@WXVERSION@:${WX_GTK_VER}:g" \
 		-e "s:@LIBDIR@:$(get_libdir):g" \
 		-e "s:@VERSION@:${PV}:g" \
@@ -36,8 +40,8 @@
 
 src_configure() {
 	econf \
-		$(use_enable unicode) \
 		--enable-shared \
+		--enable-unicode \
 		--with-wx-config="${WX_CONFIG}" \
 		--with-wxshared \
 		--with-sqlite3-prefix="${PREFIX}/usr"





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

only message in thread, other threads:[~2013-12-29  2:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-29  2:30 [gentoo-commits] gentoo-x86 commit in dev-db/wxsqlite3: ChangeLog wxsqlite3-3.0.6.1-r1.ebuild Ryan Hill (dirtyepic)

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