Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Version bump | Stuart Herbert | 2004-08-30 | 1 | -0/+145 |
| | |||||
* | Don't set QTDIR if it's already set | Caleb Tennis | 2004-08-30 | 1 | -2/+6 |
| | |||||
* | add a func for checking module support | Mike Frysinger | 2004-08-28 | 1 | -2/+8 |
| | |||||
* | a little smarter fix | Caleb Tennis | 2004-08-26 | 1 | -1/+2 |
| | |||||
* | make it a little smarter yet | Caleb Tennis | 2004-08-26 | 1 | -2/+2 |
| | |||||
* | fixes bug 61487 | John Mylchreest | 2004-08-25 | 1 | -3/+9 |
| | |||||
* | fixes bug 59292 & possibly 61487 | John Mylchreest | 2004-08-25 | 1 | -1/+3 |
| | |||||
* | Added fix for when shared USE flag not defined | Stuart Herbert | 2004-08-24 | 1 | -1/+5 |
| | |||||
* | Add '|| die' where needed | Matthieu Sozeau | 2004-08-24 | 1 | -4/+4 |
| | |||||
* | added get_libdir for retrieving the current set library directory. made ↵ | Travis Tilley | 2004-08-24 | 1 | -11/+21 |
| | | | | gen_usr_ldscript use $(get_libdir). get_libdir always returns lib when using portage <2.0.51_pre20 and returns a default of lib when CONF_LIBDIR isnt set, so it should be safe to use --everywhere--. | ||||
* | fix bug #61375 | Olivier Crête | 2004-08-24 | 1 | -2/+2 |
| | |||||
* | Add note explaining where gnuconfig_update should be called from. | Michael Sterrett | 2004-08-24 | 1 | -2/+4 |
| | |||||
* | Change the cleanup routine, cleaning out all symlinks that maintain ↵ | Paul de Vrieze | 2004-08-23 | 1 | -18/+13 |
| | | | | multi-slot ability. They are autogenerated, and having them in the contents creates problems (bug #60732) | ||||
* | Add a function to the db.eclass that clears out the symlinks that are shared ↵ | Paul de Vrieze | 2004-08-23 | 1 | -1/+16 |
| | | | | with other db versions. Makes qpkg/equery happy. | ||||
* | Changed the mode from 800x600x32 to 800x600x24 because the mfb support has ↵ | Sven Wegener | 2004-08-22 | 1 | -5/+11 |
| | | | | | | been dropped in Xvfb in the xorg-x11 pre-releases. For now only depths up to 24-bit are supported. | ||||
* | added support for strict patch level for patch files. no support for ↵ | John Mylchreest | 2004-08-22 | 1 | -14/+34 |
| | | | | tarballs as yet. moved the sed for INSTALL_PATCH to universal_unpack | ||||
* | update license on PHP. | Robin H. Johnson | 2004-08-22 | 2 | -4/+4 |
| | |||||
* | fix orbit dep | Marinus Schraal | 2004-08-21 | 1 | -2/+2 |
| | |||||
* | Initial import | Matthieu Sozeau | 2004-08-21 | 1 | -0/+46 |
| | |||||
* | Fixed syntax for package.use | Stuart Herbert | 2004-08-21 | 1 | -3/+3 |
| | |||||
* | Added warnings for jpeg et al | Stuart Herbert | 2004-08-20 | 1 | -1/+6 |
| | |||||
* | add support for sunbird #54988 | Aron Griffis | 2004-08-20 | 1 | -2/+2 |
| | |||||
* | update for 3.3.0 final | Caleb Tennis | 2004-08-19 | 1 | -7/+2 |
| | |||||
* | Change the arts use dep a little bit | Caleb Tennis | 2004-08-18 | 1 | -2/+2 |
| | |||||
* | Fix bug 60668: Galeon doesn't build without oji enabled, so enable it ↵ | Aron Griffis | 2004-08-18 | 1 | -2/+4 |
| | | | | regardless of USE=java | ||||
* | Updated wxwidgets with new variable WX_CONFIG_NAME | Rob Cakebread | 2004-08-16 | 1 | -1/+6 |
| | |||||
* | added CONF_LIBDIR support to gen_usr_ldscript() | Travis Tilley | 2004-08-15 | 1 | -5/+10 |
| | |||||
* | update recode support. | Robin H. Johnson | 2004-08-14 | 1 | -5/+4 |
| | |||||
* | fix bug #60314, ldap+sasl fail. | Robin H. Johnson | 2004-08-14 | 1 | -2/+2 |
| | |||||
* | fix for php5.0.1. | Robin H. Johnson | 2004-08-13 | 1 | -2/+2 |
| | |||||
* | syntax fix. | Robin H. Johnson | 2004-08-13 | 1 | -2/+2 |
| | |||||
* | if given multiple patches, apply them all | Mike Frysinger | 2004-08-13 | 1 | -3/+7 |
| |