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

Collapse All | Expand All

(-)/usr/portage/net-libs/librpcsecgss/librpcsecgss-0.18.ebuild (-1 / +13 lines)
Lines 2-7 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/librpcsecgss/librpcsecgss-0.18.ebuild,v 1.1 2008/04/20 10:43:15 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-libs/librpcsecgss/librpcsecgss-0.18.ebuild,v 1.1 2008/04/20 10:43:15 vapier Exp $
4
4
5
inherit eutils autotools
6
5
DESCRIPTION="implementation of rpcsec_gss (RFC 2203) for secure rpc communication"
7
DESCRIPTION="implementation of rpcsec_gss (RFC 2203) for secure rpc communication"
6
HOMEPAGE="http://www.citi.umich.edu/projects/nfsv4/linux/"
8
HOMEPAGE="http://www.citi.umich.edu/projects/nfsv4/linux/"
7
SRC_URI="http://www.citi.umich.edu/projects/nfsv4/linux/${PN}/${P}.tar.gz"
9
SRC_URI="http://www.citi.umich.edu/projects/nfsv4/linux/${PN}/${P}.tar.gz"
Lines 11-20 Link Here
11
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
12
IUSE=""
14
IUSE=""
13
15
14
RDEPEND="net-libs/libgssglue"
16
RDEPEND="|| (
17
	    net-libs/libgssglue
18
	    >=app-crypt/heimdal-1.0
19
	    )"
15
DEPEND="${RDEPEND}
20
DEPEND="${RDEPEND}
16
	dev-util/pkgconfig"
21
	dev-util/pkgconfig"
17
22
23
src_unpack() {
24
	unpack ${A}
25
	cd "${S}"
26
	epatch "${FILESDIR}"/${P}-config_in.patch     
27
	eautoreconf
28
}
29
18
src_install() {
30
src_install() {
19
	emake install DESTDIR="${D}" || die
31
	emake install DESTDIR="${D}" || die
20
	dodoc AUTHORS ChangeLog NEWS README
32
	dodoc AUTHORS ChangeLog NEWS README

Return to bug 185899