Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove wrong sed on QT_INSTALL_{LIBS,PLUGINS}. See bug 304971 comments 16-18. | 2013-04-07 | 2 | -11/+5 | |
| | |||||
* | make sure gcc/doc/ in the output exists, and copy all info files #464008 | 2013-04-07 | 1 | -2/+3 | |
| | |||||
* | Guard against multiple inheritance. Make KMCOMPILEONLY sed case-insensitive ↵ | 2013-04-07 | 2 | -4/+13 | |
| | | | | to avoid file collisions in the future. | ||||
* | Add missing ChangeLog. | 2013-04-07 | 1 | -1/+5 | |
| | |||||
* | Guard against multiple inheritance. | 2013-04-07 | 2 | -2/+12 | |
| | |||||
* | Guard against multiple inheritance. Fix fetching for KDE SC 4.11 ↵ | 2013-04-07 | 2 | -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 ↵ | 2013-04-07 | 2 | -2/+12 | |
| | | | | always using the correct pkg-config. | ||||
* | Create temporary symlinks for executables and pkg-config files, and add them ↵ | 2013-04-07 | 5 | -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 ↵ | 2013-04-07 | 4 | -96/+148 | |
| | | | | autotools-multilib and multilib-minimal. | ||||
* | use simpler find statements | 2013-04-07 | 1 | -5/+5 | |
| | |||||
* | make sure we install the info pages after we disabled generation #464008 | 2013-04-07 | 1 | -1/+4 | |
| | |||||
* | disable info page generation since gcc includes generated pages already ↵ | 2013-04-06 | 1 | -1/+5 | |
| | | | | #464008 by Max Steel | ||||
* | Fix eclass docs. | 2013-04-05 | 3 | -9/+10 | |
| | |||||
* | Fix eclassdoc. | 2013-04-05 | 2 | -3/+6 | |
| | |||||
* | font.eclass needs RDEPEND=$DEPEND, bug 446012 | 2013-04-05 | 2 | -2/+6 | |
| | |||||
* | Work around bootstrap comparison failures on ancient systems (bug #411333). | 2013-04-05 | 2 | -5/+13 | |
| | |||||
* | Update pax-utils.eclass to provide XATTR_PAX markings, bug #431092 | 2013-04-05 | 1 | -67/+130 | |
| | |||||
* | Revert previous due to breakage. | 2013-04-02 | 1 | -5/+1 | |
| | |||||
* | Fix path handling in header wrapping code. | 2013-04-01 | 2 | -9/+12 | |
| | |||||
* | Support wrapping headers for multilib. | 2013-04-01 | 2 | -2/+98 | |
| | |||||
* | Introduce multibuild_merge_root, as an universal interim-install merging ↵ | 2013-04-01 | 3 | -43/+61 | |
| | | | | function. | ||||
* | Support setting mode of prune_libtool_files through ↵ | 2013-04-01 | 2 | -3/+25 | |
| | | | | AUTOTOOLS_PRUNE_LIBTOOL_FILES. | ||||
* | avoid regenerating info pages due to changed version/bugurl fields #464008 | 2013-04-01 | 1 | -2/+5 | |
| | |||||
* | drop --enable-target-optspace for uClibc targets ... there is no real need ↵ | 2013-04-01 | 1 | -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 ↵ | 2013-03-31 | 1 | -1/+15 | |
| | | | | EPATCH_USER_EXCLUDE #439402 | ||||
* | fixed missing VDRVERSION up from >=vdr-1.7.34 | 2013-03-30 | 2 | -2/+6 | |
| | |||||
* | Add note about quoting patterns for python_gen_usedep. | 2013-03-30 | 2 | -3/+9 | |
| | |||||
* | Update VALA_MAX_API_VERSION | 2013-03-29 | 2 | -4/+7 | |
| | |||||
* | Allow specification of directory where the extensions are. Also allow one ↵ | 2013-03-29 | 2 | -9/+30 | |
| | | | | package providing multiple oxts correctly. Wrt bug#463536. | ||||
* | Support obtaining CFLAGS and LIBS for the Python implementation (similarly ↵ | 2013-03-28 | 2 | -4/+110 | |
| | | | | to pkg-config or python-config). | ||||
* | Fix hardcoded libexec suse path in scripts. | 2013-03-26 | 2 | -2/+8 | |
| | |||||
* | Control pulling in linux-mod dependencies based on VIRTUAL_MODUTILS ↵ | 2013-03-26 | 1 | -2/+2 | |
| | | | | variable, set in eg. sys-apps/kmod | ||||
* | Stop pulling in virtual/linux-sources when used for sys-apps/kmod by ↵ | 2013-03-26 | 1 | -5/+7 | |
| | | | | angry_vincent | ||||
* | Fix typo is mozcoreconf-2.eclass, bug #462994 | 2013-03-25 | 2 | -3/+6 | |
| | |||||
* | Cleanup of obsolete options, address bug #446662,460592 | 2013-03-24 | 3 | -23/+11 | |
| | |||||
* | better description | 2013-03-24 | 1 | -2/+2 | |
| | |||||
* | New udev_reload function to update rules and dbs | 2013-03-24 | 1 | -1/+16 | |
| | |||||
* | Don't pull modutils if using the eclass from sys-apps/kmod | 2013-03-24 | 1 | -2/+2 | |
| | |||||
* | Remove support for module-init-tools and Linux 2.4. Only works with kmod and ↵ | 2013-03-24 | 1 | -42/+14 | |
| | | | | 2.6 now. | ||||
* | add unpack_zip function to unpacker.eclass wrt #462612 | 2013-03-23 | 2 | -3/+27 | |
| | |||||
* | unpack_deb: auto rm the unpacked debian internal archives #458658 | 2013-03-23 | 1 | -1/+5 | |
| | |||||
* | Do not use-default here as we enable it by profile variable. | 2013-03-23 | 2 | -9/+6 | |
| | |||||
* | Fix stupid copy&paste. | 2013-03-23 | 2 | -3/+6 | |
| | |||||
* | Add next version of office-ext eclass. This time we can directly deploy ↵ | 2013-03-23 | 2 | -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. | 2013-03-20 | 2 | -2/+39 | |
| | |||||
* | Reuse multibuild.eclass in python_export_best. | 2013-03-20 | 2 | -16/+13 | |
| | |||||
* | Use UID 0 instead of root to assign permissions to super user, bug #315807. | 2013-03-20 | 2 | -4/+7 | |
| | |||||
* | Added sys-devel/bc as a RDEPEND to kernel-2.eclass as per bug #461848. | 2013-03-20 | 2 | -3/+7 | |
| | |||||
* | Pass --build-platlib and --build-purelib separately to distutils. This ↵ | 2013-03-19 | 2 | -4/+17 | |
| | | | | allows to change them to different locations if necessary (bug #455332). | ||||
* | Change default path for obs services (bug#446074) | 2013-03-18 | 2 | -6/+9 | |
| |