Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | export QTDIR. | Bo Ørsted Andresen | 2008-06-11 | 1 | -2/+2 |
| | |||||
* | allow autotools_check_macro to parse multiple arguments and add LT_INIT to ↵ | Mike Frysinger | 2008-06-09 | 1 | -6/+7 |
| | | | | macro list to run libtoolize | ||||
* | enable --enable-cld for unstable 4.3 versions | Mike Frysinger | 2008-06-09 | 1 | -1/+10 |
| | |||||
* | Warn when using append-ldflags to pass libraries to link to. | Diego Elio Pettenò | 2008-06-07 | 1 | -1/+7 |
| | | | | | | | Libraries shouldn't be passed as LDFLAGS, the flags should be passed before the object files to link, while libraries should be passed after. Passing libraries through LDFLAGS is one of the causes of --as-needed failures. | ||||
* | Do EGIT_STORE_DIR must not be world writable. | Bo Ørsted Andresen | 2008-06-05 | 1 | -3/+1 |
| | |||||
* | Fixed python_mod_cleanup to clean up in the right place | Jim Ramsay | 2008-06-04 | 1 | -2/+2 |
| | |||||
* | Moved python_mod_optimize to pkg_postinst (Bug #224833) | Jim Ramsay | 2008-06-04 | 1 | -5/+9 |
| | |||||
* | Sync elisp.eclass from Emacs overlay (revision 1083): | Ulrich Müller | 2008-06-03 | 1 | -13/+6 |
| | | | | | Remove SIMPLE_ELISP variable. In src_unpack, always move ${P}.el to ${PN}.el if the former exists. | ||||
* | RDEPEND was missing, bug 224731. | Ulrich Müller | 2008-06-03 | 1 | -1/+3 |
| | |||||
* | use elog for DONT_MOUNT_BOOT user message #223311 | Mike Frysinger | 2008-06-02 | 2 | -85/+72 |
| | |||||
* | Warn about useless leftover NO_GETTEXT_HACK if plugin already was updated ↵ | Matthias Schwarzott | 2008-06-02 | 1 | -1/+4 |
| | | | | for gettext. | ||||
* | Removed reference to 2.4 to 2.6 migration document | Mike Pagano | 2008-06-01 | 1 | -3/+2 |
| | |||||
* | add tests for tc-arch-kernel on x86-fbsd | Alexis Ballier | 2008-06-01 | 1 | -2/+3 |
| | |||||
* | Fix tc-arch-kernel for freebsd: it is still i386 there, bug #222715 | Alexis Ballier | 2008-06-01 | 1 | -2/+3 |
| | |||||
* | add eclass documentation by mren #210546 | Mike Frysinger | 2008-06-01 | 1 | -28/+50 |
| | |||||
* | remove old docs as well | Mike Frysinger | 2008-06-01 | 1 | -79/+1 |
| | |||||
* | add eclass documentation by mren #210521 | Mike Frysinger | 2008-06-01 | 1 | -35/+108 |
| | |||||
* | add eclass documentation by mren #210316 | Mike Frysinger | 2008-06-01 | 1 | -27/+55 |
| | |||||
* | Changed maintainer to python@g.o. since liquidx retired. | Ali Polatel | 2008-05-30 | 1 | -2/+2 |
| | |||||
* | Second try to fix passing additional options to python_mod_optimize. | Ali Polatel | 2008-05-30 | 1 | -11/+6 |
| | |||||
* | Fix last commit. Thanks to Remy Blank. | Ali Polatel | 2008-05-29 | 1 | -8/+6 |
| | |||||
* | Pass options given to python_mod_optimize to compileall.py ,thanks to Remy ↵ | Ali Polatel | 2008-05-29 | 1 | -13/+33 |
| | | | | Blank, #224137. Fixed typos. | ||||
* | Fixed typo in python_mod_cleanup. | Ali Polatel | 2008-05-29 | 1 | -2/+2 |
| | |||||
* | Make FEATURES=-userpriv test non-fatal during pkg_setup, as portage always ↵ | Robin H. Johnson | 2008-05-29 | 1 | -2/+2 |
| | | | | runs pkg_setup as root, so we cannot detect FEATURES=-userpriv by using UID. | ||||
* | Make sure python_mod* functions are run in required phases, die otherwise. | Ali Polatel | 2008-05-29 | 1 | -2/+19 |
| | |||||
* | python_mod_optimize is ROOT aware. | Ali Polatel | 2008-05-29 | 1 | -7/+3 |
| | |||||
* | Make python_mod_optimize ROOT aware. | Ali Polatel | 2008-05-29 | 1 | -5/+24 |
| | |||||
* | hopefully last shot at fixing php-common-r1.eclass for postgresql usage, ↵ | Christian Hoffmann | 2008-05-29 | 1 | -3/+4 |
| | | | | thanks to zlin and dev-zero (again ;)), bug 223797, bug 222933 | ||||
* | python_mod_compile is now ROOT aware and can accept more than one files as ↵ | Ali Polatel | 2008-05-29 | 1 | -10/+17 |
| | | | | argument. | ||||
* | Improve the datadir warning message per bug #207636. | Robin H. Johnson | 2008-05-29 | 1 | -3/+4 |
| | |||||
* | Fix whitespace. | Robin H. Johnson | 2008-05-29 | 1 | -3/+3 |
| | |||||
* | MySQL hates you if your machine is called localhost per bug #213475. | Robin H. Johnson | 2008-05-29 | 1 | -1/+5 |
| | |||||
* | Ensure correct install of docs and config examples for bug #212910. | Robin H. Johnson | 2008-05-29 | 1 | -6/+6 |
| | |||||
* | Bug #187024. Test for what user we are instead of FEATURES=userpriv. MySQL ↵ | Robin H. Johnson | 2008-05-29 | 1 | -3/+3 |
| | | | | tests WILL fail if we are root. | ||||
* | Change the MODULE setup to a case statement. Thanks to Bo Ørsted Andresen, ↵ | Donnie Berkholz | 2008-05-28 | 1 | -26/+12 |
| | | | | who finally got me to do it. | ||||
* | Allow ebuilds to override the module they download from, so we need less ↵ | Donnie Berkholz | 2008-05-27 | 1 | -21/+29 |
| | | | | special-casing in here. | ||||
* | Typo: CONFIGURE_OPTIONS, not CONFIGURE_OPTIONTS. Custom configure options ↵ | Donnie Berkholz | 2008-05-27 | 1 | -2/+2 |
| | | | | weren't getting through before, and now they will. | ||||
* | trying to fix postgresql check logic in php-common-r1.eclass, bug 223797 | Christian Hoffmann | 2008-05-27 | 1 | -18/+19 |
| | |||||
* | Make sure S exists thanks to Peter Volkov (pva) on bug #223813. | Bo Ørsted Andresen | 2008-05-27 | 1 | -1/+2 |
| | |||||
* | Don't die on ~x86-fbsd, as noted by Alexis Ballier in bug 223557. | Ingmar Vanhassel | 2008-05-26 | 1 | -2/+2 |
| | |||||
* | allow for using new-style postgresql packages in php, bug 222933, thanks to ↵ | Christian Hoffmann | 2008-05-25 | 4 | -15/+27 |
| | | | | dev-zero for the assistance | ||||
* | Whitespace. | Ingmar Vanhassel | 2008-05-22 | 1 | -2/+2 |
| | |||||
* | Take cmake, ed, bk_client out of RDEPEND for building mysql. | Robin H. Johnson | 2008-05-22 | 1 | -8/+12 |
| | |||||
* | Add FONTLOG.txt to commondoc. | Ryan Hill | 2008-05-19 | 1 | -2/+2 |
| | |||||
* | Fix cairo dep, bug #222543 | Raúl Porcel | 2008-05-18 | 1 | -2/+2 |
| | |||||
* | Change wording of obsoletion warning. | Ulrich Müller | 2008-05-18 | 1 | -4/+4 |
| | |||||
* | slot_rebuild() - Unneeded and therefore deprecated for a long, long time now. | Carsten Lohrke | 2008-05-17 | 1 | -59/+4 |
| | | | | Ebuilds are still referencing it, so replacing with a stub. | ||||
* | Minor quoting issues. | Carsten Lohrke | 2008-05-17 | 1 | -9/+6 |
| | |||||
* | Simplify postprocess_desktop_entries(). | Carsten Lohrke | 2008-05-17 | 1 | -13/+4 |
| | |||||
* | There is a difference between RDEPEND unset and explicitly set empty - cf. ↵ | Carsten Lohrke | 2008-05-17 | 1 | -27/+6 |
| | | | | bug # 50721. Minor cleanup. |