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

Collapse All | Expand All

(-)/Volumes/localhorst/usr/portage/sci-libs/proj/proj-4.5.0.ebuild (-2 / +4 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/sci-libs/proj/proj-4.5.0.ebuild,v 1.1 2006/11/24 20:34:56 djay Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sci-libs/proj/proj-4.5.0.ebuild,v 1.1 2006/11/24 20:34:56 djay Exp $
4
4
5
EAPI="prefix"
6
5
inherit eutils
7
inherit eutils
6
N="${S}/nad"
8
N="${S}/nad"
7
9
Lines 12-18 Link Here
12
14
13
LICENSE="MIT"
15
LICENSE="MIT"
14
SLOT="0"
16
SLOT="0"
15
KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
17
KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-macos"
16
IUSE=""
18
IUSE=""
17
19
18
DEPEND="virtual/libc"
20
DEPEND="virtual/libc"
Lines 26-32 Link Here
26
28
27
src_install() {
29
src_install() {
28
	einstall || die
30
	einstall || die
29
	insinto /usr/share/proj
31
	insinto $EPREFIX/usr/share/proj
30
	insopts -m 755
32
	insopts -m 755
31
	doins nad/test27
33
	doins nad/test27
32
	doins nad/test83
34
	doins nad/test83

Return to bug 195769