public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-misc/h5utils: h5utils-1.7.2.ebuild h5utils-1.10.ebuild ChangeLog
@ 2008-01-26 13:22 Markus Dittrich (markusle)
  0 siblings, 0 replies; only message in thread
From: Markus Dittrich (markusle) @ 2008-01-26 13:22 UTC (permalink / raw
  To: gentoo-commits

markusle    08/01/26 13:22:09

  Modified:             h5utils-1.7.2.ebuild h5utils-1.10.ebuild ChangeLog
  Log:
  Moved autotools into src_unpack() (fixes bug #207474).
  (Portage version: 2.1.4)

Revision  Changes    Path
1.5                  sci-misc/h5utils/h5utils-1.7.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/h5utils/h5utils-1.7.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/h5utils/h5utils-1.7.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/h5utils/h5utils-1.7.2.ebuild?r1=1.4&r2=1.5

Index: h5utils-1.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-misc/h5utils/h5utils-1.7.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- h5utils-1.7.2.ebuild	7 Oct 2006 17:24:46 -0000	1.4
+++ h5utils-1.7.2.ebuild	26 Jan 2008 13:22:08 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/h5utils/h5utils-1.7.2.ebuild,v 1.4 2006/10/07 17:24:46 pbienst Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/h5utils/h5utils-1.7.2.ebuild,v 1.5 2008/01/26 13:22:08 markusle Exp $
 
 DESCRIPTION="utilities for visualization and conversion of scientific data in the HDF5 format"
 SRC_URI="http://ab-initio.mit.edu/h5utils/${P}.tar.gz"
@@ -21,5 +21,5 @@
 
 src_install() {
 	einstall || die
-	dodoc README COPYING NEWS AUTHORS
+	dodoc README NEWS AUTHORS
 }



1.4                  sci-misc/h5utils/h5utils-1.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/h5utils/h5utils-1.10.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/h5utils/h5utils-1.10.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/h5utils/h5utils-1.10.ebuild?r1=1.3&r2=1.4

Index: h5utils-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-misc/h5utils/h5utils-1.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- h5utils-1.10.ebuild	7 Oct 2006 17:24:46 -0000	1.3
+++ h5utils-1.10.ebuild	26 Jan 2008 13:22:08 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/h5utils/h5utils-1.10.ebuild,v 1.3 2006/10/07 17:24:46 pbienst Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/h5utils/h5utils-1.10.ebuild,v 1.4 2008/01/26 13:22:08 markusle Exp $
 
 inherit eutils autotools
 
@@ -18,16 +18,17 @@
 
 src_unpack() {
 	unpack ${A}
+	cd "${S}"
 	epatch "${FILESDIR}"/${PV}-octave-path.patch
+	eautoconf
 }
 
 src_compile() {
-	eautoconf
 	econf $(use_with octave) --without-h5fromh4 || die
 	emake || die
 }
 
 src_install() {
 	einstall || die
-	dodoc README COPYING NEWS AUTHORS
+	dodoc README NEWS AUTHORS
 }



1.9                  sci-misc/h5utils/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/h5utils/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/h5utils/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/h5utils/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-misc/h5utils/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	7 Oct 2006 17:24:46 -0000	1.8
+++ ChangeLog	26 Jan 2008 13:22:08 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for sci-misc/h5utils
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/h5utils/ChangeLog,v 1.8 2006/10/07 17:24:46 pbienst Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/h5utils/ChangeLog,v 1.9 2008/01/26 13:22:08 markusle Exp $
+
+  26 Jan 2008; Markus Dittrich <markusle@gentoo.org> h5utils-1.7.2.ebuild,
+  h5utils-1.10.ebuild:
+  Moved autotools into src_unpack() (fixes bug #207474).
 
   07 Oct 2006; <pbienst@gentoo.org> h5utils-1.7.2.ebuild:
   Add amd64.



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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-26 13:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-26 13:22 [gentoo-commits] gentoo-x86 commit in sci-misc/h5utils: h5utils-1.7.2.ebuild h5utils-1.10.ebuild ChangeLog Markus Dittrich (markusle)

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