[net-im/spectrum2] sync with tree
This commit is contained in:
parent
6ae0727ee3
commit
90cf051660
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
inherit cmake systemd
|
inherit cmake systemd tmpfiles
|
||||||
|
|
||||||
if [[ ${PV} = "9999" ]] ; then
|
if [[ ${PV} = "9999" ]] ; then
|
||||||
EGIT_REPO_URI="https://github.com/SpectrumIM/${PN}.git"
|
EGIT_REPO_URI="https://github.com/SpectrumIM/${PN}.git"
|
||||||
@ -21,7 +21,10 @@ HOMEPAGE="https://www.spectrum.im"
|
|||||||
LICENSE="GPL-2+"
|
LICENSE="GPL-2+"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="doc frotz irc mysql postgres purple sms +sqlite test twitter whatsapp xmpp"
|
IUSE="doc frotz irc mysql postgres purple sms +sqlite test twitter whatsapp xmpp"
|
||||||
REQUIRED_USE="|| ( mysql postgres sqlite )"
|
REQUIRED_USE="
|
||||||
|
|| ( mysql postgres sqlite )
|
||||||
|
test? ( irc )
|
||||||
|
"
|
||||||
RESTRICT="!test? ( test )"
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
@ -36,7 +39,7 @@ RDEPEND="
|
|||||||
dev-libs/popt
|
dev-libs/popt
|
||||||
dev-libs/protobuf:=
|
dev-libs/protobuf:=
|
||||||
net-dns/libidn:0=
|
net-dns/libidn:0=
|
||||||
net-im/swift:=
|
>=net-im/swift-4.0.2-r2:=
|
||||||
net-misc/curl
|
net-misc/curl
|
||||||
sys-libs/zlib:=
|
sys-libs/zlib:=
|
||||||
frotz? ( !games-engines/frotz )
|
frotz? ( !games-engines/frotz )
|
||||||
@ -47,7 +50,7 @@ RDEPEND="
|
|||||||
dev-db/mysql-connector-c
|
dev-db/mysql-connector-c
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
postgres? ( >=dev-libs/libpqxx-6.4.5:= )
|
postgres? ( dev-libs/libpqxx:= )
|
||||||
purple? (
|
purple? (
|
||||||
dev-libs/glib
|
dev-libs/glib
|
||||||
net-im/pidgin:=
|
net-im/pidgin:=
|
||||||
@ -104,7 +107,7 @@ src_install() {
|
|||||||
|
|
||||||
newinitd "${FILESDIR}"/spectrum2.initd spectrum2
|
newinitd "${FILESDIR}"/spectrum2.initd spectrum2
|
||||||
systemd_newunit "${FILESDIR}"/spectrum2.service spectrum2.service
|
systemd_newunit "${FILESDIR}"/spectrum2.service spectrum2.service
|
||||||
systemd_newtmpfilesd "${FILESDIR}"/spectrum2.tmpfiles-r1 spectrum2.conf
|
newtmpfiles "${FILESDIR}"/spectrum2.tmpfiles-r1 spectrum2.conf
|
||||||
|
|
||||||
einstalldocs
|
einstalldocs
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user