summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Rev. 1.527 fixed 4.7 without me noticing. Add comments about the format of ↵Ryan Hill2012-03-102-5/+10
| | | | gcc/BASE-VER to prevent future confusion.
* Revert PRERELEASE setting for live ebuilds. It seems 4.7 treats BASE-VER ↵Ryan Hill2012-03-102-4/+12
| | | | differently than earlier versions. This fixes them, but breaks 4.7 again.
* We need micro versions on live ebuilds in order for tc_version_is_at_least() ↵Ryan Hill2012-03-102-4/+10
| | | | to work properly.
* Tweak live ebuild bits.Ryan Hill2012-03-102-9/+11
|
* Fix unpacking of live git ebuilds.Ryan Hill2012-03-102-4/+7
|
* readded vdr-plugin_pkg_config dummy functionJörg Bornkessel2012-03-092-2/+9
|
* removed vdr-plugin_pkg_config function, unused, changed on 2008 to eselect ↵Jörg Bornkessel2012-03-092-7/+6
| | | | vdrplugin handling
* Drop haddock from DEPENDS when USE=doc haddock. haddock-2.9.2+ can be used ↵Sergei Trofimovich2012-03-092-3/+9
| | | | right in the ebuild phase to build it's docs.
* Die earlier on unsupported EAPI.Davide Pesavento2012-03-082-21/+23
|
* Fix default src_test implementation in EAPI 4. Patch by pesa.Mike Gilbert2012-03-072-6/+11
|
* Update from kde overlayAndreas K. Hüttel2012-03-063-38/+36
|
* pass --enable-threads for goldMike Frysinger2012-03-051-1/+2
|
* Don't set eapi in eclass, #405911Patrick Lauer2012-03-052-5/+6
|
* simplify SLOT logicMike Frysinger2012-03-051-4/+2
|
* revise versioned symlink creation #406765 #220149Mike Frysinger2012-03-041-4/+6
|
* Fix typo in mozconfig-3.eclass, bug #406463Jory Pratt2012-03-041-2/+2
|
* initial live git supportMike Frysinger2012-03-041-3/+17
|
* add a useful default DESCRIPTION, do not set a release tarball for 9999 ↵Mike Frysinger2012-03-031-3/+10
| | | | versions, and move I_PROMISE_TO_SUPPLY_PATCHES_WITH_BUGS check here to avoid copying to all snapshot/live ebuilds
* Add support for ANT_TASK_DISABLE_VM_DEPS variable - when enabled, the ↵Vlastimil Babka2012-03-032-7/+23
| | | | jdk/jre deps are not added by eclass.
* Update comment about cloog/cloog-ppl.Ryan Hill2012-03-031-4/+8
|
* Prevent bundled libffi from being installed with gcj or gccgo (bug #354903 ↵Ryan Hill2012-03-032-26/+11
| | | | by Xake). Drop old libffi-related code.
* install versioned symlinks for cross-compilers too #220149 by cJMike Frysinger2012-03-021-2/+2
|
* Consider patch alias, #404447Naohiro Aota2012-03-012-3/+6
|
* Cleanup qt_mkspecs_dir().Davide Pesavento2012-03-012-12/+16
|
* Fold standard_configure_options() into qt4-build_src_configure().Davide Pesavento2012-03-012-74/+78
|
* Cdrom functions split out to dedicated cdrom.eclass.Ulrich Müller2012-03-012-218/+6
|
* drop cxxabi.h relocation since it appears to be unnecessary nowadays with ↵Mike Frysinger2012-02-281-5/+1
| | | | our compiler layout #406209 by Matthias Dahl
* Minor cleanup.Davide Pesavento2012-02-281-22/+19
|
* Add qt-openvg blocker.Davide Pesavento2012-02-282-2/+7
|
* Only pass with-branding if bindist buildJory Pratt2012-02-281-2/+2
|
* Fix branding when bindist is enabledJory Pratt2012-02-281-1/+4
|
* Add a safety check to catch issues like bug 405299 earlier. Adapted from ↵Mike Gilbert2012-02-272-2/+16
| | | | Progress overlay.
* Convert to eshopts_{push,pop}, bug 328871 by Spanky.Pacho Ramos2012-02-262-6/+9
|
* Use correct menu categories for app-* as discussed in gentoo-dev.Pacho Ramos2012-02-262-14/+17
|
* Adds CCASFLAGS to list of flags which are filteredAnthony G. Basile2012-02-261-3/+3
|
* Improved obs-service eclass to fix paths to suse-build automaticallyMichal Hrušecký2012-02-252-11/+26
|
* Bug #404193: Depend on virtual/modutils instead of sys-apps/module-init-tools.Robin H. Johnson2012-02-252-4/+8
|
* Fix python restricts, eclass overrides everything elsePatrick Lauer2012-02-241-3/+2
|
* ruby-ng.eclass: Improve no-matching-ruby-target-error message wording wrt ↵Alex Legler2012-02-232-4/+14
| | | | bug 405373.
* Respect ESVN_USER, ESVN_PASSWORD and ESVN_OPTIONS on repo update, #401737Justin Lecher2012-02-212-3/+8
|
* Use WORKDIR instead of T for temporary GNUstep.conf, fixes bug #389859Bernard Cafarelli2012-02-202-7/+10
|
* Require dev-libs/ppl-0.11 now that it's stable (bug #396569). Drop ↵Ryan Hill2012-02-202-10/+9
| | | | cloog-ppl include path workaround as we've required 0.15.0 for a while now.
* Remove my WANT_AUTOMAKE=none overloading in eautomake and instead introduce ↵Robin H. Johnson2012-02-202-14/+36
| | | | AT_NOEACLOCAL, AT_NOEAUTOCONF, AT_NOEAUTOMAKE that work the same as AT_NOELIBTOOLIZE. Should fix bug #404555.
* Gentoo-specific ant distfiles will be served from my devspace instead of ↵Vlastimil Babka2012-02-161-2/+2
| | | | mirror://gentoo
* Add error message when copying source failsOle Markus With2012-02-161-2/+2
|
* epatch: log all successful patches in ${T}/epatch.log so people can ↵Mike Frysinger2012-02-161-6/+17
| | | | post-process the results if they so desire
* move media-tv to virtual/linuxtv-dvb-headers, bug #403929Jörg Bornkessel2012-02-152-3/+6
|
* eumask_pop: error out if someone tries to pass args to usMike Frysinger2012-02-141-1/+2
|
* ESVN_UMASK: fix grammar and add useful documentationMike Frysinger2012-02-141-3/+7
|
* drop unpack_{makeself,pdv} since they are in unpacker.eclass nowMike Frysinger2012-02-141-212/+1
|