View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-15 / +8 lines)
Line 3    Link Here 
# $Header: /home/cvsroot/gentoo-x86/dev-libs/hdf/hdf-4.2.0-r1.ebuild,v 1.1 2004/02/11 11:06:16 phosphan Exp $
# $Header: $
Line 19    Link Here 
IUSE=""
IUSE="noszip"
 Lines 21-24    Link Here 
DEPEND="sys-libs/zlib
DEPEND=">=sys-libs/zlib-1.1.4-r2
		media-libs/jpeg
		>=media-libs/jpeg-6b-r3
		dev-libs/szip
		!noszip? ( >=dev-libs/szip-1.1 )
		app-sci/netcdf
		>=app-sci/netcdf-3.5.0-r3
Line 28    Link Here 
	local myconf="--enable-production --with-szlib=/usr"
	local myconf="--enable-production --program-transform-name=s,nc,hdf4-nc,"
	use noszip && myconf="${myconf} --with-szlib=/usr"
 Lines 36-43    Link Here 
	cd ${D}
	if has_version app-sci/netcdf; then
		einfo app-sci/netcdf is already installed - not installing netcdf related files
		rm -v usr/bin/nc*
		rm -v usr/share/man/man1/nc*
		rm -v usr/include/netcdf.inc
		rm -v usr/include/netcdf.h
	fi