Gentoo Archives: gentoo-commits

From: "Maxim Koltsov (maksbotan)" <maksbotan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/vacuum: vacuum-9999.ebuild ChangeLog
Date: Sat, 28 Dec 2013 20:20:00
Message-Id: 20131228201954.318462004C@flycatcher.gentoo.org
1 maksbotan 13/12/28 20:19:54
2
3 Modified: vacuum-9999.ebuild ChangeLog
4 Log:
5 Update subslot and add qtsql dependency in 9999, thanks to Nikoli
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
8
9 Revision Changes Path
10 1.11 net-im/vacuum/vacuum-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/vacuum/vacuum-9999.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/vacuum/vacuum-9999.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/vacuum/vacuum-9999.ebuild?r1=1.10&r2=1.11
15
16 Index: vacuum-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-im/vacuum/vacuum-9999.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- vacuum-9999.ebuild 21 Sep 2013 12:55:34 -0000 1.10
23 +++ vacuum-9999.ebuild 28 Dec 2013 20:19:54 -0000 1.11
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-im/vacuum/vacuum-9999.ebuild,v 1.10 2013/09/21 12:55:34 tomwij Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-im/vacuum/vacuum-9999.ebuild,v 1.11 2013/12/28 20:19:54 maksbotan Exp $
29
30 EAPI="5"
31 LANGS="de pl ru uk"
32 @@ -12,7 +12,7 @@
33 ESVN_REPO_URI="http://vacuum-im.googlecode.com/svn/trunk"
34
35 LICENSE="GPL-3"
36 -SLOT="0/29" # subslot = libvacuumutils soname version
37 +SLOT="0/31" # subslot = libvacuumutils soname version
38 KEYWORDS=""
39 PLUGINS=" adiummessagestyle annotations autostatus avatars birthdayreminder bitsofbinary bookmarks captchaforms chatstates clientinfo commands compress console dataforms datastreamsmanager emoticons filemessagearchive filestreamsmanager filetransfer gateways inbandstreams iqauth jabbersearch messagearchiver messagecarbons multiuserchat pepmanager privacylists privatestorage recentcontacts registration remotecontrol rosteritemexchange rostersearch servermessagearchive servicediscovery sessionnegotiation shortcutmanager socksstreams urlprocessor vcard xmppuriqueries"
40 SPELLCHECKER_BACKENDS="aspell +enchant hunspell"
41 @@ -49,6 +49,7 @@
42 >=dev-libs/openssl-1.0.0
43 adiummessagestyle? ( >=dev-qt/qtwebkit-4.8:4 )
44 filemessagearchive? ( >=dev-qt/qtsql-4.8:4[sqlite] )
45 + messagearchiver? ( >=dev-qt/qtsql-4.8:4[sqlite] )
46 spell? (
47 aspell? ( app-text/aspell )
48 enchant? ( app-text/enchant )
49
50
51
52 1.18 net-im/vacuum/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/vacuum/ChangeLog?rev=1.18&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/vacuum/ChangeLog?rev=1.18&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/vacuum/ChangeLog?r1=1.17&r2=1.18
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/net-im/vacuum/ChangeLog,v
61 retrieving revision 1.17
62 retrieving revision 1.18
63 diff -u -r1.17 -r1.18
64 --- ChangeLog 7 Oct 2013 11:00:59 -0000 1.17
65 +++ ChangeLog 28 Dec 2013 20:19:54 -0000 1.18
66 @@ -1,6 +1,9 @@
67 # ChangeLog for net-im/vacuum
68 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/net-im/vacuum/ChangeLog,v 1.17 2013/10/07 11:00:59 pinkbyte Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/net-im/vacuum/ChangeLog,v 1.18 2013/12/28 20:19:54 maksbotan Exp $
71 +
72 + 28 Dec 2013; Maxim Koltsov <maksbotan@g.o> vacuum-9999.ebuild:
73 + Update subslot and add qtsql dependency in 9999, thanks to Nikoli
74
75 *vacuum-1.2.3 (07 Oct 2013)