summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* add tests for tc-arch-kernel on x86-fbsdAlexis Ballier2008-06-011-2/+3
|
* Fix tc-arch-kernel for freebsd: it is still i386 there, bug #222715Alexis Ballier2008-06-011-2/+3
|
* add eclass documentation by mren #210546Mike Frysinger2008-06-011-28/+50
|
* remove old docs as wellMike Frysinger2008-06-011-79/+1
|
* add eclass documentation by mren #210521Mike Frysinger2008-06-011-35/+108
|
* add eclass documentation by mren #210316Mike Frysinger2008-06-011-27/+55
|
* Changed maintainer to python@g.o. since liquidx retired.Ali Polatel2008-05-301-2/+2
|
* Second try to fix passing additional options to python_mod_optimize.Ali Polatel2008-05-301-11/+6
|
* Fix last commit. Thanks to Remy Blank.Ali Polatel2008-05-291-8/+6
|
* Pass options given to python_mod_optimize to compileall.py ,thanks to Remy ↵Ali Polatel2008-05-291-13/+33
| | | | Blank, #224137. Fixed typos.
* Fixed typo in python_mod_cleanup.Ali Polatel2008-05-291-2/+2
|
* Make FEATURES=-userpriv test non-fatal during pkg_setup, as portage always ↵Robin H. Johnson2008-05-291-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 Polatel2008-05-291-2/+19
|
* python_mod_optimize is ROOT aware.Ali Polatel2008-05-291-7/+3
|
* Make python_mod_optimize ROOT aware.Ali Polatel2008-05-291-5/+24
|
* hopefully last shot at fixing php-common-r1.eclass for postgresql usage, ↵Christian Hoffmann2008-05-291-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 Polatel2008-05-291-10/+17
| | | | argument.
* Improve the datadir warning message per bug #207636.Robin H. Johnson2008-05-291-3/+4
|
* Fix whitespace.Robin H. Johnson2008-05-291-3/+3
|
* MySQL hates you if your machine is called localhost per bug #213475.Robin H. Johnson2008-05-291-1/+5
|
* Ensure correct install of docs and config examples for bug #212910.Robin H. Johnson2008-05-291-6/+6
|
* Bug #187024. Test for what user we are instead of FEATURES=userpriv. MySQL ↵Robin H. Johnson2008-05-291-3/+3
| | | | tests WILL fail if we are root.
* Change the MODULE setup to a case statement. Thanks to Bo Ørsted Andresen, ↵Donnie Berkholz2008-05-281-26/+12
| | | | who finally got me to do it.
* Allow ebuilds to override the module they download from, so we need less ↵Donnie Berkholz2008-05-271-21/+29
| | | | special-casing in here.
* Typo: CONFIGURE_OPTIONS, not CONFIGURE_OPTIONTS. Custom configure options ↵Donnie Berkholz2008-05-271-2/+2
| | | | weren't getting through before, and now they will.
* trying to fix postgresql check logic in php-common-r1.eclass, bug 223797Christian Hoffmann2008-05-271-18/+19
|
* Make sure S exists thanks to Peter Volkov (pva) on bug #223813.Bo Ørsted Andresen2008-05-271-1/+2
|
* Don't die on ~x86-fbsd, as noted by Alexis Ballier in bug 223557.Ingmar Vanhassel2008-05-261-2/+2
|
* allow for using new-style postgresql packages in php, bug 222933, thanks to ↵Christian Hoffmann2008-05-254-15/+27
| | | | dev-zero for the assistance
* Whitespace.Ingmar Vanhassel2008-05-221-2/+2
|
* Take cmake, ed, bk_client out of RDEPEND for building mysql.Robin H. Johnson2008-05-221-8/+12
|
* Add FONTLOG.txt to commondoc.Ryan Hill2008-05-191-2/+2
|
* Fix cairo dep, bug #222543Raúl Porcel2008-05-181-2/+2
|
* Change wording of obsoletion warning.Ulrich Müller2008-05-181-4/+4
|
* slot_rebuild() - Unneeded and therefore deprecated for a long, long time now.Carsten Lohrke2008-05-171-59/+4
| | | | Ebuilds are still referencing it, so replacing with a stub.
* Minor quoting issues.Carsten Lohrke2008-05-171-9/+6
|
* Simplify postprocess_desktop_entries().Carsten Lohrke2008-05-171-13/+4
|
* There is a difference between RDEPEND unset and explicitly set empty - cf. ↵Carsten Lohrke2008-05-171-27/+6
| | | | bug # 50721. Minor cleanup.
* Actually convert to an array... Bug #216863.Bo Ørsted Andresen2008-05-172-4/+4
|
* Revert installing libs to a different tmp directory. Install to $S as before.Matthias Schwarzott2008-05-161-10/+8
|
* Eclass updates for KDE 4.0.4, thanks to Bo Ørsted Andresen & Jorge Manuel ↵Ingmar Vanhassel2008-05-153-85/+148
| | | | B. S. Vicetto.
* Damn qt4_min_version junk, take #2.Ingmar Vanhassel2008-05-151-2/+2
|
* More cleanups of VDRDIR handling. Added VDRINCDIR variable for more easy ↵Matthias Schwarzott2008-05-151-24/+57
| | | | patching. Added large description for this. Pass TMPDIR and LIBDIR only via make parameters. Now install header-checksums for all installed plugins.
* Print checkout dir when svn update fails.Bo Ørsted Andresen2008-05-151-4/+4
|
* qt4-build.eclass: Eclass changes for Qt 4.4.0.Ingmar Vanhassel2008-05-151-4/+4
|
* Makes *-darcs work with newer portage and pkgcore.Lennart Kolmodin2008-05-141-6/+12
| | | | Patch by mjrosennb@andrew.cmu.edu.
* Replace -Os by -O2 instead of filtering it. I'm not sure if that's still a ↵Alexis Ballier2008-05-121-2/+4
| | | | valid flag mess, but anyway tetex is on its way to deprecation. Bug #191244
* fix wrong bug referenceAlexis Ballier2008-05-121-2/+2
|
* Disable more strippingRaúl Porcel2008-05-111-2/+3
|
* hopefully fixing bug 220519 (libtool-related php extension b0rkage)Christian Hoffmann2008-05-091-13/+8
|