user.eclass: move read-only functionality to user-info.eclass
authorMike Gilbert <floppym@gentoo.org>
Wed, 5 Feb 2020 20:55:14 +0000 (15:55 -0500)
committerMike Gilbert <floppym@gentoo.org>
Thu, 6 Feb 2020 21:40:50 +0000 (16:40 -0500)
commit9493cc97e52ad67a9586007271c4c2c838579e2c
tree58e9947bd199e6d77764965876e5fdc28bc9ec23
parentd2ebe98540a875634be3902c69a0e88e8e7f612d
user.eclass: move read-only functionality to user-info.eclass

The new eclass can be used by ebuilds to look up user information
without triggering a deprecation warning from repoman and pkgcheck.

Signed-off-by: Mike Gilbert <floppym@gentoo.org>
eclass/user-info.eclass [new file with mode: 0644]
eclass/user.eclass