public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-cpp/sptk: sptk-3.5.8.8.ebuild sptk-3.5.7.13.ebuild ChangeLog
@ 2008-12-19  0:19 Ilya Volynets (iluxa)
  0 siblings, 0 replies; only message in thread
From: Ilya Volynets (iluxa) @ 2008-12-19  0:19 UTC (permalink / raw
  To: gentoo-commits

iluxa       08/12/19 00:19:28

  Modified:             sptk-3.5.8.8.ebuild sptk-3.5.7.13.ebuild ChangeLog
  Log:
  Replace sqlite3 useflag with sqlite (per bug #251403)
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.2                  dev-cpp/sptk/sptk-3.5.8.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.8.ebuild?r1=1.1&r2=1.2

Index: sptk-3.5.8.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sptk-3.5.8.8.ebuild	17 Dec 2008 17:52:06 -0000	1.1
+++ sptk-3.5.8.8.ebuild	19 Dec 2008 00:19:28 -0000	1.2
@@ -1,12 +1,12 @@
 # Copyright 2006-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.8.ebuild,v 1.1 2008/12/17 17:52:06 iluxa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.8.ebuild,v 1.2 2008/12/19 00:19:28 iluxa Exp $
 
 EAPI=1
 
 inherit eutils flag-o-matic autotools multilib
 
-IUSE="fltk odbc doc sqlite3 examples excel postgres aspell mysql"
+IUSE="fltk odbc doc sqlite examples excel postgres aspell mysql"
 
 DESCRIPTION="C++ user interface toolkit for X with database and Excel support"
 SRC_URI="http://www.sptk.net/sptk-${PV}.tbz2"
@@ -16,11 +16,11 @@
 LICENSE="|| ( BSD )"
 KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86"
 
-RDEPEND="fltk?     ( >=x11-libs/fltk-1.1.6:1.1 )
+RDEPEND="fltk?    ( >=x11-libs/fltk-1.1.6:1.1 )
 	odbc?     ( >=dev-db/unixODBC-2.2.6 )
-	sqlite3?  ( >=dev-db/sqlite-3 )
+	sqlite?   ( >=dev-db/sqlite-3 )
 	postgres? ( >=virtual/postgresql-base-8.0 )
-	mysql? ( dev-db/mysql )
+	mysql?    ( dev-db/mysql )
 	aspell?   ( >=app-text/aspell-0.50 )"
 
 DEPEND="${RDEPEND}



1.7                  dev-cpp/sptk/sptk-3.5.7.13.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/sptk-3.5.7.13.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/sptk-3.5.7.13.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/sptk-3.5.7.13.ebuild?r1=1.6&r2=1.7

Index: sptk-3.5.7.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.7.13.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sptk-3.5.7.13.ebuild	21 Nov 2008 00:44:39 -0000	1.6
+++ sptk-3.5.7.13.ebuild	19 Dec 2008 00:19:28 -0000	1.7
@@ -1,12 +1,12 @@
 # Copyright 2006-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.7.13.ebuild,v 1.6 2008/11/21 00:44:39 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.7.13.ebuild,v 1.7 2008/12/19 00:19:28 iluxa Exp $
 
 EAPI=1
 
 inherit eutils flag-o-matic autotools multilib
 
-IUSE="fltk odbc doc sqlite3 excel aspell examples"
+IUSE="fltk odbc doc sqlite excel aspell examples"
 
 DESCRIPTION="C++ user interface toolkit for X with database and Excel support"
 SRC_URI="http://www.sptk.net/sptk-${PV}.tbz2"
@@ -16,9 +16,9 @@
 LICENSE="|| ( BSD )"
 KEYWORDS="~alpha amd64 ~mips ~ppc ~sparc x86"
 
-RDEPEND="fltk?     ( >=x11-libs/fltk-1.1.6:1.1 )
+RDEPEND="fltk?    ( >=x11-libs/fltk-1.1.6:1.1 )
 	odbc?     ( >=dev-db/unixODBC-2.2.6 )
-	sqlite3?  ( >=dev-db/sqlite-3 )
+	sqlite?   ( >=dev-db/sqlite-3 )
 	aspell?   ( >=app-text/aspell-0.50 )"
 
 DEPEND="${RDEPEND}



1.48                 dev-cpp/sptk/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	18 Dec 2008 20:21:20 -0000	1.47
+++ ChangeLog	19 Dec 2008 00:19:28 -0000	1.48
@@ -1,6 +1,10 @@
 # ChangeLog for dev-cpp/sptk
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v 1.47 2008/12/18 20:21:20 iluxa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v 1.48 2008/12/19 00:19:28 iluxa Exp $
+
+  19 Dec 2008; Ilya A. Volynets-Evenbakh <iluxa@gentoo.org>
+  sptk-3.5.7.13.ebuild, sptk-3.5.8.8.ebuild:
+  Replace sqlite3 useflag with sqlite (per bug #251403)
 
   18 Dec 2008; Ilya A. Volynets-Evenbakh <iluxa@gentoo.org>
   -sptk-3.5.8.ebuild, -sptk-3.5.8.4.ebuild, -sptk-3.5.8.6.ebuild:






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

only message in thread, other threads:[~2008-12-19  0:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-19  0:19 [gentoo-commits] gentoo-x86 commit in dev-cpp/sptk: sptk-3.5.8.8.ebuild sptk-3.5.7.13.ebuild ChangeLog Ilya Volynets (iluxa)

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