From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/ark/
Date: Wed, 6 Mar 2013 10:05:00 +0000 (UTC) [thread overview]
Message-ID: <1362564246.5f593d8b057815ef2147de40b388534005ea161d.kensington@gentoo> (raw)
commit: 5f593d8b057815ef2147de40b388534005ea161d
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 6 10:04:06 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Mar 6 10:04:06 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5f593d8b
[kde-base/ark] Only display elog if package is not installed.
Package-Manager: portage-2.1.11.55
---
kde-base/ark/ark-4.10.1.ebuild | 5 ++++-
kde-base/ark/ark-4.10.49.9999.ebuild | 5 ++++-
kde-base/ark/ark-9999.ebuild | 5 ++++-
3 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/kde-base/ark/ark-4.10.1.ebuild b/kde-base/ark/ark-4.10.1.ebuild
index 90195fb..f016d77 100644
--- a/kde-base/ark/ark-4.10.1.ebuild
+++ b/kde-base/ark/ark-4.10.1.ebuild
@@ -32,5 +32,8 @@ src_configure() {
pkg_postinst() {
kde4-base_pkg_postinst
- elog "For creating rar archives, install app-arch/rar"
+
+ if ! has_version app-arch/rar ; then
+ elog "For creating rar archives, install app-arch/rar"
+ fi
}
diff --git a/kde-base/ark/ark-4.10.49.9999.ebuild b/kde-base/ark/ark-4.10.49.9999.ebuild
index a7f5e29..49edd1e 100644
--- a/kde-base/ark/ark-4.10.49.9999.ebuild
+++ b/kde-base/ark/ark-4.10.49.9999.ebuild
@@ -32,5 +32,8 @@ src_configure() {
pkg_postinst() {
kde4-base_pkg_postinst
- elog "For creating rar archives, install app-arch/rar"
+
+ if ! has_version app-arch/rar ; then
+ elog "For creating rar archives, install app-arch/rar"
+ fi
}
diff --git a/kde-base/ark/ark-9999.ebuild b/kde-base/ark/ark-9999.ebuild
index a7f5e29..49edd1e 100644
--- a/kde-base/ark/ark-9999.ebuild
+++ b/kde-base/ark/ark-9999.ebuild
@@ -32,5 +32,8 @@ src_configure() {
pkg_postinst() {
kde4-base_pkg_postinst
- elog "For creating rar archives, install app-arch/rar"
+
+ if ! has_version app-arch/rar ; then
+ elog "For creating rar archives, install app-arch/rar"
+ fi
}
next reply other threads:[~2013-03-06 10:05 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-06 10:05 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-09-25 18:18 [gentoo-commits] proj/kde:master commit in: kde-base/ark/ Johannes Huber
2013-07-31 22:24 Johannes Huber
2013-01-16 10:35 Michael Palimaka
2012-07-12 12:41 Andreas Hüttel
2012-03-27 9:04 Johannes Huber
2012-01-20 13:24 Johannes Huber
2011-12-09 21:04 Andreas Hüttel
2011-05-24 14:30 Jorge Manuel B. S. Vicetto
2011-02-18 20:08 Andreas K. Huettel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1362564246.5f593d8b057815ef2147de40b388534005ea161d.kensington@gentoo \
--to=kensington@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox