public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/iv: ChangeLog iv-2.1.4.ebuild
@ 2008-01-16 23:00 Markus Meier (maekke)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2008-01-16 23:00 UTC (permalink / raw
  To: gentoo-commits

maekke      08/01/16 23:00:07

  Modified:             ChangeLog iv-2.1.4.ebuild
  Log:
  prevent pre-stripped files and x86 stable
  (Portage version: 2.1.4)

Revision  Changes    Path
1.19                 media-gfx/iv/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iv/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iv/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iv/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/iv/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	26 Oct 2007 10:14:21 -0000	1.18
+++ ChangeLog	16 Jan 2008 23:00:07 -0000	1.19
@@ -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:



1.3                  media-gfx/iv/iv-2.1.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iv/iv-2.1.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iv/iv-2.1.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iv/iv-2.1.4.ebuild?r1=1.2&r2=1.3

Index: iv-2.1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/iv/iv-2.1.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- iv-2.1.4.ebuild	26 Oct 2007 10:14:21 -0000	1.2
+++ iv-2.1.4.ebuild	16 Jan 2008 23:00:07 -0000	1.3
@@ -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 @@
 
 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 @@
 	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" \



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-gfx/iv: ChangeLog iv-2.1.4.ebuild
@ 2008-01-19 13:39 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 2+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-01-19 13:39 UTC (permalink / raw
  To: gentoo-commits

nixnut      08/01/19 13:39:13

  Modified:             ChangeLog iv-2.1.4.ebuild
  Log:
  Stable on ppc wrt bug 206236
  (Portage version: 2.1.4)

Revision  Changes    Path
1.20                 media-gfx/iv/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iv/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iv/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iv/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/iv/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	16 Jan 2008 23:00:07 -0000	1.19
+++ ChangeLog	19 Jan 2008 13:39:12 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/iv
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/iv/ChangeLog,v 1.20 2008/01/19 13:39:12 nixnut Exp $
+
+  19 Jan 2008; nixnut <nixnut@gentoo.org> iv-2.1.4.ebuild:
+  Stable on ppc wrt bug 206236
 
   16 Jan 2008; Markus Meier <maekke@gentoo.org> iv-2.1.4.ebuild:
   prevent pre-stripped files and x86 stable



1.5                  media-gfx/iv/iv-2.1.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iv/iv-2.1.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iv/iv-2.1.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iv/iv-2.1.4.ebuild?r1=1.4&r2=1.5

Index: iv-2.1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/iv/iv-2.1.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- iv-2.1.4.ebuild	17 Jan 2008 17:12:31 -0000	1.4
+++ iv-2.1.4.ebuild	19 Jan 2008 13:39:12 -0000	1.5
@@ -1,6 +1,6 @@
 # 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.4 2008/01/17 17:12:31 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/iv/iv-2.1.4.ebuild,v 1.5 2008/01/19 13:39:12 nixnut Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~ppc x86"
+KEYWORDS="ppc x86"
 IUSE="gif imlib jpeg png xpm"
 
 DEPEND="=x11-libs/gtk+-1.2*



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-01-19 13:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-16 23:00 [gentoo-commits] gentoo-x86 commit in media-gfx/iv: ChangeLog iv-2.1.4.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2008-01-19 13:39 Gysbert Wassenaar (nixnut)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox