Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Goodbye kdeprefix (for >= 4.6.4) | 2011-06-06 | 3 | -92/+28 | |
| | | | | | Remove all usage of the kdeprefix flag that doesn't die immediately; remove the flag itself on >= 4.6.4 | ||||
* | Use modified GNUstep.conf for compilation, should fix bug #366795 | 2011-06-06 | 1 | -3/+11 | |
| | |||||
* | Goodbye kdeprefix (part 1 -- die on +kdeprefix) | 2011-06-06 | 1 | -1/+15 | |
| | |||||
* | Sync kde eclasses from overlay | 2011-06-06 | 3 | -46/+33 | |
| | |||||
* | Warn when using xfconf_use_debug without having debug in IUSE | 2011-06-06 | 1 | -1/+3 | |
| | |||||
* | Add documentation. | 2011-06-04 | 1 | -4/+22 | |
| | |||||
* | Documentation syntax fixes. | 2011-06-04 | 1 | -4/+4 | |
| | |||||
* | Fix typo when getting KV_MINOR. Thanks to hwoarang for reporting | 2011-06-03 | 1 | -2/+2 | |
| | |||||
* | Add support for 2 part versioning. bug #369533 | 2011-06-03 | 1 | -48/+119 | |
| | |||||
* | Update linux-mod.eclass for building modules on Linux 3.0* kernels. | 2011-06-01 | 1 | -2/+3 | |
| | |||||
* | Drop maintainership of eclasses I won't do anymore. | 2011-05-31 | 2 | -4/+3 | |
| | |||||
* | Support >=ruby-gnome2-0.90 file structure. Based on a code from Shunsuke ↵ | 2011-05-29 | 1 | -3/+8 | |
| | | | | Shimizu. | ||||
* | Ensure LDFLAGS usage | 2011-05-29 | 1 | -2/+4 | |
| | |||||
* | for EAPI>=4, rely on PMS MERGE_TYPE rather than portage non-spec ↵ | 2011-05-27 | 1 | -2/+9 | |
| | | | | EMERGE_FROM; for EAPI<4, use EMERGE_FROM since it's acceptable there | ||||
* | Add 4.7 to the list of possible slots | 2011-05-24 | 1 | -2/+2 | |
| | |||||
* | Fix SRC_URI for experimental xemacs packages. | 2011-05-24 | 1 | -2/+2 | |
| | |||||
* | Always show kdeprefix warning with USE=kdeprefix; make warning scarier | 2011-05-23 | 1 | -10/+10 | |
| | |||||
* | prepping for updated bootstrap | 2011-05-23 | 1 | -4/+7 | |
| | |||||
* | Added 5.4 and 5.5 to PHP_USE | 2011-05-22 | 1 | -2/+2 | |
| | |||||
* | Removed chpax, see bug #365825 | 2011-05-22 | 1 | -88/+61 | |
| | |||||
* | Improved error handling when failed to load modules | 2011-05-20 | 1 | -2/+2 | |
| | |||||
* | Run default src_unpack at the end. Because users can specify something in ↵ | 2011-05-20 | 1 | -1/+5 | |
| | | | | src_uri and we should unpack it. | ||||
* | Drop useless cd so we won't polute the environment. | 2011-05-20 | 1 | -3/+1 | |
| | |||||
* | Fix typo upack -> unpack | 2011-05-20 | 1 | -2/+2 | |
| | |||||
* | DOCS has to be an array now, all ebuilds are migrated | 2011-05-19 | 1 | -9/+3 | |
| | |||||
* | Revert the change that was commited by accident :/ | 2011-05-19 | 1 | -104/+73 | |
| | |||||
* | Add EGIT_PROJECT variable that allows us to specify folder where to check ↵ | 2011-05-19 | 2 | -76/+121 | |
| | | | | out the git repository. | ||||
* | Add a http fallback URI for git. | 2011-05-17 | 1 | -2/+2 | |
| | |||||
* | setup env before loading ACLOCAL_AMFLAGS #365401 by Dennis Schridde | 2011-05-16 | 1 | -6/+13 | |
| | |||||
* | Fix typo video -> input | 2011-05-14 | 1 | -2/+2 | |
| | |||||
* | Add x11-libs/libXcomposite to general KDE dependencies | 2011-05-14 | 1 | -1/+2 | |
| | |||||
* | added CABAL_EXTRA_CONFIGURE_FLAGS variable, more tweaks | 2011-05-08 | 1 | -23/+55 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - CABAL_EXTRA_CONFIGURE_FLAGS - variable similar to EXTRA_ECONF for econf. It appends given arguments to 'runhaskell Setup configure args' call. It's handy when one wants to pass some argument for all haskell packages, like 'CABAL_EXTRA_CONFIGURE_FLAGS=--enable-shared' to get shared variants for all haskell libraries. - GHC_BOOTSTRAP_FLAGS - ghc option when building Setup.hs. - fix CABAL_FEATURES="nocabaldep" (found by Felipe Almeida Lessa) Felipe's output for ghc-6.12.3: > $ ghc-pkg field Cabal version > version: 1.8.0.6 > version: 1.10.1.0 My output for ghc-6.12.3: > $ ghc-pkg field Cabal version > version: 1.10.1.0 > version: 1.8.0.6 It has unstable order and breaks dev-haskell/cairo setup. Now we always pick ghc's Cabal version (as CABAL_FROM_GHC var name says), not the most recently installed. - Setup.hs is linked dynamically where available. Drastically speedups (from tens of seconds down to seconds) link time (and the whole package build time). - src_compile() got a QA warning when passed '--flags=' argument for EAPI, where yet src_configure() (catches potential package misconfiguration) | ||||
* | speed up package deregistration, add 'ghc-supports-shared-libraries' helper | 2011-05-08 | 1 | -17/+16 | |
| | | | | | | | | - 'pkg_prerm' could take up to minute in a loop of checking protected packages. We don't need to protect anything on modern ghc (6.12+) - ghc-supports-shared-libraries returns success if installed ghc is able to build shared objects | ||||
* | Add more common protos. | 2011-05-08 | 1 | -1/+3 | |
| | |||||
* | All input drivers require inputproto so just handle it in eclass. | 2011-05-08 | 1 | -1/+6 | |
| | |||||
* | Bug #366289: some of the docs are removed in newer versions, update dodoc line. | 2011-05-07 | 1 | -2/+4 | |
| | |||||
* | Missing depend gnome-base/libgnomeprintui added. Almost-silent build failure ↵ | 2011-05-06 | 1 | -2/+3 | |
| | | | | would result if this were not present, only caught by presence of too few files. | ||||
* | Drop needless `inherit multilib'. Thanks to Henry Gebhardt for pointing this ↵ | 2011-05-04 | 1 | -3/+1 | |
| | | | | out. | ||||
* | Introducing systemd.eclass - a helper eclass to handle systemd unit ↵ | 2011-05-04 | 1 | -0/+102 | |
| | | | | installation. | ||||
* | All older than -good-0.10.23 versions are gone from tree, so remove now ↵ | 2011-05-04 | 1 | -8/+3 | |
| | | | | unnecessary econf support for these | ||||
* | All older than -bad-0.10.19 versions are gone from tree, so remove now ↵ | 2011-05-04 | 1 | -32/+2 | |
| | | | | unnecessary econf and patching support for these | ||||
* | All liboil using versions are now gone from the tree, so simply the orc ↵ | 2011-05-04 | 1 | -33/+11 | |
| | | | | handling logic and remove support for econfing those removed old versions. | ||||
* | Fix variable references ({cur,old}sha1 -> {cur,old}sha). | 2011-05-02 | 1 | -3/+3 | |
| | |||||
* | Rework the gcc checkup to be less time consuming and move to git-2 eclass | 2011-05-01 | 2 | -40/+17 | |
| | |||||
* | Add similar output to eautoreconf to intltoolize | 2011-05-01 | 1 | -2/+5 | |
| | |||||
* | Don't PROVIDE virtual/linux-sources, it is a new-style virtual now, bug 118442. | 2011-04-30 | 1 | -3/+1 | |
| | |||||
* | Add support for DOCS being an array with backward compat | 2011-04-30 | 1 | -7/+11 | |
| | |||||
* | punt references to USE mailwrapper wrt #361085 | 2011-04-29 | 1 | -8/+3 | |
| | |||||
* | Punt all DEAD marked eclasses which are due. | 2011-04-27 | 9 | -63/+0 | |
| | |||||
* | Rather inform that we have no tests instead of printing help for ctest. | 2011-04-27 | 1 | -2/+4 | |
| |