Gentoo Archives: gentoo-commits

From: "Ilya Volynets (iluxa)" <iluxa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/sptk: sptk-3.5.8.ebuild ChangeLog
Date: Thu, 09 Oct 2008 14:45:15
Message-Id: E1Knwl8-0004V8-KU@stork.gentoo.org
1 iluxa 08/10/09 14:44:58
2
3 Modified: sptk-3.5.8.ebuild ChangeLog
4 Log:
5 Add "examples" to IUSE of SPTK ebuild
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.3 dev-cpp/sptk/sptk-3.5.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.ebuild?r1=1.2&r2=1.3
14
15 Index: sptk-3.5.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- sptk-3.5.8.ebuild 2 Oct 2008 18:55:36 -0000 1.2
22 +++ sptk-3.5.8.ebuild 9 Oct 2008 14:44:58 -0000 1.3
23 @@ -1,10 +1,10 @@
24 # Copyright 2006-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.ebuild,v 1.2 2008/10/02 18:55:36 iluxa Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.ebuild,v 1.3 2008/10/09 14:44:58 iluxa Exp $
28
29 inherit eutils flag-o-matic autotools multilib
30
31 -IUSE="fltk odbc doc sqlite3 excel postgres aspell"
32 +IUSE="fltk odbc doc sqlite3 examples excel postgres aspell mysql"
33
34 DESCRIPTION="C++ user interface toolkit for X with database and Excel support"
35 SRC_URI="http://www.sptk.net/sptk-${PV}.tbz2"
36 @@ -18,6 +18,7 @@
37 odbc? ( >=dev-db/unixODBC-2.2.6 )
38 sqlite3? ( >=dev-db/sqlite-3 )
39 postgres? ( >=virtual/postgresql-base-8.0 )
40 + mysql? ( dev-db/mysql )
41 aspell? ( >=app-text/aspell-0.50 )"
42
43 DEPEND="${RDEPEND}
44 @@ -38,6 +39,7 @@
45
46 check_use examples EXAMPLES
47 check_use postgres POSTGRESQL
48 + check_use mysql MYSQL
49 check_use sqlite3 SQLITE3
50 check_use odbc ODBC
51 check_use aspell ASPELL
52
53
54
55 1.40 dev-cpp/sptk/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/ChangeLog?rev=1.40&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/ChangeLog?rev=1.40&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sptk/ChangeLog?r1=1.39&r2=1.40
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v
64 retrieving revision 1.39
65 retrieving revision 1.40
66 diff -u -r1.39 -r1.40
67 --- ChangeLog 2 Oct 2008 18:55:36 -0000 1.39
68 +++ ChangeLog 9 Oct 2008 14:44:58 -0000 1.40
69 @@ -1,6 +1,14 @@
70 # ChangeLog for dev-cpp/sptk
71 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v 1.39 2008/10/02 18:55:36 iluxa Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v 1.40 2008/10/09 14:44:58 iluxa Exp $
74 +
75 + 09 Oct 2008; Ilya A. Volynets-Evenbakh <iluxa@g.o>
76 + sptk-3.5.8.ebuild:
77 + Add "examples" to IUSE
78 +
79 + 09 Oct 2008; Ilya A. Volynets-Evenbakh <iluxa@g.o>
80 + sptk-3.5.8.ebuild:
81 + Add mysql use flag
82
83 02 Oct 2008; Ilya A. Volynets-Evenbakh <iluxa@g.o>
84 sptk-3.5.7.13.ebuild, sptk-3.5.8.ebuild: