# ChangeLog for www-client/elinks
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.72 2007/01/27 09:48:28 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.73 2007/02/17 23:04:12 grobian Exp $
+
+ 17 Feb 2007; Fabian Groffen <grobian@gentoo.org>
+ -files/elinks-osx-configure.diff, elinks-0.10.5.ebuild,
+ elinks-0.10.5-r1.ebuild:
+ Dropped ppc-macos keyword, see you in prefix
27 Jan 2007; Markus Rothe <corsair@gentoo.org> elinks-0.11.2.ebuild:
Stable on ppc64; bug #155358
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.10.5-r1.ebuild,v 1.12 2007/01/13 15:04:38 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.10.5-r1.ebuild,v 1.13 2007/02/17 23:04:12 grobian Exp $
inherit eutils
insinto /usr/share/doc/${PF}/contrib/conv ; doins contrib/conv/*.*
insinto /usr/share/doc/${PF}/contrib/guile ; doins contrib/guile/*.scm
- # Remove some conflicting files on OSX. The files provided by OSX 10.4
- # are more or less the same. -- Fabian Groffen (2005-06-30)
- if use ppc-macos; then
- rm -f ${D}/usr/lib/charset.alias
- fi
-
rm -f ${D}/usr/share/locale/locale.alias
}
: Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.10.5.ebuild,v 1.14 2007/01/13 15:04:38 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.10.5.ebuild,v 1.15 2007/02/17 23:04:12 grobian Exp $
inherit eutils
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ~mips ppc ~ppc-macos ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~mips ppc ppc64 sparc x86"
DEPEND="virtual/libc
>=app-arch/bzip2-1.0.2
-e 's:CONFIG_LEDS=.*:CONFIG_LEDS=yes:' \
-e 's:CONFIG_HTML_HIGHLIGHT=.*:CONFIG_HTML_HIGHLIGHT=yes:' \
${S}/features.conf
- use ppc-macos && epatch ${FILESDIR}/${PN}-osx-configure.diff
}
src_compile() {
insinto /usr/share/doc/${PF}/contrib/lua ; doins contrib/lua/{*.lua,elinks-remote}
insinto /usr/share/doc/${PF}/contrib/conv ; doins contrib/conv/*.*
insinto /usr/share/doc/${PF}/contrib/guile ; doins contrib/guile/*.scm
-
- # Remove some conflicting files on OSX. The files provided by OSX 10.4
- # are more or less the same. -- Fabian Groffen (2005-06-30)
- if use ppc-macos; then
- rm -f ${D}/usr/lib/charset.alias
- rm -f ${D}/usr/share/locale/locale.alias
- fi
}
# disable it as the only test available is interactive..