summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix a typoChristian Faulhammer2008-08-171-2/+2
|
* Bug #215673 - Make built_with_use() handle default IUSE properly. ThanksZac Medico2008-04-051-3/+3
| | | | to David Leverton for suggesting this approach which uses a bash array.
* add rm copy & paste lines #212018Mike Frysinger2008-03-011-2/+5
|
* for e{cvs,svn}_clean, tweak the test for no args, and update the help text ↵Mike Frysinger2008-02-201-9/+9
| | | | to match reality
* add ecvs_clean and esvn_clean, bug #210708Benedikt Boehm2008-02-201-1/+22
|
* if user has FEATURES=preserve-libs, then we will let portage handle the ↵Mike Frysinger2008-02-151-1/+7
| | | | saving/warning of the libraries #210182
* Change the Joliet information in cdrom_get_cds to only display after a ↵Chris Gianelloni2008-02-131-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 ↵Chris Gianelloni2008-02-071-2/+2
| | | | to match the actual code.
* handle whitespace in epatch/epunt_cxx better #205339 by Santiago M. MolaMike Frysinger2008-01-141-5/+4
|
* Added a couple minor fixes for make_desktop_entry to clean it up, per ↵Chris Gianelloni2007-11-201-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 ↵Mike Frysinger2007-10-141-1/+2
| | | | before searching it to avoid confusing messages being posted #195864
* add back in message for people to delete old SONAMEs of libs #159245Mike Frysinger2007-10-101-1/+6
|
* people have had plenty of time to transition to linux-info for ↵Mike Frysinger2007-10-011-31/+1
| | | | set_arch_to_kernel/set_arch_to_portage ... time is up
* fix documentation for epunt_cxxMike Frysinger2007-09-011-2/+2
|
* Fix documentation of unpack_pdv(), bug #190823.Ulrich Müller2007-08-301-7/+15
|
* convert strip-linguas to new doc style #164961Mike Frysinger2007-07-261-12/+10
|
* Apply whitespace checks from repoman to eclasses.Sven Wegener2007-07-171-10/+10
|
* if we dont handle the args passed to us, dont return 0 #184495Mike Frysinger2007-07-071-1/+5
|
* update make_desktop_entry to upstream 1.0 spec #182669 and flesh out more ↵Mike Frysinger2007-06-211-13/+34
| | | | default categories
* move man page documentation to eclassMike Frysinger2007-06-161-167/+196
|
* finish gen_usr_ldscript to toolchain-funcs from eutilsMike Frysinger2007-06-161-49/+1
|
* _cdrom_locate_file_on_cd: add udf as a valid filesystem, bug #176336Tristan Heaven2007-06-051-3/+3
|
* code from Fabian Groffen to simplify emktemp() for all userlands #174061Mike Frysinger2007-05-051-8/+7
|
* validate_desktop_entries: Donn't search in non-existing directories.Carsten Lohrke2007-04-251-10/+12
|
* validate_desktop_entries: don't process entries twice, condense information ↵Carsten Lohrke2007-04-221-5/+6
| | | | a bit
* add validate_desktop_entries()Carsten Lohrke2007-04-061-1/+27
|
* enable the `die` in the preserve_old_lib funcsMike Frysinger2007-02-181-3/+3
|
* allow built_with_use to work even with hidden IUSE expanded vars #167166Mike Frysinger2007-02-171-20/+29
|
* combine USE and IUSE file existence checkMike Frysinger2007-02-171-6/+2
|
* Follow the --missing request when the IUSE file is missing rather then ↵Doug Goldstein2007-02-141-1/+11
| | | | always erroring out.
* scrub exec filename in case someone does something silly like pass the ↵Mike Frysinger2007-01-311-2/+2
| | | | fullpath to a binary
* misc updates (style/quoting/env pollution/etc...) to make a bunch of ↵Mike Frysinger2007-01-221-49/+79
| | | | functions suck less
* replace tab with space in epatch outputMike Frysinger2007-01-201-2/+2
|
* implement --missing flag for user-control over IUSE-missing behaviorMike Frysinger2007-01-191-5/+22
|
* fix EBUILD_PHASE check in preserve_old_lib funcsMike Frysinger2007-01-131-3/+3
|
* clean up preserve_old_lib funcs with help from Fabio Rossi #159245 and make ↵Mike Frysinger2007-01-091-24/+33
| | | | sure that these functions are utilized properly
* Get rid of dopamd/newpamd from here as they are superseded by pam.eclass ↵Diego Elio Pettenò2007-01-041-115/+92
| | | | that everything should already use.
* Make sure FPS games list under ActionGame for bug #155846.Chris Gianelloni2006-11-211-2/+2
|
* Support submount again and do globbing on the RHSRoy Marples2006-11-141-2/+4
|
* rewrite edos2unix() to use echo|xargs sed -i rather than a loop with tempfilesMike Frysinger2006-11-131-6/+2
|
* Change process substitution to HERE string. This avoids a bug in <bash-3.2 ↵Joel Martin2006-11-121-2/+2
| | | | that has a corrupt representation of this sort of process substitution. Was preventing environment.tbz2 from being re-sourced later.
* Revert fix until I come up with another way to fix thisJoel Martin2006-11-111-2/+2
|
* Fix syntax error in call to get_mounts in cdrom function.Joel Martin2006-11-111-2/+2
|
* get_mounts now returns mount options tooRoy Marples2006-11-101-11/+11
|
* _cdrom_locate_file_on_cd: Handle whitespace in mount pointsTristan Heaven2006-11-021-3/+4
|
* fix by Paul Bredbury to make tar archive match in unpack_makeself() more ↵Mike Frysinger2006-11-011-2/+2
| | | | flexible (needed for more verbose file-4.18) #153734
* misc bash syntax fixesAron Griffis2006-10-311-13/+12
|
* I'm sure I just made some enemies with this one. See bug #152593 if you ↵Chris Gianelloni2006-10-241-2/+2
| | | | want more information, but I've removed the ability to use ACCEPT_LICENSE=\* in make.conf for legal reasons.
* Corrected make_session_desktop function name in commentTimothy Redaelli2006-10-181-2/+2
|
* Fallback to the default userland disabled shell, if the shell cannot be ↵Diego Elio Pettenò2006-10-061-3/+8
| | | | found in the system (e.g.: with catalyst).