summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Adapt new boost python scheme, bug #401391Sebastien Fabbro2012-01-301-6/+7
| | | | (Portage version: 2.1.10.41/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
* Adapt new boost python scheme, bug #401391Sebastien Fabbro2012-01-303-5/+92
| | | | (Portage version: 2.1.10.41/cvs/Linux x86_64)
* Add dependency on virtual/fortranJustin Lecher2011-06-211-5/+5
| | | | (Portage version: 2.2.0_alpha41/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
* Add dependency on virtual/fortranJustin Lecher2011-06-212-2/+7
| | | | (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
* Added fortran-2.eclass supportJustin Lecher2011-06-211-2/+12
| | | | (Portage version: 2.2.0_alpha41/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
* Added fortran-2.eclass supportJustin Lecher2011-06-212-5/+8
| | | | (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
* Delete older ebuild.Arfrever Frehtes Taifersar Arahesis2010-11-151-2/+1
| | | | (Portage version: 2.2.0_alpha4_p23/cvs/Linux x86_64, unsigned Manifest commit)
* Delete older ebuild.Arfrever Frehtes Taifersar Arahesis2010-11-152-75/+5
| | | | (Portage version: 2.2.0_alpha4_p23/cvs/Linux x86_64)
* Fix src_test() (bug #316245).Arfrever Frehtes Taifersar Arahesis2010-06-251-12/+2
| | | | | (Portage version: HEAD/cvs/Linux x86_64) (Unsigned Manifest commit)
* Fix src_test() (bug #316245).Arfrever Frehtes Taifersar Arahesis2010-06-252-7/+13
| | | | (Portage version: HEAD/cvs/Linux x86_64)
* Fixes for PYTHON ABIs, #316245Justin Lecher2010-06-251-1/+13
| | | | | (Portage version: 2.2_rc67/cvs/Linux x86_64) (Signed Manifest commit)
* Fixes for PYTHON ABIs, #316245Justin Lecher2010-06-253-1/+124
| | | | (Portage version: 2.2_rc67/cvs/Linux x86_64)
* Delete call to deprecated python_version().Arfrever Frehtes Taifersar Arahesis2010-06-041-12/+2
| | | | | (Portage version: HEAD/cvs/Linux x86_64) (Unsigned Manifest commit)
* Delete call to deprecated python_version().Arfrever Frehtes Taifersar Arahesis2010-06-042-7/+10
| | | | (Portage version: HEAD/cvs/Linux x86_64)
* Now depend on boost[python] and removed the use of fortran eclassSebastien Fabbro2009-11-121-6/+6
| | | | | (Portage version: 2.2_rc48/cvs/Linux x86_64) (Signed Manifest commit)
* Now depend on boost[python] and removed the use of fortran eclassSebastien Fabbro2009-11-122-10/+12
| | | | (Portage version: 2.2_rc48/cvs/Linux x86_64)
* Make it work for python 2.6, thanks Dustin Polke, closing bug #278028Sebastien Fabbro2009-07-261-7/+7
| | | | | (Portage version: 2.2_rc33/cvs/Linux x86_64) (Signed Manifest commit)
* Make it work for python 2.6, thanks Dustin Polke, closing bug #278028Sebastien Fabbro2009-07-263-19/+18
| | | | (Portage version: 2.2_rc33/cvs/Linux x86_64)
* Switch to EAPI 2Sebastien Fabbro2009-03-141-6/+6
| | | | | (Portage version: 2.2_rc25/cvs/Linux x86_64) (Signed Manifest commit)
* Switch to EAPI 2Sebastien Fabbro2009-03-142-19/+12
| | | | (Portage version: 2.2_rc25/cvs/Linux x86_64)
* Propagate LDFLAGS, FFLAGS for newer scons, avoid parsing make.confSebastien Fabbro2008-12-091-5/+6
| | | | | (Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 x86_64) (Signed Manifest commit)
* Propagate LDFLAGS, FFLAGS for newer scons, avoid parsing make.confSebastien Fabbro2008-12-093-5/+57
| | | | (Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 x86_64)
* Removed old revisionSebastien Fabbro2008-12-071-4/+3
| | | | | (Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 x86_64) (Signed Manifest commit)
* Removed old revisionSebastien Fabbro2008-12-071-71/+0
| | | | (Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 x86_64)
* Added link for mandatory fortran library.Sebastien Fabbro2008-07-071-4/+5
| | | | | (Portage version: 2.1.4.4) (Signed Manifest commit)
* Added link for mandatory fortran library.Sebastien Fabbro2008-07-072-1/+83
| | | | (Portage version: 2.1.4.4)
* Fixed a leading ',' in lapack_dirs and forced scons to be at least 0.98.Sebastien Fabbro2008-07-061-5/+5
| | | | | (Portage version: 2.1.4.4) (Signed Manifest commit)
* Fixed a leading ',' in lapack_dirs and forced scons to be at least 0.98.Sebastien Fabbro2008-07-062-4/+8
| | | | (Portage version: 2.1.4.4)
* Fixed a sed syntax errors and cleaned lapack againSebastien Fabbro2008-07-041-5/+5
| | | | | (Portage version: 2.1.4.4) (Signed Manifest commit)
* Fixed a sed syntax errors and cleaned lapack againSebastien Fabbro2008-07-042-5/+13
| | | | (Portage version: 2.1.4.4)
* Added gcc-4.3 patch, make it blas/lapack implementation more independent, ↵Sebastien Fabbro2008-07-021-5/+6
| | | | | | | run tests without X (close bug #229753) and some dep cleaning (Portage version: 2.1.4.4) (Signed Manifest commit)
* Added gcc-4.3 patch, make it blas/lapack implementation more independent, ↵Sebastien Fabbro2008-07-023-18/+46
| | | | | | run tests without X (close bug #229753) and some dep cleaning (Portage version: 2.1.4.4)
* Removed old versionSebastien Fabbro2008-05-051-6/+11
| | | | | (Portage version: 2.1.5_rc6) (Signed Manifest commit)
* Removed old versionSebastien Fabbro2008-05-055-168/+6
| | | | (Portage version: 2.1.5_rc6)
* Remove all old-style digests from the system and regen the Manifest files.Robin H. Johnson2008-01-313-33/+0
|
* Version bump.Peter Bienstman2007-08-211-4/+12
| | | | | (Portage version: 2.1.2.12) (Unsigned Manifest commit)
* Version bump.Peter Bienstman2007-08-213-1/+65
| | | | (Portage version: 2.1.2.12)
* whitespaceMichael Sterrett2007-07-151-4/+4
| | | | | (Portage version: 2.1.2.9) (Unsigned Manifest commit)
* whitespaceMichael Sterrett2007-07-151-2/+1
| | | | (Portage version: 2.1.2.9)
* Fix boost patch.Peter Bienstman2007-03-231-12/+12
| | | | | (Portage version: 2.1.2.2) (Unsigned Manifest commit)
* Fix boost patch.Peter Bienstman2007-03-233-5/+8
| | | | (Portage version: 2.1.2.2)
* Remove unused use flags.Peter Bienstman2007-01-021-19/+9
| | | | | (Portage version: 2.1.1-r2) (Unsigned Manifest commit)
* Remove unused use flags.Peter Bienstman2007-01-022-5/+7
| | | | (Portage version: 2.1.1-r2)
* fix ChangeLog headerSven Wegener2006-07-301-8/+8
| | | | | (Portage version: 2.1.1_pre4) (Signed Manifest commit)
* fix ChangeLog headerSven Wegener2006-07-301-2/+2
| | | | (Portage version: 2.1.1_pre4)
* Update metadata to sci-physics.Luis Medinas2006-07-021-11/+11
| | | | | (Portage version: 2.1.1_pre2-r1) (Signed Manifest commit)
* Update metadata to sci-physics.Luis Medinas2006-07-022-6/+5
| | | | (Portage version: 2.1.1_pre2-r1)
* Manifest recommitLuis Medinas2006-07-021-13/+20
|
* Moved from sci-misc/camfr to sci-physics/camfr.Luis Medinas2006-07-028-0/+235