From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/dolphin/
Date: Wed, 6 Mar 2013 10:10:04 +0000 (UTC) [thread overview]
Message-ID: <1362564513.540776febfdb8aeb17d1b8ec1532e7af1a32b57a.kensington@gentoo> (raw)
commit: 540776febfdb8aeb17d1b8ec1532e7af1a32b57a
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 6 10:08:33 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Mar 6 10:08:33 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=540776fe
[kde-base/dolphin] Only display elog if package is not installed.
Package-Manager: portage-2.1.11.55
---
kde-base/dolphin/dolphin-4.10.1.ebuild | 7 ++++---
kde-base/dolphin/dolphin-4.10.49.9999.ebuild | 7 ++++---
kde-base/dolphin/dolphin-9999.ebuild | 7 ++++---
3 files changed, 12 insertions(+), 9 deletions(-)
diff --git a/kde-base/dolphin/dolphin-4.10.1.ebuild b/kde-base/dolphin/dolphin-4.10.1.ebuild
index 816f7bd..5d4161d 100644
--- a/kde-base/dolphin/dolphin-4.10.1.ebuild
+++ b/kde-base/dolphin/dolphin-4.10.1.ebuild
@@ -53,7 +53,8 @@ src_configure() {
pkg_postinst() {
kde4-base_pkg_postinst
- echo
- elog "For .exe file preview support, install media-gfx/icoutils."
- echo
+
+ if ! has_version media-gfx/icoutils ; then
+ elog "For .exe file preview support, install media-gfx/icoutils."
+ fi
}
diff --git a/kde-base/dolphin/dolphin-4.10.49.9999.ebuild b/kde-base/dolphin/dolphin-4.10.49.9999.ebuild
index 7572d61..f7d06e3 100644
--- a/kde-base/dolphin/dolphin-4.10.49.9999.ebuild
+++ b/kde-base/dolphin/dolphin-4.10.49.9999.ebuild
@@ -53,7 +53,8 @@ src_configure() {
pkg_postinst() {
kde4-base_pkg_postinst
- echo
- elog "For .exe file preview support, install media-gfx/icoutils."
- echo
+
+ if ! has_version media-gfx/icoutils ; then
+ elog "For .exe file preview support, install media-gfx/icoutils."
+ fi
}
diff --git a/kde-base/dolphin/dolphin-9999.ebuild b/kde-base/dolphin/dolphin-9999.ebuild
index 7572d61..f7d06e3 100644
--- a/kde-base/dolphin/dolphin-9999.ebuild
+++ b/kde-base/dolphin/dolphin-9999.ebuild
@@ -53,7 +53,8 @@ src_configure() {
pkg_postinst() {
kde4-base_pkg_postinst
- echo
- elog "For .exe file preview support, install media-gfx/icoutils."
- echo
+
+ if ! has_version media-gfx/icoutils ; then
+ elog "For .exe file preview support, install media-gfx/icoutils."
+ fi
}
next reply other threads:[~2013-03-06 10:10 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-06 10:10 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-10-10 14:41 [gentoo-commits] proj/kde:master commit in: kde-base/dolphin/ Michael Palimaka
2014-09-25 17:56 Johannes Huber
2014-08-28 13:05 Michael Palimaka
2014-07-24 17:16 Michael Palimaka
2014-04-22 13:34 Johannes Huber
2014-02-22 16:19 Michael Palimaka
2013-10-06 19:57 Chris Reffett
2013-08-22 16:37 Michael Palimaka
2013-07-31 18:26 Johannes Huber
2013-06-13 18:45 Johannes Huber
2013-02-02 16:24 Michael Palimaka
2013-01-06 17:57 Andreas Hüttel
2012-01-17 22:06 Johannes Huber
2011-12-04 17:45 Andreas Hüttel
2011-05-24 6:42 Jorge Manuel B. S. Vicetto
2011-05-05 10:42 Tomas Chvatal
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=1362564513.540776febfdb8aeb17d1b8ec1532e7af1a32b57a.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