public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/akonadi-server: ChangeLog akonadi-server-1.3.1.ebuild
@ 2010-02-10  3:00 Jonathan Callen (abcd)
  0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Callen (abcd) @ 2010-02-10  3:00 UTC (permalink / raw
  To: gentoo-commits

abcd        10/02/10 03:00:28

  Modified:             ChangeLog akonadi-server-1.3.1.ebuild
  Log:
  Use helpers to fix for prefix
  (Portage version: -svn/cvs/Linux i686)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	9 Feb 2010 13:27:43 -0000	1.33
+++ ChangeLog	10 Feb 2010 03:00:16 -0000	1.34
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/akonadi-server
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.33 2010/02/09 13:27:43 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.34 2010/02/10 03:00:16 abcd Exp $
+
+  10 Feb 2010; Jonathan Callen <abcd@gentoo.org>
+  akonadi-server-1.3.1.ebuild:
+  Use helpers to fix for prefix
 
 *akonadi-server-1.3.1 (09 Feb 2010)
 



1.2                  app-office/akonadi-server/akonadi-server-1.3.1.ebuild

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

Index: akonadi-server-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- akonadi-server-1.3.1.ebuild	9 Feb 2010 13:27:43 -0000	1.1
+++ akonadi-server-1.3.1.ebuild	10 Feb 2010 03:00:16 -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/app-office/akonadi-server/akonadi-server-1.3.1.ebuild,v 1.1 2010/02/09 13:27:43 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.3.1.ebuild,v 1.2 2010/02/10 03:00:16 abcd Exp $
 
 EAPI="2"
 
@@ -39,11 +39,12 @@
 		driver="QSQLITE"
 	fi
 	# Who knows, maybe it accidentally fixes our permission issues
-	mkdir -p "${D}"/usr/share/config/akonadi || die "mkdir failed"
-	cat <<-EOF > "${D}"/usr/share/config/akonadi/akonadiserverrc
+	cat <<-EOF > "${T}"/akonadiserverrc
 [%General]
 Driver=${driver}
 EOF
+	insinto /usr/share/config/akonadi
+	doins "${T}"/akonadiserverrc || die "doins failed"
 
 	cmake-utils_src_install
 }






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

