Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change install location of desktop files #26578 | Mike Frysinger | 2004-02-24 | 1 | -3/+8 |
| | |||||
* | make warning messages even more pronounce | Mike Frysinger | 2004-02-23 | 1 | -8/+13 |
| | |||||
* | Make arch() more robust. Basically copied from use() in ebuild.sh. | Donnie Berkholz | 2004-02-23 | 1 | -2/+30 |
| | |||||
* | einfo for patch_exclude() should be in the ebuild. | Donnie Berkholz | 2004-02-21 | 1 | -3/+1 |
| | |||||
* | Quotes messing up wildcards with multiple matches. | Donnie Berkholz | 2004-02-21 | 1 | -2/+2 |
| | |||||
* | patch_exclude() was a little too general. | Donnie Berkholz | 2004-02-21 | 1 | -2/+2 |
| | |||||
* | Add patch_exclude() for easy, verbose, pattern-matching patch exclusion. | Donnie Berkholz | 2004-02-21 | 1 | -1/+21 |
| | |||||
* | Add arch() helper function to save space when checking ARCH. | Donnie Berkholz | 2004-02-21 | 1 | -1/+5 |
| | |||||
* | Removed eutils and flag-o-matic from inherit list since epatch and | Mamoru Komachi | 2004-02-21 | 1 | -4/+5 |
| | | | | | filter-flags are now part of portage. Also moved filter-flags to src_compile() to stop "has_version() in global scope" warning. | ||||
* | fix awkward english | Mike Frysinger | 2004-02-21 | 1 | -2/+2 |
| | |||||
* | add replace-cpu-flags to help tone down march/mcpu flags | Mike Frysinger | 2004-02-21 | 1 | -5/+19 |
| | | | | make sure filter-flags/replace-flags catch multiple copies of a flag (for example, if user has -msse -msse -msse and we try to `filter-flags -msse`, we would catch only the first one before) | ||||
* | move ALLOWED_FLAGS/UNSTABLE_FLAGS out of global scope since only one or two ↵ | Mike Frysinger | 2004-02-21 | 1 | -51/+72 |
| | | | | | | | | | | functions use them change filter-mfpmath to use other flag-o-matic functions instead of its own code change instances of $@ to "$@" to provide better quoting update replace-flags to only work on flag atoms add more comments for people to understand the code remove trailing space in etexec-flags/fstack-flags | ||||
* | autoconf in DEPEND | Mike Frysinger | 2004-02-21 | 1 | -2/+3 |
| | |||||
* | Changed $* to "$@" to avoid parameter expansion. | Mamoru Komachi | 2004-02-20 | 1 | -2/+2 |
| | |||||
* | fix to ensure digest integrity. repoman MUST be used with FEATURES='cvs' | John Mylchreest | 2004-02-18 | 1 | -8/+13 |
| | |||||
* | small fix in case /usr/src/linux/Makefile doesnt exist | John Mylchreest | 2004-02-18 | 1 | -1/+5 |
| | |||||
* | marked ~mips until deps are stable | Michael Sterrett | 2004-02-17 | 1 | -2/+2 |
| | |||||
* | mips and ia64 need deps first | Michael Sterrett | 2004-02-17 | 1 | -2/+2 |
| | |||||
* | arm isn't ready yet. | Michael Sterrett | 2004-02-17 | 3 | -6/+6 |
| | |||||
* | arm needs deps first | Michael Sterrett | 2004-02-17 | 1 | -2/+2 |
| | |||||
* | update to cause unipatch to fatal error if file doesnt exist (or is not ↵ | John Mylchreest | 2004-02-16 | 1 | -7/+20 |
| | | | | readable) | ||||
* | add VIM_RUNTIME_SNAP support | Aron Griffis | 2004-02-16 | 1 | -1/+11 |
| | |||||
* | adding support for ARCH_URI and ARCH_PATCH | John Mylchreest | 2004-02-16 | 1 | -1/+17 |
| | |||||
* | docs fix | John Mylchreest | 2004-02-15 | 1 | -5/+10 |
| | |||||
* | *** empty log message *** | Matthew Kennedy | 2004-02-12 | 2 | -13/+55 |
| | |||||
* | fix for CD_ROOT when using multiple cds | Mike Frysinger | 2004-02-12 | 1 | -1/+6 |
| | |||||
* | Add max_cmd_len patch | Martin Schlemmer | 2004-02-11 | 2 | -2/+43 |
| | |||||
* | attempt to fix jpeg linking bug in PHP - bug #41220, bug #27525. | Robin H. Johnson | 2004-02-11 | 1 | -2/+2 |
| | |||||
* | bug #28263, move to virtual/snmp finally. | Robin H. Johnson | 2004-02-11 | 1 | -2/+2 |
| | |||||
* | ppc64 | Brad House | 2004-02-09 | 1 | -2/+2 |
| | |||||
* | added addwrite "${ESVN_STORE_DIR}" and many die. | Akinori Hattori | 2004-02-08 | 1 | -9/+12 |
| | |||||
* | Aesthetic fix to not change into the PCMCIA_SOURCE_DIR if it's not there. | Peter Johanson | 2004-02-07 | 1 | -2/+4 |
| | |||||
* | Initial commit of pcmcia.eclass to uniformly handle drivers that might ↵ | Peter Johanson | 2004-02-07 | 1 | -0/+123 |
| | | | | compile against the pcmcia-cs sources. | ||||
* | -fPIC should be all set now | Mike Frysinger | 2004-02-07 | 1 | -4/+1 |
| | |||||
* | fix bug #40439 | Robin H. Johnson | 2004-02-05 | 1 | -2/+2 |
| | |||||
* | fix bug #40409, RDEPEND not carried thru properly! | Robin H. Johnson | 2004-02-05 | 1 | -2/+2 |
| | |||||
* | minor updates | John Mylchreest | 2004-02-04 | 1 | -4/+3 |
| | |||||
* | minor fixes during patch process, and adding an output file for the patching | John Mylchreest | 2004-02-04 | 1 | -45/+46 |
| | |||||
* | get the directory right for 3.2 | Caleb Tennis | 2004-02-03 | 1 | -4/+2 |
| | |||||
* | change back DEPEND sytle | Mike Frysinger | 2004-02-03 | 2 | -7/+7 |
| | |||||
* | BSD license | Mike Frysinger | 2004-02-01 | 1 | -2/+2 |
| | |||||
* | fix pkg-config output | Alastair Tse | 2004-02-01 | 1 | -2/+2 |
| | |||||
* | this should solve bug #39373 as it appears to be a problem with findutils ↵ | John Mylchreest | 2004-01-31 | 1 | -1/+6 |
| | | | | (most likely posix_version effects) in stable | ||||
* | Fixed mal-conditional statement of RUBY variable | Mamoru Komachi | 2004-01-30 | 1 | -2/+2 |
| | |||||
* | Add quotes in is_kernel() to prevent too many arguments error, reported by ↵ | Donnie Berkholz | 2004-01-29 | 1 | -2/+2 |
| | | | | Chainsaw on FreeNode. | ||||
* | remove xpatch | Mike Frysinger | 2004-01-29 | 1 | -140/+1 |
| | |||||
* | change error message on configure failed | Robin H. Johnson | 2004-01-28 | 1 | -2/+2 |
| | |||||
* | refactored. includes part of the clc | Matthew Kennedy | 2004-01-28 | 1 | -1/+120 |
| | |||||
* | horde eclass BABY | Mike Frysinger | 2004-01-27 | 1 | -0/+54 |
| | |||||
* | update copyright years | Mike Frysinger | 2004-01-26 | 3 | -6/+6 |
| |