summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* unset KDEHOME, KDEROOTHOME in the build env; fixes 96177.Dan Armak2005-07-291-1/+6
|
* check whether confcache_start, _stop are defined functions in order to avoid ↵Dan Armak2005-07-291-3/+3
| | | | the (harmless) 'confcache_start not defined' error message
* Remove java-related code (#100049). The dependency on java is now in ↵Gregorio Guidi2005-07-291-27/+3
| | | | kde-base/konqueror.
* * Set GTK2_ENGINES_DIR according to Gtk's gtk_binary_version variableLeonardo Boshell2005-07-281-5/+4
| | | | * Do not install COPYING and INSTALL files
* Set MOZ_PLUGIN_PATH in mozilla-launcher for multilib systemsAron Griffis2005-07-281-1/+5
|
* Trying this out (hope nothing breaks).Caleb Tennis2005-07-251-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 gracefulCaleb Tennis2005-07-251-12/+2
|
* This check makes the output string a little less verboseCaleb Tennis2005-07-251-2/+9
|
* Small cleanup of koffice code.Gregorio Guidi2005-07-251-10/+3
|
* Now that the mozilla-launcher snippets in /usr/bin are stubs instead of ↵Aron Griffis2005-07-251-2/+2
| | | | symlinks, check for -e instead of -L
* Bug 99978 - scoping the var exports of perl info. Thanks to Georgi for ↵Michael Cummings2005-07-241-3/+9
| | | | noticing this.
* initial version of eclass for vdr-pluginsMatthias Schwarzott2005-07-231-0/+114
|
* fix incorrect IUSEMarinus Schraal2005-07-231-2/+2
|
* Update to have install and symlink functions.Martin Schlemmer2005-07-231-3/+17
|
* Commit proof of concept stuff for update-nsplugins.Martin Schlemmer2005-07-231-2/+33
|
* Move addpredict for /etc/krb5.conf from src_install() to src_compile().Sebastian Bergmann2005-07-234-8/+16
|
* dont file -m{,no-}tls-direct-seg-refs flags #99896Mike Frysinger2005-07-221-1/+2
|
* Fix goodies homepage. Closes bug #88688.Brad Teaford Cowan2005-07-221-4/+7
|
* removed spell enable/disable patchRyan Phillips2005-07-211-18/+20
|
* remove old virtual: virtual/kernelMichael Sterrett2005-07-211-2/+2
|
* ading support for deprecated devfs in 2.6.13John Mylchreest2005-07-211-1/+9
|
* create user home in $ROOT rather than $DMike Frysinger2005-07-211-8/+8
|
* clean up multilib header creation, add support for s390 / s390x, and punt ↵Mike Frysinger2005-07-211-24/+25
| | | | virtual/kernel
* * gnome2_icon_cache_update(), gnome2_pkg_postinst(), gnome2_pkg_postrm():Leonardo Boshell2005-07-201-1/+22
| | | | | New function to update the icon cache files under /usr/share/icons/* (bug #92289).
* die happyThomas Matthijs2005-07-201-6/+6
|
* Override for module-build useMichael Cummings2005-07-191-7/+23
|
* dodoc fix - thansk to stkn for noticing this ;)Michael Cummings2005-07-181-5/+2
|
* remove base inheritThomas Matthijs2005-07-181-4/+2
|
* fix commentAron Griffis2005-07-181-3/+3
|
* Fix bug 98694.Sebastian Bergmann2005-07-174-4/+8
|
* touchup unpack_2_4 to work with cross-compiling and quote S everywhereMike Frysinger2005-07-161-33/+40
|
* dont set path to /usr/games/bin since its pointless #98738Mike Frysinger2005-07-151-6/+4
|
* Revert previous commit (bug #98680)Leonardo Boshell2005-07-151-25/+16
|
* * sgml-catalog_cat_include(), sgml-catalog_pkg_postinst(),Leonardo Boshell2005-07-151-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 Bergmann2005-07-151-2/+2
|
* add support for C++ with avr targets; fix by Ludek Stepan #99020Mike Frysinger2005-07-151-1/+3
|
* sync IUSE (-java -ldap +ipv6 +truetype)Aron Griffis2005-07-151-7/+2
|
* closes bug #98721 - localversions not handled correctlyJohn Mylchreest2005-07-141-3/+18
|
* Fix bug 98836.Sebastian Bergmann2005-07-144-8/+8
|
* added WEBAPP_MANUAL_SLOT to allow ebuilds to set SLOTs.Julien Allanos2005-07-141-2/+4
|
* make sure libc_prefix is set to a sane value in the libc ssp check in case ↵Mike Frysinger2005-07-141-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-131-2/+2
| | | | of root:root.
* Change einfo->ewarn in preserve_old_lib_notify. CLoses bug #94067.Jeremy Huddleston2005-07-131-9/+9
|
* Update include_path.Sebastian Bergmann2005-07-133-6/+6
|
* Removed versioning; obsolete configure optionStuart Herbert2005-07-132-8/+2
|
* Move addwrite/addpredict in global scope, as they don't work in pkg_setup(). ↵Gregorio Guidi2005-07-131-12/+6
| | | | Fixes bug #98731.
* Sync PHP 5 eclasses with PHP 4 ebuilds: Do not build PHP CLI binary for ↵Sebastian Bergmann2005-07-133-4/+12
| | | | mod_php package.
* Patch by Richard Brown to fix bug 97989.Sebastian Bergmann2005-07-133-9/+9
|
* Fix bug #46768.Sebastian Bergmann2005-07-121-2/+5
|
* Add warning about crack and pdf extensions.Sebastian Bergmann2005-07-121-1/+7
|