public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kpilot: ChangeLog kpilot-4.3.5.ebuild
@ 2010-01-25 16:36 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 4+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-01-25 16:36 UTC (permalink / raw
  To: gentoo-commits

scarabeus    10/01/25 16:36:51

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

Revision  Changes    Path
1.112                kde-base/kpilot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog	23 Jan 2010 20:19:11 -0000	1.111
+++ ChangeLog	25 Jan 2010 16:36:50 -0000	1.112
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/kpilot
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.111 2010/01/23 20:19:11 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.112 2010/01/25 16:36:50 scarabeus Exp $
+
+*kpilot-4.3.5 (25 Jan 2010)
+
+  25 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> +kpilot-4.3.5.ebuild:
+  Version bump
 
   23 Jan 2010; Jonathan Callen <abcd@gentoo.org> kpilot-4.3.4.ebuild:
   Keyword ~amd64-linux/~x86-linux



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

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

Index: kpilot-4.3.5.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-4.3.5.ebuild,v 1.1 2010/01/25 16:36:50 scarabeus Exp $

EAPI="2"

KMNAME="kdepim"
inherit kde4-meta

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

DEPEND="
	>=app-pda/pilot-link-0.12
	$(add_kdebase_dep libkdepim)
	avantgo? ( >=dev-libs/libmal-0.40 )
	crypt? ( app-crypt/qca:2 )
"
RDEPEND="${DEPEND}"

# Tests hang, last checked in 4.3.3
RESTRICT="test"

src_configure() {
	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] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/kpilot: ChangeLog kpilot-4.3.5.ebuild
@ 2010-02-20 11:24 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-02-20 11:24 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/02/20 11:24:27

  Modified:             ChangeLog kpilot-4.3.5.ebuild
  Log:
  amd64/x86 stable wrt #300393
  (Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.113                kde-base/kpilot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog	25 Jan 2010 16:36:50 -0000	1.112
+++ ChangeLog	20 Feb 2010 11:24:27 -0000	1.113
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kpilot
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.112 2010/01/25 16:36:50 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.113 2010/02/20 11:24:27 ssuominen Exp $
+
+  20 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> kpilot-4.3.5.ebuild:
+  amd64/x86 stable wrt #300393
 
 *kpilot-4.3.5 (25 Jan 2010)
 



1.2                  kde-base/kpilot/kpilot-4.3.5.ebuild

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

Index: kpilot-4.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-4.3.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kpilot-4.3.5.ebuild	25 Jan 2010 16:36:50 -0000	1.1
+++ kpilot-4.3.5.ebuild	20 Feb 2010 11:24:27 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-4.3.5.ebuild,v 1.1 2010/01/25 16:36:50 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-4.3.5.ebuild,v 1.2 2010/02/20 11:24:27 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 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="avantgo crypt debug +handbook"
 
 DEPEND="






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kpilot: ChangeLog kpilot-4.3.5.ebuild
@ 2010-03-11 18:36 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2010-03-11 18:36 UTC (permalink / raw
  To: gentoo-commits

ranger      10/03/11 18:36:45

  Modified:             ChangeLog kpilot-4.3.5.ebuild
  Log:
  Marking kde-4.3.5 ppc for bug 300393
  (Portage version: 2.1.7.17/cvs/Linux ppc64)

Revision  Changes    Path
1.114                kde-base/kpilot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog	20 Feb 2010 11:24:27 -0000	1.113
+++ ChangeLog	11 Mar 2010 18:36:44 -0000	1.114
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kpilot
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.113 2010/02/20 11:24:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.114 2010/03/11 18:36:44 ranger Exp $
+
+  11 Mar 2010; Brent Baude <ranger@gentoo.org> kpilot-4.3.5.ebuild:
+  Marking kpilot-4.3.5 ppc stable for bug 300393
 
   20 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> kpilot-4.3.5.ebuild:
   amd64/x86 stable wrt #300393



1.3                  kde-base/kpilot/kpilot-4.3.5.ebuild

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

Index: kpilot-4.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-4.3.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kpilot-4.3.5.ebuild	20 Feb 2010 11:24:27 -0000	1.2
+++ kpilot-4.3.5.ebuild	11 Mar 2010 18:36:44 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-4.3.5.ebuild,v 1.2 2010/02/20 11:24:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-4.3.5.ebuild,v 1.3 2010/03/11 18:36:44 ranger 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 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="avantgo crypt debug +handbook"
 
 DEPEND="






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kpilot: ChangeLog kpilot-4.3.5.ebuild
@ 2010-08-09 11:31 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 4+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-08-09 11:31 UTC (permalink / raw
  To: gentoo-commits

scarabeus    10/08/09 11:31:25

  Modified:             ChangeLog
  Removed:              kpilot-4.3.5.ebuild
  Log:
  rm 4.3.5 and 4.4.4
  (Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.117                kde-base/kpilot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog	21 Jun 2010 15:53:39 -0000	1.116
+++ ChangeLog	9 Aug 2010 11:31:24 -0000	1.117
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kpilot
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.116 2010/06/21 15:53:39 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.117 2010/08/09 11:31:24 scarabeus Exp $
+
+  09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> -kpilot-4.3.5.ebuild:
+  rm
 
   21 Jun 2010; Tomáš Chvátal <scarabeus@gentoo.org> -kpilot-4.3.3.ebuild,
   kpilot-4.3.5.ebuild:






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

end of thread, other threads:[~2010-08-09 11:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-20 11:24 [gentoo-commits] gentoo-x86 commit in kde-base/kpilot: ChangeLog kpilot-4.3.5.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2010-08-09 11:31 Tomas Chvatal (scarabeus)
2010-03-11 18:36 Brent Baude (ranger)
2010-01-25 16:36 Tomas Chvatal (scarabeus)

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