diff options
author | Markus Meier <maekke@gentoo.org> | 2008-01-16 23:00:07 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-01-16 23:00:07 +0000 |
commit | 71680c8af33455db4d75ce72506b9017b8948111 (patch) | |
tree | 24760f94d0ac3b145846d2bfa7309d0fd76a667b /media-gfx/iv | |
parent | Fix Manifest, bug #206222 (diff) | |
download | gentoo-2-71680c8af33455db4d75ce72506b9017b8948111.tar.gz gentoo-2-71680c8af33455db4d75ce72506b9017b8948111.tar.bz2 gentoo-2-71680c8af33455db4d75ce72506b9017b8948111.zip |
prevent pre-stripped files and x86 stable
(Portage version: 2.1.4)
Diffstat (limited to 'media-gfx/iv')
-rw-r--r-- | media-gfx/iv/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/iv/iv-2.1.4.ebuild | 14 |
2 files changed, 16 insertions, 5 deletions
diff --git a/media-gfx/iv/ChangeLog b/media-gfx/iv/ChangeLog index e6c17a1bfae4..685ce2c76613 100644 --- a/media-gfx/iv/ChangeLog +++ b/media-gfx/iv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/iv -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iv/ChangeLog,v 1.18 2007/10/26 10:14:21 ulm Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iv/ChangeLog,v 1.19 2008/01/16 23:00:07 maekke Exp $ + + 16 Jan 2008; Markus Meier <maekke@gentoo.org> iv-2.1.4.ebuild: + prevent pre-stripped files and x86 stable 26 Oct 2007; Ulrich Mueller <ulm@gentoo.org> iv-1.4.2.ebuild, iv-2.1.2.ebuild, iv-2.1.4.ebuild: diff --git a/media-gfx/iv/iv-2.1.4.ebuild b/media-gfx/iv/iv-2.1.4.ebuild index d8c9618aa055..6b1a6299c2a0 100644 --- a/media-gfx/iv/iv-2.1.4.ebuild +++ b/media-gfx/iv/iv-2.1.4.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/iv/iv-2.1.4.ebuild,v 1.2 2007/10/26 10:14:21 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iv/iv-2.1.4.ebuild,v 1.3 2008/01/16 23:00:07 maekke Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://wolfpack.twu.net/users/wolfpack/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="~ppc x86" IUSE="gif imlib jpeg png xpm" DEPEND="=x11-libs/gtk+-1.2* @@ -20,6 +20,14 @@ DEPEND="=x11-libs/gtk+-1.2* png? ( >=media-libs/libpng-1.2 ) xpm? ( x11-libs/libXpm )" +src_unpack() { + unpack ${A} + + # don't prestrip files + sed -i -e 's:-m 0755 -s:-m 0755:g' "${S}"/iv/Makefile.install.UNIX || die +} + + src_compile() { ./configure Linux --prefix=/usr \ --disable="arch-i486" \ |