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

Collapse All | Expand All

(-)rpc2-2.0.ebuild.orig (+9 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/rpc2/rpc2-2.0.ebuild,v 1.3 2007/03/27 18:48:20 armin76 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-libs/rpc2/rpc2-2.0.ebuild,v 1.3 2007/03/27 18:48:20 armin76 Exp $
4
4
5
inherit eutils
6
5
DESCRIPTION="Remote procedure call package for IP/UDP (used by Coda)"
7
DESCRIPTION="Remote procedure call package for IP/UDP (used by Coda)"
6
HOMEPAGE="http://www.coda.cs.cmu.edu/"
8
HOMEPAGE="http://www.coda.cs.cmu.edu/"
7
SRC_URI="http://www.coda.cs.cmu.edu/pub/rpc2/src/${P}.tar.gz"
9
SRC_URI="http://www.coda.cs.cmu.edu/pub/rpc2/src/${P}.tar.gz"
Lines 18-23 Link Here
18
	sys-apps/grep
20
	sys-apps/grep
19
	sys-devel/libtool"
21
	sys-devel/libtool"
20
22
23
src_unpack() {
24
	unpack ${A}
25
26
	cd "${S}"
27
	epatch "${FILESDIR}"/${P}-as-needed.patch
28
}
29
21
src_install() {
30
src_install() {
22
	make DESTDIR=${D} install || die "make install failed"
31
	make DESTDIR=${D} install || die "make install failed"
23
32

Return to bug 248074