* [gentoo-commits] gentoo-x86 commit in app-office/akonadi-server: akonadi-server-1.9.0.ebuild ChangeLog
@ 2013-02-06 18:59 Alexey Shvetsov (alexxy)
0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2013-02-06 18:59 UTC (permalink / raw
To: gentoo-commits
alexxy 13/02/06 18:59:38
Modified: akonadi-server-1.9.0.ebuild ChangeLog
Log:
Change default backend to mysql wrt bug 441596
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key F82F92E6)
Revision Changes Path
1.2 app-office/akonadi-server/akonadi-server-1.9.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/akonadi-server-1.9.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/akonadi-server-1.9.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/akonadi-server-1.9.0.ebuild?r1=1.1&r2=1.2
Index: akonadi-server-1.9.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.9.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- akonadi-server-1.9.0.ebuild 6 Feb 2013 18:52:54 -0000 1.1
+++ akonadi-server-1.9.0.ebuild 6 Feb 2013 18:59:38 -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/app-office/akonadi-server/akonadi-server-1.9.0.ebuild,v 1.1 2013/02/06 18:52:54 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.9.0.ebuild,v 1.2 2013/02/06 18:59:38 alexxy Exp $
EAPI=4
@@ -22,7 +22,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="mysql postgres +sqlite test"
+IUSE="+mysql postgres sqlite test"
CDEPEND="
dev-libs/boost
@@ -47,20 +47,20 @@
PATCHES=( "${FILESDIR}/${P}-qt5.patch" )
pkg_setup() {
- # Set default storage backend in order: SQLite, MySQL, PostgreSQL
+ # Set default storage backend in order: MySQL, SQLite PostgreSQL
# reverse driver check to keep the order
if use postgres; then
DRIVER="QPSQL"
AVAILABLE+=" ${DRIVER}"
fi
- if use mysql; then
- DRIVER="QMYSQL"
+ if use sqlite; then
+ DRIVER="QSQLITE3"
AVAILABLE+=" ${DRIVER}"
fi
- if use sqlite; then
- DRIVER="QSQLITE3"
+ if use mysql; then
+ DRIVER="QMYSQL"
AVAILABLE+=" ${DRIVER}"
fi
@@ -72,12 +72,12 @@
fi
# Notify about MySQL not being default anymore
- if ! use mysql && has_version "<=${CATEGORY}/${PN}-1.4.0[mysql]"; then
+ if ! use sqlite && has_version "<=${CATEGORY}/${PN}-1.4.0[sqlite]"; then
ewarn
- ewarn "MySQL driver is not enabled by default in Gentoo anymore."
- ewarn "If you intend to use it, please enable mysql USE flag and reinstall"
+ ewarn "The default storage drive has changed from SQLite to MySQL."
+ ewarn "If you want to stay with SQLite, enable the sqlite USE flag and reinstall"
ewarn "${CATEGORY}/${PN}."
- ewarn "Otherwise select different driver in your ~/.config/akonadi/akonadiserverrc."
+ ewarn "Otherwise, select a different driver in your ~/.config/akonadi/akonadiserverrc."
ewarn "Available drivers are:${AVAILABLE}"
fi
}
1.96 app-office/akonadi-server/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/ChangeLog?rev=1.96&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/ChangeLog?rev=1.96&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/ChangeLog?r1=1.95&r2=1.96
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog 6 Feb 2013 18:52:54 -0000 1.95
+++ ChangeLog 6 Feb 2013 18:59:38 -0000 1.96
@@ -1,6 +1,9 @@
# ChangeLog for app-office/akonadi-server
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.95 2013/02/06 18:52:54 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.96 2013/02/06 18:59:38 alexxy Exp $
+
+ 06 Feb 2013; Alexey Shvetsov <alexxy@gentoo.org> akonadi-server-1.9.0.ebuild:
+ Change default backend to mysql wrt bug 441596
*akonadi-server-1.9.0 (06 Feb 2013)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-office/akonadi-server: akonadi-server-1.9.0.ebuild ChangeLog
@ 2013-02-07 4:13 Alexey Shvetsov (alexxy)
0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2013-02-07 4:13 UTC (permalink / raw
To: gentoo-commits
alexxy 13/02/07 04:13:39
Modified: akonadi-server-1.9.0.ebuild ChangeLog
Log:
Sync keywords
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key F82F92E6)
Revision Changes Path
1.4 app-office/akonadi-server/akonadi-server-1.9.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/akonadi-server-1.9.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/akonadi-server-1.9.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/akonadi-server-1.9.0.ebuild?r1=1.3&r2=1.4
Index: akonadi-server-1.9.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.9.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- akonadi-server-1.9.0.ebuild 6 Feb 2013 20:14:33 -0000 1.3
+++ akonadi-server-1.9.0.ebuild 7 Feb 2013 04:13:39 -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/app-office/akonadi-server/akonadi-server-1.9.0.ebuild,v 1.3 2013/02/06 20:14:33 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.9.0.ebuild,v 1.4 2013/02/07 04:13:39 alexxy Exp $
EAPI=4
@@ -11,7 +11,7 @@
KEYWORDS=""
else
SRC_URI="mirror://kde/stable/${PN/-server/}/src/${P/-server/}.tar.bz2"
- KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
S="${WORKDIR}/${P/-server/}"
fi
1.99 app-office/akonadi-server/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/ChangeLog?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/ChangeLog?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/ChangeLog?r1=1.98&r2=1.99
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog 7 Feb 2013 01:03:41 -0000 1.98
+++ ChangeLog 7 Feb 2013 04:13:39 -0000 1.99
@@ -1,6 +1,9 @@
# ChangeLog for app-office/akonadi-server
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.98 2013/02/07 01:03:41 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.99 2013/02/07 04:13:39 alexxy Exp $
+
+ 07 Feb 2013; Alexey Shvetsov <alexxy@gentoo.org> akonadi-server-1.9.0.ebuild:
+ Sync keywords
07 Feb 2013; Naohiro Aota <naota@gentoo.org> akonadi-server-1.8.1.ebuild:
Add ~x86-fbsd wrt bug #430072
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-02-07 4:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-07 4:13 [gentoo-commits] gentoo-x86 commit in app-office/akonadi-server: akonadi-server-1.9.0.ebuild ChangeLog Alexey Shvetsov (alexxy)
-- strict thread matches above, loose matches on Subject: below --
2013-02-06 18:59 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