summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix quoting issues, patch by maekke -- bug 258217Nirbheek Chauhan2009-05-011-8/+8
|
* Fix quoting issues, patch by maekke -- bug 258211Nirbheek Chauhan2009-05-011-6/+6
|
* Use XFCE4_PATCHES in non live ebuilds too.Jeremy Olexa2009-05-011-1/+3
|
* Typo++. Well sometimes copy/pasto just does not work.Tomas Chvatal2009-04-291-2/+2
|
* Update eapi2 issues reported by subversion eclass users. Agreed with yngwin ↵Tomas Chvatal2009-04-291-9/+9
| | | | to rather fix this fast and apologize maint. later.
* Punt xprintRaúl Porcel2009-04-292-10/+6
|
* Unquoted for use in dodoc (doesn't work with multiple filenames). Updated ↵Joe Sapp2009-04-281-7/+8
| | | | SRC_URI (for desklets - Controls have to do some rewriting). Also, Controls should be packaged by themselves so we shouldn't need to grep for [Cc]ontrols when searching for a directory with an __init__.py in order to determine the base directory for the control.
* Update for EAPI="2".Arfrever Frehtes Taifersar Arahesis2009-04-261-3/+16
|
* Support ESVN_USER and ESVN_PASSWORD variables.Arfrever Frehtes Taifersar Arahesis2009-04-261-6/+28
|