summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Update for KDE 3.5.0.Gregorio Guidi2005-11-231-1/+2
|
* add support for 3.5.0 finalDan Armak2005-11-221-1/+4
|
* Some tidy up and added call to eautoreconf.Danny van Dyk2005-11-221-4/+5
|
* Apply enewuser/enewgroup patch for OpenBSD as per bug #113236. Thanks Karol ↵Diego Elio Pettenò2005-11-221-2/+16
| | | | Pasternak for the patch.
* Print a message informing about pkg_config in pkg_postinstMatthias Schwarzott2005-11-201-3/+5
|
* added pkg_config to enable and disable plugin in vdr-config-fileMatthias Schwarzott2005-11-201-2/+68
|
* Adds support for python version of webapp-configStuart Herbert2005-11-201-156/+132
|
* Fix some credits and comments on various new-style PHP eclasses.Luca Longinotti2005-11-207-23/+30
|
* touchup syntax, how we delete libiberty.a, and add some TODO commentsMike Frysinger2005-11-191-16/+14
|
* add support for USE=mudflap (gcc4+), remove the cross-compile multilib hack ↵Mike Frysinger2005-11-181-8/+11
| | | | for mips targets, and support building bootstrap C compiler with libc/kernel headers
* add an unpack function for 2.6 headers, unify duplicated env setups into one ↵Mike Frysinger2005-11-181-24/+43
| | | | function, and add support for installing kernel headers without a proper compiler (for use with a bootstrap C compiler)
* have unpack_makeself default to $A if nothing is specifiedMike Frysinger2005-11-181-3/+4
|
* allow modular x deps, bug #111979Ciaran McCreesh2005-11-171-3/+6
|
* My initial commit of a qt4 eclass (highly mirrored off of qt3)Caleb Tennis2005-11-171-0/+50
|
* More xft/pango cleanups.Martin Schlemmer2005-11-161-18/+6
|
* Commit the right version of it, after making sure I don't have two vim ↵Diego Elio Pettenò2005-11-161-20/+2
| | | | sessions running over nfs.
* Revert the broken eclass.Diego Elio Pettenò2005-11-161-1/+21
|
* Remove danarmak's confcache support, as kde eclass now uses econf, and ↵Diego Elio Pettenò2005-11-161-21/+1
| | | | anyway this is no more supported by the latest confcache patch.
* Make KDE use econf as usual, by overriding the directories where the ↵Diego Elio Pettenò2005-11-161-8/+13
| | | | ${PREFIX} changes. This allows it to play fine with confcache, removes the warning about ${CBUILD} unset and allows to update gnuconfig files.
* update toolchain patch to handle uncompressed pie patchesMike Frysinger2005-11-161-3/+3
|
* Changed xorg-x11 blocker for clarity.Joshua Baergen2005-11-161-2/+2
|
* Remove code to workaround non pango enabled builds. RemoveMartin Schlemmer2005-11-151-16/+8
| | | | noxft USE flag, we use truetype for that.
* (#112480) Add RDEPEND on >=sys-apps/man-1.6b-r2 so it looks in the [0-8]x/ ↵Donnie Berkholz2005-11-151-2/+4
| | | | directories.
* add optional support for objc garbage collection #91222Mike Frysinger2005-11-131-3/+6
|
* add instructions for 3.5.0_rc1Dan Armak2005-11-121-1/+2
|
* add support for 3.5.0_rc1 distfiles, which are on mirror://gentoo onlyDan Armak2005-11-122-41/+52
|
* Add RC2 to SRC_URI list.Donnie Berkholz2005-11-111-2/+3
|
* run make dep for all 2.4 targets, not just sparcMike Frysinger2005-11-111-2/+2
|
* disable mudflap for bootstrap cross-compilersMike Frysinger2005-11-111-3/+4
|
* Changed line 26 to use [[ instead of [Petteri Räty2005-11-101-1/+1
|
* typo fixMichael Sterrett2005-11-091-2/+2
|
* Add big fat warning about gtk-sharp-2.6.x being unsupported by upstream.Peter Johanson2005-11-081-2/+13
|
* new eclass for >= 1.5 mozilla productsJory Pratt2005-11-071-0/+323
|
* add support for nightly binutils cvs snapshots and initial support for live cvsMike Frysinger2005-11-061-16/+44
|
* remove USE=static #85318Mike Frysinger2005-11-051-10/+4
|
* Add examples flag support to ruby eclass, per bugCaleb Tennis2005-11-041-8/+12
| | | | #111508
* install TODO but not COPYING doc filesMike Frysinger2005-11-041-2/+2
|
* change default abi for mips64 toolchains to n32 and add a warning if we skip ↵Mike Frysinger2005-11-041-4/+6
| | | | libstdc++ doc generation
* Ups, fix Hardened-PHP for 5.0.5.Luca Longinotti2005-11-041-2/+2
|
* Hardened-PHP update.Luca Longinotti2005-11-032-3/+4
|
* Make sure pam files are installed with 0644 perms. Thanks to vapier for this ↵Diego Elio Pettenò2005-11-031-1/+5
| | | | workaround and jkt for the report.
* Get rid of ABI crap since it's needed only in dev profiles, and with ↵Jeremy Huddleston2005-11-031-2/+1
| | | | gcc-config-2.0 those profiles can start using CHOST rather than ABI to properly set the toolchain.
* $IMAGE -> $DMike Frysinger2005-11-021-4/+4
|
* Drop collision-protect warning for now as we're probably going with aJoshua Baergen2005-11-021-13/+1
| | | | blocker.
* Add an error about collision-protect in case we allow monolithic->modularJoshua Baergen2005-11-021-1/+13
| | | | upgrade paths without unmerging the old version first.
* make the run a little more quietMike Frysinger2005-11-021-3/+3
|
* * latex-package.eclass: (latex-package_src_doinstall): Install pfb filesLeonardo Boshell2005-11-011-2/+9
| | | | under the right directory (bug #110790).
* Fix java-internal INI file support.Luca Longinotti2005-11-011-1/+5
|
* New-style PHP update, see dev-lang/php ChangeLog for detailed list of changes.Luca Longinotti2005-10-3111-173/+397
|
* Modify block so that release candidate metabuilds are allowed.Joshua Baergen2005-10-301-2/+2
|