summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Expand)AuthorAgeFilesLines
* Introduce a check for USE_PYTHON & PYTHON_TARGETS compatibility.Michał Górny2012-11-192-2/+203
* Fix error case to be more descriptive. Move 'einfo' lower to avoid empty output.Sergei Trofimovich2012-11-191-3/+4
* Added new helper function 'cabal_chdeps' and and debug variable 'CABAL_DEBUG_...Sergei Trofimovich2012-11-192-2/+77
* stop disabling multilib libjava #425154 #435728Mike Frysinger2012-11-191-48/+40
* set FCFLAGS/FFLAGS when cross-compilingMike Frysinger2012-11-191-1/+3
* test-flags-PROG: use arrays to simplify code a bitMike Frysinger2012-11-181-6/+6
* test-flags: set the lang according to the compiler we are using rather than a...Mike Frysinger2012-11-181-7/+8
* Actually make the mask print work. Yay for typos.Doug Goldstein2012-11-181-2/+2
* Update to support a new legacy seriesDoug Goldstein2012-11-181-1/+20
* Remove the minimum restriction from PYTHON_DEPEND; any version of python from...Mike Gilbert2012-11-172-3/+7
* Rely on prune_libtool_files for eapis >= 5 as discussed with the team via mail.Pacho Ramos2012-11-172-10/+26
* Raise python dependency to at least 2.5, fixes the breakage caused by silentl...Thomas Sachau2012-11-172-3/+8
* Restore dynamic linking of Cabal's ./setup and add building of shared librari...Sergei Trofimovich2012-11-163-6/+33
* Depend on suse-build as most services require it.Tomas Chvatal2012-11-152-3/+10
* Darn copy pasto overlook.Tomas Chvatal2012-11-152-4/+7
* Use src_uri arrows to allow versioning sanely.Tomas Chvatal2012-11-152-6/+10
* Update from qt overlay: respect AR (bug #440262); drop support for EAPI=2; sw...Davide Pesavento2012-11-122-35/+41
* raw-ldflags: fix typo in previous commit #441808#10Mike Frysinger2012-11-112-2/+8
* fix test failure after letting -L flags stay in LDFLAGS when strippingMike Frysinger2012-11-111-3/+3
* raw-ldflags: throw away flags that do not start with -Wl, #441808Mike Frysinger2012-11-111-3/+9
* Partial sync with qt overlay. Apart from cosmetic changes, we now explicitly ...Davide Pesavento2012-11-082-39/+45
* Pass --disable-schemas-install when possible as discussed with the team via m...Pacho Ramos2012-11-072-3/+11
* Pass --disable-silent-rules when possible (not needed for eapi5), bug #429308Pacho Ramos2012-11-072-2/+13
* Fix enabling byte-compiling.Michał Górny2012-11-052-3/+7
* Always require PYTHON_COMPAT. Add an exception for python-exec which is a spe...Michał Górny2012-11-042-7/+12
* do not sed libstdc++ python dir with gcc-4.7+ since the issue has been fixed ...Mike Frysinger2012-11-021-2/+2
* do not try to move /lib32 if it does not exist #429726Mike Frysinger2012-11-021-2/+4
* Bring in MySQL overlay eclass changes for tcmalloc, jemalloc, systemtap, read...Robin H. Johnson2012-11-014-18/+85
* Minor documentation improvements.Michał Górny2012-11-012-7/+11
* Mark _python_ln_rel as @INTERNAL.Michał Górny2012-11-012-3/+7
* Bug #392361: Fix mysql_install_db cases to work between all versions & variat...Robin H. Johnson2012-11-013-50/+161
* Export PYTHONPATH for phases in out-of-source builds.Michał Górny2012-11-012-3/+16
* Explicitly set library build dir in out-of-source builds.Michał Górny2012-11-012-3/+11
* Update homepage.Davide Pesavento2012-11-012-3/+6
* Minor change in the example to include -Samuli Suominen2012-10-311-3/+3
* Better example of usage of this eclassSamuli Suominen2012-10-311-2/+8
* New functions for installing udev rules. Drop prefix code as requested by gro...Samuli Suominen2012-10-311-3/+30
* Enable byte-compilation of Python modules only locally for distutils-r1_pytho...Michał Górny2012-10-312-3/+8
* Fix the shebang correcting function to patch shebang only. Thanks to Enlik fo...Michał Górny2012-10-312-3/+7
* Use versionator to slot gst-1.0 plugins.Alexandre Rostovtsev2012-10-312-5/+9
* Add systemd_with_utildir() as well.Michał Górny2012-10-302-2/+16
* Introduce systemd_get_utildir() wrt bug #440320.Michał Górny2012-10-302-2/+17
* strip-flags: revert previous commit as it was unnecessary; fix _is_flagq to h...Mike Frysinger2012-10-301-4/+5
* Following systemd.eclass and using plain echo instead of echo -nSamuli Suominen2012-10-301-4/+4
* Replace "echo -n" with "echo", bash removes trailing newline in subshells any...Michał Górny2012-10-302-5/+9
* strip-flags: do not add -O2 if user has -O #440306 by Denis MMike Frysinger2012-10-301-2/+2
* Just like systemd.eclass, accept also EAPI5Samuli Suominen2012-10-301-2/+2
* New eclass to determine udevdir from udev.pc pkg-config file as requested by ...Samuli Suominen2012-10-301-0/+56
* Fix Prefix support, wrt bug #423323.Michał Górny2012-10-302-5/+8
* Support and use out-of-source builds by default.Michał Górny2012-10-292-7/+50