aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Enable EAPI=7Justin Lecher2018-10-281-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* app-admin/eselect: Fix alternatives patchFrançois Bissey2018-06-211-1/+1
| | | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 Signed-off-by: Christoph Junghans <ottxor@gentoo.org> Closes: https://github.com/gentoo/sci/pull/871
* app-admin/eselect: Version BumpJustin Lecher2018-06-091-1/+1
| | | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org> Package-Manager: Portage-2.3.40, Repoman-2.3.9 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Bump dep versionJustin Lecher2018-04-021-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* eclass: Bump to latest eselectJustin Lecher2017-12-251-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Update dep to latest eselectJustin Lecher2017-04-301-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Drop CVS leftoversJustin Lecher2017-02-251-2/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Bump to latest eselectJustin Lecher2016-12-101-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* app-admin/eselect: Bump to latest eselectJustin Lecher2016-10-301-1/+1
| | | | | Package-Manager: portage-2.3.2 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Raise min req for eselectJustin Lecher2016-07-311-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* alternatives-2.eclass: Enable EAPI=6Justin Lecher2016-02-101-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Raise eselect version requirementJustin Lecher2015-12-141-1/+1
| | | | | | | Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=563292 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=568038 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* eclass/alternatives-2.eclass: support Prefix.Benda Xu2015-12-041-4/+4
| | | | | | Use ALTERNATIVESDIR_ROOT for ${D}. app-admin/eselect-* has been renamed to app-select/eselect-*.
* alternatives-2.eclass: drop debuggingJustin Lecher2015-12-031-2/+0
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* alternatives-2.eclass: Fix docs string for man pagesJustin Lecher2015-11-291-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* alternatives-2.eclass: Bump eselect dep versionJustin Lecher2015-11-291-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Large fix of numeric codeJustin Lecher2015-11-281-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | fortran-int64.eclass code has been splitted into numeric-int64-multibuild.eclass, fortran-2.eclass and numeric.eclass. Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=563292 https://bugs.gentoo.org/show_bug.cgi?id=551764 https://bugs.gentoo.org/show_bug.cgi?id=555302 Github: resolves gentoo-science/sci#438 resolves gentoo-science/sci#443 resolves gentoo-science/sci#447 resolves gentoo-science/sci#450 resolves gentoo-science/sci#467 resolves gentoo-science/sci#492 resolves gentoo-science/sci#507 resolves gentoo-science/sci#508 resolves gentoo-science/sci#522 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Convert all $Header$ to $Id$ tags as it has be done in gentoo.gitJustin Lecher2015-08-171-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Update to latest alternative progressJustin Lecher2015-06-061-117/+19
| | | | Package-Manager: portage-2.2.20
* Fix styleJustin Lecher2015-05-241-16/+30
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* bumped eselect dependencyJustin Lecher2015-01-261-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* 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>
* bump eselect dependencySébastien Fabbro2013-10-291-1/+1
|
* 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.
* alternatives-2: update eselect min versionSébastien Fabbro2013-01-241-1/+1
|
* Revert "Update Copyright"Justin Lecher2012-11-021-2/+1
| | | | This reverts commit 0f44bb3ff6d136307646fe75b55fff1d6d6cee0b.
* Fix DEP on eselectJustin Lecher2012-11-021-1/+1
|
* Update CopyrightJustin Lecher2012-11-021-1/+2
|
* updated min eselect versionSebastien Fabbro2012-07-271-1/+1
|
* updated eselect dependencySébastien Fabbro2012-01-311-1/+1
|
* added xblasSébastien Fabbro2011-08-221-1/+1
|