public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Petteri Raty (betelgeuse)" <betelgeuse@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/sqlite: ChangeLog sqlite-3.6.21.ebuild
Date: Sat, 19 Dec 2009 12:05:13 +0000	[thread overview]
Message-ID: <E1NLy3d-0003qd-FB@stork.gentoo.org> (raw)

betelgeuse    09/12/19 12:05:13

  Modified:             ChangeLog sqlite-3.6.21.ebuild
  Log:
  Fix a couple QA issues with the last commit.
  (Portage version: 2.2_rc54/cvs/Linux i686)

Revision  Changes    Path
1.301                dev-db/sqlite/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.301&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.301&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqlite/ChangeLog?r1=1.300&r2=1.301

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -r1.300 -r1.301
--- ChangeLog	19 Dec 2009 11:57:01 -0000	1.300
+++ ChangeLog	19 Dec 2009 12:05:13 -0000	1.301
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/sqlite
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.300 2009/12/19 11:57:01 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.301 2009/12/19 12:05:13 betelgeuse Exp $
+
+  19 Dec 2009; Petteri Räty <betelgeuse@gentoo.org> sqlite-3.6.21.ebuild:
+  Fix a couple QA issues with the last commit.
 
   19 Dec 2009; Petteri Räty <betelgeuse@gentoo.org> sqlite-3.6.21.ebuild:
   Make building work without tcl installed using the amalgamation tarball



1.4                  dev-db/sqlite/sqlite-3.6.21.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqlite/sqlite-3.6.21.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqlite/sqlite-3.6.21.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqlite/sqlite-3.6.21.ebuild?r1=1.3&r2=1.4

Index: sqlite-3.6.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.21.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sqlite-3.6.21.ebuild	19 Dec 2009 11:57:01 -0000	1.3
+++ sqlite-3.6.21.ebuild	19 Dec 2009 12:05:13 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.21.ebuild,v 1.3 2009/12/19 11:57:01 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.21.ebuild,v 1.4 2009/12/19 12:05:13 betelgeuse Exp $
 
 EAPI="2"
 
@@ -12,11 +12,11 @@
 DOC_PV="$(replace_all_version_separators _ ${DOC_BASE})"
 
 SRC_URI="
-    tcl? ( http://www.sqlite.org/${P}.tar.gz )
-    !tcl? (
+	tcl? ( http://www.sqlite.org/${P}.tar.gz )
+	!tcl? (
 		test? ( http://www.sqlite.org/${P}.tar.gz )
 		!test? ( http://www.sqlite.org/${PN}-amalgamation-${PV}.tar.gz )
-    )
+	)
 	doc? ( http://www.sqlite.org/${PN}_docs_${DOC_PV}.zip )"
 
 LICENSE="as-is"
@@ -26,9 +26,9 @@
 
 RDEPEND="icu? ( dev-libs/icu )
 	readline? ( sys-libs/readline )
-	tcl? ( dev-lang/tcl )
-	test? ( dev-lang/tcl )"
+	tcl? ( dev-lang/tcl )"
 DEPEND="${RDEPEND}
+	test? ( dev-lang/tcl )
 	doc? ( app-arch/unzip )"
 
 src_prepare() {
@@ -72,7 +72,8 @@
 	econf \
 		$(use_enable readline) \
 		$(use_enable threadsafe) \
-		$(use tcl && echo --enable-tcl)
+		$(use tcl && echo --enable-tcl) \
+		$(use !tcl && use test && echo --disable-tcl)
 }
 
 src_compile() {






             reply	other threads:[~2009-12-19 12:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-19 12:05 Petteri Raty (betelgeuse) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-02-11 14:14 [gentoo-commits] gentoo-x86 commit in dev-db/sqlite: ChangeLog sqlite-3.6.21.ebuild Christian Faulhammer (fauli)
2010-01-22 20:34 Brent Baude (ranger)
2010-01-10 13:40 Brent Baude (ranger)
2010-01-03  9:38 Petteri Raty (betelgeuse)
2009-12-20 15:34 Arfrever Frehtes Taifersar Arahesis (arfrever)
2009-12-19 11:57 Petteri Raty (betelgeuse)
2009-12-12 20:47 Arfrever Frehtes Taifersar Arahesis (arfrever)
2009-12-08 11:30 Arfrever Frehtes Taifersar Arahesis (arfrever)

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=E1NLy3d-0003qd-FB@stork.gentoo.org \
    --to=betelgeuse@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