summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* allow build type to be overridden via $CMAKE_BUILD_TYPEMike Frysinger2008-10-271-2/+2
|
* Don't call python_version in python_{en,dis}able_pyc because they may be ↵Ali Polatel2008-10-271-13/+5
| | | | called in global scope.
* erm, previous commit wasnt ready, but should be ok with this fixMike Frysinger2008-10-271-2/+2
|
* use set_arch_to_kernel/set_arch_to_portage rather than managing ARCH ↵Mike Frysinger2008-10-271-4/+4
| | | | ourselves #194380
* pass CROSS_COMPILE=${CHOST}- to build process #194380Mike Frysinger2008-10-271-4/+4
|
* set threading type to win32 for ming targets #242344 by cJMike Frysinger2008-10-272-8/+11
|
* distutils_src_install should call python_need_rebuild.Ali Polatel2008-10-271-1/+4
|
* Add python_need_rebuild marker function. The first step for a faster ↵Ali Polatel2008-10-271-1/+9
| | | | python-updater :)
* Quoting.Ali Polatel2008-10-261-2/+2
|
* Bashify python_mod_cleanup, make it work for paths with spaces in them.Ali Polatel2008-10-261-20/+17
|
* Bashify python_mod_optimize, thanks to Steve Long.Ali Polatel2008-10-261-17/+23
|
* Bashify python_mod_compile, thanks to Steve Long.Ali Polatel2008-10-261-7/+7
|
* Bashify, thanks to Steve Long.Ali Polatel2008-10-261-7/+4
|
* Use PYTHONDONTWRITEBYTECODE to {en,dis}able pyc for 2.6 and above.Ali Polatel2008-10-261-23/+33
|
* install apache2ctl wrapper script if availableBenedikt Boehm2008-10-251-3/+8
|
* add blockers to the gnome-python-common eclass, try again...Rémi Cardona2008-10-251-2/+2
|
* Initial import.Ulrich Müller2008-10-251-0/+246
|
* add blockers to the gnome-python-common eclassRémi Cardona2008-10-251-2/+7
|
* Add a configure switch for gcc-4.3's fixed-point arithmetic support for MIPS ↵Joshua Kinard2008-10-241-1/+8
| | | | targets, as enabling this support lengthens gcc's compile time by several hours, depending on the machine.
* Fix quoting, re-fix bug #238727Gilles Dartiguelongue2008-10-221-2/+2
|
* Make USE='-openmp' work. Bug #234841.Ryan Hill2008-10-201-1/+5
|
* gnome2-utils is now ${ROOT} aware, fix bug #238727.Gilles Dartiguelongue2008-10-191-3/+3
|
* Fix to work with libtool-2.2. Thanks to loki_val in bug #230271.Petteri Räty2008-10-161-1/+8
|
* Partial sync from Emacs overlay (revision 1176).Ulrich Müller2008-10-162-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 #241716Alexis Ballier2008-10-141-6/+6
|
* Add function names to error messages.Ulrich Müller2008-10-121-8/+7
|
* fix bug #240060Matti Bickel2008-10-121-7/+15
|
* Export PATH with KDEDIR first before calling configure or make. FixesMarcus D. Hanwell2008-10-111-2/+6
| | | | bug 238027.
* Move the src_prepare export from java-utils-2 to java-pkg-2 and ↵Vlastimil Babka2008-10-113-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. Vicetto2008-10-111-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 supportTristan Heaven2008-10-111-12/+13
|
* Run java-config --help to see if the user hasn't run python-updater.Petteri Räty2008-10-101-1/+9
|
* Remove the tr which truncates utf8 man pages, bug 225039.Ali Polatel2008-10-101-3/+2
|
* Make sure JAVA_PKG_OPT_USE is respected for all eclass dependencies. Fixes ↵Petteri Räty2008-10-071-5/+9
| | | | bug #240334.
* Added kommander to the KDM.Jorge Manuel B. S. Vicetto2008-10-071-1/+2
|
* remove vntex block, its goneAlexis Ballier2008-10-061-2/+1
|
* Fix for the kde eclass manpage. Thanks to Ulrich Müller for the report and fix.Jorge Manuel B. S. Vicetto2008-10-061-3/+3
| | | | Fixes bug 239987
* Make EXPORT_FUNCTIONS conditional now that I figured out why it was dying.Petteri Räty2008-10-052-4/+5
|
* Document SITEETC as eclass variable. Update comment for elisp-site-regen.Ulrich Müller2008-10-051-6/+9
|
* Updated kde-functions eclass to install media-libs/libkipi, ↵Jorge Manuel B. S. Vicetto2008-10-041-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. Vicetto2008-10-041-1/+2
| | | | Fixes bug #239526. Thanks to Andreas Eckstein for the reporting.
* remove extsizes/eurosym references, they're goneAlexis Ballier2008-10-041-3/+1
|
* Add EAPI=2 support (src_configure) in gnustep eclassesBernard Cafarelli2008-10-032-4/+16
|
* Bumped kde4 eclasses.Jorge Manuel B. S. Vicetto2008-10-023-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äty2008-10-012-4/+4
| | | | sourcing.
* Move build.xml rewriting from eant to java-ant-2_src_configure and bundled ↵Petteri Räty2008-10-012-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. Johnson2008-09-301-3/+9
| | | | MY_P/MY_PN/MODULE_A to help simplify the ebuilds.
* allow KERNEL_CC env var to override get-KERNEL_CC()Mike Frysinger2008-09-301-1/+6
|
* have libffi check IUSE, not USE #199850Mike Frysinger2008-09-291-2/+2
|
* EAPI 2 supportTristan Heaven2008-09-281-3/+12
|