public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kabcclient/
Date: Sat,  6 May 2017 22:20:12 +0000 (UTC)	[thread overview]
Message-ID: <1494109171.428976177d996052594e5162e5febcb10000e606.soap@gentoo> (raw)

commit:     428976177d996052594e5162e5febcb10000e606
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat May  6 15:02:35 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May  6 22:19:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42897617

kde-apps/kabcclient: Remove PREFIX setting for CMake

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4555

 kde-apps/kabcclient/kabcclient-4.14.11_pre20160211.ebuild | 4 ++--
 kde-apps/kabcclient/kabcclient-4.14.11_pre20160611.ebuild | 2 +-
 kde-apps/kabcclient/kabcclient-4.4.2016.01.ebuild         | 4 ++--
 kde-apps/kabcclient/kabcclient-4.4.2017.04.ebuild         | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/kde-apps/kabcclient/kabcclient-4.14.11_pre20160211.ebuild b/kde-apps/kabcclient/kabcclient-4.14.11_pre20160211.ebuild
index 7d8370f123a..3fce87698a8 100644
--- a/kde-apps/kabcclient/kabcclient-4.14.11_pre20160211.ebuild
+++ b/kde-apps/kabcclient/kabcclient-4.14.11_pre20160211.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -25,5 +25,5 @@ src_install() {
 	kde4-meta_src_install
 
 	# work around NULL DT_RPATH in kabc2mutt
-	dosym kabcclient ${PREFIX}/bin/kabc2mutt
+	dosym kabcclient /usr/bin/kabc2mutt
 }

diff --git a/kde-apps/kabcclient/kabcclient-4.14.11_pre20160611.ebuild b/kde-apps/kabcclient/kabcclient-4.14.11_pre20160611.ebuild
index b2030ea6411..7d6045e4fbe 100644
--- a/kde-apps/kabcclient/kabcclient-4.14.11_pre20160611.ebuild
+++ b/kde-apps/kabcclient/kabcclient-4.14.11_pre20160611.ebuild
@@ -22,5 +22,5 @@ src_install() {
 	kde4-meta_src_install
 
 	# work around NULL DT_RPATH in kabc2mutt
-	dosym kabcclient ${PREFIX}/bin/kabc2mutt
+	dosym kabcclient /usr/bin/kabc2mutt
 }

diff --git a/kde-apps/kabcclient/kabcclient-4.4.2016.01.ebuild b/kde-apps/kabcclient/kabcclient-4.4.2016.01.ebuild
index 34d9eba6af1..d833ea6d94c 100644
--- a/kde-apps/kabcclient/kabcclient-4.4.2016.01.ebuild
+++ b/kde-apps/kabcclient/kabcclient-4.4.2016.01.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -22,5 +22,5 @@ src_install() {
 	kde4-meta_src_install
 
 	# work around NULL DT_RPATH in kabc2mutt
-	dosym kabcclient ${PREFIX}/bin/kabc2mutt || die "couldn't symlink kabc2mutt to kabcclient"
+	dosym kabcclient /usr/bin/kabc2mutt
 }

diff --git a/kde-apps/kabcclient/kabcclient-4.4.2017.04.ebuild b/kde-apps/kabcclient/kabcclient-4.4.2017.04.ebuild
index 22931fddd5b..dd8f30d6766 100644
--- a/kde-apps/kabcclient/kabcclient-4.4.2017.04.ebuild
+++ b/kde-apps/kabcclient/kabcclient-4.4.2017.04.ebuild
@@ -23,5 +23,5 @@ src_install() {
 	kde4-meta_src_install
 
 	# work around NULL DT_RPATH in kabc2mutt
-	dosym kabcclient ${PREFIX}/bin/kabc2mutt
+	dosym kabcclient /usr/bin/kabc2mutt
 }


             reply	other threads:[~2017-05-06 22:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-06 22:20 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-05-07 21:24 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kabcclient/ Agostino Sarubbo
2016-06-11 12:23 Agostino Sarubbo
2016-06-11 10:56 Agostino Sarubbo
2016-03-06 11:26 Mikle Kolyada
2016-03-05 13:04 Mikle Kolyada
2016-02-06 15:59 Andreas Hüttel

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=1494109171.428976177d996052594e5162e5febcb10000e606.soap@gentoo \
    --to=soap@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