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

tampakrap    09/09/01 14:41:28

  Modified:             ChangeLog
  Added:                akonadi-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.29                 kde-base/akonadi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	4 Aug 2009 04:27:20 -0000	1.28
+++ ChangeLog	1 Sep 2009 14:41:28 -0000	1.29
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/akonadi
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.28 2009/08/04 04:27:20 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.29 2009/09/01 14:41:28 tampakrap Exp $
+
+*akonadi-4.3.1 (01 Sep 2009)
+
+  01 Sep 2009; Theo Chatzimichos <tampakrap@gentoo.org>
+  +akonadi-4.3.1.ebuild:
+  Version bump
 
   04 Aug 2009; Alex Alexander <wired@gentoo.org> ChangeLog:
   manifest update (upstream tarball changed)



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

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

Index: akonadi-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/akonadi/akonadi-4.3.1.ebuild,v 1.1 2009/09/01 14:41:28 tampakrap Exp $

EAPI="2"

if [[ ${PV} = *9999* ]]; then
	KMNAME="kdepim"
	eclass="kde4-meta"
else
	KMNAME="kdepim-runtime"
	eclass="kde4-base"
fi
inherit ${eclass}

DESCRIPTION="An extensible cross-desktop storage service for PIM data and meta data"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
# add when libmapi becomes available with an ebuild
#exchange
IUSE="debug +semantic-desktop"

# add when libmapi becomes available with an ebuild
#exchange? ( net-libs/libmapi )
DEPEND="
	dev-libs/boost
	dev-libs/libxml2
	dev-libs/libxslt
	>=kde-base/kdelibs-${PV}:${SLOT}[kdeprefix=,semantic-desktop?]
	x11-misc/shared-mime-info
"
# @since 4.3 - blocks kdemaildir - no longer provided (it's in akonadi now)
RDEPEND="${DEPEND}
	!kdeprefix? (
		!kde-base/kdemaildir[-kdeprefix]
		!~kde-base/kdepim-kresources-4.2.3[-kdeprefix]
		!~kde-base/kdepim-kresources-4.2.4[-kdeprefix]
		!<kde-base/kdepim-kresources-4.2.95:4.3[-kdeprefix]
	)
	kdeprefix? (
		!kde-base/kdemaildir:${SLOT}
		!<kde-base/kdepim-kresources-4.2.95:${SLOT}[kdeprefix]
	)
	>=app-office/akonadi-server-1.2.1
"

[[ ${KMNAME} = "kdepim-runtime" ]] && S="${WORKDIR}/${KMNAME}-${PV}"

src_prepare() {
	local pref="${S}"
	[[ ${KMNAME} != "kdepim-runtime" ]] && pref="${S}/${PN}"
	if ! use semantic-desktop; then
		sed -i -e "s/add_subdirectory( nepomuktag )//"\
			"${pref}"/resources/CMakeLists.txt\
			|| die "Failed to disable nepomuktag"
	fi

	${eclass}_src_prepare
}

src_configure() {
	# Set the dbus dirs, otherwise it searches in KDEDIR
	mycmakeargs="${mycmakeargs}
		-DAKONADI_DBUS_INTERFACES_INSTALL_DIR=/usr/share/dbus-1/interfaces
		-DAKONADI_DBUS_SERVICES_INSTALL_DIR=/usr/share/dbus-1/services"
	# replace with $(cmake-utils_use_with exchange OpenChange) when libmapi becomes available with an ebuild
	mycmakeargs="${mycmakeargs}
		-DWITH_LibXslt=ON
		-DWITH_OpenChange=OFF
		-DWITH_GNOKII=OFF
		-DWITH_GLIB2=OFF
		-DWITH_OpenSync=OFF
		$(cmake-utils_use_with semantic-desktop Nepomuk)
		$(cmake-utils_use_with semantic-desktop Soprano)"

	${eclass}_src_configure
}

src_test() {
	# disable broken tests
	sed -i -e '/kcalserializertest/ s/^/#DO_NOT_RUN_TEST /' \
		"${S}"/plugins/tests/CMakeLists.txt || \
		die "sed to disable kcalserializertest failed."
	sed -i -e '/kresmigrationtest/ s/^/#DO_NOT_RUN_TEST /' \
		"${S}"/migration/kres/tests/CMakeLists.txt || \
		die "sed to disable kresmigrationtest failed."

	${eclass}_src_test
}

src_install() {
	${eclass}_src_install
	# colliding files with nepomuk
	rm -rf "${D}"/${KDEDIR}/share/apps/nepomuk/ontologies/n{m,c}o.{desktop,trig}
}






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

