* [gentoo-commits] gentoo-x86 commit in kde-base/akonadi: ChangeLog akonadi-4.2.1.ebuild
@ 2009-03-04 20:18 Alexey Shvetsov (alexxy)
0 siblings, 0 replies; 6+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-03-04 20:18 UTC (permalink / raw
To: gentoo-commits
alexxy 09/03/04 20:18:08
Modified: ChangeLog
Added: akonadi-4.2.1.ebuild
Log:
Bump KDE 4.2.1
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.12 kde-base/akonadi/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 28 Feb 2009 10:29:40 -0000 1.11
+++ ChangeLog 4 Mar 2009 20:18:04 -0000 1.12
@@ -1,6 +1,11 @@
# 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.11 2009/02/28 10:29:40 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.12 2009/03/04 20:18:04 alexxy Exp $
+
+*akonadi-4.2.1 (04 Mar 2009)
+
+ 04 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> +akonadi-4.2.1.ebuild:
+ Bump KDE 4.2.1
28 Feb 2009; Markus Meier <maekke@gentoo.org> metadata.xml:
semantic-desktop is a global USE-flag
1.1 kde-base/akonadi/akonadi-4.2.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/akonadi-4.2.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/akonadi-4.2.1.ebuild?rev=1.1&content-type=text/plain
Index: akonadi-4.2.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.2.1.ebuild,v 1.1 2009/03/04 20:18:04 alexxy Exp $
EAPI="2"
KMNAME="kdepim"
inherit kde4-meta
DESCRIPTION="An extensible cross-desktop storage service for PIM data and meta data"
KEYWORDS="~amd64 ~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 )
# not sure about libxml2... - reavertm
DEPEND="
dev-libs/boost
dev-libs/libxml2
dev-libs/libxslt
>=kde-base/kdemaildir-${PV}:${SLOT}
>=kde-base/libkdepim-${PV}:${SLOT}
x11-misc/shared-mime-info
>=kde-base/kdelibs-${PV}:${SLOT}[semantic-desktop?]
"
RDEPEND="${DEPEND}
>=app-office/akonadi-server-1.1[mysql]
"
KMEXTRACTONLY="
libkdepim/
maildir/
"
src_prepare() {
if ! use semantic-desktop; then
sed -i -e "s/add_subdirectory( nepomuktag )//"\
akonadi/resources/CMakeLists.txt\
|| die "Failed to disable nepomuktag"
fi
kde4-meta_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)"
kde4-meta_src_configure
}
src_test() {
# disable broken test
sed -i -e '/mailserializerplugintest/ s/^/#DO_NOT_RUN_TEST /' \
"${S}"/akonadi/plugins/tests/CMakeLists.txt || \
die "sed to disable mailserializerplugintest failed."
kde4-meta_src_test
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/akonadi: ChangeLog akonadi-4.2.1.ebuild
@ 2009-03-08 13:07 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 6+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2009-03-08 13:07 UTC (permalink / raw
To: gentoo-commits
scarabeus 09/03/08 13:07:10
Modified: ChangeLog akonadi-4.2.1.ebuild
Log:
Semi-automatic merge, Update deps.
(Portage version: 2.2_rc23/cvs/Linux i686)
Revision Changes Path
1.13 kde-base/akonadi/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 4 Mar 2009 20:18:04 -0000 1.12
+++ ChangeLog 8 Mar 2009 13:07:10 -0000 1.13
@@ -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.12 2009/03/04 20:18:04 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.13 2009/03/08 13:07:10 scarabeus Exp $
+
+ 08 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> akonadi-4.2.1.ebuild:
+ Semi-automatic merge, Update deps.
*akonadi-4.2.1 (04 Mar 2009)
1.2 kde-base/akonadi/akonadi-4.2.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/akonadi-4.2.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/akonadi-4.2.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/akonadi-4.2.1.ebuild?r1=1.1&r2=1.2
Index: akonadi-4.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- akonadi-4.2.1.ebuild 4 Mar 2009 20:18:04 -0000 1.1
+++ akonadi-4.2.1.ebuild 8 Mar 2009 13:07:10 -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.2.1.ebuild,v 1.1 2009/03/04 20:18:04 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.2.1.ebuild,v 1.2 2009/03/08 13:07:10 scarabeus Exp $
EAPI="2"
@@ -16,14 +16,15 @@
# add when libmapi becomes available with an ebuild
#exchange? ( net-libs/libmapi )
# not sure about libxml2... - reavertm
+
DEPEND="
dev-libs/boost
dev-libs/libxml2
dev-libs/libxslt
- >=kde-base/kdemaildir-${PV}:${SLOT}
- >=kde-base/libkdepim-${PV}:${SLOT}
+ >=kde-base/kdelibs-${PV}:${SLOT}[kdeprefix=,semantic-desktop?]
+ >=kde-base/kdemaildir-${PV}:${SLOT}[kdeprefix=]
+ >=kde-base/libkdepim-${PV}:${SLOT}[kdeprefix=]
x11-misc/shared-mime-info
- >=kde-base/kdelibs-${PV}:${SLOT}[semantic-desktop?]
"
RDEPEND="${DEPEND}
@@ -31,7 +32,6 @@
"
KMEXTRACTONLY="
- libkdepim/
maildir/
"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/akonadi: ChangeLog akonadi-4.2.1.ebuild
@ 2009-03-12 17:44 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 6+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2009-03-12 17:44 UTC (permalink / raw
To: gentoo-commits
scarabeus 09/03/12 17:44:44
Modified: ChangeLog akonadi-4.2.1.ebuild
Log:
Add missing dep. Per bug #251906. And krytzz request :]
(Portage version: 2.2_rc24/cvs/Linux x86_64)
Revision Changes Path
1.15 kde-base/akonadi/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 8 Mar 2009 18:50:17 -0000 1.14
+++ ChangeLog 12 Mar 2009 17:44:44 -0000 1.15
@@ -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.14 2009/03/08 18:50:17 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.15 2009/03/12 17:44:44 scarabeus Exp $
+
+ 12 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> akonadi-4.2.1.ebuild:
+ Add missing dep. Per bug #251906. And krytzz request :]
08 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> -akonadi-4.2.0.ebuild:
Drop KDE 4.2.0
1.3 kde-base/akonadi/akonadi-4.2.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/akonadi-4.2.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/akonadi-4.2.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/akonadi-4.2.1.ebuild?r1=1.2&r2=1.3
Index: akonadi-4.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- akonadi-4.2.1.ebuild 8 Mar 2009 13:07:10 -0000 1.2
+++ akonadi-4.2.1.ebuild 12 Mar 2009 17:44:44 -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.2.1.ebuild,v 1.2 2009/03/08 13:07:10 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.2.1.ebuild,v 1.3 2009/03/12 17:44:44 scarabeus Exp $
EAPI="2"
@@ -23,6 +23,7 @@
dev-libs/libxslt
>=kde-base/kdelibs-${PV}:${SLOT}[kdeprefix=,semantic-desktop?]
>=kde-base/kdemaildir-${PV}:${SLOT}[kdeprefix=]
+ >=kde-base/kdepim-kresources-${PV}:${SLOT}[kdeprefix=]
>=kde-base/libkdepim-${PV}:${SLOT}[kdeprefix=]
x11-misc/shared-mime-info
"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/akonadi: ChangeLog akonadi-4.2.1.ebuild
@ 2009-03-13 17:51 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 6+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2009-03-13 17:51 UTC (permalink / raw
To: gentoo-commits
scarabeus 09/03/13 17:51:11
Modified: ChangeLog akonadi-4.2.1.ebuild
Log:
Hm revert dep on kdepim-kresources. It should be directly inverse. Kdepim-kresources depends on akonadi.
(Portage version: 2.2_rc24/cvs/Linux x86_64)
Revision Changes Path
1.16 kde-base/akonadi/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 12 Mar 2009 17:44:44 -0000 1.15
+++ ChangeLog 13 Mar 2009 17:51:11 -0000 1.16
@@ -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.15 2009/03/12 17:44:44 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.16 2009/03/13 17:51:11 scarabeus Exp $
+
+ 13 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> akonadi-4.2.1.ebuild:
+ Hm revert dep on kdepim-kresources. It should be directly inverse.
+ Kdepim-kresources depends on akonadi.
12 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> akonadi-4.2.1.ebuild:
Add missing dep. Per bug #251906. And krytzz request :]
1.4 kde-base/akonadi/akonadi-4.2.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/akonadi-4.2.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/akonadi-4.2.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/akonadi-4.2.1.ebuild?r1=1.3&r2=1.4
Index: akonadi-4.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- akonadi-4.2.1.ebuild 12 Mar 2009 17:44:44 -0000 1.3
+++ akonadi-4.2.1.ebuild 13 Mar 2009 17:51:11 -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.2.1.ebuild,v 1.3 2009/03/12 17:44:44 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.2.1.ebuild,v 1.4 2009/03/13 17:51:11 scarabeus Exp $
EAPI="2"
@@ -23,7 +23,6 @@
dev-libs/libxslt
>=kde-base/kdelibs-${PV}:${SLOT}[kdeprefix=,semantic-desktop?]
>=kde-base/kdemaildir-${PV}:${SLOT}[kdeprefix=]
- >=kde-base/kdepim-kresources-${PV}:${SLOT}[kdeprefix=]
>=kde-base/libkdepim-${PV}:${SLOT}[kdeprefix=]
x11-misc/shared-mime-info
"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/akonadi: ChangeLog akonadi-4.2.1.ebuild
@ 2009-04-11 19:32 Raul Porcel (armin76)
0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2009-04-11 19:32 UTC (permalink / raw
To: gentoo-commits
armin76 09/04/11 19:32:33
Modified: ChangeLog akonadi-4.2.1.ebuild
Log:
Add ~alpha/~ia64 wrt #260777
(Portage version: 2.1.6.7/cvs/Linux ia64)
Revision Changes Path
1.17 kde-base/akonadi/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 13 Mar 2009 17:51:11 -0000 1.16
+++ ChangeLog 11 Apr 2009 19:32:33 -0000 1.17
@@ -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.16 2009/03/13 17:51:11 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.17 2009/04/11 19:32:33 armin76 Exp $
+
+ 11 Apr 2009; Raúl Porcel <armin76@gentoo.org> akonadi-4.2.1.ebuild:
+ Add ~alpha/~ia64 wrt #260777
13 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> akonadi-4.2.1.ebuild:
Hm revert dep on kdepim-kresources. It should be directly inverse.
1.5 kde-base/akonadi/akonadi-4.2.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/akonadi-4.2.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/akonadi-4.2.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/akonadi-4.2.1.ebuild?r1=1.4&r2=1.5
Index: akonadi-4.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- akonadi-4.2.1.ebuild 13 Mar 2009 17:51:11 -0000 1.4
+++ akonadi-4.2.1.ebuild 11 Apr 2009 19:32:33 -0000 1.5
@@ -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.2.1.ebuild,v 1.4 2009/03/13 17:51:11 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.2.1.ebuild,v 1.5 2009/04/11 19:32:33 armin76 Exp $
EAPI="2"
@@ -8,7 +8,7 @@
inherit kde4-meta
DESCRIPTION="An extensible cross-desktop storage service for PIM data and meta data"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~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.2.1.ebuild
@ 2009-04-16 19:58 Alexey Shvetsov (alexxy)
0 siblings, 0 replies; 6+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-04-16 19:58 UTC (permalink / raw
To: gentoo-commits
alexxy 09/04/16 19:58:49
Modified: ChangeLog
Removed: akonadi-4.2.1.ebuild
Log:
Drop KDE 4.2.1
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Revision Changes Path
1.19 kde-base/akonadi/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 11 Apr 2009 21:53:19 -0000 1.18
+++ ChangeLog 16 Apr 2009 19:58:49 -0000 1.19
@@ -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.18 2009/04/11 21:53:19 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.19 2009/04/16 19:58:49 alexxy Exp $
+
+ 16 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -akonadi-4.2.1.ebuild:
+ Drop KDE 4.2.1
*akonadi-4.2.2 (11 Apr 2009)
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-04-16 19:58 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-13 17:51 [gentoo-commits] gentoo-x86 commit in kde-base/akonadi: ChangeLog akonadi-4.2.1.ebuild Tomas Chvatal (scarabeus)
-- strict thread matches above, loose matches on Subject: below --
2009-04-16 19:58 Alexey Shvetsov (alexxy)
2009-04-11 19:32 Raul Porcel (armin76)
2009-03-12 17:44 Tomas Chvatal (scarabeus)
2009-03-08 13:07 Tomas Chvatal (scarabeus)
2009-03-04 20:18 Alexey Shvetsov (alexxy)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox