public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/hdf5: ChangeLog hdf5-1.6.6.ebuild hdf5-1.6.5-r1.ebuild hdf5-1.6.5.ebuild
@ 2007-12-05 14:45 Markus Dittrich (markusle)
  0 siblings, 0 replies; only message in thread
From: Markus Dittrich (markusle) @ 2007-12-05 14:45 UTC (permalink / raw
  To: gentoo-commits

markusle    07/12/05 14:45:22

  Modified:             ChangeLog hdf5-1.6.6.ebuild hdf5-1.6.5-r1.ebuild
                        hdf5-1.6.5.ebuild
  Log:
  Removed quotes around myconf since they confuse configure (fixes bug #201205).
  (Portage version: 2.1.4_rc4)

Revision  Changes    Path
1.20                 sci-libs/hdf5/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	3 Dec 2007 07:21:53 -0000	1.19
+++ ChangeLog	5 Dec 2007 14:45:21 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/hdf5
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.19 2007/12/03 07:21:53 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.20 2007/12/05 14:45:21 markusle Exp $
+
+  05 Dec 2007; Markus Dittrich <markusle@gentoo.org> hdf5-1.6.6.ebuild:
+  Removed quotes around myconf since they confuse configure (fixes bug #201205).
 
 *hdf5-1.6.6 (03 Dec 2007)
 



1.2                  sci-libs/hdf5/hdf5-1.6.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/hdf5-1.6.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/hdf5-1.6.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/hdf5-1.6.6.ebuild?r1=1.1&r2=1.2

Index: hdf5-1.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hdf5-1.6.6.ebuild	3 Dec 2007 07:21:53 -0000	1.1
+++ hdf5-1.6.6.ebuild	5 Dec 2007 14:45:21 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.6.ebuild,v 1.1 2007/12/03 07:21:53 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.6.ebuild,v 1.2 2007/12/05 14:45:21 markusle Exp $
 
 inherit eutils flag-o-matic fortran toolchain-funcs
 
@@ -116,7 +116,7 @@
 	    append-ldflags "${LIBS}"
 	fi
 
-	./configure --prefix=/usr "${myconf}" \
+	./configure --prefix=/usr ${myconf} \
 		$(use_enable zlib) \
 		$(use_with ssl) \
 		--enable-linux-lfs  \



1.5                  sci-libs/hdf5/hdf5-1.6.5-r1.ebuild

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

Index: hdf5-1.6.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.5-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hdf5-1.6.5-r1.ebuild	3 Dec 2007 07:21:53 -0000	1.4
+++ hdf5-1.6.5-r1.ebuild	5 Dec 2007 14:45:21 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.5-r1.ebuild,v 1.4 2007/12/03 07:21:53 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.5-r1.ebuild,v 1.5 2007/12/05 14:45:21 markusle Exp $
 
 inherit fortran eutils toolchain-funcs
 
@@ -134,7 +134,7 @@
 src_test() {
 	# make test is not reliable, and the mpi tests have a weird failure
 	export HDF5_Make_Ignore=yes
-	install -g portage -o portage -m 0600 ${FILESDIR}/mpd.conf ${HOME}/.mpd.conf
+	install -g portage -o portage -m 0600 "${FILESDIR}"/mpd.conf ${HOME}/.mpd.conf
 	/usr/bin/mpd --daemon
 	make check || die "make test failed"
 	/usr/bin/mpdallexit
@@ -143,36 +143,36 @@
 
 src_install() {
 	make \
-		prefix=${D}usr \
-		mandir=${D}usr/share/man \
-		docdir=${D}usr/share/doc/${PF} \
-		libdir=${D}usr/$(get_libdir) \
-		infodir=${D}usr/share/info \
+		prefix="${D}"usr \
+		mandir="${D}"usr/share/man \
+		docdir="${D}"usr/share/doc/${PF} \
+		libdir="${D}"usr/$(get_libdir) \
+		infodir="${D}"usr/share/info \
 		install || die "make install failed"
 
-	dolib.so ${S}/test/.libs/lib*so* || die "dolib.so failed"
+	dolib.so "${S}"/test/.libs/lib*so* || die "dolib.so failed"
 
 	if use static ; then
-	    dolib.a ${S}/tools/lib/.libs/libh5tools.a \
-		${S}/test/.libs/libh5test.a || die "dolib.a failed"
+	    dolib.a "${S}"/tools/lib/.libs/libh5tools.a \
+		"${S}"/test/.libs/libh5test.a || die "dolib.a failed"
 	    insinto /usr/$(get_libdir)
-	    doins ${S}/tools/lib/libh5tools.la \
-		 ${S}/test/libh5test.la || die "doins failed"
+	    doins "${S}"/tools/lib/libh5tools.la \
+		 "${S}"/test/libh5test.la || die "doins failed"
 	fi
 
-	dobin ${S}/bin/iostats || die "dobin failed"
+	dobin "${S}"/bin/iostats || die "dobin failed"
 	dodoc README.txt MANIFEST
 	dohtml doc/html/*
 
 	if use mpi ; then
-	    mv ${D}usr/bin/h5pcc ${D}usr/bin/h5cc
+	    mv "${D}"usr/bin/h5pcc "${D}"usr/bin/h5cc
 	fi
 	if use fortran ; then
-	    mv ${D}usr/bin/h5pfc ${D}usr/bin/h5fc
+	    mv "${D}"usr/bin/h5pfc "${D}"usr/bin/h5fc
 	fi
 	# change the SHLIB default for C
 	if ! use static ; then
-	    dosed "s/SHLIB:-no/SHLIB:-yes/g" ${D}usr/bin/h5cc || die "dosed failed"
+	    dosed "s/SHLIB:-no/SHLIB:-yes/g" "${D}"usr/bin/h5cc || die "dosed failed"
 	fi
 }
 



1.5                  sci-libs/hdf5/hdf5-1.6.5.ebuild

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

Index: hdf5-1.6.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hdf5-1.6.5.ebuild	3 Dec 2007 07:21:53 -0000	1.4
+++ hdf5-1.6.5.ebuild	5 Dec 2007 14:45:21 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.5.ebuild,v 1.4 2007/12/03 07:21:53 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.5.ebuild,v 1.5 2007/12/05 14:45:21 markusle Exp $
 
 inherit eutils
 
@@ -58,33 +58,33 @@
 
 src_install() {
 	make \
-		prefix=${D}/usr \
-		mandir=${D}/usr/share/man \
-		docdir=${D}/usr/share/doc/${PF} \
-		libdir=${D}/usr/$(get_libdir)/ \
-		infodir=${D}/usr/share/info \
+		prefix="${D}"/usr \
+		mandir="${D}"/usr/share/man \
+		docdir="${D}"/usr/share/doc/${PF} \
+		libdir="${D}"/usr/$(get_libdir)/ \
+		infodir="${D}"/usr/share/info \
 		install || die "make install failed"
 
-	dolib.so ${S}/test/.libs/lib*so* || die "dolib.so failed"
+	dolib.so "${S}"/test/.libs/lib*so* || die "dolib.so failed"
 
 	if use static ; then
-	    dolib.a ${S}/tools/lib/.libs/libh5tools.a \
-		${S}/test/.libs/libh5test.a || die "dolib.a failed"
+	    dolib.a "${S}"/tools/lib/.libs/libh5tools.a \
+		"${S}"/test/.libs/libh5test.a || die "dolib.a failed"
 	    insinto /usr/$(get_libdir)
-	    doins ${S}/tools/lib/libh5tools.la \
-		${S}/test/libh5test.la || die "doins failed"
+	    doins "${S}"/tools/lib/libh5tools.la \
+		"${S}"/test/libh5test.la || die "doins failed"
 	fi
 
-	dobin ${S}/bin/iostats || die "dobin failed"
+	dobin "${S}"/bin/iostats || die "dobin failed"
 
 	dodoc README.txt MANIFEST
 	dohtml doc/html/*
 
 	if use mpi ; then
-	    mv ${D}usr/bin/h5pcc ${D}usr/bin/h5cc
+	    mv "${D}"usr/bin/h5pcc "${D}"usr/bin/h5cc
 	fi
 	# change the SHLIB default for C
 	if ! use static ; then
-	    dosed "s/SHLIB:-no/SHLIB:-yes/g" ${D}usr/bin/h5cc || die "dosed failed"
+	    dosed "s/SHLIB:-no/SHLIB:-yes/g" "${D}"usr/bin/h5cc || die "dosed failed"
 	fi
 }



-- 
gentoo-commits@gentoo.org mailing list



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

only message in thread, other threads:[~2007-12-05 14:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-05 14:45 [gentoo-commits] gentoo-x86 commit in sci-libs/hdf5: ChangeLog hdf5-1.6.6.ebuild hdf5-1.6.5-r1.ebuild hdf5-1.6.5.ebuild 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