summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* drop [ -t ] check from ebeep/epause #139783Mike Frysinger2006-07-151-5/+3
|
* check $nols in strip-linguas before warning #138884 by Phil RichardsMike Frysinger2006-07-061-2/+2
|
* add support for CDROM_NAME_SET #139196Mike Frysinger2006-07-051-2/+15
|
* only warn once about unsupported localesMike Frysinger2006-06-241-3/+6
|
* document maintainersMike Frysinger2006-06-151-1/+3
|
* Added support for Makeself 1.6.0-nv which is used by NVIDIA in packaging the ↵Chris Gianelloni2006-06-091-2/+2
| | | | NVIDIA binary drivers.
* drop bootstrap/patch since it is hardcoded into system and system buildMike Frysinger2006-06-071-5/+1
|
* Allowing parameters to command to run, for make_desktop_entryAlfredo Tupone2006-06-051-4/+4
|
* simplify final LINGUAS settingMike Frysinger2006-06-041-6/+2
|
* some fixes by Harald van Dijk to use hasq() and some minor touchups #134600Mike Frysinger2006-06-041-12/+8
|
* Added a modified naming for desktop entries (commented) so I don't lose it ↵Chris Gianelloni2006-05-241-1/+2
| | | | and forget about it.
* Added TryExec to make_desktop_entry so menu items will only display for ↵Chris Gianelloni2006-04-251-1/+2
| | | | users that have permissions to run them.
* dont allow enewuser/enewgroup in src_* functions #124680Mike Frysinger2006-04-191-1/+15
|
* Workaround portage bug, set RDEPEND explicitely.Diego Elio Pettenò2006-03-221-1/+2
|
* Apply whitespace checks from repoman to eclasses.Sven Wegener2006-03-181-2/+2
|
* add -E to default epatch optsMike Frysinger2006-03-171-2/+3
|
* Replace _epatch_draw_line() with a very short shell scriptAron Griffis2006-03-161-22/+4
|
* disable debug output in _epatch_draw_line()Mike Frysinger2006-03-101-1/+6
|
* replace revdep-rebuild --soname with --libraryCarsten Lohrke2006-03-101-3/+3
|
* Replace -printf option with basename call to be compatible with BSD find.Diego Elio Pettenò2006-02-201-3/+3
|
* Fix mktemp call on Linux. Bug #88079 again.Diego Elio Pettenò2006-02-181-6/+5
|
* Apply whitespace checks from repoman to eclasses.Sven Wegener2006-02-171-2/+2
|
* Fix mktemp call for non-GNU userlands, thanks to Benigno B. Junior. Finally ↵Diego Elio Pettenò2006-02-151-5/+11
| | | | closes bug #88079.
* add a sanity check to the read #118589Mike Frysinger2006-01-111-2/+2
|
* make sure people use -1 and not /bin/false as default nologin shellsMike Frysinger2005-12-311-3/+7
|
* Add support for DragonFly's CHOST in user handling, it's just the same as ↵Diego Elio Pettenò2005-12-131-4/+4
| | | | FreeBSD. Thanks to Robert Sebastian Gerus.
* touchup gen_usr_ldscript and move draw_line() to inside epatch() so no one ↵Mike Frysinger2005-11-291-37/+24
| | | | will use it
* Apply enewuser/enewgroup patch for OpenBSD as per bug #113236. Thanks Karol ↵Diego Elio Pettenò2005-11-221-2/+16
| | | | Pasternak for the patch.
* have unpack_makeself default to $A if nothing is specifiedMike Frysinger2005-11-181-3/+4
|
* typo fixMichael Sterrett2005-11-091-2/+2
|
* simplify the cdrom code a bit by unifying some duplicate sections and make ↵Mike Frysinger2005-10-271-26/+20
| | | | sure we export CDROM_SET/CDROM_MATCH even when the user provides cdrom locations via CD_ROOT vars
* add support for multiple cdsMike Frysinger2005-10-261-38/+52
|
* if a package doesnt exist, return success with built_with_useMike Frysinger2005-10-221-3/+6
|
* touchup quotingMike Frysinger2005-10-221-5/+4
|
* Added makeself 2.1.5 support and fixing games_ut_unpack for proper ut2004 ↵Chris Gianelloni2005-10-211-2/+2
| | | | support.
* fix the LD_LIBRARY_PATH logic in make_wrapper so that it works again #109793 ↵Mike Frysinger2005-10-201-3/+7
| | | | by UncleOwen
* fix by James Le Cuirot for checking submounts #109765Mike Frysinger2005-10-191-2/+2
|
* make sure we check the result of cat pipe #106049Mike Frysinger2005-10-191-2/+4
|
* Improved NetBSD support as per bug #108999. Thanks Damian for the efforts.Diego Elio Pettenò2005-10-121-2/+11
|
* Added code for netbsd user handling.Diego Elio Pettenò2005-10-071-1/+15
|
* Use case selection on ${CHOST} instead than of using ${USERLAND} variable ↵Diego Elio Pettenò2005-10-071-17/+26
| | | | for users management.
* make sure make_desktop_entry returns proper error code from doins #108309 by ↵Mike Frysinger2005-10-071-8/+10
| | | | Petteri Räty
* Fix BSD portion of egetent() so that lookup by uid/gid works as expected.Aaron Walker2005-09-271-8/+9
|
* Mr_Bones_ says: i pity the fool who quotes $bin in make_wrapper()Mike Frysinger2005-09-261-2/+4
|
* tweak behavior of make_wrapper to better handle default valuesMike Frysinger2005-09-251-7/+8
|
* Changed src to lic and closing bug #106997.Chris Gianelloni2005-09-231-2/+2
|
* fixing check_license for explicit license checks.Chris Gianelloni2005-09-221-7/+7
|
* Do autorecognizion of shell to use checking for file presence instead of ↵Diego Elio Pettenò2005-09-181-6/+11
| | | | basing on userland.
* Added portability eclass with seq() function to replace seq command. Make ↵Diego Elio Pettenò2005-09-181-11/+5
| | | | eutils use the new seq command for enewuser/enewgroup.
* check the return value of find_unpackable_file in case it failedMike Frysinger2005-09-061-22/+21
|