summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Add depend.apache_pkg_setup() and don't call use() in functions called in ↵Arfrever Frehtes Taifersar Arahesis2009-05-261-14/+37
| | | | "depend" phase (bug #268371).
* fix another think-o in append-flags unification #271141 by Sebastian LechteMike Frysinger2009-05-261-2/+2
|
* Remove comment line from example site-init fileChristian Faulhammer2009-05-251-3/+1
|
* Add fix for bug #262105, sparc-onlyRaúl Porcel2009-05-241-1/+2
|
* gen_usr_ldscript:Fabian Groffen2009-05-241-16/+103
| | | | | | | | | | | | | | | | * remove old USERLAND=Darwin hack * add install_name adjusting case for Darwin * add symlink creating cases for IRIX, AIX and HPUX * likewise for Interix and Windows * add support for -a for all platforms * add EPREFIX for Prefix compatability (could use inherit prefix for definition of EPREFIX variable) tc-is-static-only: * added function, currently only returning true for FreeMiNT (no shared libraries) reviewed by vapier
* typo fix: cpp->c for append-cflagsMichael Sterrett2009-05-241-2/+2
|
* add a dedicated append-cflags function and define append-flags in terms of ↵Mike Frysinger2009-05-231-5/+14
| | | | other append-*flags functions
* rever previous changeMike Frysinger2009-05-231-11/+2
|
* do not strip -fno-omit-frame-pointer #270497 by Mart RaudseppMike Frysinger2009-05-232-5/+14
|
* Change the blocker from generic dev-ruby/rdoc to rdoc earlier than 2.Diego Elio Pettenò2009-05-231-4/+4
| | | | We're going to need an rdoc-2 one day.
* I forgot to remove a temporary workaroundMarkos Chandras2009-05-231-8/+1
|
* Prepare eclasses for eclass-manpage package. Clean up qt4.eclass. Thanks to ↵Markos Chandras2009-05-222-31/+85
| | | | mren and Davide for the help.Fixes bug 209626
* add support for bash arrays in PATCHES, grabbed from base.eclass, maybe this ↵Alexis Ballier2009-05-221-4/+10
| | | | should be factorized, we'll see about that later
* Use dosym in java_pkg-doso and fix few debug prints. Patch by Davide ↵Vlastimil Babka2009-05-191-8/+5
| | | | Pesavento <davidepesa@gmail.com> in bug #251500.
* Allow either gzipped or uncompressed patches in the tarball.Jim Ramsay2009-05-181-5/+24
| | | | | | | Also removed date-seeking regexp to find first and second lines of the patch since as of 7.2.167 the date format in all vim.org patches has changed. It is less work (while marginally less correct) to just look for lines that start with '***' and do not end with '****' (and "---" / "----" for the second line).
* Replace the “latest” string with the correct version during the ↵Diego Elio Pettenò2009-05-181-3/+8
| | | | | | | | | | | | autotools_run_tool. Instead of doing that during the main evaluation, wait for it, so that it's done at the very last moment; this solves bug #270010 properly, without forcing an older automake version. It should also be possible to move the latest handling into the wrappers and use them if the new version is present, but that's another problem.
* Minor fix on CONFIG variable. Fixes bug 269631Markos Chandras2009-05-171-2/+2
|
* add QMAKE_STRIP on qmake parameters. Fixes bug 269942Markos Chandras2009-05-171-1/+2
|
* x should be declared local. Bug 264466. Thanks to Ulm for noticing and ↵Peter Alfredsen2009-05-171-1/+2
| | | | cattleprodding me.
* Restrict tests for gstreamer external plugins, they don't work with the ↵Olivier Crête2009-05-164-4/+8
| | | | split ebuilds
* gst-plugins-bad: Remove vcd from list of plugins with depsOlivier Crête2009-05-161-2/+2
|
* Pass --no-as-needed as well as --as-needed otherwise blacklisting will fail. ↵Diego Elio Pettenò2009-05-163-6/+6
| | | | Closes bug #269933.
* Assign qt3.eclass maintainership to qt@gentoo.org instead of inactive devBen de Groot2009-05-151-2/+2
|
* Remove no longer used kdeprefix check from koffice. thanks mr_bones_ for reportTomas Chvatal2009-05-141-6/+4
|
* Allow redefinition of git storage dir. Per jilec request on irc. I cant ↵Tomas Chvatal2009-05-141-2/+3
| | | | think of any harm from this, so commiting.
* update the x-modular eclass to what was in the X11 overlay :Rémi Cardona2009-05-141-27/+53
| | | | | | - EAPI=2 support - regroup all the "inherit" logic near the top - improved live git ebuild support
* Fix typoChristian Faulhammer2009-05-141-2/+2
|
* Add export for kdedir when not working in kde-base.Tomas Chvatal2009-05-131-6/+10
|
* Make the search for external scripts smarterJoe Sapp2009-05-131-2/+2
|
* Might fix bug 261412Markos Chandras2009-05-121-1/+6
|
* New KDE 3 eclasses, that support EAPI 2 kde3 ebuildsTheo Chatzimichos2009-05-123-34/+86
| | | | and they prefix kde3 misc apps in /usr/kde/3.5 by default
* Use export XDG_CONFIG_HOME="${T}" to avoid sandbox violationsMarkos Chandras2009-05-121-1/+3
|
* Minor fix on eclassMarkos Chandras2009-05-121-4/+5
|
* Parallel-make support was added in gnustep-make 2.2.0Bernard Cafarelli2009-05-111-4/+6
|
* Add possibility of not including Subversion in DEPEND.Arfrever Frehtes Taifersar Arahesis2009-05-101-12/+26
| | | | Run 'svn upgrade' to automatically upgrade working copies.
* binutils >= 2.18 is GPL-3Mark Loeser2009-05-101-3/+7
|
* add USE=gold support #266282 and depend on binutils-config-1.9 for everyoneMike Frysinger2009-05-091-8/+5
|
* export EGIT_VERSION. Per bug #268622.Tomas Chvatal2009-05-091-6/+8
|
* Fixed typoMarkos Chandras2009-05-091-2/+2
|
* Few minor updates to kde4 eclasses. Introduce kde4-stable-live support.Tomas Chvatal2009-05-093-19/+51
|
* New eqmake4. Fixes bug #244692 . Thanks to Davide Pesavento ↵Markos Chandras2009-05-091-35/+69
| | | | <davidepesa@gmail.com> for all the patches
* Introduce updated cmake-utils eclassTomas Chvatal2009-05-081-10/+18
| | | | | | Now it can be run out of the S variable by defining CMAKE_USE_DIR I searched tree and found no issue but if your package fail you are probably using this: ${WORKDIR}/${PN}_build/ this code should be replaced with "${CMAKE_BUILD_DIR}"
* Add support for graphiteMark Loeser2009-05-071-1/+8
|
* There is only one version of the ecj.jar upstream currently, so we'll use ↵Mark Loeser2009-05-071-3/+3
| | | | the 4.3 one everywhere until they give us another version
* Add variable GO_MONO_SUB_BRANCH so we can change to MAIN-MINOR-MICRO ↵Peter Alfredsen2009-05-051-2/+3
| | | | branches when those are branched off.
* simplify log handling in autotools_run_tool and include the pwd in the log ↵Mike Frysinger2009-05-041-9/+12
| | | | header
* Import patch from Debian http://bugs.debian.org/347650 which hacks around ↵Peter Alfredsen2009-05-036-6/+118
| | | | libtool deplib re-ordering, which inhibits -Wl,--as-needed. You have to set -Wl,--as-needed seperately in LDFLAGS for this to do any good, -Wl,--as-needed,--something-else will not do, but you can set -Wl,--something-else afterwards. Also make sure eclasses I 'own' run elibtoolize so they can reap the benefit.
* Eclass updated to support SVN ebuilds, plus nitpicks.Peter Alfredsen2009-05-031-27/+53
|
* Add dependency on sys-devel/flex for binutils; bug #221407Mark Loeser2009-05-031-2/+3
|
* Previous commit spuriously introduced a [ -> [[ change which broke the eclassNirbheek Chauhan2009-05-011-2/+2
|