Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make_desktop_entry: call `die` if `doins` failed #305165 | 2010-03-07 | 1 | -2/+2 | |
| | |||||
* | make_desktop_entry: place media-gfx into Graphics only, not AudioVideo;Graphics | 2010-03-07 | 1 | -7/+13 | |
| | |||||
* | make_desktop_entry: fix tab/space corruption | 2010-03-07 | 1 | -45/+39 | |
| | |||||
* | Replace eqawarn with ewarn - as it's present in all EAPIs | 2010-03-02 | 1 | -5/+3 | |
| | |||||
* | Reapply patch, this time with workaround for an apparent bug in bash 3.2 and 4.0 | 2010-02-26 | 1 | -4/+16 | |
| | |||||
* | Broken with stable versions of bash | 2010-02-26 | 1 | -16/+4 | |
| | |||||
* | Properly implement the Desktop File Specification in make_desktop_entry() | 2010-02-26 | 1 | -4/+16 | |
| | |||||
* | Check if eqawarn is defined before calling it. | 2010-02-17 | 1 | -3/+5 | |
| | |||||
* | Fixed indentation. | 2010-02-17 | 1 | -7/+7 | |
| | |||||
* | Added fallback implementations for ebeep and epause that display QA Notice ↵ | 2010-02-17 | 1 | -1/+11 | |
| | | | | when used in EAPI-3 | ||||
* | eshopts_{push,pop}: add support for the extended options available only via ↵ | 2010-02-15 | 1 | -7/+20 | |
| | | | | `shopt` | ||||
* | Only define epause and ebeep in EAPIs 0 1 2. Mark built_with_use as deprecated. | 2010-01-28 | 1 | -3/+10 | |
| | |||||
* | Fix the EPATCH_EXCLUDE properly by patch from Griffon26. Also it fixes bug ↵ | 2010-01-10 | 1 | -5/+6 | |
| | | | | #300360. | ||||
* | [eutils.eclass] QA: Fix EPATCH_EXCLUDE not working at all. | 2010-01-10 | 1 | -3/+5 | |
| | |||||
* | epatch - fix unbalanced eshopts_pop #300360 | 2010-01-10 | 1 | -5/+3 | |
| | |||||
* | rewrite epatch greatly -- clean up logging, quoting, shell opts, file name ↵ | 2010-01-09 | 1 | -218/+206 | |
| | | | | checking, and decompression | ||||
* | Bug #281314 - Do die if the license file can not be found until after | 2010-01-03 | 1 | -2/+2 | |
| | | | | ACCEPT_LICENSE has been checked (since it may not be necessary to die). | ||||
* | Bug #297392 - Remove extra leading slash in epatch_user() output. | 2009-12-19 | 1 | -2/+2 | |
| | |||||
* | add new eshopts_{push,pop} functions to simplify mucking with shell options | 2009-12-11 | 1 | -6/+49 | |
| | |||||
* | move euser argument to the end, to conform to more implementations of ↵ | 2009-10-18 | 1 | -3/+5 | |
| | | | | useradd, bug #271081 | ||||
* | make_desktop_entry: dont bother writing Version= anymore #285920 by Josh Saddler | 2009-09-24 | 1 | -2/+1 | |
| | |||||
* | properly detect OSX 10.6/Darwin 10, thanks Sören Kuklau in bug #284701 | 2009-09-12 | 1 | -11/+11 | |
| | |||||
* | unify duplicated user epatching code | 2009-08-26 | 1 | -1/+20 | |
| | |||||
* | add xz support by Brandon Berhent #260653 | 2009-03-01 | 1 | -1/+5 | |
| | |||||
* | tweak output case to avoid confusing people #260214 by Caleb Cushing | 2009-02-27 | 1 | -2/+2 | |
| | |||||
* | quote semicolons in subshells to work around bash-4.0 regression | 2009-02-21 | 1 | -3/+3 | |
| | |||||
* | fixup broken make_session_desktop() | 2009-02-21 | 1 | -7/+10 | |
| | | | | | | - document $wm var and have it default to $PN - set Type to XSession, not Application - allow arguments to the command and split Exec/TryExec accordingly | ||||
* | Comment about prepalldocs with approval from lu_zero and dev-zero. | 2009-02-18 | 1 | -12/+18 | |
| | |||||
* | return, don't exit from the function | 2009-02-18 | 1 | -2/+2 | |
| | |||||
* | Add a prepalldocs function to provide the functionality of the deprecated ↵ | 2009-02-18 | 1 | -1/+19 | |
| | | | | prepalldocs utility. | ||||
* | Apply patch by Armando Di Cianno to add support for OSX 10.5+ in egetent, ↵ | 2009-02-15 | 1 | -2/+18 | |
| | | | | bug #257945 | ||||
* | Fixed typo in comments. | 2009-02-07 | 1 | -2/+2 | |
| | |||||
* | typo: Not -> Note (bug #238889) | 2008-09-28 | 1 | -2/+2 | |
| | |||||
* | even better: dont whine about abs paths, just transparently skip the -p0 ↵ | 2008-09-20 | 1 | -4/+6 | |
| | | | | step and log why we are | ||||
* | filter /dev/null from abs path check and include the offending line in the ↵ | 2008-09-20 | 1 | -2/+4 | |
| | | | | warning | ||||
* | start whining about absolute paths in patch files | 2008-09-20 | 1 | -1/+8 | |
| | |||||
* | optimize patch decompression so we only do it once | 2008-09-20 | 1 | -21/+17 | |
| | |||||
* | add support for lzma patches | 2008-09-20 | 1 | -1/+5 | |
| | |||||
* | fix a typo | 2008-08-17 | 1 | -2/+2 | |
| | |||||
* | Bug #215673 - Make built_with_use() handle default IUSE properly. Thanks | 2008-04-05 | 1 | -3/+3 | |
| | | | | to David Leverton for suggesting this approach which uses a bash array. | ||||
* | add rm copy & paste lines #212018 | 2008-03-01 | 1 | -2/+5 | |
| | |||||
* | for e{cvs,svn}_clean, tweak the test for no args, and update the help text ↵ | 2008-02-20 | 1 | -9/+9 | |
| | | | | to match reality | ||||
* | add ecvs_clean and esvn_clean, bug #210708 | 2008-02-20 | 1 | -1/+22 | |
| | |||||
* | if user has FEATURES=preserve-libs, then we will let portage handle the ↵ | 2008-02-15 | 1 | -1/+7 | |
| | | | | saving/warning of the libraries #210182 | ||||
* | Change the Joliet information in cdrom_get_cds to only display after a ↵ | 2008-02-13 | 1 | -6/+11 | |
| | | | | failed attempt to find the CD since we're now using ewarn and ebeep to get the user's attention. Yes, this sucks, but I'm getting tired of trying to support people who cannot seem to read the last 4 lines of output from the CD detection when it doesn't find a CD and hope that maybe the beeps will help. | ||||
* | Changing comments on make_wrapper so the third option (chdir) looks optional ↵ | 2008-02-07 | 1 | -2/+2 | |
| | | | | to match the actual code. | ||||
* | handle whitespace in epatch/epunt_cxx better #205339 by Santiago M. Mola | 2008-01-14 | 1 | -5/+4 | |
| | |||||
* | Added a couple minor fixes for make_desktop_entry to clean it up, per ↵ | 2007-11-20 | 1 | -5/+4 | |
| | | | | discussion on the gentoo-dev mailing list. This closes bug #181999 and bug #197891. Thanks to Carsten Lohrke <carlo@gentoo.org>, Samuli Suominen <drac@gentoo.org, and Daniel Pielmeier <daniel.pielmeier@googlemail.com>. | ||||
* | fix from James Le Cuirot to check to see if the directory to search exists ↵ | 2007-10-14 | 1 | -1/+2 | |
| | | | | before searching it to avoid confusing messages being posted #195864 | ||||
* | add back in message for people to delete old SONAMEs of libs #159245 | 2007-10-10 | 1 | -1/+6 | |
| |