From 9cbe69bde8fbcce75aea67d15342f60c3249451b Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 22 Jun 2018 17:00:03 +0200 Subject: [PATCH] simpleid-9999-r6: moved warning into pkg_pretend() --- www-apps/simpleid/simpleid-9999-r6.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/www-apps/simpleid/simpleid-9999-r6.ebuild b/www-apps/simpleid/simpleid-9999-r6.ebuild index bf58f8c6b..4ce1df28b 100644 --- a/www-apps/simpleid/simpleid-9999-r6.ebuild +++ b/www-apps/simpleid/simpleid-9999-r6.ebuild @@ -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." -}