public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kabcclient: kabcclient-4.9.5.ebuild ChangeLog
@ 2013-01-05 20:18 Chris Reffett (creffett)
  0 siblings, 0 replies; 4+ messages in thread
From: Chris Reffett (creffett) @ 2013-01-05 20:18 UTC (permalink / raw
  To: gentoo-commits

creffett    13/01/05 20:18:35

  Modified:             ChangeLog
  Added:                kabcclient-4.9.5.ebuild
  Log:
  Version bump KDE SC 4.9.5
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 42618354)

Revision  Changes    Path
1.118                kde-base/kabcclient/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kabcclient/ChangeLog?rev=1.118&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kabcclient/ChangeLog?rev=1.118&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kabcclient/ChangeLog?r1=1.117&r2=1.118

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog	22 Dec 2012 16:57:13 -0000	1.117
+++ ChangeLog	5 Jan 2013 20:18:35 -0000	1.118
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/kabcclient
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.117 2012/12/22 16:57:13 maekke Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.118 2013/01/05 20:18:35 creffett Exp $
+
+*kabcclient-4.9.5 (05 Jan 2013)
+
+  05 Jan 2013; <creffett@gentoo.org> +kabcclient-4.9.5.ebuild:
+  Version bump KDE SC 4.9.5
 
   22 Dec 2012; Markus Meier <maekke@gentoo.org> kabcclient-4.9.4.ebuild:
   add ~arm



1.1                  kde-base/kabcclient/kabcclient-4.9.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kabcclient/kabcclient-4.9.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kabcclient/kabcclient-4.9.5.ebuild?rev=1.1&content-type=text/plain

Index: kabcclient-4.9.5.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/kabcclient-4.9.5.ebuild,v 1.1 2013/01/05 20:18:35 creffett Exp $

EAPI=4

KDE_HANDBOOK="optional"
KMNAME="kdepim"
KMMODULE="console/${PN}"
inherit kde4-meta

DESCRIPTION="A command line client for accessing the KDE addressbook"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"

DEPEND="
	$(add_kdebase_dep kdepimlibs)
"
RDEPEND="${DEPEND}"

src_install() {
	kde4-meta_src_install

	# work around NULL DT_RPATH in kabc2mutt
	dosym kabcclient ${PREFIX}/bin/kabc2mutt
}





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

