public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kaddressbook/
Date: Sun, 29 Sep 2019 20:18:23 +0000 (UTC)	[thread overview]
Message-ID: <1569788287.42e4d894a2933c33c87c8b4537c37c6abd205cac.asturm@gentoo> (raw)

commit:     42e4d894a2933c33c87c8b4537c37c6abd205cac
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 29 20:15:49 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 29 20:18:07 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=42e4d894

kde-apps/kaddressbook: Add warning if kdepim-addons is not installed

In general, users expecting complete functionality are invited to use
kde-apps/kdepim-meta. This warning won't hurt though.

Closes: https://bugs.gentoo.org/687986
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kaddressbook/kaddressbook-19.08.49.9999.ebuild | 9 +++++++++
 kde-apps/kaddressbook/kaddressbook-9999.ebuild          | 9 +++++++++
 2 files changed, 18 insertions(+)

diff --git a/kde-apps/kaddressbook/kaddressbook-19.08.49.9999.ebuild b/kde-apps/kaddressbook/kaddressbook-19.08.49.9999.ebuild
index 2f8bbabf96..8f8a3eba9d 100644
--- a/kde-apps/kaddressbook/kaddressbook-19.08.49.9999.ebuild
+++ b/kde-apps/kaddressbook/kaddressbook-19.08.49.9999.ebuild
@@ -55,3 +55,12 @@ RDEPEND="${DEPEND}
 	!kde-apps/kdepim-l10n
 	$(add_kdeapps_dep kdepim-runtime)
 "
+
+pkg_postinst() {
+	kde5_pkg_postinst
+
+	if [[ -z "${REPLACING_VERSIONS}" ]]; then
+		has_version "kde-apps/kdepim-addons:${SLOT}" || \
+			elog "${PN} is not complete without kde-apps/kdepim-addons:${SLOT}!"
+	fi
+}

diff --git a/kde-apps/kaddressbook/kaddressbook-9999.ebuild b/kde-apps/kaddressbook/kaddressbook-9999.ebuild
index ffd2a37f87..ec96c026cb 100644
--- a/kde-apps/kaddressbook/kaddressbook-9999.ebuild
+++ b/kde-apps/kaddressbook/kaddressbook-9999.ebuild
@@ -55,3 +55,12 @@ RDEPEND="${DEPEND}
 	!kde-apps/kdepim-l10n
 	$(add_kdeapps_dep kdepim-runtime)
 "
+
+pkg_postinst() {
+	kde5_pkg_postinst
+
+	if [[ -z "${REPLACING_VERSIONS}" ]]; then
+		has_version "kde-apps/kdepim-addons:${SLOT}" || \
+			elog "${PN} is not complete without kde-apps/kdepim-addons:${SLOT}!"
+	fi
+}


             reply	other threads:[~2019-09-29 20:18 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-29 20:18 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-12 19:30 [gentoo-commits] proj/kde:master commit in: kde-apps/kaddressbook/ Andreas Sturmlechner
2024-08-11  6:58 Andreas Sturmlechner
2024-08-10 18:53 Andreas Sturmlechner
2023-11-11 20:05 Andreas Sturmlechner
2023-08-06 20:39 Andreas Sturmlechner
2021-11-15 10:59 Andreas Sturmlechner
2021-04-25  8:00 Andreas Sturmlechner
2021-04-04 19:21 Andreas Sturmlechner
2020-09-07 15:07 Andreas Sturmlechner
2020-02-27 21:08 Andreas Sturmlechner
2019-10-20  9:00 Andreas Sturmlechner
2019-09-29 14:24 Andreas Sturmlechner
2019-04-27 19:08 Andreas Sturmlechner
2019-02-17  9:53 Andreas Sturmlechner
2017-09-17 12:01 Andreas Sturmlechner
2017-09-13 17:09 Andreas Sturmlechner
2017-08-09  0:43 Andreas Sturmlechner
2017-03-05 10:38 Andreas Sturmlechner
2016-10-19 14:49 Michael Palimaka
2016-10-13 11:41 Michael Palimaka
2016-10-08 15:38 Michael Palimaka
2016-08-31 14:33 Michael Palimaka
2016-07-07 19:16 Johannes Huber
2016-05-26 15:08 Michael Palimaka
2016-05-11  9:51 Michael Palimaka
2016-04-24 17:52 Michael Palimaka
2016-04-02 22:15 Johannes Huber
2016-02-18 14:44 Michael Palimaka

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=1569788287.42e4d894a2933c33c87c8b4537c37c6abd205cac.asturm@gentoo \
    --to=asturm@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