Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 110453 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/dev-lang/perl/perl-5.8.7-r1.ebuild (-10 / +11 lines)
Lines 378-383 Link Here
378
	local prV="${perlroot}/${PV}"
378
	local prV="${perlroot}/${PV}"
379
	# myarch and mythreading are defined inside src_configure()
379
	# myarch and mythreading are defined inside src_configure()
380
	local prVA="${prV}/${myarch}${mythreading}"
380
	local prVA="${prV}/${myarch}${mythreading}"
381
	local dll=$(get_libname) # already contains the initial '.', see bug #110453
381
382
382
	# I made this list from the Mandr*, Debian and ex-Connectiva perl-base list
383
	# I made this list from the Mandr*, Debian and ex-Connectiva perl-base list
383
	# Then, I added several files to get GNU autotools running
384
	# Then, I added several files to get GNU autotools running
384
	${prV}/filetest.pm
385
	${prV}/filetest.pm
385
	${prVA}/attrs.pm
386
	${prVA}/attrs.pm
386
	${prVA}/auto/attrs
387
	${prVA}/auto/attrs
387
	${prVA}/auto/Cwd/Cwd.$(get_libname)
388
	${prVA}/auto/Cwd/Cwd${dll}
388
	${prVA}/auto/Data/Dumper/Dumper.$(get_libname)
389
	${prVA}/auto/Data/Dumper/Dumper${dll}
389
	${prVA}/auto/DynaLoader/dl_findfile.al
390
	${prVA}/auto/DynaLoader/dl_findfile.al
390
	${prVA}/auto/Fcntl/Fcntl.$(get_libname)
391
	${prVA}/auto/Fcntl/Fcntl${dll}
391
	${prVA}/auto/File/Glob/Glob.$(get_libname)
392
	${prVA}/auto/File/Glob/Glob${dll}
392
	${prVA}/auto/IO/IO.$(get_libname)
393
	${prVA}/auto/IO/IO${dll}
393
	${prVA}/auto/POSIX/autosplit.ix
394
	${prVA}/auto/POSIX/autosplit.ix
394
	${prVA}/auto/POSIX/fstat.al
395
	${prVA}/auto/POSIX/fstat.al
395
	${prVA}/auto/POSIX/load_imports.al
396
	${prVA}/auto/POSIX/load_imports.al
396
	${prVA}/auto/POSIX/POSIX.bs
397
	${prVA}/auto/POSIX/POSIX.bs
397
	${prVA}/auto/POSIX/POSIX.$(get_libname)
398
	${prVA}/auto/POSIX/POSIX${dll}
398
	${prVA}/auto/POSIX/stat.al
399
	${prVA}/auto/POSIX/stat.al
399
	${prVA}/auto/POSIX/tmpfile.al
400
	${prVA}/auto/POSIX/tmpfile.al
400
	${prVA}/auto/re/re.$(get_libname)
401
	${prVA}/auto/re/re${dll}
401
	${prVA}/auto/Socket/Socket.$(get_libname)
402
	${prVA}/auto/Socket/Socket${dll}
402
	${prVA}/auto/Storable/autosplit.ix
403
	${prVA}/auto/Storable/autosplit.ix
403
	${prVA}/auto/Storable/_retrieve.al
404
	${prVA}/auto/Storable/_retrieve.al
404
	${prVA}/auto/Storable/retrieve.al
405
	${prVA}/auto/Storable/retrieve.al
405
	${prVA}/auto/Storable/Storable.$(get_libname)
406
	${prVA}/auto/Storable/Storable${dll}
406
	${prVA}/auto/Storable/_store.al
407
	${prVA}/auto/Storable/_store.al
407
	${prVA}/auto/Storable/store.al
408
	${prVA}/auto/Storable/store.al
408
	${prVA}/B/Deparse.pm
409
	${prVA}/B/Deparse.pm
409
	${prVA}/B.pm
410
	${prVA}/B.pm
410
	${prVA}/Config.pm
411
	${prVA}/Config.pm
411
	${prVA}/Config_heavy.pl
412
	${prVA}/Config_heavy.pl
412
	${prVA}/CORE/libperl$(get_libname)
413
	${prVA}/CORE/libperl${dll}
413
	${prVA}/Cwd.pm
414
	${prVA}/Cwd.pm
414
	${prVA}/Data/Dumper.pm
415
	${prVA}/Data/Dumper.pm
415
	${prVA}/DynaLoader.pm
416
	${prVA}/DynaLoader.pm

Return to bug 110453