aboutsummaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Update dev-db/postgresql-base to dev-db/postgresqlJustin Lecher2015-01-101-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Handle versioning betterJustin Lecher2014-12-021-26/+33
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Add single arch rpm supportJustin Lecher2014-12-021-0/+38
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Import from treeJustin Lecher2014-12-021-0/+514
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Thanks to jlec for reviewing, add missing documentation for EBASE_PROFNAME ↵gienah2014-10-141-1/+13
| | | | in fortran-int64.eclass.
* Add fortran-int64.eclass to provide utility functions for multilib, int64, ↵gienah2014-10-131-0/+288
| | | | static multibuilds. The int64 USE flag is for Fortran 64 bit integer array indices.
* Update min version of eselectJustin Lecher2014-09-151-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Fix dependency on eselectJustin Lecher2014-05-261-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Fix dependency on eselectJustin Lecher2014-05-231-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* alternatives-2.eclass: Use saved exit statusReinis Danne2014-01-221-1/+1
|
* alternatives-2.eclass: Don't source eselect modulesReinis Danne2014-01-211-3/+3
| | | | | | | | | They can't be sourced because DESCRIPTION from the package ebuild is a read-only variable and sourcing eselect modules fails since it tries to set its own description. Fall back instead to manually grepping for ALTERNATIVE and VERSION variables. This depends on their values being simple strings.
* alternatives-2.eclass: Fix check for uninstallingReinis Danne2014-01-211-5/+9
|
* alternatives-2.eclass: Fix einfo message in pkg_postinstReinis Danne2014-01-211-1/+2
|
* alternatives-2.eclass: Use consistent quotingReinis Danne2014-01-211-3/+3
|
* alternatives-2.eclass: Minor comment changesReinis Danne2014-01-211-5/+12
|
* alternatives-2.eclass: Add documentation commentsReinis Danne2014-01-211-4/+46
|
* alternatives-2.eclass: Add EAPI checkReinis Danne2014-01-211-0/+11
|
* alternatives-2.eclass: Fix eclass name in commentsReinis Danne2014-01-211-2/+2
|
* alternatives-2.eclass: Put commonly used path in local variableReinis Danne2014-01-211-7/+9
|
* alternatives-2.eclass: Remove commented-out codeReinis Danne2014-01-211-5/+0
|
* alternatives-2.eclass: Move EXPORT_FUNCTIONS to topReinis Danne2014-01-211-2/+2
|
* alternatives-2.eclass: Remove unused variablesReinis Danne2014-01-211-2/+2
|
* alternatives-2.eclass: Update copyrightReinis Danne2014-01-211-2/+2
|
* fixed a bit removing alternative module with newer eselectSébastien Fabbro2014-01-211-7/+12
|
* Bump eselect verion in depsJustin Lecher2014-01-041-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* in main treeSébastien Fabbro2013-10-291-497/+0
|
* bump eselect dependencySébastien Fabbro2013-10-291-1/+1
|
* Add INTEL_SINGLE_ARCHJustin Lecher2013-07-241-4/+13
| | | | | | Set this if only the multilib is provided by upstream Signed-off-by: Justin Lecher <jlec@gentoo.org>
* fix the arch logicJustin Lecher2013-07-241-6/+6
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sent for reviewJustin Lecher2013-07-221-21/+30
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* import from tree to fix the full path problemJustin Lecher2013-07-191-0/+479
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* mpi.eclass: add sys-cluster/mpichJustin Bronder2013-07-081-2/+2
| | | | upstream renamed mpich2 to mpich.
* Revert "workaround OpenMPI build issue #462602"Justin Bronder2013-07-011-9/+0
| | | | This reverts commit 3114d456f07f612f87dfd403ab120819e913fcce.
* workaround OpenMPI build issue #462602Justin Bronder2013-07-011-0/+9
| | | | export FAKEROOTKEY=1 to stop OpenMPI from replacing malloc.
* Fix probable trailing / in EROOTDenis Dupeyron2013-02-141-9/+9
|
* Prepare alternatives-2.eclass for the main treeDenis Dupeyron2013-02-141-2/+5
| | | | | | | Following discussion with the original authors, cleanup header and copyrights to prepare alternatives-2.eclass to be moved to the main tree. Watch out as repoman will likely complain about the top copyright being 2010-2013 instead of the usual 1999-2013. Make sure this 2010 start date stays in place in the future.
* Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/sciJustin Lecher2013-01-241-1/+1
|\ | | | | | | | | | | | | | | | | | | * 'master' of git+ssh://git.overlays.gentoo.org/proj/sci: sci-libs/acml: Version bump, now fetch restricted. app-admin/eselect: Cleaned old alternatives-2: update eselect min version sci-libs/armadillo: Version bump sci-chemistry/nmrpipe: Upstream changed tarballs sci-mathematics/giac: it's supposed to be frozen...
| * alternatives-2: update eselect min versionSébastien Fabbro2013-01-241-1/+1
| |
* | Already in the treeJustin Lecher2013-01-231-431/+0
|/ | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* moved to treeJustin Lecher2013-01-151-132/+0
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* mpi.eclass: fix whitespaceJustin Bronder2013-01-111-6/+6
|
* Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/sciJustin Lecher2012-12-121-0/+114
|\ | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of git+ssh://git.overlays.gentoo.org/proj/sci: * numeric: Include suggestions from g-dev review Renamed eclass Signed-off-by: Justin Lecher <jlec@gentoo.org> sci-libs/mmdb: Test version for new eclass Keep order in pc file full featured Work in progress First scratch of new pkgconfig.eclass
| * Include suggestions from g-dev reviewJustin Lecher2012-12-121-131/+70
| | | | | | | | | | | | | | Mainly move everything into the pc file creation function and don't use global scope variables. Fix description and blurb Signed-off-by: Justin Lecher <jlec@gentoo.org>
| * Renamed eclassJustin Lecher2012-12-121-1/+1
| | | | | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
| * Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/sci into ↵Justin Lecher2012-11-292-0/+565
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pkg-config # By Justin Lecher (68) and others # Via Justin Lecher (10) and others * 'master' of git+ssh://git.overlays.gentoo.org/proj/sci: (94 commits) sci-libs/tmglib: Initial import removed mac files from jlec sci-astronomy/starlink-bin: Version bump sci-libs/plasma: Version bump. Introduce testing sci-libs/lapacke-reference: added tmg for testing, cleaning up ebuild sci-libs/lapack-reference: removed tmg flag, now separate ebuild sci-libs/lapack-reference: tmg flag description sci-libs/lapack-reference: Added tmg use flag, fix a failing post command test Implemented comments from g-dev review Be bin package friendly Fix typo in Copyright year Implemented comments from g-dev review Only handle documentation if present intel-sdp.eclass: fix install on x86 + qa dev-python/pytools: fix test related stuff and license Drop USE=doc and add static-libs support Speed up unpacking #431614 Drop additional blank lines. Drop old testing functions Resort general functions and variables at the beginning ... # By Justin Lecher (68) and others # Via Justin Lecher (10) and others * master: (94 commits) sci-libs/tmglib: Initial import removed mac files from jlec sci-astronomy/starlink-bin: Version bump sci-libs/plasma: Version bump. Introduce testing sci-libs/lapacke-reference: added tmg for testing, cleaning up ebuild sci-libs/lapack-reference: removed tmg flag, now separate ebuild sci-libs/lapack-reference: tmg flag description sci-libs/lapack-reference: Added tmg use flag, fix a failing post command test Implemented comments from g-dev review Be bin package friendly Fix typo in Copyright year Implemented comments from g-dev review Only handle documentation if present intel-sdp.eclass: fix install on x86 + qa dev-python/pytools: fix test related stuff and license Drop USE=doc and add static-libs support Speed up unpacking #431614 Drop additional blank lines. Drop old testing functions Resort general functions and variables at the beginning ...
| * | Keep order in pc fileJustin Lecher2012-11-281-1/+1
| | | | | | | | | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
| * | full featuredJustin Lecher2012-11-281-61/+100
| | | | | | | | | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
| * | Work in progressJustin Lecher2012-11-281-10/+104
| | | | | | | | | | | | * All variables added.
| * | First scratch of new pkgconfig.eclassJustin Lecher2012-11-251-0/+42
| | |
* | | fix typo in intel-sdp_pkg_pretendChristoph Junghans2012-11-291-3/+4
| | |