* [gentoo-commits] gentoo-x86 commit in app-office/akonadi-server: ChangeLog akonadi-server-1.3.1.ebuild
@ 2010-02-14 15:06 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 6+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-02-14 15:06 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/02/14 15:06:13

  Modified:             ChangeLog akonadi-server-1.3.1.ebuild
  Log:
  Fix dependencies with USE="postgres".
  (Portage version: 15354-svn/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	10 Feb 2010 03:00:16 -0000	1.34
+++ ChangeLog	14 Feb 2010 15:06:12 -0000	1.35
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/akonadi-server
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.34 2010/02/10 03:00:16 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.35 2010/02/14 15:06:12 arfrever Exp $
+
+  14 Feb 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  akonadi-server-1.3.1.ebuild:
+  Fix dependencies with USE="postgres".
 
   10 Feb 2010; Jonathan Callen <abcd@gentoo.org>
   akonadi-server-1.3.1.ebuild:



1.3                  app-office/akonadi-server/akonadi-server-1.3.1.ebuild

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

Index: akonadi-server-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- akonadi-server-1.3.1.ebuild	10 Feb 2010 03:00:16 -0000	1.2
+++ akonadi-server-1.3.1.ebuild	14 Feb 2010 15:06:12 -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/app-office/akonadi-server/akonadi-server-1.3.1.ebuild,v 1.2 2010/02/10 03:00:16 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.3.1.ebuild,v 1.3 2010/02/14 15:06:12 arfrever Exp $
 
 EAPI="2"
 
@@ -21,6 +21,7 @@
 	>=x11-libs/qt-gui-4.5.0:4[dbus]
 	>=x11-libs/qt-sql-4.5.0:4[mysql?,postgres?,sqlite?]
 	x11-misc/shared-mime-info
+	postgres? ( virtual/postgresql-server )
 "
 DEPEND="${RDEPEND}
 	dev-libs/libxslt






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

* [gentoo-commits] gentoo-x86 commit in app-office/akonadi-server: ChangeLog akonadi-server-1.3.1.ebuild
@ 2010-06-24  5:37 Christoph Mende (angelos)
  0 siblings, 0 replies; 6+ messages in thread
From: Christoph Mende (angelos) @ 2010-06-24  5:37 UTC (permalink / raw
  To: gentoo-commits

angelos     10/06/24 05:37:54

  Modified:             ChangeLog akonadi-server-1.3.1.ebuild
  Log:
  Stable on amd64 wrt bug #322791
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	4 Jun 2010 21:16:38 -0000	1.38
+++ ChangeLog	24 Jun 2010 05:37:54 -0000	1.39
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/akonadi-server
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.38 2010/06/04 21:16:38 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.39 2010/06/24 05:37:54 angelos Exp $
+
+  24 Jun 2010; Christoph Mende <angelos@gentoo.org>
+  akonadi-server-1.3.1.ebuild:
+  Stable on amd64 wrt bug #322791
 
   04 Jun 2010; Maciej Mrozowski <reavertm@gentoo.org>
   akonadi-server-1.2.1.ebuild, akonadi-server-1.3.1.ebuild:



1.7                  app-office/akonadi-server/akonadi-server-1.3.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/akonadi-server-1.3.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/akonadi-server-1.3.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/akonadi-server-1.3.1.ebuild?r1=1.6&r2=1.7

Index: akonadi-server-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.3.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- akonadi-server-1.3.1.ebuild	4 Jun 2010 21:16:38 -0000	1.6
+++ akonadi-server-1.3.1.ebuild	24 Jun 2010 05:37:54 -0000	1.7
@@ -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/app-office/akonadi-server/akonadi-server-1.3.1.ebuild,v 1.6 2010/06/04 21:16:38 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.3.1.ebuild,v 1.7 2010/06/24 05:37:54 angelos Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 SRC_URI="http://download.akonadi-project.org/${P/-server/}.tar.bz2"
 
 LICENSE="LGPL-2.1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 SLOT="0"
 IUSE="+mysql postgres sqlite +server"
 






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

* [gentoo-commits] gentoo-x86 commit in app-office/akonadi-server: ChangeLog akonadi-server-1.3.1.ebuild
@ 2010-06-27  8:41 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-06-27  8:41 UTC (permalink / raw
  To: gentoo-commits

fauli       10/06/27 08:41:45

  Modified:             ChangeLog akonadi-server-1.3.1.ebuild
  Log:
  x86 stable, bug 322791
  (Portage version: 2.1.8.3/cvs/Linux i686, RepoMan options: --force)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	24 Jun 2010 05:37:54 -0000	1.39
+++ ChangeLog	27 Jun 2010 08:41:45 -0000	1.40
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/akonadi-server
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.39 2010/06/24 05:37:54 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.40 2010/06/27 08:41:45 fauli Exp $
+
+  27 Jun 2010; Christian Faulhammer <fauli@gentoo.org>
+  akonadi-server-1.3.1.ebuild:
+  x86 stable, bug 322791
 
   24 Jun 2010; Christoph Mende <angelos@gentoo.org>
   akonadi-server-1.3.1.ebuild:



1.8                  app-office/akonadi-server/akonadi-server-1.3.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/akonadi-server-1.3.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/akonadi-server-1.3.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/akonadi-server-1.3.1.ebuild?r1=1.7&r2=1.8

Index: akonadi-server-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.3.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- akonadi-server-1.3.1.ebuild	24 Jun 2010 05:37:54 -0000	1.7
+++ akonadi-server-1.3.1.ebuild	27 Jun 2010 08:41:45 -0000	1.8
@@ -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/app-office/akonadi-server/akonadi-server-1.3.1.ebuild,v 1.7 2010/06/24 05:37:54 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.3.1.ebuild,v 1.8 2010/06/27 08:41:45 fauli Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 SRC_URI="http://download.akonadi-project.org/${P/-server/}.tar.bz2"
 
 LICENSE="LGPL-2.1"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 SLOT="0"
 IUSE="+mysql postgres sqlite +server"
 






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

* [gentoo-commits] gentoo-x86 commit in app-office/akonadi-server: ChangeLog akonadi-server-1.3.1.ebuild
@ 2010-08-09  1:57 Joseph Jezak (josejx)
  0 siblings, 0 replies; 6+ messages in thread
From: Joseph Jezak (josejx) @ 2010-08-09  1:57 UTC (permalink / raw
  To: gentoo-commits

josejx      10/08/09 01:57:25

  Modified:             ChangeLog akonadi-server-1.3.1.ebuild
  Log:
  Marked ppc stable for bug #322791.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	27 Jun 2010 08:41:45 -0000	1.40
+++ ChangeLog	9 Aug 2010 01:57:25 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/akonadi-server
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.40 2010/06/27 08:41:45 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.41 2010/08/09 01:57:25 josejx Exp $
+
+  09 Aug 2010; Joseph Jezak <josejx@gentoo.org> akonadi-server-1.3.1.ebuild:
+  Marked ppc stable for bug #322791.
 
   27 Jun 2010; Christian Faulhammer <fauli@gentoo.org>
   akonadi-server-1.3.1.ebuild:



1.9                  app-office/akonadi-server/akonadi-server-1.3.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/akonadi-server-1.3.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/akonadi-server-1.3.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/akonadi-server-1.3.1.ebuild?r1=1.8&r2=1.9

Index: akonadi-server-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.3.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- akonadi-server-1.3.1.ebuild	27 Jun 2010 08:41:45 -0000	1.8
+++ akonadi-server-1.3.1.ebuild	9 Aug 2010 01:57:25 -0000	1.9
@@ -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/app-office/akonadi-server/akonadi-server-1.3.1.ebuild,v 1.8 2010/06/27 08:41:45 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.3.1.ebuild,v 1.9 2010/08/09 01:57:25 josejx Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 SRC_URI="http://download.akonadi-project.org/${P/-server/}.tar.bz2"
 
 LICENSE="LGPL-2.1"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 SLOT="0"
 IUSE="+mysql postgres sqlite +server"
 






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

* [gentoo-commits] gentoo-x86 commit in app-office/akonadi-server: ChangeLog akonadi-server-1.3.1.ebuild
@ 2010-09-03 19:29 Joseph Jezak (josejx)
  0 siblings, 0 replies; 6+ messages in thread
From: Joseph Jezak (josejx) @ 2010-09-03 19:29 UTC (permalink / raw
  To: gentoo-commits

josejx      10/09/03 19:29:41

  Modified:             ChangeLog akonadi-server-1.3.1.ebuild
  Log:
  Marked ppc64 stable for bug #322791.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	15 Aug 2010 13:34:50 -0000	1.42
+++ ChangeLog	3 Sep 2010 19:29:41 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/akonadi-server
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.42 2010/08/15 13:34:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.43 2010/09/03 19:29:41 josejx Exp $
+
+  03 Sep 2010; Joseph Jezak <josejx@gentoo.org> akonadi-server-1.3.1.ebuild:
+  Marked ppc64 stable for bug #322791.
 
   15 Aug 2010; Raúl Porcel <armin76@gentoo.org>
   akonadi-server-1.2.1.ebuild, akonadi-server-1.3.1.ebuild:



1.11                 app-office/akonadi-server/akonadi-server-1.3.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/akonadi-server-1.3.1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/akonadi-server-1.3.1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/akonadi-server/akonadi-server-1.3.1.ebuild?r1=1.10&r2=1.11

Index: akonadi-server-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.3.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- akonadi-server-1.3.1.ebuild	15 Aug 2010 13:34:50 -0000	1.10
+++ akonadi-server-1.3.1.ebuild	3 Sep 2010 19:29:41 -0000	1.11
@@ -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/app-office/akonadi-server/akonadi-server-1.3.1.ebuild,v 1.10 2010/08/15 13:34:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.3.1.ebuild,v 1.11 2010/09/03 19:29:41 josejx Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 SRC_URI="http://download.akonadi-project.org/${P/-server/}.tar.bz2"
 
 LICENSE="LGPL-2.1"
-KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux"
 SLOT="0"
 IUSE="+mysql postgres sqlite +server"
 






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

end of thread, other threads:[~2010-09-03 19:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-03 19:29 [gentoo-commits] gentoo-x86 commit in app-office/akonadi-server: ChangeLog akonadi-server-1.3.1.ebuild Joseph Jezak (josejx)
  -- strict thread matches above, loose matches on Subject: below --
2010-08-09  1:57 Joseph Jezak (josejx)
2010-06-27  8:41 Christian Faulhammer (fauli)
2010-06-24  5:37 Christoph Mende (angelos)
2010-02-14 15:06 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-02-10  3:00 Jonathan Callen (abcd)

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