Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow build type to be overridden via $CMAKE_BUILD_TYPE | Mike Frysinger | 2008-10-27 | 1 | -2/+2 |
| | |||||
* | Don't call python_version in python_{en,dis}able_pyc because they may be ↵ | Ali Polatel | 2008-10-27 | 1 | -13/+5 |
| | | | | called in global scope. | ||||
* | erm, previous commit wasnt ready, but should be ok with this fix | Mike Frysinger | 2008-10-27 | 1 | -2/+2 |
| | |||||
* | use set_arch_to_kernel/set_arch_to_portage rather than managing ARCH ↵ | Mike Frysinger | 2008-10-27 | 1 | -4/+4 |
| | | | | ourselves #194380 | ||||
* | pass CROSS_COMPILE=${CHOST}- to build process #194380 | Mike Frysinger | 2008-10-27 | 1 | -4/+4 |
| | |||||
* | set threading type to win32 for ming targets #242344 by cJ | Mike Frysinger | 2008-10-27 | 2 | -8/+11 |
| | |||||
* | distutils_src_install should call python_need_rebuild. | Ali Polatel | 2008-10-27 | 1 | -1/+4 |
| | |||||
* | Add python_need_rebuild marker function. The first step for a faster ↵ | Ali Polatel | 2008-10-27 | 1 | -1/+9 |
| | | | | python-updater :) | ||||
* | Quoting. | Ali Polatel | 2008-10-26 | 1 | -2/+2 |
| | |||||
* | Bashify python_mod_cleanup, make it work for paths with spaces in them. | Ali Polatel | 2008-10-26 | 1 | -20/+17 |
| | |||||
* | Bashify python_mod_optimize, thanks to Steve Long. | Ali Polatel | 2008-10-26 | 1 | -17/+23 |
| | |||||
* | Bashify python_mod_compile, thanks to Steve Long. | Ali Polatel | 2008-10-26 | 1 | -7/+7 |
| | |||||
* | Bashify, thanks to Steve Long. | Ali Polatel | 2008-10-26 | 1 | -7/+4 |
| | |||||
* | Use PYTHONDONTWRITEBYTECODE to {en,dis}able pyc for 2.6 and above. | Ali Polatel | 2008-10-26 | 1 | -23/+33 |
| | |||||
* | install apache2ctl wrapper script if available | Benedikt Boehm | 2008-10-25 | 1 | -3/+8 |
| | |||||
* | add blockers to the gnome-python-common eclass, try again... | Rémi Cardona | 2008-10-25 | 1 | -2/+2 |
| | |||||
* | Initial import. | Ulrich Müller | 2008-10-25 | 1 | -0/+246 |
| | |||||
* | add blockers to the gnome-python-common eclass | Rémi Cardona | 2008-10-25 | 1 | -2/+7 |
| | |||||
* | Add a configure switch for gcc-4.3's fixed-point arithmetic support for MIPS ↵ | Joshua Kinard | 2008-10-24 | 1 | -1/+8 |
| | | | | targets, as enabling this support lengthens gcc's compile time by several hours, depending on the machine. | ||||
* | Fix quoting, re-fix bug #238727 | Gilles Dartiguelongue | 2008-10-22 | 1 | -2/+2 |
| | |||||
* | Make USE='-openmp' work. Bug #234841. | Ryan Hill | 2008-10-20 | 1 | -1/+5 |
| | |||||
* | gnome2-utils is now ${ROOT} aware, fix bug #238727. | Gilles Dartiguelongue | 2008-10-19 | 1 | -3/+3 |
| | |||||
* | Fix to work with libtool-2.2. Thanks to loki_val in bug #230271. | Petteri Räty | 2008-10-16 | 1 | -1/+8 |
| | |||||
* | Partial sync from Emacs overlay (revision 1176). | Ulrich Müller | 2008-10-16 | 2 | -13/+24 |
| | | | | | | | | | | | | | elisp.class: Allow for packages without site-init file in elisp_src_install. Remove "die" messages since elisp-common.eclass is verbose enough. Document SITEFILE variable. elisp-common.eclass: Use sed instead of cat for concatenation of site-init files, since they may not have a trailing newline. Add function names to error messages. Document SITEETC as eclass variable. | ||||
* | Drop symlinks creation messages to einfo instead of elog, bug #241716 | Alexis Ballier | 2008-10-14 | 1 | -6/+6 |
| | |||||
* | Add function names to error messages. | Ulrich Müller | 2008-10-12 | 1 | -8/+7 |
| | |||||
* | fix bug #240060 | Matti Bickel | 2008-10-12 | 1 | -7/+15 |
| | |||||
* | Export PATH with KDEDIR first before calling configure or make. Fixes | Marcus D. Hanwell | 2008-10-11 | 1 | -2/+6 |
| | | | | bug 238027. | ||||
* | Move the src_prepare export from java-utils-2 to java-pkg-2 and ↵ | Vlastimil Babka | 2008-10-11 | 3 | -5/+24 |
| | | | | java-pkg-opt-2 (where it's now called only if USE=java). | ||||
* | As we moved KDEDIR setting to pkg_setup, we can't set PREFIX to it in global ↵ | Jorge Manuel B. S. Vicetto | 2008-10-11 | 1 | -8/+5 |
| | | | | | | | scope. Furthermore, now that we have kdeprefix, set PREFIX to KDEDIR in pkg_setup and so make the install location dependent on kdeprefix for all packages that inherit kde4-base. | ||||
* | EAPI 2 support | Tristan Heaven | 2008-10-11 | 1 | -12/+13 |
| | |||||
* | Run java-config --help to see if the user hasn't run python-updater. | Petteri Räty | 2008-10-10 | 1 | -1/+9 |
| | |||||
* | Remove the tr which truncates utf8 man pages, bug 225039. | Ali Polatel | 2008-10-10 | 1 | -3/+2 |
| | |||||
* | Make sure JAVA_PKG_OPT_USE is respected for all eclass dependencies. Fixes ↵ | Petteri Räty | 2008-10-07 | 1 | -5/+9 |
| | | | | bug #240334. | ||||
* | Added kommander to the KDM. | Jorge Manuel B. S. Vicetto | 2008-10-07 | 1 | -1/+2 |
| | |||||
* | remove vntex block, its gone | Alexis Ballier | 2008-10-06 | 1 | -2/+1 |
| | |||||
* | Fix for the kde eclass manpage. Thanks to Ulrich Müller for the report and fix. | Jorge Manuel B. S. Vicetto | 2008-10-06 | 1 | -3/+3 |
| | | | | Fixes bug 239987 | ||||
* | Make EXPORT_FUNCTIONS conditional now that I figured out why it was dying. | Petteri Räty | 2008-10-05 | 2 | -4/+5 |
| | |||||
* | Document SITEETC as eclass variable. Update comment for elisp-site-regen. | Ulrich Müller | 2008-10-05 | 1 | -6/+9 |
| | |||||
* | Updated kde-functions eclass to install media-libs/libkipi, ↵ | Jorge Manuel B. S. Vicetto | 2008-10-04 | 1 | -2/+5 |
| | | | | | | | media-libs/libkdcraw and media-libs/libkexiv2 out of /usr and into kde-3.5 prefix (/usr/kde/3.5). Thanks to Jan Kundrát (jkt) for the patch. It's the first part to fix bug 239282. | ||||
* | Added automoc to the kde4-base eclass DEPEND list. | Jorge Manuel B. S. Vicetto | 2008-10-04 | 1 | -1/+2 |
| | | | | Fixes bug #239526. Thanks to Andreas Eckstein for the reporting. | ||||
* | remove extsizes/eurosym references, they're gone | Alexis Ballier | 2008-10-04 | 1 | -3/+1 |
| | |||||
* | Add EAPI=2 support (src_configure) in gnustep eclasses | Bernard Cafarelli | 2008-10-03 | 2 | -4/+16 |
| | |||||
* | Bumped kde4 eclasses. | Jorge Manuel B. S. Vicetto | 2008-10-02 | 3 | -178/+344 |
| | | | | Add kde-4.1.2 into the tree from the kde-testing overlay. | ||||
* | Remove conditionals from EXPORT_FUNCTIONS until I figure out why it fails ↵ | Petteri Räty | 2008-10-01 | 2 | -4/+4 |
| | | | | sourcing. | ||||
* | Move build.xml rewriting from eant to java-ant-2_src_configure and bundled ↵ | Petteri Räty | 2008-10-01 | 2 | -23/+42 |
| | | | | jar checking to java-utils-2_src_prepare. | ||||
* | Add a little bit more magic into perl-module. Now has direct support for ↵ | Robin H. Johnson | 2008-09-30 | 1 | -3/+9 |
| | | | | MY_P/MY_PN/MODULE_A to help simplify the ebuilds. | ||||
* | allow KERNEL_CC env var to override get-KERNEL_CC() | Mike Frysinger | 2008-09-30 | 1 | -1/+6 |
| | |||||
* | have libffi check IUSE, not USE #199850 | Mike Frysinger | 2008-09-29 | 1 | -2/+2 |
| | |||||
* | EAPI 2 support | Tristan Heaven | 2008-09-28 | 1 | -3/+12 |
| |