summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Use || ( ) dependency only if the list contains more than one version.Diego Elio Pettenò2006-03-061-4/+8
|
* Fixed quoting issue in the webapp.eclass. Allows paths with whitespace.Gunnar Wrobel2006-03-061-11/+11
|
* fix typo in var name #125062Mike Frysinger2006-03-051-2/+2
|
* Fix for bug #124344Stuart Herbert2006-03-051-5/+5
|
* Fix for bug #124344Stuart Herbert2006-03-051-5/+5
|
* display a notice about the config-file if the plugin has oneMatthias Schwarzott2006-03-041-1/+7
|
* add support for obj-c++ and disable libsspMike Frysinger2006-03-041-7/+19
|
* Fixes bug #120357, Thanks AndreasJohn Mylchreest2006-03-031-3/+3
|
* Fixes bug #118630, thanks CarloJohn Mylchreest2006-03-031-11/+11
|
* Fixes bug #113261John Mylchreest2006-03-031-2/+2
|
* Fixes QA bug #124324, thanks CiaranJohn Mylchreest2006-03-031-3/+3
|
* Fixing a stupid little bug.John Mylchreest2006-03-031-2/+2
|
* Drop leading and ending whitespaces, fixes || ( ) with one version in it.Diego Elio Pettenò2006-03-031-2/+2
|
* add placeholder for old eclass, #124789Carsten Lohrke2006-03-031-0/+1
|
* inherit autotoolsFrancesco Riosa2006-03-031-2/+2
|
* Add changes to make branding work with >=gcc-4.1.0Mark Loeser2006-03-031-6/+14
|
* - added $MY_EXTRAS_VER to control version of mysql-extras to downloadFrancesco Riosa2006-03-031-81/+60
| | | | | | | | | | | | - added "embedded" use flag, control the install of ebedded server libs. - added "raid" use flag (5.0 only), raid is deprecated and this use should stay disabled, upstream removed support for raid in MySQL 5.1 - fix Bug 111073 mysql configure fails to locate zlib on multilib 64-bit systems. thanks to all the bug writers for the fix- - adopted "eautoreconf" instead of the previous complex combinations of autotools programs, thanks flameeyes for the suggestion. - a pair of steps in the direction of un-slotting MySQL
* Simplify the way we find the ghc version.Duncan Coutts2006-03-011-2/+2
| | | | Just use --numeric-version rather than --version | sed '...'
* Don't build GHCi libs for arches that do not support GHCi.Duncan Coutts2006-03-011-1/+6
| | | | Also building GHCi libs on ppc64 causes "TOC overflow".
* Added a environment check to texmf-update, bug #30432.Martin Ehmsen2006-02-281-1/+30
|
* fix bug 124211, thanks ciaranmFrancesco Riosa2006-02-281-2/+2
|
* Removed has_tetex3 from EXPORT_FUNCTIONS, as asked by QA teamAlexandre Buisse2006-02-281-2/+2
|
* No-op old PHP sapi eclasses for bug #124346, as per vapier's request.Robin H. Johnson2006-02-282-298/+8
|
* cuddle function bracketsMike Frysinger2006-02-281-7/+4
|
* remove pointless S definition and cuddle function bracketsMike Frysinger2006-02-281-20/+10
|
* cuddle bracketsMike Frysinger2006-02-281-12/+7
|
* move EXPORT_FUNCTIONS definition to one line to make it easier to grep/parseMike Frysinger2006-02-283-9/+6
|
* Make USE=debug work more nicely with FEATURES=splitdebug.Donnie Berkholz2006-02-281-2/+4
|
* Add a check for building kdelibs with the doc use flag but not qt with itCaleb Tennis2006-02-271-1/+8
|
* remove econf, emake, and einstall from EXPORT_FUNCTIONS per bug #124213Caleb Tennis2006-02-271-2/+2
|
* fix stupidityZaheer Abbas Merali2006-02-271-4/+2
|
* update plugins in gst-plugins-uglyZaheer Abbas Merali2006-02-271-2/+2
|
* update plugins in gst-plugins-goodZaheer Abbas Merali2006-02-271-2/+4
|
* Fix to make it work with new mythtv-0.19_pREV versionsDoug Goldstein2006-02-271-2/+2
|
* seamonkey supportJory Pratt2006-02-271-4/+16
|
* Fixes bug #113614, thanks go to: Max Loparyev & Ben PeddellJohn Mylchreest2006-02-261-2/+7
|
* Fix || ( ) blocks with only one entry.Diego Elio Pettenò2006-02-241-4/+7
|
* Replace -printf option with basename call to be compatible with BSD find.Diego Elio Pettenò2006-02-201-3/+3
|
* disable prefetch-loop-arrays for unstable #64979Mike Frysinger2006-02-191-2/+2
|
* add --with-ndb-binlog for 5.1.6Francesco Riosa2006-02-181-1/+3
|
* Fix mktemp call on Linux. Bug #88079 again.Diego Elio Pettenò2006-02-181-6/+5
|
* Apply whitespace checks from repoman to eclasses.Sven Wegener2006-02-178-39/+39
|
* Make virtual/linux-sources dep conditional on kernel_linuxEmanuele Giaquinta2006-02-161-2/+2
|
* Expect one of "lib"/"bin" in CABAL_FEATURES.Duncan Coutts2006-02-161-11/+14
| | | | | Only run the registration if "lib" is set. Always expect a package file to be generated when "lib" is set.
* Add "lib" and "bin" to known CABAL_FEATURES.Duncan Coutts2006-02-161-2/+13
| | | | Also complain less about unknown values CABAL_FEATURES.
* Fix mktemp call for non-GNU userlands, thanks to Benigno B. Junior. Finally ↵Diego Elio Pettenò2006-02-151-5/+11
| | | | closes bug #88079.
* Remove 7.0-rcX SRC_URI's.Donnie Berkholz2006-02-151-7/+2
|
* Add category-based SRC_URI's for individual releases.Donnie Berkholz2006-02-151-2/+36
|
* Add check_reqs_conditional functionCiaran McCreesh2006-02-151-1/+22
|
* Use --force when installing to make sure packages already installed get ↵Marien Zwart2006-02-131-4/+8
| | | | overwritten properly, support trial from twisted 2.2 and newer which do not support (or need) the -R option anymore.