* [gentoo-commits] gentoo-x86 commit in sci-libs/hdf5: ChangeLog hdf5-1.8.7.ebuild hdf5-1.8.6.ebuild
@ 2011-10-23 11:40 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2011-10-23 11:40 UTC (permalink / raw
To: gentoo-commits
scarabeus 11/10/23 11:40:12
Modified: ChangeLog hdf5-1.8.7.ebuild
Removed: hdf5-1.8.6.ebuild
Log:
Add static-libs switch, punt overshadowed version.
(Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
Revision Changes Path
1.75 sci-libs/hdf5/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/ChangeLog?r1=1.74&r2=1.75
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog 13 Jul 2011 15:49:01 -0000 1.74
+++ ChangeLog 23 Oct 2011 11:40:12 -0000 1.75
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/hdf5
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.74 2011/07/13 15:49:01 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.75 2011/10/23 11:40:12 scarabeus Exp $
+
+ 23 Oct 2011; Tomáš Chvátal <scarabeus@gentoo.org> -hdf5-1.8.6.ebuild,
+ hdf5-1.8.7.ebuild:
+ Add static-libs switch, punt overshadowed version.
13 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> hdf5-1.8.7.ebuild:
Add ~amd64-linux ~x86-linux
1.10 sci-libs/hdf5/hdf5-1.8.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/hdf5-1.8.7.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/hdf5-1.8.7.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/hdf5-1.8.7.ebuild?r1=1.9&r2=1.10
Index: hdf5-1.8.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.7.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- hdf5-1.8.7.ebuild 13 Jul 2011 15:49:01 -0000 1.9
+++ hdf5-1.8.7.ebuild 23 Oct 2011 11:40:12 -0000 1.10
@@ -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/sci-libs/hdf5/hdf5-1.8.7.ebuild,v 1.9 2011/07/13 15:49:01 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.7.ebuild,v 1.10 2011/10/23 11:40:12 scarabeus Exp $
EAPI=4
@@ -13,7 +13,7 @@
LICENSE="NCSA-HDF"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="cxx debug examples fortran mpi szip threads zlib"
+IUSE="cxx debug examples fortran mpi static-libs szip threads zlib"
RDEPEND="
fortran? ( virtual/fortran )
@@ -90,6 +90,7 @@
--enable-deprecated-symbols \
--enable-shared \
--disable-silent-rules \
+ $(use_enable static-libs static) \
$(use_enable debug debug all) \
$(use_enable fortran) \
$(use_enable mpi parallel) \
@@ -101,6 +102,8 @@
src_install() {
default
+ use static-libs || find "${ED}" -name '*.la' -exec rm -f {} +
+
if use examples; then
emake DESTDIR="${D}" install-examples
fi
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-10-23 11:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-23 11:40 [gentoo-commits] gentoo-x86 commit in sci-libs/hdf5: ChangeLog hdf5-1.8.7.ebuild hdf5-1.8.6.ebuild Tomas Chvatal (scarabeus)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox