GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
archive/repo/gentoo-2.git
RELEASE-1_4
import-1.1.1
master
Another conversion of the historical gentoo-x86 ebuild repository
Ulrich Müller <ulm@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
eclass
/
user.eclass
Commit message (
Collapse
)
Author
Age
Files
Lines
*
avoid multiple inclusions when possible to speed caching up
Mike Frysinger
2011-12-10
1
-1
/
+6
|
*
eat mangled whitespace pointed out by David James
Mike Frysinger
2011-11-29
1
-3
/
+3
|
*
avoid IFS abuse by using `IFS=, read -a` to have bash create an array for us ↵
Mike Frysinger
2011-11-29
1
-19
/
+10
|
|
|
|
as pointed out by David James
*
tweak failure message as pointed out by David James
Mike Frysinger
2011-11-29
1
-5
/
+6
|
*
rewrite a bit of code to quote all user/group/shell/home strings
Mike Frysinger
2011-11-26
1
-67
/
+56
|
*
re-use "eshell" when searching for a shell to avoid missing "local shell" ↵
Mike Frysinger
2011-11-26
1
-9
/
+7
|
|
|
|
decl pointed out by Brian Harring
*
do not touch sandbox settings since we only run in pkg_* funcs (where ↵
Mike Frysinger
2011-11-26
1
-8
/
+1
|
|
|
|
sandbox is disabled)
*
restrict enew{user,group} to pkg_{setup,preinst,postinst}
Mike Frysinger
2011-11-26
1
-2
/
+3
|
*
Change possible mis-used ${action} to ${db}
Naohiro Aota
2011-11-04
1
-3
/
+3
|
*
clean up enew{user,group} and drop the [extra] argument as no one is using it
Mike Frysinger
2011-11-03
1
-79
/
+43
|
*
restore egetshell as some packages in the tree have been parsing getent ↵
Mike Frysinger
2011-11-03
1
-1
/
+22
|
|
|
|
directly for this
*
egethome: check arguments to verify correct usage
Mike Frysinger
2011-11-03
1
-1
/
+3
|
*
restore egethome as some packages in the tree have been parsing getent ↵
Mike Frysinger
2011-11-03
1
-1
/
+20
|
|
|
|
directly for this
*
clean up egetent style to make it clear how it works
Mike Frysinger
2011-11-03
1
-19
/
+34
|
*
drop unused funcs
Mike Frysinger
2011-10-31
1
-53
/
+1
|
*
send nscd output to /dev/null so we don't dump ugly warnings when running as ↵
Mike Frysinger
2011-10-27
1
-2
/
+3
|
|
|
|
non-root
*
unify/update EBUILD_PHASE checks, and simplify ↵
Mike Frysinger
2011-10-27
1
-27
/
+28
|
|
|
|
egethome/egetshell/is-login-disabled funcs a bit
*
split out user management helpers into a dedicated eclass
Mike Frysinger
2011-10-27
1
-0
/
+441