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

Collapse All | Expand All

(-)libmowgli-0.9.50.ebuild.old (-4 / +4 lines)
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/dev-libs/libmowgli/libmowgli-0.9.50.ebuild,v 1.2 2011/02/06 19:51:06 chainsaw Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmowgli/libmowgli-0.9.50.ebuild,v 1.2 2011/02/06 19:51:06 chainsaw Exp $
4
4
5
EAPI=3
5
EAPI=4
6
6
7
DESCRIPTION="High-performance C development framework. Can be used stand-alone or as a supplement to GLib."
7
DESCRIPTION="High-performance C development framework. Can be used stand-alone or as a supplement to GLib."
8
HOMEPAGE="http://www.atheme.org/project/mowgli"
8
HOMEPAGE="http://www.atheme.org/project/mowgli"
Lines 14-24 Link Here
14
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
14
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
15
15
16
src_configure() {
16
src_configure() {
17
	econf $(use_enable examples) \
17
	econf \
18
		|| die "econf failed"
18
		$(use_enable examples)
19
}
19
}
20
20
21
src_install() {
21
src_install() {
22
	emake DESTDIR="${D}" install || die "emake install failed"
22
	default
23
	dodoc AUTHORS README doc/BOOST
23
	dodoc AUTHORS README doc/BOOST
24
}
24
}

Return to bug 380577