Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 409425 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/net-im/ejabberd/ejabberd-2.1.10.ebuild (-2 / +8 lines)
Lines 9-20 Link Here
9
DESCRIPTION="The Erlang Jabber Daemon"
9
DESCRIPTION="The Erlang Jabber Daemon"
10
HOMEPAGE="http://www.ejabberd.im/"
10
HOMEPAGE="http://www.ejabberd.im/"
11
SRC_URI="http://www.process-one.net/downloads/${PN}/${PV}/${P}.tar.gz
11
SRC_URI="http://www.process-one.net/downloads/${PN}/${PV}/${P}.tar.gz
12
	mod_statsdx? ( mirror://gentoo/ejabberd-mod_statsdx-1080.patch.gz )"
12
	mod_statsdx? ( mirror://gentoo/ejabberd-mod_statsdx-1080.patch.gz )
13
	mod_admin_extra? ( mirror://gentoo/ejabberd-mod_admin_extra-1125.patch.gz )"
13
14
14
LICENSE="GPL-2"
15
LICENSE="GPL-2"
15
SLOT="0"
16
SLOT="0"
16
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
17
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
17
EJABBERD_MODULES="mod_irc mod_muc mod_proxy65 mod_pubsub mod_statsdx"
18
EJABBERD_MODULES="mod_irc mod_muc mod_proxy65 mod_pubsub mod_statsdx mod_admin_extra"
18
IUSE="captcha debug ldap odbc pam +web zlib ${EJABBERD_MODULES}"
19
IUSE="captcha debug ldap odbc pam +web zlib ${EJABBERD_MODULES}"
19
20
20
DEPEND=">=net-im/jabber-base-0.01
21
DEPEND=">=net-im/jabber-base-0.01
Lines 45-50 Link Here
45
		ewarn "taken from here: http://www.ejabberd.im/mod_stats2file"
46
		ewarn "taken from here: http://www.ejabberd.im/mod_stats2file"
46
		EPATCH_OPTS="-p2" epatch "${WORKDIR}/ejabberd-mod_statsdx-1080.patch"
47
		EPATCH_OPTS="-p2" epatch "${WORKDIR}/ejabberd-mod_statsdx-1080.patch"
47
	fi
48
	fi
49
	if use mod_admin_extra; then
50
		ewarn "mod_admin_extra is not a part of upstream tarball but is a third-party module"
51
		ewarn "taken from here: http://www.ejabberd.im/mod_admin_extra"
52
		EPATCH_OPTS="-p2" epatch "${WORKDIR}/ejabberd-mod_admin_extra-1125.patch"
53
	fi
48
54
49
	# don't install release notes (we'll do this manually)
55
	# don't install release notes (we'll do this manually)
50
	sed '/install .* [.][.]\/doc\/[*][.]txt $(DOCDIR)/d' -i Makefile.in || die
56
	sed '/install .* [.][.]\/doc\/[*][.]txt $(DOCDIR)/d' -i Makefile.in || die

Return to bug 409425