Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | put double quotes around $@ | 2004-03-19 | 1 | -18/+18 | |
| | |||||
* | add category to plugins dep | 2004-03-19 | 1 | -2/+2 | |
| | |||||
* | update SRC_URI | 2004-03-19 | 1 | -2/+2 | |
| | |||||
* | long needed filter-ldflags function thanks to Christian Rubbert bug #44825 | 2004-03-16 | 1 | -1/+16 | |
| | |||||
* | Applied a patch from agriffis regardling the bug $44712. Thanks ;) | 2004-03-16 | 1 | -5/+5 | |
| | |||||
* | console-tools->kbd | 2004-03-14 | 2 | -4/+4 | |
| | |||||
* | add filter-lfs-flags | 2004-03-12 | 1 | -1/+5 | |
| | |||||
* | filter -pie along with fpie | 2004-03-12 | 1 | -2/+2 | |
| | |||||
* | fdftk support, and fix mime-magic | 2004-03-10 | 1 | -3/+16 | |
| | |||||
* | typo fix for php-ext | 2004-03-10 | 1 | -2/+2 | |
| | |||||
* | correct site-gentoo.el to be much more specific about what files should be ↵ | 2004-03-09 | 2 | -11/+19 | |
| | | | | | | included refactor common-lisp pkg_prerm and pkg_postinst | ||||
* | added Panard's patch to the register-archive command | 2004-03-07 | 1 | -2/+2 | |
| | |||||
* | This was done per request of mr.bones - outside calls to get vars like | 2004-03-05 | 1 | -14/+22 | |
| | | | | | perl version, site lib, arch lib, etc., have been moved into a self contained function to limit external calls | ||||
* | Cleaned up, thanks Mr_bones for pointing out the kde-base eclass | 2004-03-05 | 1 | -173/+4 | |
| | |||||
* | ebook.eclass was marked stable for amd64, but devhelp is unstable. marked | 2004-03-05 | 1 | -2/+2 | |
| | | | | ebook.eclass ~amd64 | ||||
* | Removed BETA notice; fix for repoman scans when webapp-config not installed | 2004-03-03 | 1 | -7/+9 | |
| | |||||
* | Updated to sync with webapp-config release | 2004-03-02 | 1 | -22/+132 | |
| | |||||
* | stderr > /dev/null | 2004-03-01 | 1 | -2/+2 | |
| | |||||
* | permission fix | 2004-03-01 | 1 | -5/+5 | |
| | |||||
* | fix group check in enewuser #43278 | 2004-02-29 | 1 | -6/+3 | |
| | |||||
* | use getent to query passwd/group database and have enewuser add new accounts ↵ | 2004-02-29 | 1 | -26/+17 | |
| | | | | as system accounts #42612 | ||||
* | handle cases where requested gid is already taken #41657 | 2004-02-27 | 1 | -3/+10 | |
| | |||||
* | handle cases where requested uid is already taken #41657 | 2004-02-27 | 1 | -2/+9 | |
| | |||||
* | Fixes bug #42911 and clean up. | 2004-02-27 | 1 | -28/+33 | |
| | |||||
* | Put the hack in the eclass. | 2004-02-27 | 1 | -1/+43 | |
| | | | | Put the standard postint, prerm calls in the eclass. | ||||
* | include -mtune in the list | 2004-02-26 | 1 | -1/+2 | |
| | |||||
* | fix bug #42944 | 2004-02-26 | 2 | -7/+12 | |
| | |||||
* | Spaces to tabs. | 2004-02-25 | 1 | -9/+9 | |
| | |||||
* | Adding amd64 keyword. Closing #42517. | 2004-02-25 | 1 | -2/+2 | |
| | |||||
* | remove the configure_die and add an IUSE statement | 2004-02-24 | 1 | -35/+3 | |
| | |||||
* | change install location of desktop files #26578 | 2004-02-24 | 1 | -3/+8 | |
| | |||||
* | make warning messages even more pronounce | 2004-02-23 | 1 | -8/+13 | |
| | |||||
* | Make arch() more robust. Basically copied from use() in ebuild.sh. | 2004-02-23 | 1 | -2/+30 | |
| | |||||
* | einfo for patch_exclude() should be in the ebuild. | 2004-02-21 | 1 | -3/+1 | |
| | |||||
* | Quotes messing up wildcards with multiple matches. | 2004-02-21 | 1 | -2/+2 | |
| | |||||
* | patch_exclude() was a little too general. | 2004-02-21 | 1 | -2/+2 | |
| | |||||
* | Add patch_exclude() for easy, verbose, pattern-matching patch exclusion. | 2004-02-21 | 1 | -1/+21 | |
| | |||||
* | Add arch() helper function to save space when checking ARCH. | 2004-02-21 | 1 | -1/+5 | |
| | |||||
* | Removed eutils and flag-o-matic from inherit list since epatch and | 2004-02-21 | 1 | -4/+5 | |
| | | | | | filter-flags are now part of portage. Also moved filter-flags to src_compile() to stop "has_version() in global scope" warning. | ||||
* | fix awkward english | 2004-02-21 | 1 | -2/+2 | |
| | |||||
* | add replace-cpu-flags to help tone down march/mcpu flags | 2004-02-21 | 1 | -5/+19 | |
| | | | | make sure filter-flags/replace-flags catch multiple copies of a flag (for example, if user has -msse -msse -msse and we try to `filter-flags -msse`, we would catch only the first one before) | ||||
* | move ALLOWED_FLAGS/UNSTABLE_FLAGS out of global scope since only one or two ↵ | 2004-02-21 | 1 | -51/+72 | |
| | | | | | | | | | | functions use them change filter-mfpmath to use other flag-o-matic functions instead of its own code change instances of $@ to "$@" to provide better quoting update replace-flags to only work on flag atoms add more comments for people to understand the code remove trailing space in etexec-flags/fstack-flags | ||||
* | autoconf in DEPEND | 2004-02-21 | 1 | -2/+3 | |
| | |||||
* | Changed $* to "$@" to avoid parameter expansion. | 2004-02-20 | 1 | -2/+2 | |
| | |||||
* | fix to ensure digest integrity. repoman MUST be used with FEATURES='cvs' | 2004-02-18 | 1 | -8/+13 | |
| | |||||
* | small fix in case /usr/src/linux/Makefile doesnt exist | 2004-02-18 | 1 | -1/+5 | |
| | |||||
* | marked ~mips until deps are stable | 2004-02-17 | 1 | -2/+2 | |
| | |||||
* | mips and ia64 need deps first | 2004-02-17 | 1 | -2/+2 | |
| | |||||
* | arm isn't ready yet. | 2004-02-17 | 3 | -6/+6 | |
| | |||||
* | arm needs deps first | 2004-02-17 | 1 | -2/+2 | |
| |