simpleid-9999-r6: moved warning into pkg_pretend()

This commit is contained in:
tastytea 2018-06-22 17:00:03 +02:00
parent 2a1dcf2c6e
commit 9cbe69bde8
Signed by untrusted user: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 5 additions and 5 deletions

View File

@ -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."
}