public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/akonadi-server: akonadi-server-1.1.2.ebuild ChangeLog
@ 2009-04-30 20:30 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2009-04-30 20:30 UTC (permalink / raw
  To: gentoo-commits

patrick     09/04/30 20:30:21

  Modified:             ChangeLog
  Added:                akonadi-server-1.1.2.ebuild
  Log:
  Buuuuump to 1.1.2
  (Portage version: 2.2_rc31/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 app-office/akonadi-server/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/akonadi-server/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/akonadi-server/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/akonadi-server/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	11 Apr 2009 15:56:27 -0000	1.13
+++ ChangeLog	30 Apr 2009 20:30:21 -0000	1.14
@@ -1,6 +1,12 @@
 # ChangeLog for app-office/akonadi-server
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.13 2009/04/11 15:56:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.14 2009/04/30 20:30:21 patrick Exp $
+
+*akonadi-server-1.1.2 (30 Apr 2009)
+
+  30 Apr 2009; Patrick Lauer <patrick@gentoo.org>
+  +akonadi-server-1.1.2.ebuild:
+  Buuuuump to 1.1.2
 
   11 Apr 2009; Raúl Porcel <armin76@gentoo.org>
   akonadi-server-1.1.1.ebuild:



1.1                  app-office/akonadi-server/akonadi-server-1.1.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/akonadi-server/akonadi-server-1.1.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/akonadi-server/akonadi-server-1.1.2.ebuild?rev=1.1&content-type=text/plain

Index: akonadi-server-1.1.2.ebuild
===================================================================
# Copyright 1999-2009 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.1.2.ebuild,v 1.1 2009/04/30 20:30:21 patrick Exp $

EAPI="2"

inherit qt4 cmake-utils

DESCRIPTION="The server part of Akonadi"
HOMEPAGE="http://pim.kde.org/akonadi"
SRC_URI="http://download.akonadi-project.org/${P/-server/}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
IUSE="+mysql"

RDEPEND="x11-libs/qt-core:4
	x11-libs/qt-dbus:4
	x11-libs/qt-sql:4[mysql?]
	x11-libs/qt-test:4
	x11-misc/shared-mime-info"
DEPEND="${RDEPEND}
	>=dev-util/cmake-2.6.0
	dev-libs/boost
	dev-libs/libxslt
	>=kde-base/automoc-0.9.88"

S="${WORKDIR}/${P/-server/}"

src_prepare() {
	# Don't check for mysql, avoid an automagic dep.
	if ! use mysql; then
		sed -e '/mysqld/s/find_program/#DONOTWANT &/' \
			-i "${S}"/server/CMakeLists.txt || die 'Sed failed.'
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in app-office/akonadi-server: akonadi-server-1.1.2.ebuild ChangeLog
@ 2009-07-22 23:33 Alex Alexander (wired)
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Alexander (wired) @ 2009-07-22 23:33 UTC (permalink / raw
  To: gentoo-commits

wired       09/07/22 23:33:35

  Modified:             akonadi-server-1.1.2.ebuild ChangeLog
  Log:
  updated ebuild with fixes from kde-testing overlay
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-office/akonadi-server/akonadi-server-1.1.2.ebuild

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

Index: akonadi-server-1.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- akonadi-server-1.1.2.ebuild	30 Apr 2009 20:30:21 -0000	1.1
+++ akonadi-server-1.1.2.ebuild	22 Jul 2009 23:33:35 -0000	1.2
@@ -1,30 +1,31 @@
 # Copyright 1999-2009 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.1.2.ebuild,v 1.1 2009/04/30 20:30:21 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.1.2.ebuild,v 1.2 2009/07/22 23:33:35 wired Exp $
 
 EAPI="2"
 
-inherit qt4 cmake-utils
+inherit cmake-utils
 
 DESCRIPTION="The server part of Akonadi"
 HOMEPAGE="http://pim.kde.org/akonadi"
 SRC_URI="http://download.akonadi-project.org/${P/-server/}.tar.bz2"
 
 LICENSE="LGPL-2.1"
-SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+SLOT="0"
 IUSE="+mysql"
 
-RDEPEND="x11-libs/qt-core:4
-	x11-libs/qt-dbus:4
-	x11-libs/qt-sql:4[mysql?]
-	x11-libs/qt-test:4
-	x11-misc/shared-mime-info"
-DEPEND="${RDEPEND}
-	>=dev-util/cmake-2.6.0
+RDEPEND="
 	dev-libs/boost
+	>=x11-libs/qt-core-4.5.0:4
+	>=x11-libs/qt-dbus-4.5.0:4
+	>=x11-libs/qt-sql-4.5.0:4[mysql?]
+	x11-misc/shared-mime-info
+"
+DEPEND="${RDEPEND}
 	dev-libs/libxslt
-	>=kde-base/automoc-0.9.88"
+	>=kde-base/automoc-0.9.88
+"
 
 S="${WORKDIR}/${P/-server/}"
 
@@ -35,3 +36,13 @@
 			-i "${S}"/server/CMakeLists.txt || die 'Sed failed.'
 	fi
 }
+
+pkg_postinst() {
+	if ! use mysql; then
+		echo
+		ewarn "You have decided to build akonadi-server with mysql USE"
+		ewarn "flag disabled. Note, that this is the only supported"
+		ewarn "database backend, hence akonadi-server will not work."
+		echo
+	fi
+}



1.15                 app-office/akonadi-server/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/akonadi-server/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/akonadi-server/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/akonadi-server/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	30 Apr 2009 20:30:21 -0000	1.14
+++ ChangeLog	22 Jul 2009 23:33:35 -0000	1.15
@@ -1,6 +1,11 @@
 # ChangeLog for app-office/akonadi-server
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.14 2009/04/30 20:30:21 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.15 2009/07/22 23:33:35 wired Exp $
+
+  22 Jul 2009; Alex Alexander <wired@gentoo.org>
+  akonadi-server-1.1.2.ebuild:
+  updated ebuild with fixes from kde-testing overlay (fixed RDEPEND, removed
+  inherit qt4)
 
 *akonadi-server-1.1.2 (30 Apr 2009)
 






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

end of thread, other threads:[~2009-07-22 23:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-30 20:30 [gentoo-commits] gentoo-x86 commit in app-office/akonadi-server: akonadi-server-1.1.2.ebuild ChangeLog Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2009-07-22 23:33 Alex Alexander (wired)

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