summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* changed the text in pkg_postrm to be more readableGeorge Shapovalov2007-07-111-5/+4
|
* Make it possible to skip phpize via the PHP_EXT_SKIP_PHPIZE env var.Robin H. Johnson2007-07-111-1/+3
|
* Bug #88360, static builds need to have PIC some pick stuff for when dynamic ↵Robin H. Johnson2007-07-111-3/+3
| | | | files are built against them.
* Resurrect tc-endian as I need it to control some testcases.Robin H. Johnson2007-07-111-1/+26
|
* Add RDEPEND line. Put proper header information in site-gentoo.el.Ulrich Müller2007-07-102-30/+34
| | | | | Update copyright info. Consistent BE spelling. Some comment changes. Remove -b option from mv since it does not work on BSD.
* Add pam_epam_expand function to expand the EPAM "syntax" in the pam.d ↵Diego Elio Pettenò2007-07-101-1/+36
| | | | configuration files. sys-libs/pam will be the first user of this.
* Unbreak on BSD userland: mv -b is non-standard option.Diego Elio Pettenò2007-07-091-2/+6
|
* also convert asm and volatile to __asm__ and __volatile__ #182414Mike Frysinger2007-07-091-3/+5
|
* use use_setuptools(*args,**kwargs) as the dummy function, to prevent errors ↵Ali Polatel2007-07-081-2/+2
| | | | about function args
* if we dont handle the args passed to us, dont return 0 #184495Mike Frysinger2007-07-071-1/+5
|
* added support for POLICY_PATCHPetre Rodan2007-07-071-1/+7
|
* Add some more notes and docsDoug Goldstein2007-07-051-1/+7
|
* Add new nvidia-driver eclass for determining nVidia card models that match ↵Doug Goldstein2007-07-051-0/+81
| | | | driver versions
* Added distutils_src_unpack which removes ez_setup stuff.Lukasz Strzygowski2007-07-041-2/+12
|
* Fix. sorry.Piotr Jaroszyński2007-07-031-3/+3
|
* (QA) RESTRICT clean up.Piotr Jaroszyński2007-07-0211-30/+21
|
* (QA) RESTRICT clean up.Piotr Jaroszyński2007-07-021-2/+2
|
* (QA) RESTRICT clean up.Piotr Jaroszyński2007-07-021-2/+2
|
* elisp.eclass:Christian Faulhammer2007-07-022-49/+110
| | | | | | | | | | | | | | | | | * Depend on Emacs by NEED_EMACS=<version> before inherit * DOCS variable is used in src_install() to give a number of documentation files * Documented some missing parts * Some code clean-up elisp-common: * elisp-emacs-version() to determine Emacs' current major version number * site-gentoo.el is only regenerated if there was actually a change, thus preventing unecessary output on postrm or postinst * now every action is commented with an einfo output * Documented some missing parts * Some code clean-up
* (QA) Little improvements.Piotr Jaroszyński2007-07-011-55/+22
|
* (QA) RESTRICT="multilib-pkg-force" -> EMULTILIB_PKG="true" (2/2)Piotr Jaroszyński2007-07-011-3/+2
|
* (QA) RESTRICT="multilib-pkg-force" -> EMULTILIB_PKG="true" (1/2)Piotr Jaroszyński2007-07-011-3/+3
|
* Fixed distutils_python_tkinter to call python_tkinter_exists.Lukasz Strzygowski2007-06-301-8/+2
|
* break out functionality from src_unpackDoug Goldstein2007-06-281-1/+5
|
* remove mythdvd from list of plugins for 0.21Doug Goldstein2007-06-281-1/+2
|
* hijack ESVN_PROJECT variable as suggested in bug #182783Doug Goldstein2007-06-281-1/+8
|
* Add mythmovies to plugins list for 0.21 per bug #183538Doug Goldstein2007-06-281-2/+2
|
* refactor patch code a bitMike Frysinger2007-06-281-20/+35
|
* (QA) Fix broken epatch handling wrt bug #109551.Piotr Jaroszyński2007-06-281-2/+7
|
* add ~vapier/dist to the patch URIs as a fallbackMike Frysinger2007-06-281-7/+10
|
* mono.eclass: now exporting LC_ALL=C, added some descriptionsJurek Bartuszek2007-06-271-3/+11
|
* Check for existence of common docs before attempting to install them. ↵Ryan Hill2007-06-241-4/+6
| | | | (Johannes Weiner, Bug #148804)
* restore working dir, bug 160343Marijn Schouten2007-06-211-1/+2
|
* save and restore shopt nullglob, bug 160343Marijn Schouten2007-06-211-2/+3
|
* update make_desktop_entry to upstream 1.0 spec #182669 and flesh out more ↵Mike Frysinger2007-06-211-13/+34
| | | | default categories
* typo againCaleb Tennis2007-06-201-2/+2
|
* typo fixCaleb Tennis2007-06-201-2/+2
|
* Add a pkg_setup check to allow easy checks to make sure Qt4 was built with ↵Caleb Tennis2007-06-201-2/+13
| | | | certain options
* Fix potential problem in eant when used with ROOT != /Vlastimil Babka2007-06-191-2/+3
|
* handle newer versions of binutils where uclibc patchset is no longer neededMike Frysinger2007-06-191-3/+7
|
* Don't change the PWD in darcs_src_unpack (eclass/darcs.eclass)Lennart Kolmodin2007-06-171-1/+3
|
* Revert eclass rewrite. Changes will be moved into the ebuilds instead.Ryan Hill2007-06-171-80/+39
|
* Commit wxlib eclass rewrite. Bug #178824.Ryan Hill2007-06-161-40/+81
|
* move man page documentation to eclassMike Frysinger2007-06-161-167/+196
|
* finish gen_usr_ldscript to toolchain-funcs from eutilsMike Frysinger2007-06-162-52/+3
|
* removed some old and ugly cruftGeorge Shapovalov2007-06-151-28/+3
|
* Change pidof to pgrep; bug #182044Daniel Gryniewicz2007-06-141-2/+2
|
* Updated to use $(get_libdir) instead of hard-coding /usr/libJim Ramsay2007-06-121-4/+4
|
* Added ability to skip a wrapper script (mostly for applets)Jim Ramsay2007-06-121-15/+22
|
* Limited checking for the arts USE flag to KDE 3.5* because it will otherwise ↵Wulf Krueger2007-06-111-2/+2
| | | | conflict with KDE 4.x.