Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unset KDEHOME, KDEROOTHOME in the build env; fixes 96177. | Dan Armak | 2005-07-29 | 1 | -1/+6 |
| | |||||
* | check whether confcache_start, _stop are defined functions in order to avoid ↵ | Dan Armak | 2005-07-29 | 1 | -3/+3 |
| | | | | the (harmless) 'confcache_start not defined' error message | ||||
* | Remove java-related code (#100049). The dependency on java is now in ↵ | Gregorio Guidi | 2005-07-29 | 1 | -27/+3 |
| | | | | kde-base/konqueror. | ||||
* | * Set GTK2_ENGINES_DIR according to Gtk's gtk_binary_version variable | Leonardo Boshell | 2005-07-28 | 1 | -5/+4 |
| | | | | * Do not install COPYING and INSTALL files | ||||
* | Set MOZ_PLUGIN_PATH in mozilla-launcher for multilib systems | Aron Griffis | 2005-07-28 | 1 | -1/+5 |
| | |||||
* | Trying this out (hope nothing breaks). | Caleb Tennis | 2005-07-25 | 1 | -29/+6 |
| | | | | | | | | | 1. Remove the functionality from set-qtdir, as all it did was make sure the QTDIR env variable was set and some addpredicts, which are now done in the qt3.eclass which is inherited at the beginning anyway. 2. Change the need-qt function to use the qt_min_version function from the eclass. | ||||
* | Remove qt4 handling and make the default case more graceful | Caleb Tennis | 2005-07-25 | 1 | -12/+2 |
| | |||||
* | This check makes the output string a little less verbose | Caleb Tennis | 2005-07-25 | 1 | -2/+9 |
| | |||||
* | Small cleanup of koffice code. | Gregorio Guidi | 2005-07-25 | 1 | -10/+3 |
| | |||||
* | Now that the mozilla-launcher snippets in /usr/bin are stubs instead of ↵ | Aron Griffis | 2005-07-25 | 1 | -2/+2 |
| | | | | symlinks, check for -e instead of -L | ||||
* | Bug 99978 - scoping the var exports of perl info. Thanks to Georgi for ↵ | Michael Cummings | 2005-07-24 | 1 | -3/+9 |
| | | | | noticing this. | ||||
* | initial version of eclass for vdr-plugins | Matthias Schwarzott | 2005-07-23 | 1 | -0/+114 |
| | |||||
* | fix incorrect IUSE | Marinus Schraal | 2005-07-23 | 1 | -2/+2 |
| | |||||
* | Update to have install and symlink functions. | Martin Schlemmer | 2005-07-23 | 1 | -3/+17 |
| | |||||
* | Commit proof of concept stuff for update-nsplugins. | Martin Schlemmer | 2005-07-23 | 1 | -2/+33 |
| | |||||
* | Move addpredict for /etc/krb5.conf from src_install() to src_compile(). | Sebastian Bergmann | 2005-07-23 | 4 | -8/+16 |
| | |||||
* | dont file -m{,no-}tls-direct-seg-refs flags #99896 | Mike Frysinger | 2005-07-22 | 1 | -1/+2 |
| | |||||
* | Fix goodies homepage. Closes bug #88688. | Brad Teaford Cowan | 2005-07-22 | 1 | -4/+7 |
| | |||||
* | removed spell enable/disable patch | Ryan Phillips | 2005-07-21 | 1 | -18/+20 |
| | |||||
* | remove old virtual: virtual/kernel | Michael Sterrett | 2005-07-21 | 1 | -2/+2 |
| | |||||
* | ading support for deprecated devfs in 2.6.13 | John Mylchreest | 2005-07-21 | 1 | -1/+9 |
| | |||||
* | create user home in $ROOT rather than $D | Mike Frysinger | 2005-07-21 | 1 | -8/+8 |
| | |||||
* | clean up multilib header creation, add support for s390 / s390x, and punt ↵ | Mike Frysinger | 2005-07-21 | 1 | -24/+25 |
| | | | | virtual/kernel | ||||
* | * gnome2_icon_cache_update(), gnome2_pkg_postinst(), gnome2_pkg_postrm(): | Leonardo Boshell | 2005-07-20 | 1 | -1/+22 |
| | | | | | New function to update the icon cache files under /usr/share/icons/* (bug #92289). | ||||
* | die happy | Thomas Matthijs | 2005-07-20 | 1 | -6/+6 |
| | |||||
* | Override for module-build use | Michael Cummings | 2005-07-19 | 1 | -7/+23 |
| | |||||
* | dodoc fix - thansk to stkn for noticing this ;) | Michael Cummings | 2005-07-18 | 1 | -5/+2 |
| | |||||
* | remove base inherit | Thomas Matthijs | 2005-07-18 | 1 | -4/+2 |
| | |||||
* | fix comment | Aron Griffis | 2005-07-18 | 1 | -3/+3 |
| | |||||
* | Fix bug 98694. | Sebastian Bergmann | 2005-07-17 | 4 | -4/+8 |
| | |||||
* | touchup unpack_2_4 to work with cross-compiling and quote S everywhere | Mike Frysinger | 2005-07-16 | 1 | -33/+40 |
| | |||||
* | dont set path to /usr/games/bin since its pointless #98738 | Mike Frysinger | 2005-07-15 | 1 | -6/+4 |
| | |||||
* | Revert previous commit (bug #98680) | Leonardo Boshell | 2005-07-15 | 1 | -25/+16 |
| | |||||
* | * sgml-catalog_cat_include(), sgml-catalog_pkg_postinst(), | Leonardo Boshell | 2005-07-15 | 1 | -16/+25 |
| | | | | | | | sgml-catalog_pkg_postrm(): Implemented a different logic to keep track of the catalogs to install/remove, since the previous one caused problems if sgml-catalog_cat_include() was called from pkg_setup(). See bug #98680. | ||||
* | Install PEAR to /usr/share/php and not to /usr/share/php/php. Closes bug 99025. | Sebastian Bergmann | 2005-07-15 | 1 | -2/+2 |
| | |||||
* | add support for C++ with avr targets; fix by Ludek Stepan #99020 | Mike Frysinger | 2005-07-15 | 1 | -1/+3 |
| | |||||
* | sync IUSE (-java -ldap +ipv6 +truetype) | Aron Griffis | 2005-07-15 | 1 | -7/+2 |
| | |||||
* | closes bug #98721 - localversions not handled correctly | John Mylchreest | 2005-07-14 | 1 | -3/+18 |
| | |||||
* | Fix bug 98836. | Sebastian Bergmann | 2005-07-14 | 4 | -8/+8 |
| | |||||
* | added WEBAPP_MANUAL_SLOT to allow ebuilds to set SLOTs. | Julien Allanos | 2005-07-14 | 1 | -2/+4 |
| | |||||
* | make sure libc_prefix is set to a sane value in the libc ssp check in case ↵ | Mike Frysinger | 2005-07-14 | 1 | -4/+7 |
| | | | | we have multilib/ABI crap turned off | ||||
* | Make toolchain eclass more friendly to Gentoo/FreeBSD using root:0 instead ↵ | Diego Elio Pettenò | 2005-07-13 | 1 | -2/+2 |
| | | | | of root:root. | ||||
* | Change einfo->ewarn in preserve_old_lib_notify. CLoses bug #94067. | Jeremy Huddleston | 2005-07-13 | 1 | -9/+9 |
| | |||||
* | Update include_path. | Sebastian Bergmann | 2005-07-13 | 3 | -6/+6 |
| | |||||
* | Removed versioning; obsolete configure option | Stuart Herbert | 2005-07-13 | 2 | -8/+2 |
| | |||||
* | Move addwrite/addpredict in global scope, as they don't work in pkg_setup(). ↵ | Gregorio Guidi | 2005-07-13 | 1 | -12/+6 |
| | | | | Fixes bug #98731. | ||||
* | Sync PHP 5 eclasses with PHP 4 ebuilds: Do not build PHP CLI binary for ↵ | Sebastian Bergmann | 2005-07-13 | 3 | -4/+12 |
| | | | | mod_php package. | ||||
* | Patch by Richard Brown to fix bug 97989. | Sebastian Bergmann | 2005-07-13 | 3 | -9/+9 |
| | |||||
* | Fix bug #46768. | Sebastian Bergmann | 2005-07-12 | 1 | -2/+5 |
| | |||||
* | Add warning about crack and pdf extensions. | Sebastian Bergmann | 2005-07-12 | 1 | -1/+7 |
| |