aboutsummaryrefslogtreecommitdiff
blob: a54462b658d35a43bc32b49a03b6b6decfc03df0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
EAPI=7

inherit missing no-maintainer replacement vcs

DESCRIPTION="Stub ebuild used to suppress unwanted results"
HOMEPAGE="https://github.com/pkgcore/pkgcheck"
LICENSE="BSD"
SLOT="0"

src_prepare() {
	missing-docs_documented_func
	replacement_public_func
	vcs_public_function
}