Gentoo Archives: gentoo-commits

From: "Dror Levin (spatz)" <spatz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/sqliteman: ChangeLog sqliteman-1.2.2.ebuild
Date: Sun, 27 Jun 2010 20:42:42
Message-Id: 20100627204238.758C82CF9A@corvid.gentoo.org
1 spatz 10/06/27 20:42:38
2
3 Modified: ChangeLog
4 Added: sqliteman-1.2.2.ebuild
5 Log:
6 Version bump resolving compilation issue with Qt 4.7, bug 325881. Thanks to Alec Moskvin for reporting.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 dev-db/sqliteman/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqliteman/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqliteman/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqliteman/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/sqliteman/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 2 Jan 2010 20:27:11 -0000 1.4
23 +++ ChangeLog 27 Jun 2010 20:42:38 -0000 1.5
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-db/sqliteman
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteman/ChangeLog,v 1.4 2010/01/02 20:27:11 yngwin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteman/ChangeLog,v 1.5 2010/06/27 20:42:38 spatz Exp $
29 +
30 +*sqliteman-1.2.2 (27 Jun 2010)
31 +
32 + 27 Jun 2010; Dror Levin <spatz@g.o> +sqliteman-1.2.2.ebuild:
33 + Version bump resolving compilation issue with Qt 4.7, bug 325881. Thanks
34 + to Alec Moskvin for reporting.
35
36 02 Jan 2010; Ben de Groot <yngwin@g.o> sqliteman-1.2.1.ebuild:
37 Remove no longer needed qt4 use dep
38
39
40
41 1.1 dev-db/sqliteman/sqliteman-1.2.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqliteman/sqliteman-1.2.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqliteman/sqliteman-1.2.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: sqliteman-1.2.2.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteman/sqliteman-1.2.2.ebuild,v 1.1 2010/06/27 20:42:38 spatz Exp $
51
52 EAPI=2
53
54 inherit eutils cmake-utils
55
56 DESCRIPTION="Powerful GUI manager for the Sqlite3 database"
57 HOMEPAGE="http://sqliteman.sourceforge.net/"
58 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 RDEPEND="x11-libs/qt-gui:4
66 x11-libs/qt-sql:4[sqlite]
67 x11-libs/qscintilla"
68 DEPEND="${RDEPEND}"
69
70 DOCS="AUTHORS README"
71
72 src_prepare() {
73 # remove bundled lib
74 rm -rf "${S}"/${PN}/qscintilla2
75 }