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

Collapse All | Expand All

(-)pidgin-sipe-1.5.0.ebuild (-1 / +11 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2009 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.3.3.ebuild,v 1.1 2009/02/13 15:56:43 drizzt Exp $
3
# $Header: pidgin-sipe-1.6.1.ebuild,v 1.3 2009/08/19 $
4
5
inherit eutils
4
6
5
DESCRIPTION="Pidgin Plug-in SIPE (Sip Exchange Protocol)"
7
DESCRIPTION="Pidgin Plug-in SIPE (Sip Exchange Protocol)"
6
HOMEPAGE="http://sipe.sourceforge.net/"
8
HOMEPAGE="http://sipe.sourceforge.net/"
Lines 15-20 Link Here
15
	krb5? ( virtual/krb5 )"
17
	krb5? ( virtual/krb5 )"
16
RDEPEND=$DEPEND
18
RDEPEND=$DEPEND
17
19
20
src_unpack() {
21
	unpack ${A}
22
	cd "${S}"
23
	if has_version '>=net-im/pidgin-2.6.0'; then
24
		epatch "${FILESDIR}/pidgin_ge_2_6_PurplePluginProtocolInfo.patch"
25
	fi
26
}
27
18
src_compile() {
28
src_compile() {
19
	econf $(use_with krb5) \
29
	econf $(use_with krb5) \
20
	|| die "econf failed"
30
	|| die "econf failed"

Return to bug 275611