commit:     a52fd54aa24aaf85e2ff0a19e831d241be973058
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 11:23:34 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 11:23:34 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a52fd54a

kde-apps/ark: Add app-arch/p7zip to pkg_postinst info

Gentoo-bug: 580716

Package-Manager: portage-2.2.28

 kde-apps/ark/ark-16.04.0.ebuild       | 4 ++++
 kde-apps/ark/ark-16.04.49.9999.ebuild | 4 ++++
 kde-apps/ark/ark-9999.ebuild          | 4 ++++
 3 files changed, 12 insertions(+)

diff --git a/kde-apps/ark/ark-16.04.0.ebuild b/kde-apps/ark/ark-16.04.0.ebuild
index 7bc5fb0..73afc9a 100644
--- a/kde-apps/ark/ark-16.04.0.ebuild
+++ b/kde-apps/ark/ark-16.04.0.ebuild
@@ -56,4 +56,8 @@ pkg_postinst() {
        if ! has_version app-arch/unar ; then
                elog "For handling rar archives, install app-arch/unar"
        fi
+
+       if ! has_version app-arch/p7zip ; then
+               elog "For handling 7-Zip archives, install app-arch/p7zip"
+       fi
 }

diff --git a/kde-apps/ark/ark-16.04.49.9999.ebuild 
b/kde-apps/ark/ark-16.04.49.9999.ebuild
index 52d5ead..1d33247 100644
--- a/kde-apps/ark/ark-16.04.49.9999.ebuild
+++ b/kde-apps/ark/ark-16.04.49.9999.ebuild
@@ -56,4 +56,8 @@ pkg_postinst() {
        if ! has_version app-arch/unar ; then
                elog "For handling rar archives, install app-arch/unar"
        fi
+
+       if ! has_version app-arch/p7zip ; then
+               elog "For handling 7-Zip archives, install app-arch/p7zip"
+       fi
 }

diff --git a/kde-apps/ark/ark-9999.ebuild b/kde-apps/ark/ark-9999.ebuild
index 52d5ead..1d33247 100644
--- a/kde-apps/ark/ark-9999.ebuild
+++ b/kde-apps/ark/ark-9999.ebuild
@@ -56,4 +56,8 @@ pkg_postinst() {
        if ! has_version app-arch/unar ; then
                elog "For handling rar archives, install app-arch/unar"
        fi
+
+       if ! has_version app-arch/p7zip ; then
+               elog "For handling 7-Zip archives, install app-arch/p7zip"
+       fi
 }

Reply via email to