Revert "[net-im/spectrum] fix libevent dependency"

This reverts commit d55db187e4.

this was simply wrong and i have no idea what made me think it was right, also hide libev behind purple
This commit is contained in:
Robert Förster 2016-07-20 21:28:26 +02:00
parent 8ec6e04dd7
commit 4bfdab4ce7
2 changed files with 12 additions and 10 deletions

View File

@ -27,7 +27,7 @@ HOMEPAGE="http://spectrum.im"
LICENSE="GPL-2"
SLOT="0"
IUSE_PLUGINS="frotz irc jabber purple sms twitter"
IUSE="debug doc libevent mysql postgres sqlite test ${IUSE_PLUGINS}"
IUSE="debug doc libev mysql postgres sqlite test ${IUSE_PLUGINS}"
RDEPEND="${RDEPEND}
>=net-im/swift-3.0
@ -40,9 +40,10 @@ RDEPEND="${RDEPEND}
postgres? ( dev-libs/libpqxx )
sqlite? ( dev-db/sqlite:3 )
irc? ( net-im/communi )
purple? ( >=net-im/pidgin-2.6.0 )
libevent? ( dev-libs/libevent )
"
purple? (
>=net-im/pidgin-2.6.0
libev? ( dev-libs/libev )
)"
DEPEND="${RDEPEND}
sys-devel/gettext
@ -56,7 +57,7 @@ CMAKE_IN_SOURCE_BUILD=1
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package libevent event)
$(cmake-utils_use_find_package libev event)
-DENABLE_MYSQL="$(usex mysql)"
-DENABLE_PQXX="$(usex postgres)"
-DENABLE_SQLITE3="$(usex sqlite)"

View File

@ -27,7 +27,7 @@ HOMEPAGE="http://spectrum.im"
LICENSE="GPL-2"
SLOT="0"
IUSE_PLUGINS="frotz irc jabber purple sms twitter"
IUSE="debug doc libevent mysql postgres sqlite test ${IUSE_PLUGINS}"
IUSE="debug doc libev mysql postgres sqlite test ${IUSE_PLUGINS}"
RDEPEND="${RDEPEND}
>=net-im/swift-3.0
@ -40,9 +40,10 @@ RDEPEND="${RDEPEND}
postgres? ( dev-libs/libpqxx )
sqlite? ( dev-db/sqlite:3 )
irc? ( net-im/communi )
purple? ( >=net-im/pidgin-2.6.0 )
libevent? ( dev-libs/libevent )
"
purple? (
>=net-im/pidgin-2.6.0
libev? ( dev-libs/libev )
)"
DEPEND="${RDEPEND}
sys-devel/gettext
@ -56,7 +57,7 @@ CMAKE_IN_SOURCE_BUILD=1
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package libevent event)
$(cmake-utils_use_find_package libev event)
-DENABLE_MYSQL="$(usex mysql)"
-DENABLE_PQXX="$(usex postgres)"
-DENABLE_SQLITE3="$(usex sqlite)"