diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2013-09-21 12:55:34 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2013-09-21 12:55:34 +0000 |
commit | 5d2085a780212ed079acb470c5a1497e1e36e9c9 (patch) | |
tree | 113a4d2711dddb0327882091a0105f939c74ce02 /net-im | |
parent | Updated download URL to use archive URL, fixes bug #482562 reported by Frank ... (diff) | |
download | gentoo-2-5d2085a780212ed079acb470c5a1497e1e36e9c9.tar.gz gentoo-2-5d2085a780212ed079acb470c5a1497e1e36e9c9.tar.bz2 gentoo-2-5d2085a780212ed079acb470c5a1497e1e36e9c9.zip |
Update SLOT and add a qtsql dependency for 9999 ebuild, proxied commit for Nikoli.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/vacuum/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/vacuum/vacuum-9999.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-im/vacuum/ChangeLog b/net-im/vacuum/ChangeLog index 1d2732ed252d..c71d304b23c3 100644 --- a/net-im/vacuum/ChangeLog +++ b/net-im/vacuum/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/vacuum # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/vacuum/ChangeLog,v 1.14 2013/09/18 13:16:40 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/vacuum/ChangeLog,v 1.15 2013/09/21 12:55:34 tomwij Exp $ + + 21 Sep 2013; Tom Wijsman <TomWij@gentoo.org> vacuum-9999.ebuild: + Update SLOT and add a qtsql dependency for 9999 ebuild, proxied commit for + Nikoli. 18 Sep 2013; Tom Wijsman <TomWij@gentoo.org> -vacuum-1.1.1.ebuild, -vacuum-1.1.2.ebuild, -vacuum-1.2.0.ebuild, -vacuum-1.2.1.ebuild: diff --git a/net-im/vacuum/vacuum-9999.ebuild b/net-im/vacuum/vacuum-9999.ebuild index ab150c80ff92..f75242b63fb7 100644 --- a/net-im/vacuum/vacuum-9999.ebuild +++ b/net-im/vacuum/vacuum-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/vacuum/vacuum-9999.ebuild,v 1.9 2013/09/18 11:51:38 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/vacuum/vacuum-9999.ebuild,v 1.10 2013/09/21 12:55:34 tomwij Exp $ EAPI="5" LANGS="de pl ru uk" @@ -12,7 +12,7 @@ HOMEPAGE="http://code.google.com/p/vacuum-im" ESVN_REPO_URI="http://vacuum-im.googlecode.com/svn/trunk" LICENSE="GPL-3" -SLOT="0/28" # subslot = libvacuumutils soname version +SLOT="0/29" # subslot = libvacuumutils soname version KEYWORDS="" 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" SPELLCHECKER_BACKENDS="aspell +enchant hunspell" @@ -48,6 +48,7 @@ RDEPEND=" dev-qt/qtlockedfile >=dev-libs/openssl-1.0.0 adiummessagestyle? ( >=dev-qt/qtwebkit-4.8:4 ) + filemessagearchive? ( >=dev-qt/qtsql-4.8:4[sqlite] ) spell? ( aspell? ( app-text/aspell ) enchant? ( app-text/enchant ) |