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

Collapse All | Expand All

(-)/var/cache/portage/gentoo/net-libs/loudmouth/loudmouth-1.4.3.ebuild (-4 / +7 lines)
Lines 2-12 Link Here
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/net-libs/loudmouth/loudmouth-1.4.3.ebuild,v 1.3 2009/03/14 22:34:37 eva Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3.ebuild,v 1.3 2009/03/14 22:34:37 eva Exp $
4
4
5
EAPI=2
6
5
inherit autotools gnome2
7
inherit autotools gnome2
6
8
7
DESCRIPTION="Lightweight C Jabber library"
9
DESCRIPTION="Lightweight C Jabber library"
8
HOMEPAGE="http://www.loudmouth-project.org/"
10
HOMEPAGE="http://www.loudmouth-project.org/"
9
SRC_URI="http://ftp.imendio.com/pub/imendio/${PN}/src/${P}.tar.bz2"
11
SRC_URI="http://engineyard.github.com/${PN}/download/${P}.tar.gz"
10
12
11
LICENSE="LGPL-2.1"
13
LICENSE="LGPL-2.1"
12
SLOT="0"
14
SLOT="0"
Lines 44-54 Link Here
44
	fi
46
	fi
45
}
47
}
46
48
47
src_unpack() {
49
src_prepare() {
48
	gnome2_src_unpack
49
50
	# Use system libasyncns, bug #236844
50
	# Use system libasyncns, bug #236844
51
	epatch "${FILESDIR}/${P}-asyncns-system.patch"
51
	epatch "${FILESDIR}/${P}-asyncns-system.patch"
52
52
53
	# Parallel make has issues, it seems
54
	epatch "${FILESDIR}/${P}-parallel-make.patch"
55
53
	eautoreconf
56
	eautoreconf
54
}
57
}

Return to bug 265952