[sys-auth/libnss-extrausers] initial add, still needs to be improved but should work.

This commit is contained in:
Robert Förster (Dessa) 2019-03-21 18:54:44 +01:00
parent 5bcc170f40
commit 8c220c7606
2 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST libnss-extrausers_0.6-4.debian.tar.xz 6468 SHA256 851aeea268c0212702b78b66f8f16be15c0eddc241c5bc2df41b0825f3a65a5b SHA512 8241b26fe9d15c6a0f85d653a853e8d648a9e432a40c1d8c88e80981775a386b943867acd68ea5a9cebf670e8a4fc21a44f407dd0f40b2055cc6a745cdcc8a70 WHIRLPOOL 6dede59efc98e659a65b57e32c0b5fe54b1dd563be595365a24c10f3ebd5ca79ee701b9351c434a040ebab878f8e0e1ce760f054d52fbaed51f4da422430117d
DIST libnss-extrausers_0.6.orig.tar.gz 5258 SHA256 6a37c3cf6ff5dfd46b1b3127e1226404e43185fa73cd40e8144d5f7736eee9f0 SHA512 ecdbc10caaa42830361571ea3cd6246d538e6c0771b3e9d5d7fb73daed3e8dc74730f1db0e761117196f219d64a95c3eacbcdd060c047bdd1650ab2c10911680 WHIRLPOOL 381e2ee53fb18b78ba64d52107306f62fc4895d018137acf4ec1a134c5b473f11113927bac1c8cd1a4e09e4ac1146324b696db233747b487767d35189cc3a792

View File

@ -0,0 +1,29 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit epatch
DESCRIPTION="nss module to have an additional passwd, shadow and group file"
HOMEPAGE="https://sources.debian.org/src/libnss-extrausers/0.6-4/"
SRC_URI="mirror://debian/pool/main/libn/${PN}/${PN}_${PV}.orig.tar.gz
mirror://debian/pool/main/libn/${PN}/${PN}_${PV}-4.debian.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
src_prepare() {
local d="${WORKDIR}"/debian/patches
EPATCH_SOURCE="${d}" epatch $(<"${d}"/series)
default
}
src_compile() {
emake -j1
}
src_install() {
emake DESTDIR="${D}" libprefix="${D}/usr/${get_libdir}" install
}