public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kabcclient/
@ 2016-02-06 15:59 Andreas Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Hüttel @ 2016-02-06 15:59 UTC (permalink / raw
  To: gentoo-commits

commit:     2bda2534b836e7023ab104cae2485b19188b71b5
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 23:02:23 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Feb  6 15:58:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bda2534

kde-apps/kabcclient: Version bump

Package-Manager: portage-2.2.27

 kde-apps/kabcclient/Manifest                      |  1 +
 kde-apps/kabcclient/kabcclient-4.4.2016.01.ebuild | 26 +++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/kde-apps/kabcclient/Manifest b/kde-apps/kabcclient/Manifest
index 6508138..cbcb87d 100644
--- a/kde-apps/kabcclient/Manifest
+++ b/kde-apps/kabcclient/Manifest
@@ -1,3 +1,4 @@
 DIST kdepim-4.14.10.tar.xz 14585020 SHA256 edad865b81259331780a25906127e105d06fda8aa56f6f11cfee4bc8f85bb7e2 SHA512 aa7e5a488964d11d355557e89053993bb0bed4860072dbb8ae1851df881713a15ec5aa4e428de9b85a8bef678ace307b33f186314fe5a8011521e30331a1691b WHIRLPOOL 358589e29baeb2f7bf648d1bbccb9bbf37c4c1a447f05a2eff472b50282d7d5118ad40ced2f93ac7f47f2c394f745216632d33be389e82f88efd69386f6ab57d
 DIST kdepim-4.14.8.tar.xz 14575884 SHA256 52b4174924387030c1b3803267f099f3534aa8ccde796953d6cf34b4aabbe3a7 SHA512 687b0db97476e692718039153a1ee60cf9ddab8d9adad06abba702a170d49488f60f0fe050a339db2da2a5996d1bdbe1faec73c1c2e2b655fa9ea66aa538899c WHIRLPOOL 4ce31c3c526a0eed7819137cb5c29450da75fac8a7f4f74e25794b6617bbd7e12987bb45983408ae87bd892a57508d171941b9c4e1a75324773611d950fe55e4
 DIST kdepim-4.4.2015.06.tar.xz 8901968 SHA256 d9153c57e697ca33d0bd82f1f93ed2befdabbe3822189c1c8acbdf7bf9bbaec6 SHA512 10e89ff1bb22ef03ae2128b800f87c76da945703fa98c07fa0ac29deb17c724beeca84995c50b067138ab7cf0543112173eb850d897b38c512a25974bfc15e1e WHIRLPOOL 543b9d629380e9923b38c414cf6e7390437a48acfb31b9ed934e9655bb1efb1f480065942775dc68d8382e639e4df122f953388dad90a9fadb3734d2f2fe72f0
+DIST kdepim-4.4.2016.01.tar.xz 8964248 SHA256 19f4d6ab4bcddf5a0e6acae50c20d0b8fbb482503e47e75c86955637d249cefa SHA512 a04737cc89f96e3635a19c492c9f3f31e7554aa8a237fb0ad8f5fe8c02e7e30911dd5d93bf0f27fd38603e496e02f3ef1d3064e159c99c71dea379199d1e0e03 WHIRLPOOL 9f02f5799b3a10a9b18b4c8cb34084051991cb7240d2b818cd2b58bde05abde2ef3126b3960f2554c7e5c4930266e561c1715c21fe72136654e28184b5083089

diff --git a/kde-apps/kabcclient/kabcclient-4.4.2016.01.ebuild b/kde-apps/kabcclient/kabcclient-4.4.2016.01.ebuild
new file mode 100644
index 0000000..e5393a1
--- /dev/null
+++ b/kde-apps/kabcclient/kabcclient-4.4.2016.01.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KMNAME="kdepim"
+KMMODULE="console/${PN}"
+KDE_HANDBOOK=optional
+inherit kde4-meta
+
+DESCRIPTION="A command line client for accessing the KDE addressbook (noakonadi branch)"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+	$(add_kdeapps_dep kdepimlibs '' 4.6)
+"
+RDEPEND="${DEPEND}"
+
+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"
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kabcclient/
@ 2016-03-05 13:04 Mikle Kolyada
  0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada @ 2016-03-05 13:04 UTC (permalink / raw
  To: gentoo-commits

commit:     b180d1fea696f362251e554eec88cd005684a98e
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  5 13:01:14 2016 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Mar  5 13:01:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b180d1fe

kde-apps/kabcclient: amd64 stable wrt bug #569742

Package-Manager: portage-2.2.26

 kde-apps/kabcclient/kabcclient-4.14.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kabcclient/kabcclient-4.14.10.ebuild b/kde-apps/kabcclient/kabcclient-4.14.10.ebuild
index 65cb441..cfe0247 100644
--- a/kde-apps/kabcclient/kabcclient-4.14.10.ebuild
+++ b/kde-apps/kabcclient/kabcclient-4.14.10.ebuild
@@ -11,7 +11,7 @@ KMMODULE="console/${PN}"
 inherit kde4-meta
 
 DESCRIPTION="A command line client for accessing the KDE addressbook"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kabcclient/
@ 2016-03-06 11:26 Mikle Kolyada
  0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada @ 2016-03-06 11:26 UTC (permalink / raw
  To: gentoo-commits

commit:     128aad7a475ad2f890e79ae8ba9aac04af386602
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  6 11:10:52 2016 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar  6 11:22:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=128aad7a

kde-apps/kabcclient: x86 stable wrt bug #569742

Package-Manager: portage-2.2.26

 kde-apps/kabcclient/kabcclient-4.14.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kabcclient/kabcclient-4.14.10.ebuild b/kde-apps/kabcclient/kabcclient-4.14.10.ebuild
index cfe0247..254af04 100644
--- a/kde-apps/kabcclient/kabcclient-4.14.10.ebuild
+++ b/kde-apps/kabcclient/kabcclient-4.14.10.ebuild
@@ -11,7 +11,7 @@ KMMODULE="console/${PN}"
 inherit kde4-meta
 
 DESCRIPTION="A command line client for accessing the KDE addressbook"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kabcclient/
@ 2016-06-11 10:56 Agostino Sarubbo
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2016-06-11 10:56 UTC (permalink / raw
  To: gentoo-commits

commit:     196fe74192340276d2b05773483fec6abe2f11e6
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 10:55:01 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 10:55:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=196fe741

kde-apps/kabcclient: amd64 stable wrt bug #584652

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 kde-apps/kabcclient/kabcclient-4.14.11_pre20160211.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kabcclient/kabcclient-4.14.11_pre20160211.ebuild b/kde-apps/kabcclient/kabcclient-4.14.11_pre20160211.ebuild
index c88f039..fe1f4ed 100644
--- a/kde-apps/kabcclient/kabcclient-4.14.11_pre20160211.ebuild
+++ b/kde-apps/kabcclient/kabcclient-4.14.11_pre20160211.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Command line client for accessing the KDE addressbook"
 COMMIT_ID="2aec255c6465676404e4694405c153e485e477d9"
 SRC_URI="https://quickgit.kde.org/?p=kdepim.git&a=snapshot&h=${COMMIT_ID}&fmt=tgz -> ${KMNAME}-${PV}.tar.gz"
 
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kabcclient/
@ 2016-06-11 12:23 Agostino Sarubbo
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2016-06-11 12:23 UTC (permalink / raw
  To: gentoo-commits

commit:     5245999f807ea344654c8a5b747203b1316e1f78
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 12:20:59 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 12:20:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5245999f

kde-apps/kabcclient: amd64 stable wrt bug #583728

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 kde-apps/kabcclient/kabcclient-4.4.2016.01.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kabcclient/kabcclient-4.4.2016.01.ebuild b/kde-apps/kabcclient/kabcclient-4.4.2016.01.ebuild
index fa0800c..44058d9 100644
--- a/kde-apps/kabcclient/kabcclient-4.4.2016.01.ebuild
+++ b/kde-apps/kabcclient/kabcclient-4.4.2016.01.ebuild
@@ -11,7 +11,7 @@ inherit kde4-meta
 
 DESCRIPTION="A command line client for accessing the KDE addressbook (noakonadi branch)"
 HOMEPAGE="https://launchpad.net/~pali/+archive/ubuntu/kdepim-noakonadi"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kabcclient/
@ 2017-05-06 22:20 David Seifert
  0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2017-05-06 22:20 UTC (permalink / raw
  To: gentoo-commits

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
 }


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kabcclient/
@ 2017-05-07 21:24 Agostino Sarubbo
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2017-05-07 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     9a53e98a32f16f2ae21aee7280d1323b1ced850b
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun May  7 21:22:02 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun May  7 21:22:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a53e98a

kde-apps/kabcclient: amd64 stable wrt bug #617730

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 kde-apps/kabcclient/kabcclient-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kabcclient/kabcclient-4.14.11_pre20160611.ebuild b/kde-apps/kabcclient/kabcclient-4.14.11_pre20160611.ebuild
index 7d6045e4fbe..2bca24cf792 100644
--- a/kde-apps/kabcclient/kabcclient-4.14.11_pre20160611.ebuild
+++ b/kde-apps/kabcclient/kabcclient-4.14.11_pre20160611.ebuild
@@ -10,7 +10,7 @@ inherit kde4-meta
 
 DESCRIPTION="Command line client for accessing the KDE addressbook"
 
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-05-07 21:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-06 22:20 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kabcclient/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2017-05-07 21:24 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox