summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Expand)AuthorAgeFilesLines
* drop automake 1.11 from dep list now that 1.12 is stable everywhereMike Frysinger2013-04-151-2/+2
* Remove support for EAPI 2 and 3 for php-ext-source-r2. Use REQUIRED_USE for t...Ole Markus With2013-04-142-6/+11
* Remove carriage-return from shebang before validating it, bug 465790 by ikelos.Mike Gilbert2013-04-142-3/+7
* Replace basename usage with a shell parameter replacement.Mike Gilbert2013-04-132-3/+6
* Fix unnecessary $().Michał Górny2013-04-131-3/+3
* Use pkg-config to query systemd directories.Michał Górny2013-04-132-5/+41
* Pass ${@} in phase functions. Approved by author on dev-ml.Michael Weber2013-04-132-7/+10
* spell fixingJörg Bornkessel2013-04-132-3/+6
* Unmask the egg_info block for further testing. Feel free to comment it out if...Michał Górny2013-04-132-8/+11
* handle new gcc-4.8 MULTILIB_OSDIRNAMES logic that includes multiarch junkMike Frysinger2013-04-101-5/+9
* Move the egg_info code into a more realistic location for future testing.Michał Górny2013-04-102-10/+13
* Update documentation URL.Jeroen Roovers2013-04-102-3/+6
* Remove duplicate PCI ID.Jeroen Roovers2013-04-102-8/+10
* Add support for 1.6.0-nv2 (bug #465340).Jeroen Roovers2013-04-102-3/+9
* Disable debug symbols unless debug useflag is enabledJory Pratt2013-04-102-2/+8
* Make PT default for pax marking (pax-utils.eclass)Magnus Granberg2013-04-092-9/+12
* Fix for installing ini files in the tree. Bug 464900Ole Markus With2013-04-082-8/+7
* Add support for verbose build in <EAPI5Michael Sterrett2013-04-081-1/+12
* simplify nvidia-driver-get-card(); tidyMichael Sterrett2013-04-081-15/+17
* fix S clobbering that is not needed anymore to unbreak info page installs #46...Mike Frysinger2013-04-081-8/+4
* Fix for gcc info page installation #464008Patrick Lauer2013-04-082-3/+6
* 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 t...Michael Palimaka2013-04-072-4/+13
* 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 pre-releases...Michael Palimaka2013-04-072-9/+36
* Guard against multiple inheritance. Improve cross-compilation support by alwa...Michael Palimaka2013-04-072-2/+12
* Create temporary symlinks for executables and pkg-config files, and add them ...Michał Górny2013-04-075-6/+114
* Move header wrapping to multilib-build. Use the new code in autotools-multili...Michał Górny2013-04-074-96/+148
* 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 #4640...Mike Frysinger2013-04-061-1/+5
* 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 func...Michał Górny2013-04-013-43/+61
* Support setting mode of prune_libtool_files through AUTOTOOLS_PRUNE_LIBTOOL_F...Michał Górny2013-04-012-3/+25
* 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 fo...Mike Frysinger2013-04-011-2/+2
* epatch: add support for users to exclude specific patches via EPATCH_USER_EXC...Mike Frysinger2013-03-311-1/+15
* 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 pac...Tomas Chvatal2013-03-292-9/+30