From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/vacuum/
Date: Sun, 18 Jun 2017 12:04:18 +0000 (UTC) [thread overview]
Message-ID: <1497787397.89b4006be09f5a68c2b7d96e6100bbce5c321724.asturm@gentoo> (raw)
commit: 89b4006be09f5a68c2b7d96e6100bbce5c321724
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 11:45:03 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 12:03:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89b4006b
net-im/vacuum: Switch to building 'dev_qt5' branch
- Bump to EAPI 6
- Switch to l10n.eclass
Thanks-to: reagentoo <reagentoo <AT> gmail.com>
Gentoo-bug: 588714, 620724
Package-Manager: Portage-2.3.5, Repoman-2.3.1
net-im/vacuum/metadata.xml | 1 -
net-im/vacuum/vacuum-9999.ebuild | 71 ++++++++++++++++++----------------------
2 files changed, 31 insertions(+), 41 deletions(-)
diff --git a/net-im/vacuum/metadata.xml b/net-im/vacuum/metadata.xml
index 3c658b4028b..3f054b4c28b 100644
--- a/net-im/vacuum/metadata.xml
+++ b/net-im/vacuum/metadata.xml
@@ -48,7 +48,6 @@
<flag name="urlprocessor">Allows other plugins to load data from custom types of URLs</flag>
<flag name="vcard">Enable obtaining peer's personal contact information</flag>
<flag name="xmppuriqueries">Allow other plugins to handle XMPP URI queries</flag>
- <flag name="vcs-revision">Add VCS revision to version number, INSECURE.</flag>
<flag name="aspell">Select <pkg>app-text/aspell</pkg> spell checker backend</flag>
<flag name="enchant">Select <pkg>app-text/enchant</pkg> spell checker backend</flag>
<flag name="hunspell">Select <pkg>app-text/hunspell</pkg> spell checker backend</flag>
diff --git a/net-im/vacuum/vacuum-9999.ebuild b/net-im/vacuum/vacuum-9999.ebuild
index 2b08c43193d..76ab422c67c 100644
--- a/net-im/vacuum/vacuum-9999.ebuild
+++ b/net-im/vacuum/vacuum-9999.ebuild
@@ -1,24 +1,22 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
-LANGS="de pl ru uk"
+EAPI=6
-inherit cmake-utils git-r3
+EGIT_BRANCH="dev_qt5"
+EGIT_REPO_URI="https://github.com/Vacuum-IM/vacuum-im.git"
+PLOCALES="de es pl ru uk"
+inherit cmake-utils git-r3 l10n
-DESCRIPTION="Qt4 Crossplatform Jabber client"
+DESCRIPTION="Qt Crossplatform Jabber client"
HOMEPAGE="http://www.vacuum-im.org/"
-EGIT_REPO_URI="https://github.com/Vacuum-IM/vacuum-im.git"
LICENSE="GPL-3"
-SLOT="0/31" # subslot = libvacuumutils soname version
+SLOT="0/37" # 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"
+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"
-IUSE="${PLUGINS// / +} ${SPELLCHECKER_BACKENDS} +spell vcs-revision"
-for x in ${LANGS}; do
- IUSE+=" linguas_${x}"
-done
+IUSE="${PLUGINS[@]/#/+} ${SPELLCHECKER_BACKENDS} +spell"
REQUIRED_USE="
annotations? ( privatestorage )
@@ -41,27 +39,30 @@ REQUIRED_USE="
spell? ( ^^ ( ${SPELLCHECKER_BACKENDS//+/} ) )
"
-RDEPEND="
- >=dev-qt/qtcore-4.8:4[ssl]
- >=dev-qt/qtgui-4.8:4
- dev-qt/qtlockedfile[qt4(+)]
- >=dev-libs/openssl-1.0.0
- adiummessagestyle? ( >=dev-qt/qtwebkit-4.8:4 )
- filemessagearchive? ( >=dev-qt/qtsql-4.8:4[sqlite] )
- messagearchiver? ( >=dev-qt/qtsql-4.8:4[sqlite] )
+DEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtlockedfile[qt5(+)]
+ dev-qt/qtmultimedia:5
+ dev-qt/qtnetwork:5[ssl]
+ dev-qt/qtxml:5
+ net-dns/libidn
+ sys-libs/zlib[minizip]
+ x11-libs/libXScrnSaver
+ adiummessagestyle? ( dev-qt/qtwebkit:5 )
+ filemessagearchive? ( dev-qt/qtsql:5[sqlite] )
+ messagearchiver? ( dev-qt/qtsql:5[sqlite] )
spell? (
aspell? ( app-text/aspell )
enchant? ( app-text/enchant )
hunspell? ( app-text/hunspell )
)
- net-dns/libidn
- x11-libs/libXScrnSaver
- sys-libs/zlib[minizip]
+"
+RDEPEND="${DEPEND}
!net-im/vacuum-spellchecker
"
-DEPEND="${RDEPEND}"
-DOCS="AUTHORS CHANGELOG README TRANSLATORS"
+DOCS=( AUTHORS CHANGELOG README TRANSLATORS )
src_prepare() {
# Force usage of system libraries
@@ -71,34 +72,24 @@ src_prepare() {
}
src_configure() {
- # linguas
- local langs="none;" x
- for x in ${LANGS}; do
- use linguas_${x} && langs+="${x};"
- done
-
local mycmakeargs=(
-DINSTALL_LIB_DIR="$(get_libdir)"
-DINSTALL_SDK=ON
- -DLANGS="${langs}"
+ -DLANGS="$(l10n_get_locales)"
-DINSTALL_DOCS=OFF
-DFORCE_BUNDLED_MINIZIP=OFF
-DPLUGIN_statistics=OFF
+ -DNO_WEBKIT=$(usex !adiummessagestyle)
+ -DPLUGIN_spellchecker=$(usex spell)
)
- for x in ${PLUGINS}; do
- mycmakeargs+=( "$(cmake-utils_use ${x} PLUGIN_${x})" )
+ for x in ${PLUGINS[@]}; do
+ mycmakeargs+=( -DPLUGIN_${x}=$(usex $x) )
done
- mycmakeargs+=( "$(cmake-utils_use spell PLUGIN_spellchecker)" )
for i in ${SPELLCHECKER_BACKENDS//+/}; do
use "${i}" && mycmakeargs+=( -DSPELLCHECKER_BACKEND="${i}" )
done
- if use vcs-revision; then
- subversion_wc_info # eclass is broken
- mycmakeargs+=( -DVER_STRING="${ESVN_WC_REVISION}" )
- fi
-
cmake-utils_src_configure
}
next reply other threads:[~2017-06-18 12:04 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-18 12:04 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-07-24 17:01 [gentoo-commits] repo/gentoo:master commit in: net-im/vacuum/ Matt Turner
2021-07-04 14:03 Ulrich Müller
2020-12-28 11:08 Andreas Sturmlechner
2020-10-31 23:05 Andreas Sturmlechner
2020-02-02 19:35 Mart Raudsepp
2018-01-06 3:01 Andreas Sturmlechner
2018-01-06 3:01 Andreas Sturmlechner
2018-01-04 10:40 Andreas Sturmlechner
2017-11-26 23:11 David Seifert
2017-06-18 12:51 Andreas Sturmlechner
2017-06-18 12:51 Andreas Sturmlechner
2017-03-06 1:52 Göktürk Yüksek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1497787397.89b4006be09f5a68c2b7d96e6100bbce5c321724.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox