summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Remove wrong sed on QT_INSTALL_{LIBS,PLUGINS}. See bug 304971 comments 16-18.Davide Pesavento2013-04-072-11/+5
|
* make sure gcc/doc/ in the output exists, and copy all info files #464008Mike Frysinger2013-04-071-2/+3
|
* Guard against multiple inheritance. Make KMCOMPILEONLY sed case-insensitive ↵Michael Palimaka2013-04-072-4/+13
| | | | to avoid file collisions in the future.
* Add missing ChangeLog.Michael Palimaka2013-04-071-1/+5
|
* Guard against multiple inheritance.Michael Palimaka2013-04-072-2/+12
|
* Guard against multiple inheritance. Fix fetching for KDE SC 4.11 ↵Michael Palimaka2013-04-072-9/+36
| | | | pre-releases. Drop old QT_MINIMAL logic. Add a set of base dependencies for kde-workspace packages to work around bugs like #444438 and #464614.
* Guard against multiple inheritance. Improve cross-compilation support by ↵Michael Palimaka2013-04-072-2/+12
| | | | always using the correct pkg-config.
* Create temporary symlinks for executables and pkg-config files, and add them ↵Michał Górny2013-04-075-6/+114
| | | | to $PATH and $PKG_CONFIG_PATH respectively. This makes it easier for broken build systems to find Python, and gives us the possibility of dropping python-wrapper.
* Move header wrapping to multilib-build. Use the new code in ↵Michał Górny2013-04-074-96/+148
| | | | autotools-multilib and multilib-minimal.
* use simpler find statementsMike Frysinger2013-04-071-5/+5
|
* make sure we install the info pages after we disabled generation #464008Mike Frysinger2013-04-071-1/+4
|
* disable info page generation since gcc includes generated pages already ↵Mike Frysinger2013-04-061-1/+5
| | | | #464008 by Max Steel
* Fix eclass docs.Mike Gilbert2013-04-053-9/+10
|
* Fix eclassdoc.Michał Górny2013-04-052-3/+6
|
* font.eclass needs RDEPEND=$DEPEND, bug 446012Ben de Groot2013-04-052-2/+6
|
* Work around bootstrap comparison failures on ancient systems (bug #411333).Ryan Hill2013-04-052-5/+13
|
* Update pax-utils.eclass to provide XATTR_PAX markings, bug #431092Anthony G. Basile2013-04-051-67/+130
|
* Revert previous due to breakage.Ryan Hill2013-04-021-5/+1
|
* Fix path handling in header wrapping code.Michał Górny2013-04-012-9/+12
|
* Support wrapping headers for multilib.Michał Górny2013-04-012-2/+98
|
* Introduce multibuild_merge_root, as an universal interim-install merging ↵Michał Górny2013-04-013-43/+61
| | | | function.
* Support setting mode of prune_libtool_files through ↵Michał Górny2013-04-012-3/+25
| | | | AUTOTOOLS_PRUNE_LIBTOOL_FILES.
* avoid regenerating info pages due to changed version/bugurl fields #464008Mike Frysinger2013-04-011-2/+5
|
* drop --enable-target-optspace for uClibc targets ... there is no real need ↵Mike Frysinger2013-04-011-2/+2
| | | | for this, and if people want to build with -Os, they can. this also avoids build failures on ppc (PR43810).
* epatch: add support for users to exclude specific patches via ↵Mike Frysinger2013-03-311-1/+15
| | | | EPATCH_USER_EXCLUDE #439402
* fixed missing VDRVERSION up from >=vdr-1.7.34Jörg Bornkessel2013-03-302-2/+6
|
* Add note about quoting patterns for python_gen_usedep.Mike Gilbert2013-03-302-3/+9
|
* Update VALA_MAX_API_VERSIONPacho Ramos2013-03-292-4/+7
|
* Allow specification of directory where the extensions are. Also allow one ↵Tomas Chvatal2013-03-292-9/+30
| | | | package providing multiple oxts correctly. Wrt bug#463536.
* Support obtaining CFLAGS and LIBS for the Python implementation (similarly ↵Michał Górny2013-03-282-4/+110
| | | | to pkg-config or python-config).
* Fix hardcoded libexec suse path in scripts.Tomas Chvatal2013-03-262-2/+8
|
* Control pulling in linux-mod dependencies based on VIRTUAL_MODUTILS ↵Samuli Suominen2013-03-261-2/+2
| | | | variable, set in eg. sys-apps/kmod
* Stop pulling in virtual/linux-sources when used for sys-apps/kmod by ↵Samuli Suominen2013-03-261-5/+7
| | | | angry_vincent
* Fix typo is mozcoreconf-2.eclass, bug #462994Jory Pratt2013-03-252-3/+6
|
* Cleanup of obsolete options, address bug #446662,460592Jory Pratt2013-03-243-23/+11
|
* better descriptionSamuli Suominen2013-03-241-2/+2
|
* New udev_reload function to update rules and dbsSamuli Suominen2013-03-241-1/+16
|
* Don't pull modutils if using the eclass from sys-apps/kmodSamuli Suominen2013-03-241-2/+2
|
* Remove support for module-init-tools and Linux 2.4. Only works with kmod and ↵Samuli Suominen2013-03-241-42/+14
| | | | 2.6 now.
* add unpack_zip function to unpacker.eclass wrt #462612Julian Ospald2013-03-232-3/+27
|
* unpack_deb: auto rm the unpacked debian internal archives #458658Mike Frysinger2013-03-231-1/+5
|
* Do not use-default here as we enable it by profile variable.Tomas Chvatal2013-03-232-9/+6
|
* Fix stupid copy&paste.Tomas Chvatal2013-03-232-3/+6
|
* Add next version of office-ext eclass. This time we can directly deploy ↵Tomas Chvatal2013-03-232-1/+225
| | | | libreoffice exts, but ooo crashes so keep backcompat over crashy uno interface for them (it is oo bug and they should fix it).
* Introduce an ability to override PYTHON_COMPAT for testing.Michał Górny2013-03-202-2/+39
|
* Reuse multibuild.eclass in python_export_best.Michał Górny2013-03-202-16/+13
|
* Use UID 0 instead of root to assign permissions to super user, bug #315807.Tom Wijsman2013-03-202-4/+7
|
* Added sys-devel/bc as a RDEPEND to kernel-2.eclass as per bug #461848.Tom Wijsman2013-03-202-3/+7
|
* Pass --build-platlib and --build-purelib separately to distutils. This ↵Michał Górny2013-03-192-4/+17
| | | | allows to change them to different locations if necessary (bug #455332).
* Change default path for obs services (bug#446074)Michal Hrušecký2013-03-182-6/+9
|