Lines 2-8
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-irc/bobotpp/bobotpp-2.2.2.ebuild,v 1.5 2008/04/18 16:37:46 cla Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/bobotpp-2.2.2.ebuild,v 1.5 2008/04/18 16:37:46 cla Exp $ |
4 |
|
4 |
|
5 |
inherit eutils |
5 |
inherit eutils autotools |
6 |
|
6 |
|
7 |
DESCRIPTION="A flexible IRC bot scriptable in scheme" |
7 |
DESCRIPTION="A flexible IRC bot scriptable in scheme" |
8 |
HOMEPAGE="http://unknownlamer.org/code/bobot.html" |
8 |
HOMEPAGE="http://unknownlamer.org/code/bobot.html" |
Lines 12-24
Link Here
|
12 |
KEYWORDS="ppc x86 ~amd64" |
12 |
KEYWORDS="ppc x86 ~amd64" |
13 |
IUSE="guile" |
13 |
IUSE="guile" |
14 |
|
14 |
|
15 |
DEPEND="guile? ( dev-scheme/guile )" |
15 |
DEPEND="guile? ( dev-scheme/guile ) |
|
|
16 |
sys-devel/automake:1.7" |
16 |
|
17 |
|
17 |
src_unpack() { |
18 |
src_unpack() { |
18 |
unpack ${A} |
19 |
unpack ${A} |
19 |
cd "${S}" |
20 |
cd "${S}" |
20 |
|
21 |
|
21 |
epatch "${FILESDIR}/bobotpp-2.2.2-gcc43.patch" |
22 |
epatch "${FILESDIR}/$P-gcc43.patch" |
|
|
23 |
epatch "${FILESDIR}/$P-as-needed.patch" |
24 |
eautoreconf |
22 |
} |
25 |
} |
23 |
|
26 |
|
24 |
src_compile() { |
27 |
src_compile() { |