* [gentoo-commits] gentoo-x86 commit in kde-base/kabcclient: kabcclient-4.9.5.ebuild ChangeLog
@ 2013-01-27 11:43 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-27 11:43 UTC (permalink / raw
  To: gentoo-commits

ago         13/01/27 11:43:14

  Modified:             kabcclient-4.9.5.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #450678
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  kde-base/kabcclient/kabcclient-4.9.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kabcclient/kabcclient-4.9.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kabcclient/kabcclient-4.9.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kabcclient/kabcclient-4.9.5.ebuild?r1=1.1&r2=1.2

Index: kabcclient-4.9.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kabcclient/kabcclient-4.9.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kabcclient-4.9.5.ebuild	5 Jan 2013 20:18:35 -0000	1.1
+++ kabcclient-4.9.5.ebuild	27 Jan 2013 11:43:14 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/kabcclient-4.9.5.ebuild,v 1.1 2013/01/05 20:18:35 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/kabcclient-4.9.5.ebuild,v 1.2 2013/01/27 11:43:14 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 inherit kde4-meta
 
 DESCRIPTION="A command line client for accessing the KDE addressbook"
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="



1.119                kde-base/kabcclient/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kabcclient/ChangeLog?rev=1.119&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kabcclient/ChangeLog?rev=1.119&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kabcclient/ChangeLog?r1=1.118&r2=1.119

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog	5 Jan 2013 20:18:35 -0000	1.118
+++ ChangeLog	27 Jan 2013 11:43:14 -0000	1.119
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kabcclient
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.118 2013/01/05 20:18:35 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.119 2013/01/27 11:43:14 ago Exp $
+
+  27 Jan 2013; Agostino Sarubbo <ago@gentoo.org> kabcclient-4.9.5.ebuild:
+  Stable for amd64, wrt bug #450678
 
 *kabcclient-4.9.5 (05 Jan 2013)
 
@@ -492,4 +495,3 @@
   11 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> +metadata.xml,
   +kabcclient-4.2.2.ebuild:
   Add KDE 4.2.2
-





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

* [gentoo-commits] gentoo-x86 commit in kde-base/kabcclient: kabcclient-4.9.5.ebuild ChangeLog
@ 2013-01-27 15:03 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-27 15:03 UTC (permalink / raw
  To: gentoo-commits

ago         13/01/27 15:03:41

  Modified:             kabcclient-4.9.5.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #450678
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  kde-base/kabcclient/kabcclient-4.9.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kabcclient/kabcclient-4.9.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kabcclient/kabcclient-4.9.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kabcclient/kabcclient-4.9.5.ebuild?r1=1.2&r2=1.3

Index: kabcclient-4.9.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kabcclient/kabcclient-4.9.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kabcclient-4.9.5.ebuild	27 Jan 2013 11:43:14 -0000	1.2
+++ kabcclient-4.9.5.ebuild	27 Jan 2013 15:03:41 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/kabcclient-4.9.5.ebuild,v 1.2 2013/01/27 11:43:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/kabcclient-4.9.5.ebuild,v 1.3 2013/01/27 15:03:41 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 inherit kde4-meta
 
 DESCRIPTION="A command line client for accessing the KDE addressbook"
-KEYWORDS="amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="



1.120                kde-base/kabcclient/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kabcclient/ChangeLog?rev=1.120&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kabcclient/ChangeLog?rev=1.120&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kabcclient/ChangeLog?r1=1.119&r2=1.120

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog	27 Jan 2013 11:43:14 -0000	1.119
+++ ChangeLog	27 Jan 2013 15:03:41 -0000	1.120
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kabcclient
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.119 2013/01/27 11:43:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.120 2013/01/27 15:03:41 ago Exp $
+
+  27 Jan 2013; Agostino Sarubbo <ago@gentoo.org> kabcclient-4.9.5.ebuild:
+  Stable for x86, wrt bug #450678
 
   27 Jan 2013; Agostino Sarubbo <ago@gentoo.org> kabcclient-4.9.5.ebuild:
   Stable for amd64, wrt bug #450678





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

* [gentoo-commits] gentoo-x86 commit in kde-base/kabcclient: kabcclient-4.9.5.ebuild ChangeLog
@ 2013-01-27 23:02 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-27 23:02 UTC (permalink / raw
  To: gentoo-commits

ago         13/01/27 23:02:21

  Modified:             kabcclient-4.9.5.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #450678
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.4                  kde-base/kabcclient/kabcclient-4.9.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kabcclient/kabcclient-4.9.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kabcclient/kabcclient-4.9.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kabcclient/kabcclient-4.9.5.ebuild?r1=1.3&r2=1.4

Index: kabcclient-4.9.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kabcclient/kabcclient-4.9.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kabcclient-4.9.5.ebuild	27 Jan 2013 15:03:41 -0000	1.3
+++ kabcclient-4.9.5.ebuild	27 Jan 2013 23:02:21 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/kabcclient-4.9.5.ebuild,v 1.3 2013/01/27 15:03:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/kabcclient-4.9.5.ebuild,v 1.4 2013/01/27 23:02:21 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 inherit kde4-meta
 
 DESCRIPTION="A command line client for accessing the KDE addressbook"
-KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="



1.121                kde-base/kabcclient/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kabcclient/ChangeLog?rev=1.121&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kabcclient/ChangeLog?rev=1.121&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kabcclient/ChangeLog?r1=1.120&r2=1.121

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog	27 Jan 2013 15:03:41 -0000	1.120
+++ ChangeLog	27 Jan 2013 23:02:21 -0000	1.121
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kabcclient
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.120 2013/01/27 15:03:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.121 2013/01/27 23:02:21 ago Exp $
+
+  27 Jan 2013; Agostino Sarubbo <ago@gentoo.org> kabcclient-4.9.5.ebuild:
+  Stable for ppc, wrt bug #450678
 
   27 Jan 2013; Agostino Sarubbo <ago@gentoo.org> kabcclient-4.9.5.ebuild:
   Stable for x86, wrt bug #450678





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

end of thread, other threads:[~2013-01-27 23:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-05 20:18 [gentoo-commits] gentoo-x86 commit in kde-base/kabcclient: kabcclient-4.9.5.ebuild ChangeLog Chris Reffett (creffett)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-27 11:43 Agostino Sarubbo (ago)
2013-01-27 15:03 Agostino Sarubbo (ago)
2013-01-27 23:02 Agostino Sarubbo (ago)

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