From: Fabian Groffen Date: Sat, 17 Feb 2007 23:04:12 +0000 (+0000) Subject: Dropped ppc-macos keyword, see you in prefix X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6382a487b017543a8816b8917c8b93e79fe875e0;p=gentoo.git Dropped ppc-macos keyword, see you in prefix Package-Manager: portage-2.1.1-r2 --- diff --git a/www-client/elinks/ChangeLog b/www-client/elinks/ChangeLog index 0a801fefa5ca..42bdef3fb9ae 100644 --- a/www-client/elinks/ChangeLog +++ b/www-client/elinks/ChangeLog @@ -1,6 +1,11 @@ # 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 + -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 elinks-0.11.2.ebuild: Stable on ppc64; bug #155358 diff --git a/www-client/elinks/elinks-0.10.5-r1.ebuild b/www-client/elinks/elinks-0.10.5-r1.ebuild index cca4c4e1845b..e8366ef5e139 100644 --- a/www-client/elinks/elinks-0.10.5-r1.ebuild +++ b/www-client/elinks/elinks-0.10.5-r1.ebuild @@ -1,6 +1,6 @@ # 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 @@ -100,12 +100,6 @@ src_install() { 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 } diff --git a/www-client/elinks/elinks-0.10.5.ebuild b/www-client/elinks/elinks-0.10.5.ebuild index 9aba0cff1f3b..b4508e43cba8 100644 --- a/www-client/elinks/elinks-0.10.5.ebuild +++ b/www-client/elinks/elinks-0.10.5.ebuild @@ -1,6 +1,6 @@ : 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 @@ -15,7 +15,7 @@ SRC_URI="http://elinks.or.cz/download/${MY_P}.tar.bz2 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 @@ -40,7 +40,6 @@ src_unpack() { -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() { @@ -75,13 +74,6 @@ src_install() { 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..