summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Adding myself as a co-maintainer.Michał Górny2011-09-231-1/+2
|
* Remove git.eclass old clones if git-2 clone succeeds.Michał Górny2011-09-231-11/+27
|
* Try to migrate git.eclass checkouts to the new eclass.Michał Górny2011-09-231-1/+13
| | | | Fixes: https://bugs.gentoo.org/show_bug.cgi?id=383761
* Ensure EGIT_LOCAL_NONBARE doesn't leak in from env.Michał Górny2011-09-231-1/+2
|
* Mark internal functions @INTERNAL.Michał Górny2011-09-231-1/+13
|
* Move pushd/popds within conditional to avoid needless exec.Michał Górny2011-09-231-3/+3
|
* Simplify bare/non-bare logic.Michał Górny2011-09-231-14/+8
|
* Drop redundant EGIT_LOCAL_NONBARE setting.Michał Górny2011-09-231-2/+1
| | | | It is set later in the function anyway.
* Replace redundant $? checks with explicit if..fi.Michał Górny2011-09-231-5/+3
|
* Drop -n & -z test operators -- they're redundant in [[ ]].Michał Górny2011-09-231-24/+22
|
* Remove unnecessary scary trailing-slash check for EGIT_REPO_URI.Michał Górny2011-09-231-2/+2
| | | | If the slash is not there, ${EGIT_REPO_URI%/} will simply do nothing.
* Replace variable 'eval's with ${!foo}.Michał Górny2011-09-231-10/+11
|
* Reuse in_iuse() from eutils.eclass.Michał Górny2011-09-231-3/+3
|
* drop comment that bleeds into man pageMike Frysinger2011-09-231-3/+1
|
* handle multiline ACLOCAL_AMFLAGS #383525 by Mikael MorinMike Frysinger2011-09-232-14/+55
|
* add die and has_version helpersMike Frysinger2011-09-231-1/+10
|
* drop support for gcc-library builds as no one uses/cares about itMike Frysinger2011-09-221-193/+65
|
* Output actual directory in einfo message.Ulrich Müller2011-09-221-2/+2
|
* Introduce in_iuse() for IUSE checks.Michał Górny2011-09-211-1/+18
| | | | | | Such checks are used at least in autotools-utils & kde* eclasses, and are done wrong there. Thus, I've created a little reusable snippet suitable for eutils.
* disable kernel.org mirrors for now #383579Mike Frysinger2011-09-191-1/+3
|
* Fix the example to use explicit $(use_enable debug).Michał Górny2011-09-181-1/+2
|
* add USE=static-libs support #379049 by Agostino SarubboMike Frysinger2011-09-181-2/+4
|
* Fail if myeconfargs is not an array.Michał Górny2011-09-181-1/+4
|
* Deprecate implicit IUSE=debug.Michał Górny2011-09-181-5/+8
|
* Respect overrided RUBY_FAKEGEM_NAMENaohiro Aota2011-09-181-2/+2
|
* Move new version dependencies into the new version check.Naohiro Aota2011-09-181-5/+4
|
* Install gemspecs.Naohiro Aota2011-09-181-2/+10
|
* Add common dependenciesNaohiro Aota2011-09-181-1/+4
|
* Clean up, fix and simplify prefix support.Michał Górny2011-09-171-7/+13
|
* Two new eclasses to help with obs.Michal Hrušecký2011-09-162-0/+138
|
* Explain .la removal reasons in output.Michał Górny2011-09-161-6/+7
|
* Remove static libs covered by .pc files as well.Michał Górny2011-09-161-1/+12
|
* Drop 'empty' .la files as well (those lacking libs & flags).Michał Górny2011-09-161-7/+17
|
* Refactor remove_libtool_files() to simplify conditions.Michał Górny2011-09-161-9/+11
|
* Check command-line args completely in remove_libtool_files().Michał Górny2011-09-161-2/+13
|
* Clean up & simplify la removal code a little.Michał Górny2011-09-161-7/+6
|
* For .la removal, look for static archives rather than USE=static-libs.Michał Górny2011-09-161-13/+14
|
* Strip ${D} from removal message to shorten it.Michał Górny2011-09-161-3/+3
|
* Fix handling whitespace in filenames when looking for .la files.Michał Górny2011-09-161-2/+2
|
* support gcc-4.7+ multilib list with x86_64 targetsMike Frysinger2011-09-131-10/+27
|
* add more BUILD_xxx helpers, and unify the variable lookup logic a bit more ↵Mike Frysinger2011-09-121-5/+37
| | | | in tc-getBUILD_PROG
* Rewrite eqawarn() to reuse PORTAGE_ELOG_CLASSES set by dev profile.Michał Górny2011-09-121-4/+5
|
* Use einfo to make .{la,a} removals more visible.Michał Górny2011-09-121-3/+3
|
* Michał Górny added as co-maintainer, bug #382709Maciej Mrozowski2011-09-121-1/+2
|
* Add xz-utils to DEPEND when == xz, bug #380521 by Alexandre Rostovtsev.Pacho Ramos2011-09-121-1/+7
|
* ewarn -> eqawarn to not stress users with our mistakes.Michał Górny2011-09-121-3/+6
|
* Issue deprecation warning for devs on use.Michał Górny2011-09-121-1/+5
|
* handle newer cxx behavior with gcc-4.7+, and newer libquadmath/fortran with ↵Mike Frysinger2011-09-121-1/+13
| | | | gcc-4.6+
* use += style with confgcc appendingMike Frysinger2011-09-111-63/+63
|
* support x86_64 multilib settings with gcc-4.7+ as they changed the style to ↵Mike Frysinger2011-09-111-10/+14
| | | | append the var rather than set it once