commit:     0ba2640cb9b379dbe10c5c02d72a0ec5b9d5844a
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 19 16:26:30 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jul 19 17:01:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ba2640c

net-im/spectrum2: bump to version 2.0.13

Closes: https://bugs.gentoo.org/732928
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-im/spectrum2/Manifest                |   1 +
 net-im/spectrum2/spectrum2-2.0.13.ebuild | 118 +++++++++++++++++++++++++++++++
 2 files changed, 119 insertions(+)

diff --git a/net-im/spectrum2/Manifest b/net-im/spectrum2/Manifest
index 7c194ddbe6e..5122ae14a1d 100644
--- a/net-im/spectrum2/Manifest
+++ b/net-im/spectrum2/Manifest
@@ -1 +1,2 @@
 DIST spectrum2-2.0.12.tar.gz 839711 BLAKE2B 
22dbc201135008effbd1aac52a708f5c942bd9a3c4a359622d1eb21ce104bdd3a6be64f1cb2ad5950b51e5f1772d77fce088d4a61a56532d970901656176d3f7
 SHA512 
bcd2797877583e6b59e5f1da430ed049e5bcdddfa9698f6d845f020847405ff8ee01b595d47d414105153e2a00e9a8fac171f45db5d39f72ddf0f6588bc71a36
+DIST spectrum2-2.0.13.tar.gz 840234 BLAKE2B 
45cc26f5292094e51318a6137155061f78c539b1c2c86ba11483345650c544cd77ff676b25b6bed26da12b82b6a6fab7d2ee7d52a2a7268efc8ad914419ee792
 SHA512 
8ef981e322a2b0dff65c95233b4b77cd28655d6cbd70f1c17c7c8c787222c2b9e800b037712b42e1679db88276db089e3493b9fffe5d3792cf2df247be9d6ae7

diff --git a/net-im/spectrum2/spectrum2-2.0.13.ebuild 
b/net-im/spectrum2/spectrum2-2.0.13.ebuild
new file mode 100644
index 00000000000..ce3c2651ed2
--- /dev/null
+++ b/net-im/spectrum2/spectrum2-2.0.13.ebuild
@@ -0,0 +1,118 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit cmake python-any-r1 systemd
+
+DESCRIPTION="An open source instant messaging transport"
+HOMEPAGE="https://www.spectrum.im";
+SRC_URI="https://github.com/SpectrumIM/spectrum2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc frotz irc mysql postgres purple sms +sqlite test twitter whatsapp 
xmpp"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+RDEPEND="
+       acct-group/spectrum
+       acct-user/spectrum
+       dev-libs/boost:=[nls]
+       dev-libs/expat
+       dev-libs/libev:=
+       dev-libs/log4cxx
+       dev-libs/jsoncpp:=
+       dev-libs/openssl:0=
+       dev-libs/popt
+       dev-libs/protobuf:=
+       net-dns/libidn:0=
+       net-im/swift:=
+       net-misc/curl
+       sys-libs/zlib:=
+       frotz? ( !games-engines/frotz )
+       irc? ( net-im/libcommuni )
+       mysql? (
+               || (
+                       dev-db/mariadb-connector-c
+                       dev-db/mysql-connector-c
+               )
+       )
+       postgres? ( >=dev-libs/libpqxx-6.4.5:= )
+       purple? (
+               dev-libs/glib
+               net-im/pidgin:=
+       )
+       sms? ( app-mobilephone/smstools )
+       sqlite? ( dev-db/sqlite:3 )
+       twitter? ( net-misc/curl )
+       whatsapp? ( net-im/transwhat )"
+
+DEPEND="
+       ${RDEPEND}
+       doc? ( app-doc/doxygen )
+       test? (
+               ${PYTHON_DEPS}
+               $(python_gen_any_dep 'dev-python/sleekxmpp[${PYTHON_USEDEP}]')
+               dev-util/cppunit
+               net-irc/ngircd
+       )
+"
+
+# Tests are currently restricted, as they do completly fail
+RESTRICT="test"
+
+python_check_deps() {
+       has_version "dev-python/sleekxmpp[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+       use test && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+       # Respect users LDFLAGS
+       sed -i -e "s/-Wl,-export-dynamic/& ${LDFLAGS}/" 
spectrum/src/CMakeLists.txt || die
+
+       cmake_src_prepare
+}
+
+src_configure() {
+       local mycmakeargs=(
+               -DENABLE_DOCS="$(usex doc)"
+               -DENABLE_FROTZ="$(usex frotz)"
+               -DENABLE_IRC="$(usex irc)"
+               -DENABLE_MYSQL="$(usex mysql)"
+               -DENABLE_PQXX="$(usex postgres)"
+               -DENABLE_PURPLE="$(usex purple)"
+               $(usex irc '-DENABLE_QT4=OFF' '')
+               -DENABLE_SMSTOOLS3="$(usex sms)"
+               -DENABLE_SQLITE3="$(usex sqlite)"
+               -DENABLE_TESTS="$(usex test)"
+               -DENABLE_TWITTER="$(usex twitter)"
+               -DENABLE_XMPP="$(usex xmpp)"
+               -DLIB_INSTALL_DIR="$(get_libdir)"
+       )
+
+       cmake_src_configure
+}
+
+src_test() {
+       cd tests/libtransport && "${EPYTHON}" ../start.py || die
+}
+
+src_install() {
+       cmake_src_install
+
+       diropts -o spectrum -g spectrum
+       keepdir /var/log/spectrum2 /var/lib/spectrum2
+       diropts
+
+       newinitd "${FILESDIR}"/spectrum2.initd spectrum2
+       systemd_newunit "${FILESDIR}"/spectrum2.service spectrum2.service
+       systemd_newtmpfilesd "${FILESDIR}"/spectrum2.tmpfiles-r1 spectrum2.conf
+
+       einstalldocs
+}

Reply via email to