summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix from Petteri Räty for exporting variables with spaces in their values ↵Mike Frysinger2006-08-061-8/+28
| | | | | | | #142886. (Portage version: 2.1.1_pre4) (Signed Manifest commit)
* Fix from Petteri Räty for exporting variables with spaces in their values ↵Mike Frysinger2006-08-064-4/+37
| | | | | | #142886. (Portage version: 2.1.1_pre4)
* oldMike Frysinger2006-08-062-25/+0
|
* Stable on SPARC wrt security bug #142399.Jason Wever2006-08-061-8/+8
| | | | | (Portage version: 2.1.1_pre4-r3) (Unsigned Manifest commit)
* Stable on SPARC wrt security bug #142399.Jason Wever2006-08-062-3/+6
| | | | (Portage version: 2.1.1_pre4-r3)
* Stable on ppc.Michael Hanselmann2006-08-051-18/+8
| | | | | (Portage version: 2.1.1_pre4-r3) (Unsigned Manifest commit)
* Stable on ppc.Michael Hanselmann2006-08-052-3/+6
| | | | (Portage version: 2.1.1_pre4-r3)
* Stable on x86. Security bug #142399.Andrej Kacian2006-08-051-19/+25
| | | | | (Portage version: 2.1-r2) (Signed Manifest commit)
* Stable on x86. Security bug #142399.Andrej Kacian2006-08-053-3/+8
| | | | (Portage version: 2.1-r2)
* simplify the userland stuff and add back in ls/grep aliases in bashrcMike Frysinger2006-08-021-11/+11
| | | | | (Portage version: 2.1.1_pre4) (Signed Manifest commit)
* simplify the userland stuff and add back in ls/grep aliases in bashrcMike Frysinger2006-08-022-7/+6
| | | | (Portage version: 2.1.1_pre4)
* dont export CLICOLOR for everyone as it is BSD-only cruft and drop USE=buildMike Frysinger2006-08-021-11/+11
| | | | | (Portage version: 2.1.1_pre4) (Signed Manifest commit)
* dont export CLICOLOR for everyone as it is BSD-only cruft and drop USE=buildMike Frysinger2006-08-022-14/+12
| | | | (Portage version: 2.1.1_pre4)
* Don't make the ls alias when not using GNU userland, or it will break; ↵Diego Elio Pettenò2006-08-011-15/+15
| | | | | | | export CLICOLOR for Gentoo/FreeBSD compatibility. (Portage version: 2.1.1_pre4-r1) (Signed Manifest commit)
* Don't make the ls alias when not using GNU userland, or it will break; ↵Diego Elio Pettenò2006-08-013-5/+16
| | | | | | export CLICOLOR for Gentoo/FreeBSD compatibility. (Portage version: 2.1.1_pre4-r1)
* fix globbing for non alpha-numeric characters in $TERM #141771Mike Frysinger2006-08-011-7/+7
| | | | | (Portage version: 2.1.1_pre4) (Signed Manifest commit)
* fix globbing for non alpha-numeric characters in $TERM #141771Mike Frysinger2006-08-011-2/+2
| | | | (Portage version: 2.1.1_pre4)
* update the short help output for ulimit as wellMike Frysinger2006-08-011-7/+7
| | | | | (Portage version: 2.1.1_pre4) (Signed Manifest commit)
* update the short help output for ulimit as wellMike Frysinger2006-08-011-0/+9
| | | | (Portage version: 2.1.1_pre4)
* Enable histappend option by default #139609 by Trenton D. Adams and add ↵Mike Frysinger2006-07-201-11/+11
| | | | | | | small rewrite by Michael A. Smith to use bash builtins instead of grep for detecting term color capabilities #140266. (Portage version: 2.1.1_pre3-r1) (Signed Manifest commit)
* Enable histappend option by default #139609 by Trenton D. Adams and add ↵Mike Frysinger2006-07-202-9/+18
| | | | | | small rewrite by Michael A. Smith to use bash builtins instead of grep for detecting term color capabilities #140266. (Portage version: 2.1.1_pre3-r1)
* (#81171) Add the parallel distributed shell (jghobrial@uh.edu).Donnie Berkholz2006-07-201-8/+8
| | | | | (Portage version: 2.1.1_pre3) (Unsigned Manifest commit)
* (#81171) Add the parallel distributed shell (jghobrial@uh.edu).Donnie Berkholz2006-07-205-0/+80
| | | | (Portage version: 2.1.1_pre3)
* Only run dircolors on /etc/DIR_COLORS if /etc/DIR_COLORS exists #140628.Mike Frysinger2006-07-201-11/+11
| | | | | (Portage version: 2.1.1_pre3-r1) (Signed Manifest commit)
* Only run dircolors on /etc/DIR_COLORS if /etc/DIR_COLORS exists #140628.Mike Frysinger2006-07-202-6/+9
| | | | (Portage version: 2.1.1_pre3-r1)
* add some color aliases for ls/grep #140698Mike Frysinger2006-07-171-7/+7
| | | | | (Portage version: 2.1.1_pre2-r8) (Signed Manifest commit)
* add some color aliases for ls/grep #140698Mike Frysinger2006-07-171-0/+3
| | | | (Portage version: 2.1.1_pre2-r8)
* be sure to quote bug numberMike Frysinger2006-07-161-7/+7
| | | | | (Portage version: 2.1.1_pre2-r8) (Signed Manifest commit)
* be sure to quote bug numberMike Frysinger2006-07-161-2/+2
| | | | (Portage version: 2.1.1_pre2-r8)
* Fix by Victor Nawothnig so logger syslog() is called correctly when cmdline ↵Mike Frysinger2006-07-161-116/+116
| | | | | | | is over 600 bytes. (Portage version: 2.1.1_pre2-r8) (Signed Manifest commit)
* Fix by Victor Nawothnig so logger syslog() is called correctly when cmdline ↵Mike Frysinger2006-07-163-3/+8
| | | | | | is over 600 bytes. (Portage version: 2.1.1_pre2-r8)
* Update to my new email address.Donnie Berkholz2006-07-071-8/+8
| | | | | (Portage version: 2.1.1_pre2-r4) (Unsigned Manifest commit)
* Update to my new email address.Donnie Berkholz2006-07-072-20/+23
| | | | (Portage version: 2.1.1_pre2-r4)
* Mark ~amd64 wrt bug #139441.Jon Hood2006-07-061-8/+8
| | | | | (Portage version: 2.1.1_pre2-r4) (Unsigned Manifest commit)
* Mark ~amd64 wrt bug #139441.Jon Hood2006-07-062-3/+6
| | | | (Portage version: 2.1.1_pre2-r4)
* Stable on sparcGustavo Zacarias2006-06-221-8/+18
| | | | | (Portage version: 2.1-r1) (Signed Manifest commit)
* Stable on sparcGustavo Zacarias2006-06-222-4/+8
| | | | (Portage version: 2.1-r1)
* Pull some old ebuilds.Donnie Berkholz2006-06-2111-263/+4
| | | | | (Portage version: 2.1.1_pre1-r1) (Unsigned Manifest commit)
* Pull some old ebuilds.Donnie Berkholz2006-06-211-1/+6
| | | | (Portage version: 2.1.1_pre1-r1)
* Bump. (#131638) Add X USE flag to pull in external x11-misc/xsel. Adds lots ↵Donnie Berkholz2006-06-211-27/+53
| | | | | | | of other features, see the package ChangeLog for details. (Portage version: 2.1.1_pre1-r1) (Unsigned Manifest commit)
* Bump. (#131638) Add X USE flag to pull in external x11-misc/xsel. Adds lots ↵Donnie Berkholz2006-06-213-1/+52
| | | | | | of other features, see the package ChangeLog for details. (Portage version: 2.1.1_pre1-r1)
* Version bump.Emanuele Giaquinta2006-06-181-12/+30
| | | | | (Portage version: 2.1) (Unsigned Manifest commit)
* Version bump.Emanuele Giaquinta2006-06-183-2/+60
| | | | (Portage version: 2.1)
* replace make with emake for install, remove -r2 since -r3 has also all ↵Fabian Groffen2006-06-183-104/+16
| | | | | | | stable keywords. (Portage version: 2.1_rc2) (Unsigned Manifest commit)
* replace make with emake for install, remove -r2 since -r3 has also all ↵Fabian Groffen2006-06-181-2/+2
| | | | | | stable keywords. (Portage version: 2.1_rc2)
* Added eclean completion and most of the programs of portage_utils. Thanks to ↵Mamoru Komachi2006-06-171-5/+37
| | | | | | | baptux <baptiste.daroussin@gmail.com>. This closes bug #133855. (Portage version: 2.1) (Unsigned Manifest commit)
* Added eclean completion and most of the programs of portage_utils. Thanks to ↵Mamoru Komachi2006-06-176-2/+50
| | | | | | baptux <baptiste.daroussin@gmail.com>. This closes bug #133855. (Portage version: 2.1)
* fix mksh URLHanno Böck2006-06-141-16/+22
| | | | | (Portage version: 2.1) (Signed Manifest commit)
* fix mksh URLHanno Böck2006-06-143-6/+10
| | | | (Portage version: 2.1)
* add dev-libs/libdshconfig to RDEPEND as well #136256 by petre rodanMike Frysinger2006-06-101-3/+34
| | | | | (Portage version: 2.1) (Signed Manifest commit)