* [gentoo-commits] gentoo-x86 commit in kde-base/akonadi: ChangeLog akonadi-4.3.1.ebuild
@ 2009-09-04 16:25 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 6+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2009-09-04 16:25 UTC (permalink / raw
  To: gentoo-commits

scarabeus    09/09/04 16:25:23

  Modified:             ChangeLog akonadi-4.3.1.ebuild
  Log:
  Move the dep fix from overlay to tree. Force due to unsynced tree.
  (Portage version: 2.2_rc40/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.30                 kde-base/akonadi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	1 Sep 2009 14:41:28 -0000	1.29
+++ ChangeLog	4 Sep 2009 16:25:23 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/akonadi
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.29 2009/09/01 14:41:28 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.30 2009/09/04 16:25:23 scarabeus Exp $
+
+  04 Sep 2009; Tomáš Chvátal <scarabeus@gentoo.org> akonadi-4.3.1.ebuild:
+  Move the dep fix from overlay to tree.
 
 *akonadi-4.3.1 (01 Sep 2009)
 



1.2                  kde-base/akonadi/akonadi-4.3.1.ebuild

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

Index: akonadi-4.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- akonadi-4.3.1.ebuild	1 Sep 2009 14:41:28 -0000	1.1
+++ akonadi-4.3.1.ebuild	4 Sep 2009 16:25:23 -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/akonadi/akonadi-4.3.1.ebuild,v 1.1 2009/09/01 14:41:28 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.3.1.ebuild,v 1.2 2009/09/04 16:25:23 scarabeus Exp $
 
 EAPI="2"
 
@@ -26,6 +26,7 @@
 	dev-libs/libxml2
 	dev-libs/libxslt
 	>=kde-base/kdelibs-${PV}:${SLOT}[kdeprefix=,semantic-desktop?]
+	>=kde-base/kdepimlibs-${PV}:${SLOT}[kdeprefix=]
 	x11-misc/shared-mime-info
 "
 # @since 4.3 - blocks kdemaildir - no longer provided (it's in akonadi now)






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

* [gentoo-commits] gentoo-x86 commit in kde-base/akonadi: ChangeLog akonadi-4.3.1.ebuild
@ 2009-09-21 14:23 Dominik Kapusta (ayoy)
  0 siblings, 0 replies; 6+ messages in thread
From: Dominik Kapusta (ayoy) @ 2009-09-21 14:23 UTC (permalink / raw
  To: gentoo-commits

ayoy        09/09/21 14:23:25

  Modified:             ChangeLog akonadi-4.3.1.ebuild
  Log:
  Fixed failing tests by removing X server dependency where unnecessary
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.31                 kde-base/akonadi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	4 Sep 2009 16:25:23 -0000	1.30
+++ ChangeLog	21 Sep 2009 14:23:25 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/akonadi
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.30 2009/09/04 16:25:23 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.31 2009/09/21 14:23:25 ayoy Exp $
+
+  21 Sep 2009; Dominik Kapusta <ayoy@gentoo.org> akonadi-4.3.1.ebuild:
+  Fixed failing tests by removing X server dependency where unnecessary
 
   04 Sep 2009; Tomáš Chvátal <scarabeus@gentoo.org> akonadi-4.3.1.ebuild:
   Move the dep fix from overlay to tree.



1.3                  kde-base/akonadi/akonadi-4.3.1.ebuild

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

Index: akonadi-4.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- akonadi-4.3.1.ebuild	4 Sep 2009 16:25:23 -0000	1.2
+++ akonadi-4.3.1.ebuild	21 Sep 2009 14:23:25 -0000	1.3
@@ -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/akonadi/akonadi-4.3.1.ebuild,v 1.2 2009/09/04 16:25:23 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.3.1.ebuild,v 1.3 2009/09/21 14:23:25 ayoy Exp $
 
 EAPI="2"
 
@@ -84,6 +84,11 @@
 	sed -i -e '/kresmigrationtest/ s/^/#DO_NOT_RUN_TEST /' \
 		"${S}"/migration/kres/tests/CMakeLists.txt || \
 		die "sed to disable kresmigrationtest failed."
+	sed -i -e 's/QTEST_KDEMAIN(\(.*\), GUI)/QTEST_KDEMAIN_CORE(\1)/' \
+		"${S}"/akonadi_next/tests/descendantentitiesproxymodeltest.cpp \
+		"${S}"/akonadi_next/tests/selectionproxymodeltest.cpp || \
+		die "sed to fix descendantentitiesproxymodeltest and \
+			 selectionproxymodeltest failed."
 
 	${eclass}_src_test
 }






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

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

ssuominen    09/10/10 08:36:28

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

Revision  Changes    Path
1.34                 kde-base/akonadi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	8 Oct 2009 13:38:27 -0000	1.33
+++ ChangeLog	10 Oct 2009 08:36:28 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/akonadi
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.33 2009/10/08 13:38:27 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.34 2009/10/10 08:36:28 ssuominen Exp $
+
+  10 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> akonadi-4.3.1.ebuild:
+  amd64 stable wrt #287697
 
   08 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> -akonadi-4.3.0.ebuild:
   Drop KDE 4.3.0



1.4                  kde-base/akonadi/akonadi-4.3.1.ebuild

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

Index: akonadi-4.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- akonadi-4.3.1.ebuild	21 Sep 2009 14:23:25 -0000	1.3
+++ akonadi-4.3.1.ebuild	10 Oct 2009 08:36:28 -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/akonadi/akonadi-4.3.1.ebuild,v 1.3 2009/09/21 14:23:25 ayoy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.3.1.ebuild,v 1.4 2009/10/10 08:36:28 ssuominen Exp $
 
 EAPI="2"
 
@@ -14,7 +14,7 @@
 inherit ${eclass}
 
 DESCRIPTION="An extensible cross-desktop storage service for PIM data and meta data"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 # add when libmapi becomes available with an ebuild
 #exchange
 IUSE="debug +semantic-desktop"






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

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

maekke      09/10/18 17:04:37

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

Revision  Changes    Path
1.36                 kde-base/akonadi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	17 Oct 2009 09:00:15 -0000	1.35
+++ ChangeLog	18 Oct 2009 17:04:37 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/akonadi
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.35 2009/10/17 09:00:15 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.36 2009/10/18 17:04:37 maekke Exp $
+
+  18 Oct 2009; Markus Meier <maekke@gentoo.org> akonadi-4.3.1.ebuild:
+  x86 stable, bug #287697
 
   17 Oct 2009; Jonathan Callen <abcd@gentoo.org> akonadi-4.3.1.ebuild,
   akonadi-4.3.2.ebuild:



1.6                  kde-base/akonadi/akonadi-4.3.1.ebuild

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

Index: akonadi-4.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.3.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- akonadi-4.3.1.ebuild	17 Oct 2009 09:00:15 -0000	1.5
+++ akonadi-4.3.1.ebuild	18 Oct 2009 17:04:37 -0000	1.6
@@ -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/akonadi/akonadi-4.3.1.ebuild,v 1.5 2009/10/17 09:00:15 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.3.1.ebuild,v 1.6 2009/10/18 17:04:37 maekke Exp $
 
 EAPI="2"
 
@@ -14,7 +14,7 @@
 inherit ${eclass}
 
 DESCRIPTION="An extensible cross-desktop storage service for PIM data and meta data"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 x86"
 # add when libmapi becomes available with an ebuild
 #exchange
 IUSE="debug +semantic-desktop"






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

* [gentoo-commits] gentoo-x86 commit in kde-base/akonadi: ChangeLog akonadi-4.3.1.ebuild
@ 2009-12-10 18:55 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 6+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2009-12-10 18:55 UTC (permalink / raw
  To: gentoo-commits

scarabeus    09/12/10 18:55:49

  Modified:             ChangeLog
  Removed:              akonadi-4.3.1.ebuild
  Log:
  Drop KDE SC-4.3.1.
  (Portage version: 2.2_rc58/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.45                 kde-base/akonadi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	10 Dec 2009 13:40:36 -0000	1.44
+++ ChangeLog	10 Dec 2009 18:55:49 -0000	1.45
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/akonadi
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.44 2009/12/10 13:40:36 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.45 2009/12/10 18:55:49 scarabeus Exp $
+
+  10 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org>
+  -akonadi-4.3.1.ebuild:
+  Drop KDE SC-4.3.1.
 
   10 Dec 2009; Christian Faulhammer <fauli@gentoo.org> akonadi-4.3.3.ebuild:
   x86 stable, bug 292455






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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-10  8:36 [gentoo-commits] gentoo-x86 commit in kde-base/akonadi: ChangeLog akonadi-4.3.1.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-10 18:55 Tomas Chvatal (scarabeus)
2009-10-18 17:04 Markus Meier (maekke)
2009-09-21 14:23 Dominik Kapusta (ayoy)
2009-09-04 16:25 Tomas Chvatal (scarabeus)
2009-09-01 14:41 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