public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-benchmarks/i7z: ChangeLog i7z-0.26.ebuild
@ 2011-02-08 17:55 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2011-02-08 17:55 UTC (permalink / raw
  To: gentoo-commits

jlec        11/02/08 17:55:39

  Modified:             ChangeLog i7z-0.26.ebuild
  Log:
  Do not install outside EPREFIX
  
  (Portage version: 2.2.0_alpha22/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-benchmarks/i7z/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/i7z/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/i7z/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/i7z/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/i7z/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	29 Jan 2011 15:01:20 -0000	1.1
+++ ChangeLog	8 Feb 2011 17:55:39 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for app-benchmarks/i7z
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/i7z/ChangeLog,v 1.1 2011/01/29 15:01:20 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/i7z/ChangeLog,v 1.2 2011/02/08 17:55:39 jlec Exp $
+
+  08 Feb 2011; Justin Lecher <jlec@gentoo.org> i7z-0.26.ebuild:
+  Do not install outside EPREFIX
 
 *i7z-0.26 (29 Jan 2011)
 



1.2                  app-benchmarks/i7z/i7z-0.26.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/i7z/i7z-0.26.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/i7z/i7z-0.26.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/i7z/i7z-0.26.ebuild?r1=1.1&r2=1.2

Index: i7z-0.26.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/i7z/i7z-0.26.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- i7z-0.26.ebuild	29 Jan 2011 15:01:20 -0000	1.1
+++ i7z-0.26.ebuild	8 Feb 2011 17:55:39 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/i7z/i7z-0.26.ebuild,v 1.1 2011/01/29 15:01:20 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/i7z/i7z-0.26.ebuild,v 1.2 2011/02/08 17:55:39 jlec Exp $
 
 EAPI="3"
 
@@ -32,11 +32,10 @@
 		eqmake4 GUI.pro
 		emake || die
 	fi
-
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die
+	emake DESTDIR="${ED}" install || die
 	if use X; then
 		newsbin GUI/GUI i7z_GUI || die
 	fi






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

* [gentoo-commits] gentoo-x86 commit in app-benchmarks/i7z: ChangeLog i7z-0.26.ebuild
@ 2011-04-27  7:45 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2011-04-27  7:45 UTC (permalink / raw
  To: gentoo-commits

jlec        11/04/27 07:45:55

  Modified:             ChangeLog i7z-0.26.ebuild
  Log:
  Fix for gcc46
  
  (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-benchmarks/i7z/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/i7z/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/i7z/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/i7z/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/i7z/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	8 Feb 2011 17:55:39 -0000	1.2
+++ ChangeLog	27 Apr 2011 07:45:55 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for app-benchmarks/i7z
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/i7z/ChangeLog,v 1.2 2011/02/08 17:55:39 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/i7z/ChangeLog,v 1.3 2011/04/27 07:45:55 jlec Exp $
+
+  27 Apr 2011; Justin Lecher <jlec@gentoo.org> +files/0.26-gcc46.patch,
+  i7z-0.26.ebuild:
+  Fix for gcc46
 
   08 Feb 2011; Justin Lecher <jlec@gentoo.org> i7z-0.26.ebuild:
   Do not install outside EPREFIX



1.3                  app-benchmarks/i7z/i7z-0.26.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/i7z/i7z-0.26.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/i7z/i7z-0.26.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/i7z/i7z-0.26.ebuild?r1=1.2&r2=1.3

Index: i7z-0.26.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/i7z/i7z-0.26.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- i7z-0.26.ebuild	8 Feb 2011 17:55:39 -0000	1.2
+++ i7z-0.26.ebuild	27 Apr 2011 07:45:55 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/i7z/i7z-0.26.ebuild,v 1.2 2011/02/08 17:55:39 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/i7z/i7z-0.26.ebuild,v 1.3 2011/04/27 07:45:55 jlec Exp $
 
 EAPI="3"
 
@@ -21,7 +21,9 @@
 DEPEND="${RDEPEND}"
 
 src_prepare() {
-	epatch "${FILESDIR}"/${PV}-gentoo.patch
+	epatch \
+		"${FILESDIR}"/${PV}-gentoo.patch \
+		"${FILESDIR}"/${PV}-gcc46.patch
 	tc-export CC
 }
 






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

end of thread, other threads:[~2011-04-27  7:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-27  7:45 [gentoo-commits] gentoo-x86 commit in app-benchmarks/i7z: ChangeLog i7z-0.26.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2011-02-08 17:55 Justin Lecher (jlec)

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