Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | new finalised toolchain.eclass. i dont expect (rather, i hope not) to make ↵ | Travis Tilley | 2004-09-12 | 1 | -174/+354 | |
| | | | | many changes to the gcc chunks after this. | |||||
* | get_multilibdir() | Travis Tilley | 2004-09-12 | 1 | -1/+7 | |
| | ||||||
* | GAMES_BINDIR, not GAMES_PREFIX for default path | Michael Sterrett | 2004-09-12 | 1 | -13/+11 | |
| | ||||||
* | fix quoting and use character classes for tr invocations, otherwise you get ↵ | Aron Griffis | 2004-09-11 | 1 | -3/+3 | |
| | | | | breakage if you have files in your cwd such as "q", "t", etc | |||||
* | Fixes bug 63637. | Olivier Fisette | 2004-09-11 | 1 | -3/+9 | |
| | ||||||
* | 6.3-r1 things (gnome2 GUI, desktop files) | Ciaran McCreesh | 2004-09-10 | 1 | -11/+53 | |
| | ||||||
* | add experimental version_is_at_least | Ciaran McCreesh | 2004-09-10 | 1 | -1/+100 | |
| | ||||||
* | new eclassy goodness | Ciaran McCreesh | 2004-09-10 | 1 | -0/+178 | |
| | ||||||
* | nls | Daniel Ahlberg | 2004-09-10 | 1 | -1/+12 | |
| | ||||||
* | Additional fixes | Daniel Ahlberg | 2004-09-10 | 1 | -1/+6 | |
| | | | | ---------------------------------------------------------------------- | |||||
* | Initial import of myth.eclass | Daniel Ahlberg | 2004-09-10 | 1 | -0/+36 | |
| | ||||||
* | added support for the new ssp patch | Travis Tilley | 2004-09-10 | 1 | -21/+41 | |
| | ||||||
* | replaced exit with die. die when so file can't be found | Thomas Matthijs | 2004-09-10 | 1 | -8/+5 | |
| | ||||||
* | damnit pkg_setup | Travis Tilley | 2004-09-09 | 1 | -13/+16 | |
| | ||||||
* | added VIM_PLUGIN_HELPURI | Ciaran McCreesh | 2004-09-09 | 1 | -2/+8 | |
| | ||||||
* | fix version patch function and tweak multilib script creator. i should ↵ | Travis Tilley | 2004-09-09 | 1 | -12/+26 | |
| | | | | probably remove the gcc32 and g++32 symlinks at some point and let gcc-config take care of it, but for the moment i just want something to test with. | |||||
* | java-pkg_do_write_: properly detect when variables are empty | Thomas Matthijs | 2004-09-09 | 1 | -3/+3 | |
| | ||||||
* | Die when the jar can't be found | Thomas Matthijs | 2004-09-09 | 1 | -2/+2 | |
| | ||||||
* | fix usermod usage; add comment for wrapper creation function; tidy | Michael Sterrett | 2004-09-09 | 1 | -7/+10 | |
| | ||||||
* | make the eclass cvs aware in preparation for vim7y things | Ciaran McCreesh | 2004-09-09 | 1 | -35/+74 | |
| | ||||||
* | I said, -' | Michael Sterrett | 2004-09-09 | 1 | -2/+2 | |
| | ||||||
* | make sure the dedicated user has a login shell #61680 | Mike Frysinger | 2004-09-09 | 1 | -4/+9 | |
| | ||||||
* | get rid of IUSE and more quotes ! | Mike Frysinger | 2004-09-09 | 1 | -10/+11 | |
| | ||||||
* | use debug support (not for vim-core), whitespace tidyup | Ciaran McCreesh | 2004-09-08 | 1 | -2/+13 | |
| | ||||||
* | force enable multilib only on archs known to support it, just to be safe | Travis Tilley | 2004-09-08 | 1 | -2/+4 | |
| | ||||||
* | change multilib behavior: instead of using 'use multilib' to enable ↵ | Travis Tilley | 2004-09-08 | 1 | -9/+9 | |
| | | | | multilib, 'use nomultilib' to disable it. | |||||
* | Forgot to remove perl-tk. | Mamoru Komachi | 2004-09-08 | 1 | -3/+2 | |
| | ||||||
* | Applied a patch from Johannes Bruegmann <johannes@jottbee.org>, see bug #59256. | Mamoru Komachi | 2004-09-08 | 1 | -1/+2 | |
| | ||||||
* | Added tcltk USE flag and force <dev-perl/perl-tk-804.027. See bug #59256. | Mamoru Komachi | 2004-09-08 | 1 | -2/+3 | |
| | ||||||
* | fix confusing message about updating gcc to use SSP from glibc since we also ↵ | Travis Tilley | 2004-09-07 | 1 | -3/+3 | |
| | | | | support uclibc | |||||
* | ppc related change | Luca Barbato | 2004-09-07 | 1 | -2/+2 | |
| | ||||||
* | more quoting #63075 | Mike Frysinger | 2004-09-07 | 1 | -4/+4 | |
| | ||||||
* | export src_unpack and pkg_setup | Travis Tilley | 2004-09-06 | 1 | -7/+29 | |
| | ||||||
* | Switch to use epause and ebeep, bug #62950 | Ciaran McCreesh | 2004-09-06 | 1 | -2/+2 | |
| | ||||||
* | typo fix | Travis Tilley | 2004-09-06 | 1 | -2/+2 | |
| | ||||||
* | switch to epause and ebeep | Chris PeBenito | 2004-09-06 | 1 | -10/+4 | |
| | ||||||
* | implement epause, ebeep. bug #62950 | Ciaran McCreesh | 2004-09-05 | 1 | -1/+28 | |
| | ||||||
* | cleanup slightly with for cpdf/mcve USE flag dependancies. | Robin H. Johnson | 2004-09-05 | 4 | -9/+13 | |
| | ||||||
* | add support for versionzing libs from specific directories | Travis Tilley | 2004-09-05 | 1 | -5/+15 | |
| | ||||||
* | misc fixes required to convert sys-libs/libstdc++-v3 over to using the ↵ | Travis Tilley | 2004-09-05 | 1 | -20/+71 | |
| | | | | toolchain eclass | |||||
* | make whitespace work better for the help text | Ciaran McCreesh | 2004-09-05 | 1 | -2/+2 | |
| | ||||||
* | Initial commit of toolchain.eclass... note that it isnt quite complete yet ↵ | Travis Tilley | 2004-09-04 | 1 | -0/+723 | |
| | | | | and shouldnt be used by ebuilds in the tree until it is. This eclass is only in the tree so that i can trick^H^H^H^H^Hencourage others to help me out. That and I expect super-agent Mr_Bones_ to see the commit and beat me for any mistakes I might have made. ;) | |||||
* | add use_build for xfree eclass | Seemant Kulleen | 2004-09-04 | 1 | -1/+25 | |
| | ||||||
* | $(get_libdir)-ize kde.eclass | Travis Tilley | 2004-09-03 | 1 | -3/+7 | |
| | ||||||
* | add in VIM_PLUGIN_HELPFILES and VIM_PLUGIN_HELPTEXT support, bug 62559 | Ciaran McCreesh | 2004-09-02 | 1 | -1/+29 | |
| | ||||||
* | spit out the configure line | Mike Frysinger | 2004-09-02 | 1 | -1/+11 | |
| | ||||||
* | Fix for nx authentication errors | Stuart Herbert | 2004-09-01 | 1 | -14/+14 | |
| | ||||||
* | fix USE=-cscope, bug #62465 | Ciaran McCreesh | 2004-09-01 | 1 | -1/+8 | |
| | ||||||
* | added get_libdir_override for overriding it's default behavior from inside ↵ | Travis Tilley | 2004-08-31 | 1 | -6/+27 | |
| | | | | an ebuild | |||||
* | Add mips support to set_arch_to_kernel. | Joshua Kinard | 2004-08-30 | 1 | -1/+2 | |
| |