forked from tastytea/overlay
simpleid-9999-r6: moved warning into pkg_pretend()
This commit is contained in:
parent
2a1dcf2c6e
commit
9cbe69bde8
@ -19,6 +19,11 @@ RDEPEND=">=dev-lang/php-7.1.18:*
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-php/composer-1.6.5"
|
||||
|
||||
pkg_pretend () {
|
||||
ewarn "This ebuild uses dev-php/composer for dependencies instead of Gentoo"
|
||||
ewarn "packages. This is potentially insecure."
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
git-r3_src_unpack
|
||||
}
|
||||
@ -61,8 +66,3 @@ pkg_postinst() {
|
||||
elog "Read https://simpleid.koinic.net/docs/2/installing/#directories carefully"
|
||||
elog "to learn how to proceed with the installation."
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
ewarn "This ebuild uses dev-php/composer for dependencies instead of Gentoo"
|
||||
ewarn "packages. This is potentially insecure."
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user