diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:11:51 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:11:51 +0000 |
commit | 480fd12ded8d8db8f8f3673631f33a77a4cc9552 (patch) | |
tree | b38bc50b80207d511372a558b72b440170e84081 /sci-libs/hdf5 | |
parent | Remove virtual/libc (diff) | |
download | historical-480fd12ded8d8db8f8f3673631f33a77a4cc9552.tar.gz historical-480fd12ded8d8db8f8f3673631f33a77a4cc9552.tar.bz2 historical-480fd12ded8d8db8f8f3673631f33a77a4cc9552.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/hdf5')
-rw-r--r-- | sci-libs/hdf5/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/hdf5/hdf5-1.6.6.ebuild | 5 | ||||
-rw-r--r-- | sci-libs/hdf5/hdf5-1.6.7.ebuild | 3 |
3 files changed, 8 insertions, 6 deletions
diff --git a/sci-libs/hdf5/ChangeLog b/sci-libs/hdf5/ChangeLog index fa8fa3e91494..bdc66eedbae3 100644 --- a/sci-libs/hdf5/ChangeLog +++ b/sci-libs/hdf5/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/hdf5 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.38 2009/09/17 22:45:00 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.39 2009/09/23 20:11:51 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> hdf5-1.6.6.ebuild, + hdf5-1.6.7.ebuild: + Remove virtual/libc 17 Sep 2009; SĂ©bastien Fabbro <bicatali@gentoo.org> hdf5-1.8.3-r1.ebuild: Removed the forced PIC configure line which was compiling static libraries diff --git a/sci-libs/hdf5/hdf5-1.6.6.ebuild b/sci-libs/hdf5/hdf5-1.6.6.ebuild index cf86e3725640..756ec552c1a2 100644 --- a/sci-libs/hdf5/hdf5-1.6.6.ebuild +++ b/sci-libs/hdf5/hdf5-1.6.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 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.11 2008/06/22 11:35:43 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.6.ebuild,v 1.12 2009/09/23 20:11:51 patrick Exp $ inherit eutils fixheadtails flag-o-matic fortran toolchain-funcs @@ -19,7 +19,6 @@ DEPEND="mpi? ( >=sys-cluster/mpich2-1.0.6 ssl? ( dev-libs/openssl ) szip? ( sci-libs/szip ) zlib? ( sys-libs/zlib ) - threads? ( virtual/libc ) sys-apps/coreutils sys-apps/which sys-process/time" diff --git a/sci-libs/hdf5/hdf5-1.6.7.ebuild b/sci-libs/hdf5/hdf5-1.6.7.ebuild index a73250a959f1..80cb0cfde369 100644 --- a/sci-libs/hdf5/hdf5-1.6.7.ebuild +++ b/sci-libs/hdf5/hdf5-1.6.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.7.ebuild,v 1.3 2009/02/04 13:46:26 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.7.ebuild,v 1.4 2009/09/23 20:11:51 patrick Exp $ inherit eutils fixheadtails flag-o-matic fortran toolchain-funcs @@ -19,7 +19,6 @@ DEPEND="mpi? ( >=sys-cluster/mpich2-1.0.6 ssl? ( dev-libs/openssl ) szip? ( sci-libs/szip ) zlib? ( sys-libs/zlib ) - threads? ( virtual/libc ) sys-apps/coreutils sys-process/time" |