Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 438918
Collapse All | Expand All

(-)paludis-0.80.0.ebuild (-2 / +5 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2012 Gentoo Foundation
1
# Copyright 1999-2012 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/sys-apps/paludis/paludis-0.80.0.ebuild,v 1.1 2012/09/23 10:46:44 dev-zero Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.80.1.ebuild,v 1.1 2012/10/14 20:59:20 dev-zero Exp $
4
4
5
inherit bash-completion eutils
5
inherit bash-completion boost-utils eutils flag-o-matic
6
6
7
DESCRIPTION="paludis, the other package mangler"
7
DESCRIPTION="paludis, the other package mangler"
8
HOMEPAGE="http://paludis.exherbo.org/"
8
HOMEPAGE="http://paludis.exherbo.org/"
Lines 101-106 pkg_setup() { Link Here
101
}
101
}
102
102
103
src_compile() {
103
src_compile() {
104
	append-cppflags "-I$(boost-utils_get_includedir)"
105
	append-flags "-L$(boost-utils_get_libdir)"
106
104
	local repositories=`echo default unavailable unpackaged | tr -s \  ,`
107
	local repositories=`echo default unavailable unpackaged | tr -s \  ,`
105
	local environments=`echo default $(usev portage ) | tr -s \  ,`
108
	local environments=`echo default $(usev portage ) | tr -s \  ,`
106
	econf \
109
	econf \

Return to bug 438918