Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo fix: =x11-libs/gtk+-1.2 -> =x11-libs/gtk+-1.2* | 2004-03-25 | 1 | -2/+2 | |
| | |||||
* | fixed newdepends | 2004-03-25 | 1 | -6/+6 | |
| | |||||
* | change default app-emulation install to be in Emulatoin | 2004-03-25 | 1 | -2/+2 | |
| | |||||
* | fix newdepend and ternary syntax | 2004-03-25 | 1 | -5/+5 | |
| | |||||
* | Moved from newdepend to DEPEND= in gnome2.eclass | 2004-03-24 | 1 | -2/+2 | |
| | |||||
* | fix a var | 2004-03-24 | 1 | -2/+2 | |
| | |||||
* | rewrite of some stuff | 2004-03-24 | 1 | -31/+40 | |
| | |||||
* | update eclass for gst 0.8 | 2004-03-21 | 1 | -2/+23 | |
| | |||||
* | dont hack for clisp | 2004-03-21 | 1 | -4/+18 | |
| | |||||
* | remove deprecated ? : in DEPEND | 2004-03-21 | 1 | -3/+5 | |
| | |||||
* | fix bug 43885 by patching configure.in to be compatible with 9libs | 2004-03-21 | 1 | -6/+7 | |
| | |||||
* | 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. |