public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kpilot: kpilot-4.3.1.ebuild ChangeLog
@ 2009-09-01 15:49 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 3+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2009-09-01 15:49 UTC (permalink / raw
  To: gentoo-commits

tampakrap    09/09/01 15:49:57

  Modified:             ChangeLog
  Added:                kpilot-4.3.1.ebuild
  Log:
  Version bump KDE 4.3.1
  (Portage version: 2.2_rc38/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.91                 kde-base/kpilot/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kpilot/ChangeLog?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kpilot/ChangeLog?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kpilot/ChangeLog?r1=1.90&r2=1.91

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	4 Aug 2009 00:55:20 -0000	1.90
+++ ChangeLog	1 Sep 2009 15:49:57 -0000	1.91
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/kpilot
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.90 2009/08/04 00:55:20 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.91 2009/09/01 15:49:57 tampakrap Exp $
+
+*kpilot-4.3.1 (01 Sep 2009)
+
+  01 Sep 2009; Theo Chatzimichos <tampakrap@gentoo.org>
+  +kpilot-4.3.1.ebuild:
+  Version bump
 
 *kpilot-4.3.0 (04 Aug 2009)
 



1.1                  kde-base/kpilot/kpilot-4.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kpilot/kpilot-4.3.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kpilot/kpilot-4.3.1.ebuild?rev=1.1&content-type=text/plain

Index: kpilot-4.3.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-4.3.1.ebuild,v 1.1 2009/09/01 15:49:57 tampakrap Exp $

EAPI="2"

KMNAME="kdepim"
inherit kde4-meta

DESCRIPTION="KPilot is software for syncing PalmOS based handhelds."
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
IUSE="avantgo crypt debug +handbook"

DEPEND="
	>=app-pda/pilot-link-0.12
	>=kde-base/libkdepim-${PV}:${SLOT}[kdeprefix=]
	avantgo? ( >=dev-libs/libmal-0.40 )
	crypt? ( app-crypt/qca:2 )
"
RDEPEND="${DEPEND}"

src_configure() {
	mycmakeargs="${mycmakeargs}
		$(cmake-utils_use_with avantgo Mal)
		$(cmake-utils_use_with crypt QCA2)"

	kde4-meta_src_configure
}

src_test() {
	# disable broken test (as of 4.2.87)
	sed -i -e '/keyringcategorysynctest/ s/^/#DO_NOT_RUN_TEST /' \
		"${S}"/"${PN}"/conduits/keyringconduit/tests/CMakeLists.txt || \
		die "sed to disable keyringcategorysynctest failed."

	kde4-meta_src_test
}






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kpilot: kpilot-4.3.1.ebuild ChangeLog
@ 2009-10-10  9:59 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-10-10  9:59 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/10/10 09:59:21

  Modified:             kpilot-4.3.1.ebuild ChangeLog
  Log:
  amd64 stable wrt #287697
  (Portage version: 2.2_rc44/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.2                  kde-base/kpilot/kpilot-4.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kpilot/kpilot-4.3.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kpilot/kpilot-4.3.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kpilot/kpilot-4.3.1.ebuild?r1=1.1&r2=1.2

Index: kpilot-4.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-4.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kpilot-4.3.1.ebuild	1 Sep 2009 15:49:57 -0000	1.1
+++ kpilot-4.3.1.ebuild	10 Oct 2009 09:59:21 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-4.3.1.ebuild,v 1.1 2009/09/01 15:49:57 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-4.3.1.ebuild,v 1.2 2009/10/10 09:59:21 ssuominen Exp $
 
 EAPI="2"
 
@@ -8,7 +8,7 @@
 inherit kde4-meta
 
 DESCRIPTION="KPilot is software for syncing PalmOS based handhelds."
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="avantgo crypt debug +handbook"
 
 DEPEND="



1.94                 kde-base/kpilot/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kpilot/ChangeLog?rev=1.94&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kpilot/ChangeLog?rev=1.94&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kpilot/ChangeLog?r1=1.93&r2=1.94

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	8 Oct 2009 14:43:39 -0000	1.93
+++ ChangeLog	10 Oct 2009 09:59:21 -0000	1.94
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kpilot
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.93 2009/10/08 14:43:39 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.94 2009/10/10 09:59:21 ssuominen Exp $
+
+  10 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> kpilot-4.3.1.ebuild:
+  amd64 stable wrt #287697
 
   08 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> -kpilot-4.3.0.ebuild:
   Drop KDE 4.3.0






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kpilot: kpilot-4.3.1.ebuild ChangeLog
@ 2009-10-18 17:19 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2009-10-18 17:19 UTC (permalink / raw
  To: gentoo-commits

maekke      09/10/18 17:19:49

  Modified:             kpilot-4.3.1.ebuild ChangeLog
  Log:
  x86 stable, bug #287697
  (Portage version: 2.2_rc46/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  kde-base/kpilot/kpilot-4.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kpilot/kpilot-4.3.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kpilot/kpilot-4.3.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kpilot/kpilot-4.3.1.ebuild?r1=1.3&r2=1.4

Index: kpilot-4.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-4.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kpilot-4.3.1.ebuild	17 Oct 2009 09:05:40 -0000	1.3
+++ kpilot-4.3.1.ebuild	18 Oct 2009 17:19:49 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-4.3.1.ebuild,v 1.3 2009/10/17 09:05:40 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-4.3.1.ebuild,v 1.4 2009/10/18 17:19:49 maekke Exp $
 
 EAPI="2"
 
@@ -8,7 +8,7 @@
 inherit kde4-meta
 
 DESCRIPTION="KPilot is software for syncing PalmOS based handhelds."
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 x86"
 IUSE="avantgo crypt debug +handbook"
 
 # tests hang, last checked for 4.3.1



1.97                 kde-base/kpilot/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kpilot/ChangeLog?rev=1.97&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kpilot/ChangeLog?rev=1.97&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kpilot/ChangeLog?r1=1.96&r2=1.97

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog	17 Oct 2009 09:05:40 -0000	1.96
+++ ChangeLog	18 Oct 2009 17:19:49 -0000	1.97
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kpilot
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.96 2009/10/17 09:05:40 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.97 2009/10/18 17:19:49 maekke Exp $
+
+  18 Oct 2009; Markus Meier <maekke@gentoo.org> kpilot-4.3.1.ebuild:
+  x86 stable, bug #287697
 
   17 Oct 2009; Jonathan Callen <abcd@gentoo.org> kpilot-4.3.1.ebuild,
   kpilot-4.3.2.ebuild:






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

end of thread, other threads:[~2009-10-18 17:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-10  9:59 [gentoo-commits] gentoo-x86 commit in kde-base/kpilot: kpilot-4.3.1.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-18 17:19 Markus Meier (maekke)
2009-09-01 15:49 Theo Chatzimichos (tampakrap)

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