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

Collapse All | Expand All

(-)/usr/portage/www-client/elinks/elinks-0.10.5.ebuild (-1 / +12 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/www-client/elinks/elinks-0.10.5.ebuild,v 1.2 2005/06/08 01:03:15 redhatter Exp $
3
# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.10.5.ebuild,v 1.2 2005/06/08 01:03:15 redhatter Exp $
4
4
5
inherit eutils
6
5
IUSE="gpm zlib ssl ipv6 X lua guile"
7
IUSE="gpm zlib ssl ipv6 X lua guile"
6
8
7
MY_P=${P/_/}
9
MY_P=${P/_/}
Lines 13-19 Link Here
13
15
14
SLOT="0"
16
SLOT="0"
15
LICENSE="GPL-2"
17
LICENSE="GPL-2"
16
KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha ~ppc64 ~mips"
18
KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha ~ppc64 ppc-macos ~mipsi"
17
19
18
DEPEND="virtual/libc
20
DEPEND="virtual/libc
19
	>=app-arch/bzip2-1.0.2
21
	>=app-arch/bzip2-1.0.2
Lines 37-42 Link Here
37
		-e 's:CONFIG_LEDS=.*:CONFIG_LEDS=yes:' \
39
		-e 's:CONFIG_LEDS=.*:CONFIG_LEDS=yes:' \
38
		-e 's:CONFIG_HTML_HIGHLIGHT=.*:CONFIG_HTML_HIGHLIGHT=yes:' \
40
		-e 's:CONFIG_HTML_HIGHLIGHT=.*:CONFIG_HTML_HIGHLIGHT=yes:' \
39
		${S}/features.conf
41
		${S}/features.conf
42
	use ppc-macos && epatch ${FILESDIR}/${P}-macos.patch
40
}
43
}
41
44
42
src_compile() {
45
src_compile() {
Lines 71-76 Link Here
71
	insinto /usr/share/doc/${PF}/contrib/lua ; doins contrib/lua/{*.lua,elinks-remote}
74
	insinto /usr/share/doc/${PF}/contrib/lua ; doins contrib/lua/{*.lua,elinks-remote}
72
	insinto /usr/share/doc/${PF}/contrib/conv ; doins contrib/conv/*.*
75
	insinto /usr/share/doc/${PF}/contrib/conv ; doins contrib/conv/*.*
73
	insinto /usr/share/doc/${PF}/contrib/guile ; doins contrib/guile/*.scm
76
	insinto /usr/share/doc/${PF}/contrib/guile ; doins contrib/guile/*.scm
77
78
	# Remove some conflicting files on OSX.  The files provided by OSX 10.4
79
	# are more or less the same.  -- Fabian Groffen (2005-06-30)
80
	if use ppc-macos;
81
	then
82
		rm -f ${D}/usr/lib/charset.alias
83
		rm -f ${D}/usr/share/locale/locale.alias
84
	fi
74
}
85
}
75
86
76
# disable it as the only test available is interactive..
87
# disable it as the only test available is interactive..

Return to bug 79500