[arch-commits] Commit in evolution-data-server/repos/testing-x86_64 (2 files)

2018-09-08 Thread Jan Steffens via arch-commits
Date: Sunday, September 9, 2018 @ 00:26:02
  Author: heftig
Revision: 334164

archrelease: copy trunk to testing-x86_64

Added:
  evolution-data-server/repos/testing-x86_64/PKGBUILD
(from rev 334163, evolution-data-server/trunk/PKGBUILD)
Deleted:
  evolution-data-server/repos/testing-x86_64/PKGBUILD

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-09 00:25:21 UTC (rev 334163)
+++ PKGBUILD2018-09-09 00:26:02 UTC (rev 334164)
@@ -1,49 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=evolution-data-server
-pkgver=3.30.0
-pkgrel=1
-pkgdesc="Centralized access to appointments and contacts"
-url="https://wiki.gnome.org/Apps/Evolution;
-arch=(x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
-makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake 
ninja)
-license=(GPL)
-_commit=ffc4277ac891f2a66cbf005ff40d9de0594d7ec6  # tags/3.30.0^0
-source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  cmake ../$pkgname -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DENABLE_INTROSPECTION=ON \
--DENABLE_VALA_BINDINGS=ON \
--DENABLE_UOA=OFF \
--DENABLE_GTK_DOC=ON \
--DWITH_PHONENUMBER=ON
-  cmake --build .
-}
-
-check() {
-  # libedata-book tests fail because they try to
-  # mkdir /usr/lib/evolution-data-server/camel-providers
-  cmake --build build --target test || :
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --build build --target install
-}

Copied: evolution-data-server/repos/testing-x86_64/PKGBUILD (from rev 334163, 
evolution-data-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-09 00:26:02 UTC (rev 334164)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.30.0
+pkgrel=2
+pkgdesc="Centralized access to appointments and contacts"
+url="https://wiki.gnome.org/Apps/Evolution;
+arch=(x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake 
ninja)
+license=(GPL)
+_commit=ffc4277ac891f2a66cbf005ff40d9de0594d7ec6  # tags/3.30.0^0
+source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  cmake ../$pkgname -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DENABLE_INTROSPECTION=ON \
+-DENABLE_VALA_BINDINGS=ON \
+-DENABLE_UOA=OFF \
+-DENABLE_GTK_DOC=ON \
+-DWITH_PHONENUMBER=ON
+  cmake --build .
+}
+
+check() {
+  # libedata-book tests fail because they try to
+  # mkdir /usr/lib/evolution-data-server/camel-providers
+  cmake --build build --target test || :
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+}


[arch-commits] Commit in evolution-data-server/repos/testing-x86_64 (2 files)

2018-03-21 Thread Jan Steffens via arch-commits
Date: Wednesday, March 21, 2018 @ 16:55:23
  Author: heftig
Revision: 319765

archrelease: copy trunk to testing-x86_64

Added:
  evolution-data-server/repos/testing-x86_64/PKGBUILD
(from rev 319764, evolution-data-server/trunk/PKGBUILD)
Deleted:
  evolution-data-server/repos/testing-x86_64/PKGBUILD

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-21 16:49:43 UTC (rev 319764)
+++ PKGBUILD2018-03-21 16:55:23 UTC (rev 319765)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evolution-data-server
-pkgver=3.28.0+4+g178cb100d
-pkgrel=1
-pkgdesc="Centralized access to appointments and contacts"
-url="https://wiki.gnome.org/Apps/Evolution;
-arch=(x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
-makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake 
ninja)
-license=(GPL)
-_commit=178cb100dadb5edefb1e0154bbf2b68916bd01f3  # gnome-3-28
-source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  cd $pkgname
-  cmake . -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DENABLE_INTROSPECTION=ON \
--DENABLE_VALA_BINDINGS=ON \
--DENABLE_UOA=OFF \
--DENABLE_GOOGLE_AUTH=ON \
--DENABLE_GTK_DOC=ON \
--DWITH_PHONENUMBER=ON
-  ninja
-}
-
-check() {
-  cd $pkgname
-  # libedata-book tests fail because they try to
-  # mkdir /usr/lib/evolution-data-server/camel-providers
-  ninja test || :
-}
-
-package() {
-  cd $pkgname
-  DESTDIR="$pkgdir" ninja install
-}

Copied: evolution-data-server/repos/testing-x86_64/PKGBUILD (from rev 319764, 
evolution-data-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-21 16:55:23 UTC (rev 319765)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.28.0+6+g501f51b1c
+pkgrel=1
+pkgdesc="Centralized access to appointments and contacts"
+url="https://wiki.gnome.org/Apps/Evolution;
+arch=(x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake 
ninja)
+license=(GPL)
+_commit=501f51b1c6c5ae8d916bf86110d13b6bbf7f974c  # gnome-3-28
+source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  cd $pkgname
+  cmake . -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DENABLE_INTROSPECTION=ON \
+-DENABLE_VALA_BINDINGS=ON \
+-DENABLE_UOA=OFF \
+-DENABLE_GOOGLE_AUTH=ON \
+-DENABLE_GTK_DOC=ON \
+-DWITH_PHONENUMBER=ON
+  ninja
+}
+
+check() {
+  cd $pkgname
+  # libedata-book tests fail because they try to
+  # mkdir /usr/lib/evolution-data-server/camel-providers
+  ninja test || :
+}
+
+package() {
+  cd $pkgname
+  DESTDIR="$pkgdir" ninja install
+}


[arch-commits] Commit in evolution-data-server/repos (testing-x86_64)

2011-05-23 Thread Ionut Biru
Date: Monday, May 23, 2011 @ 13:26:04
  Author: ibiru
Revision: 124642

archrelease: copy trunk to testing-x86_64

Added:
  evolution-data-server/repos/testing-x86_64/



[arch-commits] Commit in evolution-data-server/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:26:05
  Author: ibiru
Revision: 120577

archrelease: remove testing-x86_64

Deleted:
  evolution-data-server/repos/testing-x86_64/



[arch-commits] Commit in evolution-data-server/repos (testing-x86_64)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 13:26:21
  Author: ibiru
Revision: 120578

archrelease: copy trunk to testing-x86_64

Added:
  evolution-data-server/repos/testing-x86_64/



[arch-commits] Commit in evolution-data-server/repos (testing-x86_64)

2010-04-01 Thread Giovanni Scafora
Date: Thursday, April 1, 2010 @ 11:39:02
  Author: giovanni
Revision: 75447

archrelease: copy trunk to testing-x86_64

Added:
  evolution-data-server/repos/testing-x86_64/



[arch-commits] Commit in evolution-data-server/repos (testing-x86_64)

2009-11-26 Thread Allan McRae
Date: Thursday, November 26, 2009 @ 23:14:03
  Author: allan
Revision: 59742

archrelease: new repo testing-x86_64

Added:
  evolution-data-server/repos/testing-x86_64/



[arch-commits] Commit in evolution-data-server/repos (testing-x86_64)

2009-11-26 Thread Allan McRae
Date: Thursday, November 26, 2009 @ 23:14:23
  Author: allan
Revision: 59743

Initialized merge tracking via svnmerge with revisions 1-59741 from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/evolution-data-server/trunk

Modified:
  evolution-data-server/repos/testing-x86_64/   (properties)


Property changes on: evolution-data-server/repos/testing-x86_64
___
Added: svnmerge-integrated
   + /evolution-data-server/trunk:1-59741