[arch-commits] Commit in evolution-exchange/repos (8 files)

2012-06-19 Thread Jan Steffens
Date: Tuesday, June 19, 2012 @ 16:30:13
  Author: heftig
Revision: 162101

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  evolution-exchange/repos/extra-i686/PKGBUILD
(from rev 162100, evolution-exchange/trunk/PKGBUILD)
  evolution-exchange/repos/extra-i686/evolution-exchange.install
(from rev 162100, evolution-exchange/trunk/evolution-exchange.install)
  evolution-exchange/repos/extra-x86_64/PKGBUILD
(from rev 162100, evolution-exchange/trunk/PKGBUILD)
  evolution-exchange/repos/extra-x86_64/evolution-exchange.install
(from rev 162100, evolution-exchange/trunk/evolution-exchange.install)
Deleted:
  evolution-exchange/repos/extra-i686/PKGBUILD
  evolution-exchange/repos/extra-i686/evolution-exchange.install
  evolution-exchange/repos/extra-x86_64/PKGBUILD
  evolution-exchange/repos/extra-x86_64/evolution-exchange.install

-+
 extra-i686/PKGBUILD |   66 +++---
 extra-i686/evolution-exchange.install   |   34 +++
 extra-x86_64/PKGBUILD   |   66 +++---
 extra-x86_64/evolution-exchange.install |   34 +++
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-19 20:28:58 UTC (rev 162100)
+++ extra-i686/PKGBUILD 2012-06-19 20:30:13 UTC (rev 162101)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evolution-exchange
-pkgver=3.4.1
-pkgrel=1
-pkgdesc="Ximian Connector Exchange plugin for Evolution"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.ximian.com";
-depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
-makedepends=('intltool' 'evolution')
-options=('!libtool' '!emptydirs')
-install=evolution-exchange.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a123b943e5a7128435b65219bfcd2a8f71223f8d7ef0319ec06011fbd392ea80')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static \
-  --with-libdb=/usr --with-krb5=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
-  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" 
--domain evolution-exchange-3.2 "$pkgdir"/etc/gconf/schemas/*.schemas
-  rm -f $pkgdir/etc/gconf/schemas/*.schemas
-}

Copied: evolution-exchange/repos/extra-i686/PKGBUILD (from rev 162100, 
evolution-exchange/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-19 20:30:13 UTC (rev 162101)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-exchange
+pkgver=3.4.3
+pkgrel=1
+pkgdesc="Ximian Connector Exchange plugin for Evolution"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.ximian.com";
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+install=evolution-exchange.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('28b2b47bfdae097b13722dfd0aae6e1335de8d98bd10534a3c7675489352f7b7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static \
+  --with-libdb=/usr --with-krb5=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" 
--domain evolution-exchange-3.2 "$pkgdir"/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/evolution-exchange.install
===
--- extra-i686/evolution-exchange.install   2012-06-19 20:28:58 UTC (rev 
162100)
+++ extra-i686/evolution-exchange.install   2012-06-19 20:30:13 UTC (rev 
162101)
@@ -1,17 +0,0 @@
-pkgname=evolution-exchange
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}

Copied: evolution-exchange/repos/extra-i686/evolution-exchange.install (from 
rev 162100, evolution-exchange/trunk/evolution-exchange.install)
===
--- extra-i686/evolution-exchange.install   (rev 0)
+++ extra-i686/evolution-exchange.install   2012-06-19 20:30:13 UTC (rev 
162101)
@@ -0,0 +1,17 @@
+pkgname=evolution-exchange
+
+post_install() {
+  us

[arch-commits] Commit in evolution-exchange/repos (8 files)

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 09:05:52
  Author: jgc
Revision: 156241

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  evolution-exchange/repos/testing-i686/PKGBUILD
(from rev 156240, evolution-exchange/trunk/PKGBUILD)
  evolution-exchange/repos/testing-i686/evolution-exchange.install
(from rev 156240, evolution-exchange/trunk/evolution-exchange.install)
  evolution-exchange/repos/testing-x86_64/PKGBUILD
(from rev 156240, evolution-exchange/trunk/PKGBUILD)
  evolution-exchange/repos/testing-x86_64/evolution-exchange.install
(from rev 156240, evolution-exchange/trunk/evolution-exchange.install)
Deleted:
  evolution-exchange/repos/testing-i686/PKGBUILD
  evolution-exchange/repos/testing-i686/evolution-exchange.install
  evolution-exchange/repos/testing-x86_64/PKGBUILD
  evolution-exchange/repos/testing-x86_64/evolution-exchange.install

---+
 testing-i686/PKGBUILD |   66 ++--
 testing-i686/evolution-exchange.install   |   34 +++---
 testing-x86_64/PKGBUILD   |   66 ++--
 testing-x86_64/evolution-exchange.install |   34 +++---
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-04-16 13:05:29 UTC (rev 156240)
+++ testing-i686/PKGBUILD   2012-04-16 13:05:52 UTC (rev 156241)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evolution-exchange
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="Ximian Connector Exchange plugin for Evolution"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.ximian.com";
-depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
-makedepends=('intltool' 'evolution')
-options=('!libtool' '!emptydirs')
-install=evolution-exchange.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7bfdf2fb44e691e7eb611aa0d1129cbacf43f7a2477fdae87f06368eecc89fb4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static \
-  --with-libdb=/usr --with-krb5=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
-  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" 
--domain evolution-exchange-3.2 "$pkgdir"/etc/gconf/schemas/*.schemas
-  rm -f $pkgdir/etc/gconf/schemas/*.schemas
-}

Copied: evolution-exchange/repos/testing-i686/PKGBUILD (from rev 156240, 
evolution-exchange/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-16 13:05:52 UTC (rev 156241)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-exchange
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="Ximian Connector Exchange plugin for Evolution"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.ximian.com";
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+install=evolution-exchange.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a123b943e5a7128435b65219bfcd2a8f71223f8d7ef0319ec06011fbd392ea80')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static \
+  --with-libdb=/usr --with-krb5=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" 
--domain evolution-exchange-3.2 "$pkgdir"/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Deleted: testing-i686/evolution-exchange.install
===
--- testing-i686/evolution-exchange.install 2012-04-16 13:05:29 UTC (rev 
156240)
+++ testing-i686/evolution-exchange.install 2012-04-16 13:05:52 UTC (rev 
156241)
@@ -1,17 +0,0 @@
-pkgname=evolution-exchange
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}

Copied: evolution-exchange/repos/testing-i686/evolution-exchange.install (from 
rev 156240, evolution-exchange/trunk/evolution-exchange.install)
===
--- testing-i686/evolution-exchange.install (rev 0)
+++ testing-i686/evolution-exchange.install 2012-04-16 13:05:52 UTC (rev 
156241)
@@ -0,0 +

[arch-commits] Commit in evolution-exchange/repos (8 files)

2012-01-11 Thread Ionut Biru
Date: Wednesday, January 11, 2012 @ 10:43:47
  Author: ibiru
Revision: 146489

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  evolution-exchange/repos/extra-i686/PKGBUILD
(from rev 146488, evolution-exchange/trunk/PKGBUILD)
  evolution-exchange/repos/extra-i686/evolution-exchange.install
(from rev 146488, evolution-exchange/trunk/evolution-exchange.install)
  evolution-exchange/repos/extra-x86_64/PKGBUILD
(from rev 146488, evolution-exchange/trunk/PKGBUILD)
  evolution-exchange/repos/extra-x86_64/evolution-exchange.install
(from rev 146488, evolution-exchange/trunk/evolution-exchange.install)
Deleted:
  evolution-exchange/repos/extra-i686/PKGBUILD
  evolution-exchange/repos/extra-i686/evolution-exchange.install
  evolution-exchange/repos/extra-x86_64/PKGBUILD
  evolution-exchange/repos/extra-x86_64/evolution-exchange.install

-+
 extra-i686/PKGBUILD |   66 +++---
 extra-i686/evolution-exchange.install   |   34 +++
 extra-x86_64/PKGBUILD   |   66 +++---
 extra-x86_64/evolution-exchange.install |   34 +++
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-11 15:42:45 UTC (rev 146488)
+++ extra-i686/PKGBUILD 2012-01-11 15:43:47 UTC (rev 146489)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evolution-exchange
-pkgver=3.2.1
-pkgrel=2
-pkgdesc="Ximian Connector Exchange plugin for Evolution"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.ximian.com";
-depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
-makedepends=('intltool' 'evolution')
-options=('!libtool' '!emptydirs')
-install=evolution-exchange.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d9bebd1ab252e8568409fb1c50ba5a8f0c8236a8abf72ba697c95f9134d4cd9c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static \
-  --with-libdb=/usr --with-krb5=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
-  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" 
--domain evolution-exchange-3.2 $pkgdir/etc/gconf/schemas/*.schemas
-  rm -f $pkgdir/etc/gconf/schemas/*.schemas
-}

Copied: evolution-exchange/repos/extra-i686/PKGBUILD (from rev 146488, 
evolution-exchange/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-11 15:43:47 UTC (rev 146489)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-exchange
+pkgver=3.2.3
+pkgrel=1
+pkgdesc="Ximian Connector Exchange plugin for Evolution"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.ximian.com";
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+install=evolution-exchange.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('759a73c7c49aaf45a5ea9d846b44e1314e13e78d4bfe959fc3ded311c1c690a2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static \
+  --with-libdb=/usr --with-krb5=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" 
--domain evolution-exchange-3.2 "$pkgdir"/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/evolution-exchange.install
===
--- extra-i686/evolution-exchange.install   2012-01-11 15:42:45 UTC (rev 
146488)
+++ extra-i686/evolution-exchange.install   2012-01-11 15:43:47 UTC (rev 
146489)
@@ -1,17 +0,0 @@
-pkgname=evolution-exchange
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}

Copied: evolution-exchange/repos/extra-i686/evolution-exchange.install (from 
rev 146488, evolution-exchange/trunk/evolution-exchange.install)
===
--- extra-i686/evolution-exchange.install   (rev 0)
+++ extra-i686/evolution-exchange.install   2012-01-11 15:43:47 UTC (rev 
146489)
@@ -0,0 +1,17 @@
+pkgname=ev

[arch-commits] Commit in evolution-exchange/repos (8 files)

2011-08-31 Thread Jan de Groot
Date: Wednesday, August 31, 2011 @ 10:58:18
  Author: jgc
Revision: 136701

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  evolution-exchange/repos/extra-i686/PKGBUILD
(from rev 136700, evolution-exchange/trunk/PKGBUILD)
  evolution-exchange/repos/extra-i686/evolution-exchange.install
(from rev 136700, evolution-exchange/trunk/evolution-exchange.install)
  evolution-exchange/repos/extra-x86_64/PKGBUILD
(from rev 136700, evolution-exchange/trunk/PKGBUILD)
  evolution-exchange/repos/extra-x86_64/evolution-exchange.install
(from rev 136700, evolution-exchange/trunk/evolution-exchange.install)
Deleted:
  evolution-exchange/repos/extra-i686/PKGBUILD
  evolution-exchange/repos/extra-i686/evolution-exchange.install
  evolution-exchange/repos/extra-x86_64/PKGBUILD
  evolution-exchange/repos/extra-x86_64/evolution-exchange.install

-+
 extra-i686/PKGBUILD |   66 +++---
 extra-i686/evolution-exchange.install   |   34 +++
 extra-x86_64/PKGBUILD   |   66 +++---
 extra-x86_64/evolution-exchange.install |   34 +++
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-08-31 14:57:36 UTC (rev 136700)
+++ extra-i686/PKGBUILD 2011-08-31 14:58:18 UTC (rev 136701)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evolution-exchange
-pkgver=3.0.2
-pkgrel=2
-pkgdesc="Ximian Connector Exchange plugin for Evolution"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.ximian.com";
-depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop' 'libunique3')
-makedepends=('intltool' 'evolution')
-options=('!libtool' '!emptydirs')
-install=evolution-exchange.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('84f5c638aee1f6ed49de0d0f331d3b29907f7b211bd6c70f37698dedcd3e5f5a')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static \
-  --with-libdb=/usr --with-krb5=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain evolution-exchange-3.0 ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: evolution-exchange/repos/extra-i686/PKGBUILD (from rev 136700, 
evolution-exchange/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-08-31 14:58:18 UTC (rev 136701)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-exchange
+pkgver=3.0.3
+pkgrel=1
+pkgdesc="Ximian Connector Exchange plugin for Evolution"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.ximian.com";
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop' 'libunique3')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+install=evolution-exchange.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('45740017f509f45cc2eba525022da8828017ad98737179b450d3177b469b30d7')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static \
+  --with-libdb=/usr --with-krb5=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain evolution-exchange-3.0 ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/evolution-exchange.install
===
--- extra-i686/evolution-exchange.install   2011-08-31 14:57:36 UTC (rev 
136700)
+++ extra-i686/evolution-exchange.install   2011-08-31 14:58:18 UTC (rev 
136701)
@@ -1,17 +0,0 @@
-pkgname=evolution-exchange
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}

Copied: evolution-exchange/repos/extra-i686/evolution-exchange.install (from 
rev 136700, evolution-exchange/trunk/evolution-exchange.install)
===
--- extra-i686/evolution-exchange.install   (rev 0)
+++ extra-i686/evolution-exchang