Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add new ebuild kbstateapplet (from kdeaccessibility) to derivation map | Dan Armak | 2005-01-17 | 1 | -1/+2 |
| | |||||
* | Add support for prep_ml_includes to take multiple dirs. | Jeremy Huddleston | 2005-01-17 | 1 | -6/+9 |
| | |||||
* | Committing the one I meant to commit last time (was missing a line). | Jeremy Huddleston | 2005-01-17 | 1 | -1/+7 |
| | |||||
* | Use ${T} to store multilib-includes rather than include.${ABI}. | Jeremy Huddleston | 2005-01-17 | 1 | -19/+18 |
| | |||||
* | fix for bz2 url | Brad Teaford Cowan | 2005-01-17 | 1 | -5/+9 |
| | |||||
* | unset libdir srcdir objdir since they may contain settings for previous modules. | John Mylchreest | 2005-01-16 | 1 | -1/+4 |
| | |||||
* | few minor fixes. added support for econf if needed | John Mylchreest | 2005-01-16 | 1 | -15/+23 |
| | |||||
* | add new arch into detect_arch. 'sh' | John Mylchreest | 2005-01-16 | 1 | -4/+4 |
| | |||||
* | Added get_ml_incdir | Jeremy Huddleston | 2005-01-16 | 1 | -1/+30 |
| | |||||
* | touchup the gcc-config logic so that it is run properly with a cross-compiler | Mike Frysinger | 2005-01-16 | 1 | -28/+32 |
| | |||||
* | Changing ARCH unset in src-compile | John Mylchreest | 2005-01-16 | 1 | -3/+6 |
| | |||||
* | touchup bash and make sure to fix syntax errors #78184 | Mike Frysinger | 2005-01-16 | 1 | -6/+6 |
| | |||||
* | touchup copyright/whitespace | Mike Frysinger | 2005-01-16 | 1 | -3/+3 |
| | |||||
* | Fixed bad ninja. | Jeremy Huddleston | 2005-01-16 | 2 | -7/+5 |
| | |||||
* | workaround broken tc-arch. | Jeremy Huddleston | 2005-01-16 | 1 | -3/+3 |
| | |||||
* | typo fix. | Jeremy Huddleston | 2005-01-16 | 1 | -2/+4 |
| | |||||
* | Add an error and die if they try to get a multilib gcc on amd64 with a bad ↵ | Jeremy Huddleston | 2005-01-16 | 1 | -12/+19 |
| | | | | sandbox. | ||||
* | Update to be less specific with @OPTION:module | John Mylchreest | 2005-01-15 | 2 | -13/+25 |
| | |||||
* | Added support for CONFIG_CHECK=@OPTION:module which removes modules from ↵ | John Mylchreest | 2005-01-15 | 2 | -4/+26 |
| | | | | MODULE_NAMES if the support is already in the kernel | ||||
* | adding support for objdir to MODULE_NAMES | John Mylchreest | 2005-01-15 | 1 | -33/+69 |
| | |||||
* | replace my loop with a simple blocking dep on all ebuilds of our slot; ↵ | Dan Armak | 2005-01-15 | 1 | -49/+10 |
| | | | | remove commented-out prepackaged makfiles leftover code | ||||
* | add blocking deps for monolithic ebuilds -> derived split ebuilds | Dan Armak | 2005-01-15 | 1 | -1/+6 |
| | |||||
* | ...and then I found out about $CATEGORY. i knew something like that should ↵ | Dan Armak | 2005-01-15 | 2 | -16/+4 |
| | | | | have existed :-) | ||||
* | Better LSB location for the multilib includes. | Jeremy Huddleston | 2005-01-15 | 1 | -2/+4 |
| | |||||
* | Initial commit. | Aaron Walker | 2005-01-15 | 1 | -0/+174 |
| | |||||
* | remove code for handling versions which are no longer in the tree. add in a ↵ | Ciaran McCreesh | 2005-01-15 | 1 | -56/+49 |
| | | | | check that we're trying to build a version of vim which this eclass can actually handle, in case anyone has a silly overlay/package.mask setup. | ||||
* | typo | Dan Armak | 2005-01-15 | 1 | -2/+2 |
| | |||||
* | tc-arch: default to $CTARGET and then fall back to $CHOST ... also fix ↵ | Mike Frysinger | 2005-01-15 | 1 | -8/+8 |
| | | | | gcc-3.3.x make targets | ||||
* | tc-arch: default to $CTARGET and then fall back to $CHOST | Mike Frysinger | 2005-01-15 | 2 | -5/+13 |
| | |||||
* | clean up bash and $ARCH usage | Mike Frysinger | 2005-01-15 | 1 | -256/+219 |
| | |||||
* | touch die messages and debug output | Mike Frysinger | 2005-01-15 | 1 | -8/+9 |
| | |||||
* | add m68k to our list | Mike Frysinger | 2005-01-15 | 1 | -2/+3 |
| | |||||
* | add a blocking dep to split packages on all relevant versions of the parent ↵ | Dan Armak | 2005-01-14 | 1 | -3/+8 |
| | | | | monolithic package | ||||
* | add two functions: | Dan Armak | 2005-01-14 | 1 | -1/+29 |
| | | | | | deprange-dual wraps deprange so that when adding a dep on a split package, the split package's parent monolithic package is accepted as an or-dep (though the split alternative comes first). get-current-package returns the full name, with category, of the current ebuild. maybe there's a standard way to do this but i've not found it. | ||||
* | completely rewrote deprange. this organizes the code better and fixes smoe ↵ | Dan Armak | 2005-01-14 | 1 | -136/+172 |
| | | | | bugs. in particular, when called with identical min and max versions, the old deprange produced bad output. | ||||
* | add KDE_DERIVATION_MAP and functions that map between split ebuilds and the ↵ | Dan Armak | 2005-01-14 | 1 | -1/+377 |
| | | | | monolithic packages they're derived from. not called from anywhere yet, so this commit is harmless. | ||||
* | split deprange() into two functions: deprange() is a wrapper around ↵ | Dan Armak | 2005-01-14 | 1 | -4/+8 |
| | | | | deprange-list(), and the latter returns the package list without the || ( ... ) markers, which i'm going to use elsewhere | ||||
* | adding symlink use flag support | John Mylchreest | 2005-01-14 | 1 | -2/+5 |
| | |||||
* | Adding support for vserver | John Mylchreest | 2005-01-14 | 1 | -1/+2 |
| | |||||
* | merge latest and last version from metaebuilds repo at berlios, 3.4pre ↵ | Dan Armak | 2005-01-14 | 1 | -37/+73 |
| | | | | branch. development now moves here. | ||||
* | Fix description to remove gstreamer reference. See bug #77775 | Peter Johanson | 2005-01-14 | 1 | -2/+2 |
| | |||||
* | removing detect_version from default funcs. | John Mylchreest | 2005-01-14 | 1 | -9/+1 |
| | |||||
* | remove some dodgy scripts, bug #77841 | Ciaran McCreesh | 2005-01-13 | 1 | -1/+5 |
| | |||||
* | vim7 update goodness | Ciaran McCreesh | 2005-01-13 | 1 | -33/+67 |
| | |||||
* | remove retarded DEPEND ... it totally destroys bootstraps | Mike Frysinger | 2005-01-13 | 1 | -3/+1 |
| | |||||
* | changes revoked, for the moment. | Jan Brinkmann | 2005-01-13 | 2 | -4/+4 |
| | |||||
* | migrated from amd64? to emul-linux-x86? dependency. | Jan Brinkmann | 2005-01-13 | 2 | -6/+6 |
| | |||||
* | Touchups for kde-3.4.0_beta1. | Gregorio Guidi | 2005-01-13 | 2 | -11/+9 |
| | |||||
* | remoev debugging from stardict | Alastair Tse | 2005-01-13 | 1 | -2/+2 |
| | |||||
* | see comment #14 of bug #24373 | Christian Parpart | 2005-01-13 | 1 | -7/+10 |
| |