summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Fix variable references ({cur,old}sha1 -> {cur,old}sha).Michał Górny2011-05-021-3/+3
|
* Rework the gcc checkup to be less time consuming and move to git-2 eclassTomas Chvatal2011-05-012-40/+17
|
* Add similar output to eautoreconf to intltoolizeSamuli Suominen2011-05-011-2/+5
|
* Don't PROVIDE virtual/linux-sources, it is a new-style virtual now, bug 118442.Ulrich Müller2011-04-301-3/+1
|
* Add support for DOCS being an array with backward compatSamuli Suominen2011-04-301-7/+11
|
* punt references to USE mailwrapper wrt #361085Samuli Suominen2011-04-291-8/+3
|
* Punt all DEAD marked eclasses which are due.Tomas Chvatal2011-04-279-63/+0
|
* Rather inform that we have no tests instead of printing help for ctest.Tomas Chvatal2011-04-271-2/+4
|
* Ban kdeprefix on kdepim stuff as it is broken totaly even in depgraph ↵Tomas Chvatal2011-04-261-2/+4
| | | | calculations.
* Avoid self-blocker to work around a problem in paludis, bug 364799.Ulrich Müller2011-04-261-7/+5
|
* Handle case where RUBY_S is not provided.Hans de Graaff2011-04-251-2/+6
|
* Fix typo.Hans de Graaff2011-04-251-4/+4
|
* Support EAPI=4 in ruby-ng.eclass, fixing bug 358349.Hans de Graaff2011-04-251-2/+21
|
* Replace dependency on virtual/modutils, bug 358891. Whitespace.Ulrich Müller2011-04-241-5/+5
|
* Fix 'has' check for ipc in IUSE, it's +ipc everywhereNirbheek Chauhan2011-04-241-2/+2
|
* Fix comment typo.Tomas Chvatal2011-04-241-2/+2
|
* Remove wrong variable from debug-log message.Tomas Chvatal2011-04-231-2/+2
|
* Move more fixes from overlay:Jonathan Callen2011-04-221-12/+18
| | | | | | EAPI-4 autocompresses /usr/share/doc: exclude /usr/share/doc/HTML Fix underquoted USE dep for kde-l10n Various other issues
* Rework the kde-l10n handling so it is less annoying for users with no lingua ↵Tomas Chvatal2011-04-221-7/+9
| | | | selected.
* Fix la file removal 'find' call to not use GNU find options, and not require ↵Nirbheek Chauhan2011-04-221-2/+2
| | | | EAPI 3
* Fix stat usage for BSD, bug 318237Andreas Hüttel2011-04-211-2/+10
|
* Add GNOME2_LA_PUNT support from the overlay.Gilles Dartiguelongue2011-04-211-2/+15
|
* Revert to 1.8, unintended commit.Gilles Dartiguelongue2011-04-211-62/+9
|
* Enable stupid/basic EAPI=4 support.Gilles Dartiguelongue2011-04-211-3/+9
|
* Fix SCROLLKEEPER_UPDATE variable documentation.Gilles Dartiguelongue2011-04-212-11/+64
|
* Drop die for econf, econf dies on its own.Gilles Dartiguelongue2011-04-211-2/+2
|
* Make SRC_URI calculation work with the latest kdepim strangenessAndreas Hüttel2011-04-211-2/+2
|
* deblob fix for bug #359865 thanks too JohnnyMike Pagano2011-04-211-5/+5
|
* Update mysql.eclass for 5.1.56 deployment. LIBDIR is for multilib.Robin H. Johnson2011-04-211-2/+3
|
* Play it safe and fetch all tags when working on bare repository.Tomas Chvatal2011-04-201-2/+2
|
* Improve documentationChristoph Mende2011-04-201-10/+10
|
* GNUstep eclasses update: suppport new layout, clean headersBernard Cafarelli2011-04-202-31/+57
|
* Don't PROVIDE virtual/cron, bug 360109.Ulrich Müller2011-04-201-5/+7
| | | | Replace blocker against virtual/cron by explicit blockers against packages.
* Rename variable ESCM_OFFLINE to EVCS_OFFLINE, following git-2.eclass.Ulrich Müller2011-04-201-2/+2
|
* Replace CONFIGURE_OPTIONS with XORG_CONFIGURE_OPTIONS array. Use git-2 eclass.Michał Górny2011-04-201-11/+14
|
* Mark git.eclass as deprecated in favor of git-2 one.Tomas Chvatal2011-04-201-1/+5
|
* Introduce git-2 eclassTomas Chvatal2011-04-201-0/+509
| | | | | | | | | This is next-gen eclass for git using live ebuilds. Complete usage is documented in eclassdoc. Note that for migration some variables have different names so the ebuilds should be doublechecked that nothing will break. Also this eclass define just one phase src_unpack, so no git-2_src_prepare.
* Drop double calling to epatch_userTomas Chvatal2011-04-201-2/+1
|
* Add eapi4 to supported list.Tomas Chvatal2011-04-201-2/+2
|
* fix system-libvpx path for Gentoo Prefix, bug 364165Jeremy Olexa2011-04-201-2/+2
|
* Update EAPI handling to match reality and not silently ignore new eapis.Tomas Chvatal2011-04-191-10/+11
|
* reduce one line of noiseJeremy Olexa2011-04-191-2/+1
|
* unpack_makeself: catch errors from `file`Mike Frysinger2011-04-181-4/+4
|
* Update util-macros dependency.Tomas Chvatal2011-04-171-2/+2
|
* Don't provide virtual/aspell-dict, bug 358821.Ulrich Müller2011-04-161-5/+3
|
* Added support for local channelsOle Markus With2011-04-161-3/+7
|
* Denote that EXTRA_ESCONS is not supposed to be set in ebuilds.Michał Górny2011-04-151-1/+3
|
* Check for EAPI. Make escons fatal in EAPI 4.Michał Górny2011-04-151-2/+16
|
* add EGIT_UNPACK_DIRMarijn Schouten2011-04-151-13/+17
|
* Don't PROVIDE virtual/os-headers, it is a new-style virtual now, bug 358999.Ulrich Müller2011-04-141-16/+14
| | | | Fix whitespace.