diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-01-15 18:37:57 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-01-15 18:37:57 +0000 |
commit | 1596689f78e19d4779028c541d0fd7937610de7f (patch) | |
tree | d2159326c41a9f6f23d110372d31833d88fe9122 /media-gfx/xloadimage | |
parent | Fix some autotools warnings (diff) | |
download | historical-1596689f78e19d4779028c541d0fd7937610de7f.tar.gz historical-1596689f78e19d4779028c541d0fd7937610de7f.tar.bz2 historical-1596689f78e19d4779028c541d0fd7937610de7f.zip |
Dropped ppc-macos keyword, see you in prefix
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'media-gfx/xloadimage')
-rw-r--r-- | media-gfx/xloadimage/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/xloadimage/xloadimage-4.1-r4.ebuild | 16 | ||||
-rw-r--r-- | media-gfx/xloadimage/xloadimage-4.1-r5.ebuild | 16 |
3 files changed, 16 insertions, 24 deletions
diff --git a/media-gfx/xloadimage/ChangeLog b/media-gfx/xloadimage/ChangeLog index 2f67de105d12..2d5e9778a4b3 100644 --- a/media-gfx/xloadimage/ChangeLog +++ b/media-gfx/xloadimage/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/xloadimage -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xloadimage/ChangeLog,v 1.40 2007/07/22 04:16:44 omp Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xloadimage/ChangeLog,v 1.41 2008/01/15 18:37:57 grobian Exp $ + + 15 Jan 2008; Fabian Groffen <grobian@gentoo.org> xloadimage-4.1-r4.ebuild, + xloadimage-4.1-r5.ebuild: + Dropped ppc-macos keyword, see you in prefix 22 Jul 2007; David Shakaryan <omp@gentoo.org> xloadimage-4.1-r4.ebuild: Remove virtual/x11 from dependencies. diff --git a/media-gfx/xloadimage/xloadimage-4.1-r4.ebuild b/media-gfx/xloadimage/xloadimage-4.1-r4.ebuild index f155b3acf273..d03f80006a0b 100644 --- a/media-gfx/xloadimage/xloadimage-4.1-r4.ebuild +++ b/media-gfx/xloadimage/xloadimage-4.1-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r4.ebuild,v 1.17 2007/07/22 04:16:44 omp Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r4.ebuild,v 1.18 2008/01/15 18:37:57 grobian Exp $ inherit alternatives eutils flag-o-matic toolchain-funcs @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.x.org/R5contrib/${MY_P}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc-macos ppc64 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="tiff jpeg png" RDEPEND="x11-libs/libX11 @@ -44,12 +44,6 @@ src_unpack() { # On other systems it's simply unneeded sed -i -e 's,<malloc.h>,<stdlib.h>,' vicar.c - if use userland_Darwin ; then - for f in $(grep zopen * | cut -d':' -f1 | uniq);do - sed -i "s:zopen:zloadimage_zopen:g" $f - done - fi - chmod +x "${S}"/configure } @@ -84,9 +78,9 @@ update_alternatives() { } pkg_postinst() { - use ppc-macos || update_alternatives + update_alternatives } pkg_postrm() { - use ppc-macos || update_alternatives + update_alternatives } diff --git a/media-gfx/xloadimage/xloadimage-4.1-r5.ebuild b/media-gfx/xloadimage/xloadimage-4.1-r5.ebuild index 6b4c9ab11b50..637d7b187495 100644 --- a/media-gfx/xloadimage/xloadimage-4.1-r5.ebuild +++ b/media-gfx/xloadimage/xloadimage-4.1-r5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r5.ebuild,v 1.1 2007/05/14 17:29:10 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r5.ebuild,v 1.2 2008/01/15 18:37:57 grobian Exp $ inherit alternatives eutils toolchain-funcs @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.x.org/R5contrib/${MY_P}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="tiff jpeg png" RDEPEND="x11-libs/libX11 @@ -44,12 +44,6 @@ src_unpack() { # On other systems it's simply unneeded sed -i -e 's,<malloc.h>,<stdlib.h>,' vicar.c - if use userland_Darwin ; then - for f in $(grep zopen * | cut -d':' -f1 | uniq);do - sed -i "s:zopen:zloadimage_zopen:g" $f - done - fi - epatch "${FILESDIR}"/${P}-unaligned-access.patch chmod +x "${S}"/configure @@ -87,9 +81,9 @@ update_alternatives() { } pkg_postinst() { - use ppc-macos || update_alternatives + update_alternatives } pkg_postrm() { - use ppc-macos || update_alternatives + update_alternatives } |