[arch-commits] Commit in telepathy-gabble/repos (8 files)

2016-11-15 Thread Antonio Rojas
Date: Tuesday, November 15, 2016 @ 17:36:21
  Author: arojas
Revision: 280838

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

Added:
  telepathy-gabble/repos/extra-i686/PKGBUILD
(from rev 280837, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/extra-i686/telepathy-gabble.install
(from rev 280837, telepathy-gabble/trunk/telepathy-gabble.install)
  telepathy-gabble/repos/extra-x86_64/PKGBUILD
(from rev 280837, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install
(from rev 280837, telepathy-gabble/trunk/telepathy-gabble.install)
Deleted:
  telepathy-gabble/repos/extra-i686/PKGBUILD
  telepathy-gabble/repos/extra-i686/telepathy-gabble.install
  telepathy-gabble/repos/extra-x86_64/PKGBUILD
  telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install

---+
 /PKGBUILD |   80 
 /telepathy-gabble.install |   26 ++
 extra-i686/PKGBUILD   |   51 
 extra-i686/telepathy-gabble.install   |   13 -
 extra-x86_64/PKGBUILD |   51 
 extra-x86_64/telepathy-gabble.install |   13 -
 6 files changed, 106 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-15 17:35:46 UTC (rev 280837)
+++ extra-i686/PKGBUILD 2016-11-15 17:36:21 UTC (rev 280838)
@@ -1,51 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-# Contributor: Daniel Balieiro 
-# Contributor: Rodrigo L. M. Flores 
-
-pkgname=telepathy-gabble
-pkgver=0.18.3+5+gfe084b7
-pkgrel=1
-pkgdesc="A Jabber/XMPP connection manager for Telepathy"
-arch=(i686 x86_64)
-url="http://telepathy.freedesktop.org;
-groups=(telepathy)
-license=(LGPL2.1)
-depends=(telepathy-glib libsoup libnice sqlite)
-makedepends=(libxslt python2 gnome-common git)
-_commit=fe084b7ef77184927e7740583a395eb5106f0151  # telepathy-gabble-0.18
-source=("git://anongit.freedesktop.org/telepathy/telepathy-gabble#commit=$_commit"
-"git://anongit.freedesktop.org/wocky")
-install=telepathy-gabble.install
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^telepathy-gabble-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.lib/ext/wocky.url "$srcdir/wocky"
-  git submodule update
-
-  sed -i '1s/python$/&2/' plugins/telepathy-gabble-xmpp-console
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
---libexecdir=/usr/lib/telepathy \
---disable-Werror --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-gabble/repos/extra-i686/PKGBUILD (from rev 280837, 
telepathy-gabble/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-15 17:36:21 UTC (rev 280838)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Ionut Biru 
+# Contributor: Daniel Balieiro 
+# Contributor: Rodrigo L. M. Flores 
+
+pkgname=telepathy-gabble
+pkgver=0.18.4
+pkgrel=1
+pkgdesc="A Jabber/XMPP connection manager for Telepathy"
+arch=(i686 x86_64)
+url="http://telepathy.freedesktop.org;
+groups=(telepathy)
+license=(LGPL2.1)
+depends=(telepathy-glib libsoup libnice)
+makedepends=(libxslt python2 gnome-common)
+source=(https://telepathy.freedesktop.org/releases/telepathy-gabble/telepathy-gabble-$pkgver.tar.gz{,.asc})
+install=telepathy-gabble.install
+sha256sums=('115c91572c72d4a40f0b25b606167b4f2f09441dc7bf1036ccbb1450f1a4969c'
+'SKIP')
+validpgpkeys=(38FDAD7D73CE1AE7A16200291F3845DD1432A9FB) # Georgios Kiagiadakis 

+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i 
plugins/telepathy-gabble-xmpp-console
+}
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--libexecdir=/usr/lib/telepathy \
+--disable-Werror --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/telepathy-gabble.install
===
--- extra-i686/telepathy-gabble.install 2016-11-15 17:35:46 UTC (rev 280837)
+++ extra-i686/telepathy-gabble.install 2016-11-15 17:36:21 UTC (rev 280838)
@@ -1,13 +0,0 @@
-post_install() {
-  killall -HUP dbus-daemon 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install 

[arch-commits] Commit in telepathy-gabble/repos (8 files)

2016-10-01 Thread Jan Steffens
Date: Saturday, October 1, 2016 @ 20:27:43
  Author: heftig
Revision: 277526

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

Added:
  telepathy-gabble/repos/extra-i686/PKGBUILD
(from rev 277525, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/extra-i686/telepathy-gabble.install
(from rev 277525, telepathy-gabble/trunk/telepathy-gabble.install)
  telepathy-gabble/repos/extra-x86_64/PKGBUILD
(from rev 277525, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install
(from rev 277525, telepathy-gabble/trunk/telepathy-gabble.install)
Deleted:
  telepathy-gabble/repos/extra-i686/PKGBUILD
  telepathy-gabble/repos/extra-i686/telepathy-gabble.install
  telepathy-gabble/repos/extra-x86_64/PKGBUILD
  telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install

---+
 /PKGBUILD |  102 
 /telepathy-gabble.install |   26 
 extra-i686/PKGBUILD   |   31 -
 extra-i686/telepathy-gabble.install   |   13 
 extra-x86_64/PKGBUILD |   31 -
 extra-x86_64/telepathy-gabble.install |   13 
 6 files changed, 128 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-01 20:27:17 UTC (rev 277525)
+++ extra-i686/PKGBUILD 2016-10-01 20:27:43 UTC (rev 277526)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Daniel Balieiro 
-# Contributor: Rodrigo L. M. Flores 
-pkgname=telepathy-gabble
-pkgver=0.18.3
-pkgrel=3
-pkgdesc="A Jabber/XMPP connection manager for Telepathy"
-arch=('i686' 'x86_64')
-url="http://telepathy.freedesktop.org;
-groups=('telepathy')
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite')
-makedepends=('libxslt' 'python2')
-options=('!emptydirs')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-install=telepathy-gabble.install
-md5sums=('40f2fbabc4e6e147258c83ed697f2fcf')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" 
"$pkgdir/usr/bin/telepathy-gabble-xmpp-console"
-}

Copied: telepathy-gabble/repos/extra-i686/PKGBUILD (from rev 277525, 
telepathy-gabble/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-01 20:27:43 UTC (rev 277526)
@@ -0,0 +1,51 @@
+# $Id$
+# Contributor: Ionut Biru 
+# Contributor: Daniel Balieiro 
+# Contributor: Rodrigo L. M. Flores 
+
+pkgname=telepathy-gabble
+pkgver=0.18.3+5+gfe084b7
+pkgrel=1
+pkgdesc="A Jabber/XMPP connection manager for Telepathy"
+arch=(i686 x86_64)
+url="http://telepathy.freedesktop.org;
+groups=(telepathy)
+license=(LGPL2.1)
+depends=(telepathy-glib libsoup libnice sqlite)
+makedepends=(libxslt python2 gnome-common git)
+_commit=fe084b7ef77184927e7740583a395eb5106f0151  # telepathy-gabble-0.18
+source=("git://anongit.freedesktop.org/telepathy/telepathy-gabble#commit=$_commit"
+"git://anongit.freedesktop.org/wocky")
+install=telepathy-gabble.install
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^telepathy-gabble-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.lib/ext/wocky.url "$srcdir/wocky"
+  git submodule update
+
+  sed -i '1s/python$/&2/' plugins/telepathy-gabble-xmpp-console
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--libexecdir=/usr/lib/telepathy \
+--disable-Werror --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/telepathy-gabble.install
===
--- extra-i686/telepathy-gabble.install 2016-10-01 20:27:17 UTC (rev 277525)
+++ extra-i686/telepathy-gabble.install 2016-10-01 20:27:43 UTC (rev 277526)
@@ -1,13 +0,0 @@
-post_install() {
-  killall -HUP dbus-daemon 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: telepathy-gabble/repos/extra-i686/telepathy-gabble.install (from rev 
277525, telepathy-gabble/trunk/telepathy-gabble.install)
===
--- extra-i686/telepathy-gabble.install (rev 0)
+++ extra-i686/telepathy-gabble.install 

[arch-commits] Commit in telepathy-gabble/repos (8 files)

2014-07-23 Thread Felix Yan
Date: Thursday, July 24, 2014 @ 05:21:22
  Author: fyan
Revision: 217800

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

Added:
  telepathy-gabble/repos/extra-i686/PKGBUILD
(from rev 217799, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/extra-i686/telepathy-gabble.install
(from rev 217799, telepathy-gabble/trunk/telepathy-gabble.install)
  telepathy-gabble/repos/extra-x86_64/PKGBUILD
(from rev 217799, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install
(from rev 217799, telepathy-gabble/trunk/telepathy-gabble.install)
Deleted:
  telepathy-gabble/repos/extra-i686/PKGBUILD
  telepathy-gabble/repos/extra-i686/telepathy-gabble.install
  telepathy-gabble/repos/extra-x86_64/PKGBUILD
  telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install

---+
 /PKGBUILD |   62 
 /telepathy-gabble.install |   26 +
 extra-i686/PKGBUILD   |   31 
 extra-i686/telepathy-gabble.install   |   13 --
 extra-x86_64/PKGBUILD |   31 
 extra-x86_64/telepathy-gabble.install |   13 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-24 03:20:33 UTC (rev 217799)
+++ extra-i686/PKGBUILD 2014-07-24 03:21:22 UTC (rev 217800)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Daniel Balieiro dan...@balieiro.com
-# Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
-pkgname=telepathy-gabble
-pkgver=0.18.1
-pkgrel=2
-pkgdesc=A Jabber/XMPP connection manager for Telepathy
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-groups=('telepathy')
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite')
-makedepends=('libxslt' 'python2')
-options=('!emptydirs')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-install=telepathy-gabble.install
-md5sums=('a5384758df829b80d47fbc8a672609ad')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy --with-tls=openssl
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/telepathy-gabble-xmpp-console
-}

Copied: telepathy-gabble/repos/extra-i686/PKGBUILD (from rev 217799, 
telepathy-gabble/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-24 03:21:22 UTC (rev 217800)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Daniel Balieiro dan...@balieiro.com
+# Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
+pkgname=telepathy-gabble
+pkgver=0.18.3
+pkgrel=1
+pkgdesc=A Jabber/XMPP connection manager for Telepathy
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+groups=('telepathy')
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite')
+makedepends=('libxslt' 'python2')
+options=('!emptydirs')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+install=telepathy-gabble.install
+md5sums=('40f2fbabc4e6e147258c83ed697f2fcf')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+   --libexecdir=/usr/lib/telepathy --with-tls=openssl
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/telepathy-gabble-xmpp-console
+}

Deleted: extra-i686/telepathy-gabble.install
===
--- extra-i686/telepathy-gabble.install 2014-07-24 03:20:33 UTC (rev 217799)
+++ extra-i686/telepathy-gabble.install 2014-07-24 03:21:22 UTC (rev 217800)
@@ -1,13 +0,0 @@
-post_install() {
-  killall -HUP dbus-daemon 21
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: telepathy-gabble/repos/extra-i686/telepathy-gabble.install (from rev 
217799, telepathy-gabble/trunk/telepathy-gabble.install)
===
--- extra-i686/telepathy-gabble.install (rev 0)
+++ extra-i686/telepathy-gabble.install 2014-07-24 03:21:22 UTC (rev 217800)
@@ -0,0 +1,13 @@
+post_install() {
+  killall -HUP dbus-daemon 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-24 03:20:33 UTC (rev 217799)
+++ 

[arch-commits] Commit in telepathy-gabble/repos (8 files)

2013-11-02 Thread Ionuț Mircea Bîru
Date: Saturday, November 2, 2013 @ 09:58:18
  Author: ioni
Revision: 198714

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

Added:
  telepathy-gabble/repos/extra-i686/PKGBUILD
(from rev 198713, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/extra-i686/telepathy-gabble.install
(from rev 198713, telepathy-gabble/trunk/telepathy-gabble.install)
  telepathy-gabble/repos/extra-x86_64/PKGBUILD
(from rev 198713, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install
(from rev 198713, telepathy-gabble/trunk/telepathy-gabble.install)
Deleted:
  telepathy-gabble/repos/extra-i686/PKGBUILD
  telepathy-gabble/repos/extra-i686/telepathy-gabble.install
  telepathy-gabble/repos/extra-x86_64/PKGBUILD
  telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install

---+
 /PKGBUILD |   62 
 /telepathy-gabble.install |   26 +
 extra-i686/PKGBUILD   |   31 
 extra-i686/telepathy-gabble.install   |   13 --
 extra-x86_64/PKGBUILD |   31 
 extra-x86_64/telepathy-gabble.install |   13 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-02 08:57:43 UTC (rev 198713)
+++ extra-i686/PKGBUILD 2013-11-02 08:58:18 UTC (rev 198714)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Daniel Balieiro dan...@balieiro.com
-# Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
-pkgname=telepathy-gabble
-pkgver=0.18.1
-pkgrel=1
-pkgdesc=A Jabber/XMPP connection manager for Telepathy
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-groups=('telepathy')
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite')
-makedepends=('libxslt' 'python2')
-options=('!emptydirs')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-install=telepathy-gabble.install
-md5sums=('a5384758df829b80d47fbc8a672609ad')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy --with-tls=openssl
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/telepathy-gabble-xmpp-console
-}

Copied: telepathy-gabble/repos/extra-i686/PKGBUILD (from rev 198713, 
telepathy-gabble/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-02 08:58:18 UTC (rev 198714)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Daniel Balieiro dan...@balieiro.com
+# Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
+pkgname=telepathy-gabble
+pkgver=0.18.1
+pkgrel=2
+pkgdesc=A Jabber/XMPP connection manager for Telepathy
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+groups=('telepathy')
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite')
+makedepends=('libxslt' 'python2')
+options=('!emptydirs')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+install=telepathy-gabble.install
+md5sums=('a5384758df829b80d47fbc8a672609ad')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+   --libexecdir=/usr/lib/telepathy --with-tls=openssl
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/telepathy-gabble-xmpp-console
+}

Deleted: extra-i686/telepathy-gabble.install
===
--- extra-i686/telepathy-gabble.install 2013-11-02 08:57:43 UTC (rev 198713)
+++ extra-i686/telepathy-gabble.install 2013-11-02 08:58:18 UTC (rev 198714)
@@ -1,13 +0,0 @@
-post_install() {
-  killall -HUP dbus-daemon 21
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: telepathy-gabble/repos/extra-i686/telepathy-gabble.install (from rev 
198713, telepathy-gabble/trunk/telepathy-gabble.install)
===
--- extra-i686/telepathy-gabble.install (rev 0)
+++ extra-i686/telepathy-gabble.install 2013-11-02 08:58:18 UTC (rev 198714)
@@ -0,0 +1,13 @@
+post_install() {
+  killall -HUP dbus-daemon 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-02 08:57:43 UTC (rev 198713)
+++ 

[arch-commits] Commit in telepathy-gabble/repos (8 files)

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 18:04:59
  Author: andrea
Revision: 194217

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

Added:
  telepathy-gabble/repos/extra-i686/PKGBUILD
(from rev 194216, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/extra-i686/telepathy-gabble.install
(from rev 194216, telepathy-gabble/trunk/telepathy-gabble.install)
  telepathy-gabble/repos/extra-x86_64/PKGBUILD
(from rev 194216, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install
(from rev 194216, telepathy-gabble/trunk/telepathy-gabble.install)
Deleted:
  telepathy-gabble/repos/extra-i686/PKGBUILD
  telepathy-gabble/repos/extra-i686/telepathy-gabble.install
  telepathy-gabble/repos/extra-x86_64/PKGBUILD
  telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install

---+
 /PKGBUILD |   62 
 /telepathy-gabble.install |   26 +
 extra-i686/PKGBUILD   |   31 
 extra-i686/telepathy-gabble.install   |   13 --
 extra-x86_64/PKGBUILD |   31 
 extra-x86_64/telepathy-gabble.install |   13 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 16:04:50 UTC (rev 194216)
+++ extra-i686/PKGBUILD 2013-09-10 16:04:59 UTC (rev 194217)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Daniel Balieiro dan...@balieiro.com
-# Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
-pkgname=telepathy-gabble
-pkgver=0.17.5
-pkgrel=1
-pkgdesc=A Jabber/XMPP connection manager for Telepathy
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-groups=('telepathy')
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite')
-makedepends=('libxslt' 'python2')
-options=('!libtool' '!emptydirs')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-install=telepathy-gabble.install
-md5sums=('57d7778e58f82a43dba1311cece0d4e3')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy --with-tls=openssl
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/telepathy-gabble-xmpp-console
-}

Copied: telepathy-gabble/repos/extra-i686/PKGBUILD (from rev 194216, 
telepathy-gabble/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 16:04:59 UTC (rev 194217)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Daniel Balieiro dan...@balieiro.com
+# Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
+pkgname=telepathy-gabble
+pkgver=0.18.1
+pkgrel=1
+pkgdesc=A Jabber/XMPP connection manager for Telepathy
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+groups=('telepathy')
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite')
+makedepends=('libxslt' 'python2')
+options=('!libtool' '!emptydirs')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+install=telepathy-gabble.install
+md5sums=('a5384758df829b80d47fbc8a672609ad')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+   --libexecdir=/usr/lib/telepathy --with-tls=openssl
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/telepathy-gabble-xmpp-console
+}

Deleted: extra-i686/telepathy-gabble.install
===
--- extra-i686/telepathy-gabble.install 2013-09-10 16:04:50 UTC (rev 194216)
+++ extra-i686/telepathy-gabble.install 2013-09-10 16:04:59 UTC (rev 194217)
@@ -1,13 +0,0 @@
-post_install() {
-  killall -HUP dbus-daemon 21
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: telepathy-gabble/repos/extra-i686/telepathy-gabble.install (from rev 
194216, telepathy-gabble/trunk/telepathy-gabble.install)
===
--- extra-i686/telepathy-gabble.install (rev 0)
+++ extra-i686/telepathy-gabble.install 2013-09-10 16:04:59 UTC (rev 194217)
@@ -0,0 +1,13 @@
+post_install() {
+  killall -HUP dbus-daemon 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 16:04:50 

[arch-commits] Commit in telepathy-gabble/repos (8 files)

2013-07-31 Thread Ionuț Mircea Bîru
Date: Wednesday, July 31, 2013 @ 11:40:22
  Author: ioni
Revision: 191842

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

Added:
  telepathy-gabble/repos/extra-i686/PKGBUILD
(from rev 191841, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/extra-i686/telepathy-gabble.install
(from rev 191841, telepathy-gabble/trunk/telepathy-gabble.install)
  telepathy-gabble/repos/extra-x86_64/PKGBUILD
(from rev 191841, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install
(from rev 191841, telepathy-gabble/trunk/telepathy-gabble.install)
Deleted:
  telepathy-gabble/repos/extra-i686/PKGBUILD
  telepathy-gabble/repos/extra-i686/telepathy-gabble.install
  telepathy-gabble/repos/extra-x86_64/PKGBUILD
  telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install

---+
 /PKGBUILD |   62 
 /telepathy-gabble.install |   26 +
 extra-i686/PKGBUILD   |   31 
 extra-i686/telepathy-gabble.install   |   13 --
 extra-x86_64/PKGBUILD |   31 
 extra-x86_64/telepathy-gabble.install |   13 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-31 09:39:56 UTC (rev 191841)
+++ extra-i686/PKGBUILD 2013-07-31 09:40:22 UTC (rev 191842)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Daniel Balieiro dan...@balieiro.com
-# Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
-pkgname=telepathy-gabble
-pkgver=0.17.3
-pkgrel=1
-pkgdesc=A Jabber/XMPP connection manager for Telepathy
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-groups=('telepathy')
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite')
-makedepends=('libxslt' 'python2')
-options=('!libtool' '!emptydirs')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-install=telepathy-gabble.install
-md5sums=('f190ac620601f616dd61846689ba')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy --with-tls=openssl
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/telepathy-gabble-xmpp-console
-}

Copied: telepathy-gabble/repos/extra-i686/PKGBUILD (from rev 191841, 
telepathy-gabble/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-31 09:40:22 UTC (rev 191842)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Daniel Balieiro dan...@balieiro.com
+# Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
+pkgname=telepathy-gabble
+pkgver=0.17.5
+pkgrel=1
+pkgdesc=A Jabber/XMPP connection manager for Telepathy
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+groups=('telepathy')
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite')
+makedepends=('libxslt' 'python2')
+options=('!libtool' '!emptydirs')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+install=telepathy-gabble.install
+md5sums=('57d7778e58f82a43dba1311cece0d4e3')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+   --libexecdir=/usr/lib/telepathy --with-tls=openssl
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/telepathy-gabble-xmpp-console
+}

Deleted: extra-i686/telepathy-gabble.install
===
--- extra-i686/telepathy-gabble.install 2013-07-31 09:39:56 UTC (rev 191841)
+++ extra-i686/telepathy-gabble.install 2013-07-31 09:40:22 UTC (rev 191842)
@@ -1,13 +0,0 @@
-post_install() {
-  killall -HUP dbus-daemon 21
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: telepathy-gabble/repos/extra-i686/telepathy-gabble.install (from rev 
191841, telepathy-gabble/trunk/telepathy-gabble.install)
===
--- extra-i686/telepathy-gabble.install (rev 0)
+++ extra-i686/telepathy-gabble.install 2013-07-31 09:40:22 UTC (rev 191842)
@@ -0,0 +1,13 @@
+post_install() {
+  killall -HUP dbus-daemon 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-31 09:39:56 UTC 

[arch-commits] Commit in telepathy-gabble/repos (8 files)

2013-03-05 Thread Ionuț Mircea Bîru
Date: Tuesday, March 5, 2013 @ 20:16:44
  Author: ioni
Revision: 179516

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

Added:
  telepathy-gabble/repos/extra-i686/PKGBUILD
(from rev 179515, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/extra-i686/telepathy-gabble.install
(from rev 179515, telepathy-gabble/trunk/telepathy-gabble.install)
  telepathy-gabble/repos/extra-x86_64/PKGBUILD
(from rev 179515, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install
(from rev 179515, telepathy-gabble/trunk/telepathy-gabble.install)
Deleted:
  telepathy-gabble/repos/extra-i686/PKGBUILD
  telepathy-gabble/repos/extra-i686/telepathy-gabble.install
  telepathy-gabble/repos/extra-x86_64/PKGBUILD
  telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install

---+
 extra-i686/PKGBUILD   |   62 
 extra-i686/telepathy-gabble.install   |   26 ++---
 extra-x86_64/PKGBUILD |   62 
 extra-x86_64/telepathy-gabble.install |   26 ++---
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-05 19:05:04 UTC (rev 179515)
+++ extra-i686/PKGBUILD 2013-03-05 19:16:44 UTC (rev 179516)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Daniel Balieiro dan...@balieiro.com
-# Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
-pkgname=telepathy-gabble
-pkgver=0.17.2
-pkgrel=1
-pkgdesc=A Jabber/XMPP connection manager for Telepathy
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-groups=('telepathy')
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite')
-makedepends=('libxslt' 'python2')
-options=('!libtool' '!emptydirs')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-install=telepathy-gabble.install
-md5sums=('18329694ca5dcd35a97a70b9109c0f9a')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy --with-tls=openssl
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/telepathy-gabble-xmpp-console
-}

Copied: telepathy-gabble/repos/extra-i686/PKGBUILD (from rev 179515, 
telepathy-gabble/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-05 19:16:44 UTC (rev 179516)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Daniel Balieiro dan...@balieiro.com
+# Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
+pkgname=telepathy-gabble
+pkgver=0.17.3
+pkgrel=1
+pkgdesc=A Jabber/XMPP connection manager for Telepathy
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+groups=('telepathy')
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite')
+makedepends=('libxslt' 'python2')
+options=('!libtool' '!emptydirs')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+install=telepathy-gabble.install
+md5sums=('f190ac620601f616dd61846689ba')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+   --libexecdir=/usr/lib/telepathy --with-tls=openssl
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/telepathy-gabble-xmpp-console
+}

Deleted: extra-i686/telepathy-gabble.install
===
--- extra-i686/telepathy-gabble.install 2013-03-05 19:05:04 UTC (rev 179515)
+++ extra-i686/telepathy-gabble.install 2013-03-05 19:16:44 UTC (rev 179516)
@@ -1,13 +0,0 @@
-post_install() {
-  killall -HUP dbus-daemon 21
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: telepathy-gabble/repos/extra-i686/telepathy-gabble.install (from rev 
179515, telepathy-gabble/trunk/telepathy-gabble.install)
===
--- extra-i686/telepathy-gabble.install (rev 0)
+++ extra-i686/telepathy-gabble.install 2013-03-05 19:16:44 UTC (rev 179516)
@@ -0,0 +1,13 @@
+post_install() {
+  killall -HUP dbus-daemon 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-05 19:05:04 UTC (rev 179515)
+++ extra-x86_64/PKGBUILD   2013-03-05 19:16:44 UTC (rev 179516)
@@ -1,31 +0,0 

[arch-commits] Commit in telepathy-gabble/repos (8 files)

2013-01-25 Thread Ionuț Mircea Bîru
Date: Friday, January 25, 2013 @ 16:56:11
  Author: ioni
Revision: 175988

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

Added:
  telepathy-gabble/repos/extra-i686/PKGBUILD
(from rev 175987, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/extra-i686/telepathy-gabble.install
(from rev 175987, telepathy-gabble/trunk/telepathy-gabble.install)
  telepathy-gabble/repos/extra-x86_64/PKGBUILD
(from rev 175987, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install
(from rev 175987, telepathy-gabble/trunk/telepathy-gabble.install)
Deleted:
  telepathy-gabble/repos/extra-i686/PKGBUILD
  telepathy-gabble/repos/extra-i686/telepathy-gabble.install
  telepathy-gabble/repos/extra-x86_64/PKGBUILD
  telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install

---+
 extra-i686/PKGBUILD   |   62 
 extra-i686/telepathy-gabble.install   |   26 ++---
 extra-x86_64/PKGBUILD |   62 
 extra-x86_64/telepathy-gabble.install |   26 ++---
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-25 15:55:23 UTC (rev 175987)
+++ extra-i686/PKGBUILD 2013-01-25 15:56:11 UTC (rev 175988)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Daniel Balieiro dan...@balieiro.com
-# Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
-pkgname=telepathy-gabble
-pkgver=0.17.1
-pkgrel=1
-pkgdesc=A Jabber/XMPP connection manager for Telepathy
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-groups=('telepathy')
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite')
-makedepends=('libxslt' 'python2')
-options=('!libtool' '!emptydirs')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-install=telepathy-gabble.install
-md5sums=('42e01fdc4117255080883495411e7318')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy --with-tls=openssl
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/telepathy-gabble-xmpp-console
-}

Copied: telepathy-gabble/repos/extra-i686/PKGBUILD (from rev 175987, 
telepathy-gabble/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-25 15:56:11 UTC (rev 175988)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Daniel Balieiro dan...@balieiro.com
+# Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
+pkgname=telepathy-gabble
+pkgver=0.17.2
+pkgrel=1
+pkgdesc=A Jabber/XMPP connection manager for Telepathy
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+groups=('telepathy')
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite')
+makedepends=('libxslt' 'python2')
+options=('!libtool' '!emptydirs')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+install=telepathy-gabble.install
+md5sums=('18329694ca5dcd35a97a70b9109c0f9a')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+   --libexecdir=/usr/lib/telepathy --with-tls=openssl
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/telepathy-gabble-xmpp-console
+}

Deleted: extra-i686/telepathy-gabble.install
===
--- extra-i686/telepathy-gabble.install 2013-01-25 15:55:23 UTC (rev 175987)
+++ extra-i686/telepathy-gabble.install 2013-01-25 15:56:11 UTC (rev 175988)
@@ -1,13 +0,0 @@
-post_install() {
-  killall -HUP dbus-daemon 21
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: telepathy-gabble/repos/extra-i686/telepathy-gabble.install (from rev 
175987, telepathy-gabble/trunk/telepathy-gabble.install)
===
--- extra-i686/telepathy-gabble.install (rev 0)
+++ extra-i686/telepathy-gabble.install 2013-01-25 15:56:11 UTC (rev 175988)
@@ -0,0 +1,13 @@
+post_install() {
+  killall -HUP dbus-daemon 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-25 15:55:23 UTC (rev 175987)
+++ extra-x86_64/PKGBUILD   2013-01-25 15:56:11 UTC (rev 175988)
@@ -1,31 

[arch-commits] Commit in telepathy-gabble/repos (8 files)

2012-10-18 Thread Jan de Groot
Date: Thursday, October 18, 2012 @ 15:22:37
  Author: jgc
Revision: 169153

db-move: moved telepathy-gabble from [gnome-unstable] to [testing] (i686, 
x86_64)

Added:
  telepathy-gabble/repos/testing-i686/
  telepathy-gabble/repos/testing-i686/PKGBUILD
(from rev 169138, telepathy-gabble/repos/gnome-unstable-i686/PKGBUILD)
  telepathy-gabble/repos/testing-i686/telepathy-gabble.install
(from rev 169138, 
telepathy-gabble/repos/gnome-unstable-i686/telepathy-gabble.install)
  telepathy-gabble/repos/testing-x86_64/
  telepathy-gabble/repos/testing-x86_64/PKGBUILD
(from rev 169138, telepathy-gabble/repos/gnome-unstable-x86_64/PKGBUILD)
  telepathy-gabble/repos/testing-x86_64/telepathy-gabble.install
(from rev 169138, 
telepathy-gabble/repos/gnome-unstable-x86_64/telepathy-gabble.install)
Deleted:
  telepathy-gabble/repos/gnome-unstable-i686/
  telepathy-gabble/repos/gnome-unstable-x86_64/

-+
 testing-i686/PKGBUILD   |   31 ++
 testing-i686/telepathy-gabble.install   |   13 
 testing-x86_64/PKGBUILD |   31 ++
 testing-x86_64/telepathy-gabble.install |   13 
 4 files changed, 88 insertions(+)

Copied: telepathy-gabble/repos/testing-i686/PKGBUILD (from rev 169138, 
telepathy-gabble/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-18 19:22:37 UTC (rev 169153)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Daniel Balieiro dan...@balieiro.com
+# Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
+pkgname=telepathy-gabble
+pkgver=0.17.1
+pkgrel=1
+pkgdesc=A Jabber/XMPP connection manager for Telepathy
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+groups=('telepathy')
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite')
+makedepends=('libxslt' 'python2')
+options=('!libtool' '!emptydirs')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+install=telepathy-gabble.install
+md5sums=('42e01fdc4117255080883495411e7318')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+   --libexecdir=/usr/lib/telepathy --with-tls=openssl
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/telepathy-gabble-xmpp-console
+}

Copied: telepathy-gabble/repos/testing-i686/telepathy-gabble.install (from rev 
169138, telepathy-gabble/repos/gnome-unstable-i686/telepathy-gabble.install)
===
--- testing-i686/telepathy-gabble.install   (rev 0)
+++ testing-i686/telepathy-gabble.install   2012-10-18 19:22:37 UTC (rev 
169153)
@@ -0,0 +1,13 @@
+post_install() {
+  killall -HUP dbus-daemon 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Copied: telepathy-gabble/repos/testing-x86_64/PKGBUILD (from rev 169138, 
telepathy-gabble/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-18 19:22:37 UTC (rev 169153)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Daniel Balieiro dan...@balieiro.com
+# Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
+pkgname=telepathy-gabble
+pkgver=0.17.1
+pkgrel=1
+pkgdesc=A Jabber/XMPP connection manager for Telepathy
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+groups=('telepathy')
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite')
+makedepends=('libxslt' 'python2')
+options=('!libtool' '!emptydirs')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+install=telepathy-gabble.install
+md5sums=('42e01fdc4117255080883495411e7318')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+   --libexecdir=/usr/lib/telepathy --with-tls=openssl
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/telepathy-gabble-xmpp-console
+}

Copied: telepathy-gabble/repos/testing-x86_64/telepathy-gabble.install (from 
rev 169138, 
telepathy-gabble/repos/gnome-unstable-x86_64/telepathy-gabble.install)
===
--- testing-x86_64/telepathy-gabble.install (rev 0)
+++ testing-x86_64/telepathy-gabble.install 2012-10-18 19:22:37 UTC (rev 
169153)
@@ -0,0 +1,13 @@
+post_install() {
+  

[arch-commits] Commit in telepathy-gabble/repos (8 files)

2012-08-16 Thread Ionut Biru
Date: Thursday, August 16, 2012 @ 08:35:13
  Author: ibiru
Revision: 165360

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

Added:
  telepathy-gabble/repos/extra-i686/PKGBUILD
(from rev 165359, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/extra-i686/telepathy-gabble.install
(from rev 165359, telepathy-gabble/trunk/telepathy-gabble.install)
  telepathy-gabble/repos/extra-x86_64/PKGBUILD
(from rev 165359, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install
(from rev 165359, telepathy-gabble/trunk/telepathy-gabble.install)
Deleted:
  telepathy-gabble/repos/extra-i686/PKGBUILD
  telepathy-gabble/repos/extra-i686/telepathy-gabble.install
  telepathy-gabble/repos/extra-x86_64/PKGBUILD
  telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install

---+
 extra-i686/PKGBUILD   |   62 
 extra-i686/telepathy-gabble.install   |   26 ++---
 extra-x86_64/PKGBUILD |   62 
 extra-x86_64/telepathy-gabble.install |   26 ++---
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-16 11:52:58 UTC (rev 165359)
+++ extra-i686/PKGBUILD 2012-08-16 12:35:13 UTC (rev 165360)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Daniel Balieiro dan...@balieiro.com
-# Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
-pkgname=telepathy-gabble
-pkgver=0.16.1
-pkgrel=1
-pkgdesc=A Jabber/XMPP connection manager for Telepathy
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-groups=('telepathy')
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite')
-makedepends=('libxslt' 'python2')
-options=('!libtool' '!emptydirs')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-install=telepathy-gabble.install
-md5sums=('f4e6ca551cc4603276f9acdc2b5d4db4')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy --with-tls=openssl
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/telepathy-gabble-xmpp-console
-}

Copied: telepathy-gabble/repos/extra-i686/PKGBUILD (from rev 165359, 
telepathy-gabble/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-16 12:35:13 UTC (rev 165360)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Daniel Balieiro dan...@balieiro.com
+# Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
+pkgname=telepathy-gabble
+pkgver=0.16.2
+pkgrel=1
+pkgdesc=A Jabber/XMPP connection manager for Telepathy
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+groups=('telepathy')
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite')
+makedepends=('libxslt' 'python2')
+options=('!libtool' '!emptydirs')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+install=telepathy-gabble.install
+md5sums=('d79fc12524e9b68e9a1a833960f97d01')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+   --libexecdir=/usr/lib/telepathy --with-tls=openssl
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/telepathy-gabble-xmpp-console
+}

Deleted: extra-i686/telepathy-gabble.install
===
--- extra-i686/telepathy-gabble.install 2012-08-16 11:52:58 UTC (rev 165359)
+++ extra-i686/telepathy-gabble.install 2012-08-16 12:35:13 UTC (rev 165360)
@@ -1,13 +0,0 @@
-post_install() {
-  killall -HUP dbus-daemon 21
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: telepathy-gabble/repos/extra-i686/telepathy-gabble.install (from rev 
165359, telepathy-gabble/trunk/telepathy-gabble.install)
===
--- extra-i686/telepathy-gabble.install (rev 0)
+++ extra-i686/telepathy-gabble.install 2012-08-16 12:35:13 UTC (rev 165360)
@@ -0,0 +1,13 @@
+post_install() {
+  killall -HUP dbus-daemon 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-08-16 11:52:58 UTC (rev 165359)
+++ extra-x86_64/PKGBUILD   2012-08-16 12:35:13 UTC (rev 165360)
@@ -1,31 

[arch-commits] Commit in telepathy-gabble/repos (8 files)

2012-06-20 Thread Ionut Biru
Date: Wednesday, June 20, 2012 @ 21:49:02
  Author: ibiru
Revision: 162120

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

Added:
  telepathy-gabble/repos/extra-i686/PKGBUILD
(from rev 162119, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/extra-i686/telepathy-gabble.install
(from rev 162119, telepathy-gabble/trunk/telepathy-gabble.install)
  telepathy-gabble/repos/extra-x86_64/PKGBUILD
(from rev 162119, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install
(from rev 162119, telepathy-gabble/trunk/telepathy-gabble.install)
Deleted:
  telepathy-gabble/repos/extra-i686/PKGBUILD
  telepathy-gabble/repos/extra-i686/telepathy-gabble.install
  telepathy-gabble/repos/extra-x86_64/PKGBUILD
  telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install

---+
 extra-i686/PKGBUILD   |   62 
 extra-i686/telepathy-gabble.install   |   26 ++---
 extra-x86_64/PKGBUILD |   62 
 extra-x86_64/telepathy-gabble.install |   26 ++---
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-21 01:48:05 UTC (rev 162119)
+++ extra-i686/PKGBUILD 2012-06-21 01:49:02 UTC (rev 162120)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Daniel Balieiro dan...@balieiro.com
-# Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
-pkgname=telepathy-gabble
-pkgver=0.16.0
-pkgrel=1
-pkgdesc=A Jabber/XMPP connection manager for Telepathy
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-groups=('telepathy')
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite3')
-makedepends=('libxslt' 'python2')
-options=('!libtool' '!emptydirs')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-install=telepathy-gabble.install
-md5sums=('15b15fb58a3c54102c3e3489b4bd5ee0')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy --with-tls=openssl
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/telepathy-gabble-xmpp-console
-}

Copied: telepathy-gabble/repos/extra-i686/PKGBUILD (from rev 162119, 
telepathy-gabble/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-21 01:49:02 UTC (rev 162120)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Daniel Balieiro dan...@balieiro.com
+# Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
+pkgname=telepathy-gabble
+pkgver=0.16.1
+pkgrel=1
+pkgdesc=A Jabber/XMPP connection manager for Telepathy
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+groups=('telepathy')
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite')
+makedepends=('libxslt' 'python2')
+options=('!libtool' '!emptydirs')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+install=telepathy-gabble.install
+md5sums=('f4e6ca551cc4603276f9acdc2b5d4db4')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+   --libexecdir=/usr/lib/telepathy --with-tls=openssl
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/telepathy-gabble-xmpp-console
+}

Deleted: extra-i686/telepathy-gabble.install
===
--- extra-i686/telepathy-gabble.install 2012-06-21 01:48:05 UTC (rev 162119)
+++ extra-i686/telepathy-gabble.install 2012-06-21 01:49:02 UTC (rev 162120)
@@ -1,13 +0,0 @@
-post_install() {
-  killall -HUP dbus-daemon 21
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: telepathy-gabble/repos/extra-i686/telepathy-gabble.install (from rev 
162119, telepathy-gabble/trunk/telepathy-gabble.install)
===
--- extra-i686/telepathy-gabble.install (rev 0)
+++ extra-i686/telepathy-gabble.install 2012-06-21 01:49:02 UTC (rev 162120)
@@ -0,0 +1,13 @@
+post_install() {
+  killall -HUP dbus-daemon 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-21 01:48:05 UTC (rev 162119)
+++ extra-x86_64/PKGBUILD   2012-06-21 01:49:02 UTC (rev 162120)
@@ -1,31 

[arch-commits] Commit in telepathy-gabble/repos (8 files)

2012-04-03 Thread Ionut Biru
Date: Tuesday, April 3, 2012 @ 13:18:20
  Author: ibiru
Revision: 155437

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

Added:
  telepathy-gabble/repos/testing-i686/PKGBUILD
(from rev 155436, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/testing-i686/telepathy-gabble.install
(from rev 155436, telepathy-gabble/trunk/telepathy-gabble.install)
  telepathy-gabble/repos/testing-x86_64/PKGBUILD
(from rev 155436, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/testing-x86_64/telepathy-gabble.install
(from rev 155436, telepathy-gabble/trunk/telepathy-gabble.install)
Deleted:
  telepathy-gabble/repos/testing-i686/PKGBUILD
  telepathy-gabble/repos/testing-i686/telepathy-gabble.install
  telepathy-gabble/repos/testing-x86_64/PKGBUILD
  telepathy-gabble/repos/testing-x86_64/telepathy-gabble.install

-+
 testing-i686/PKGBUILD   |   62 +++---
 testing-i686/telepathy-gabble.install   |   26 ++--
 testing-x86_64/PKGBUILD |   62 +++---
 testing-x86_64/telepathy-gabble.install |   26 ++--
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-04-03 17:14:08 UTC (rev 155436)
+++ testing-i686/PKGBUILD   2012-04-03 17:18:20 UTC (rev 155437)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Daniel Balieiro dan...@balieiro.com
-# Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
-pkgname=telepathy-gabble
-pkgver=0.15.5
-pkgrel=1
-pkgdesc=A Jabber/XMPP connection manager for Telepathy
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-groups=('telepathy')
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite3')
-makedepends=('libxslt' 'python2')
-options=('!libtool' '!emptydirs')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-install=telepathy-gabble.install
-md5sums=('89b21ac2f29d632efd1cc50e0c2cd933')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy --with-tls=openssl
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/telepathy-gabble-xmpp-console
-}

Copied: telepathy-gabble/repos/testing-i686/PKGBUILD (from rev 155436, 
telepathy-gabble/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-03 17:18:20 UTC (rev 155437)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Daniel Balieiro dan...@balieiro.com
+# Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
+pkgname=telepathy-gabble
+pkgver=0.16.0
+pkgrel=1
+pkgdesc=A Jabber/XMPP connection manager for Telepathy
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+groups=('telepathy')
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite3')
+makedepends=('libxslt' 'python2')
+options=('!libtool' '!emptydirs')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+install=telepathy-gabble.install
+md5sums=('15b15fb58a3c54102c3e3489b4bd5ee0')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+   --libexecdir=/usr/lib/telepathy --with-tls=openssl
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/telepathy-gabble-xmpp-console
+}

Deleted: testing-i686/telepathy-gabble.install
===
--- testing-i686/telepathy-gabble.install   2012-04-03 17:14:08 UTC (rev 
155436)
+++ testing-i686/telepathy-gabble.install   2012-04-03 17:18:20 UTC (rev 
155437)
@@ -1,13 +0,0 @@
-post_install() {
-  killall -HUP dbus-daemon 21
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: telepathy-gabble/repos/testing-i686/telepathy-gabble.install (from rev 
155436, telepathy-gabble/trunk/telepathy-gabble.install)
===
--- testing-i686/telepathy-gabble.install   (rev 0)
+++ testing-i686/telepathy-gabble.install   2012-04-03 17:18:20 UTC (rev 
155437)
@@ -0,0 +1,13 @@
+post_install() {
+  killall -HUP dbus-daemon 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2012-04-03 

[arch-commits] Commit in telepathy-gabble/repos (8 files)

2012-03-23 Thread Ionut Biru
Date: Friday, March 23, 2012 @ 07:21:48
  Author: ibiru
Revision: 154108

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  telepathy-gabble/repos/gnome-unstable-i686/PKGBUILD
(from rev 154107, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/gnome-unstable-i686/telepathy-gabble.install
(from rev 154107, telepathy-gabble/trunk/telepathy-gabble.install)
  telepathy-gabble/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 154107, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/gnome-unstable-x86_64/telepathy-gabble.install
(from rev 154107, telepathy-gabble/trunk/telepathy-gabble.install)
Deleted:
  telepathy-gabble/repos/gnome-unstable-i686/PKGBUILD
  telepathy-gabble/repos/gnome-unstable-i686/telepathy-gabble.install
  telepathy-gabble/repos/gnome-unstable-x86_64/PKGBUILD
  telepathy-gabble/repos/gnome-unstable-x86_64/telepathy-gabble.install

+
 gnome-unstable-i686/PKGBUILD   |   62 +++
 gnome-unstable-i686/telepathy-gabble.install   |   26 -
 gnome-unstable-x86_64/PKGBUILD |   62 +++
 gnome-unstable-x86_64/telepathy-gabble.install |   26 -
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-03-23 11:18:41 UTC (rev 154107)
+++ gnome-unstable-i686/PKGBUILD2012-03-23 11:21:48 UTC (rev 154108)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Daniel Balieiro dan...@balieiro.com
-# Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
-pkgname=telepathy-gabble
-pkgver=0.15.4
-pkgrel=1
-pkgdesc=A Jabber/XMPP connection manager for Telepathy
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-groups=('telepathy')
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite3')
-makedepends=('libxslt' 'python2')
-options=('!libtool' '!emptydirs')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-install=telepathy-gabble.install
-md5sums=('3eb3ee032da4064f07781427384b94e0')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy --with-tls=openssl
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/telepathy-gabble-xmpp-console
-}

Copied: telepathy-gabble/repos/gnome-unstable-i686/PKGBUILD (from rev 154107, 
telepathy-gabble/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-23 11:21:48 UTC (rev 154108)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Daniel Balieiro dan...@balieiro.com
+# Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
+pkgname=telepathy-gabble
+pkgver=0.15.5
+pkgrel=1
+pkgdesc=A Jabber/XMPP connection manager for Telepathy
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+groups=('telepathy')
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite3')
+makedepends=('libxslt' 'python2')
+options=('!libtool' '!emptydirs')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+install=telepathy-gabble.install
+md5sums=('89b21ac2f29d632efd1cc50e0c2cd933')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+   --libexecdir=/usr/lib/telepathy --with-tls=openssl
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/telepathy-gabble-xmpp-console
+}

Deleted: gnome-unstable-i686/telepathy-gabble.install
===
--- gnome-unstable-i686/telepathy-gabble.install2012-03-23 11:18:41 UTC 
(rev 154107)
+++ gnome-unstable-i686/telepathy-gabble.install2012-03-23 11:21:48 UTC 
(rev 154108)
@@ -1,13 +0,0 @@
-post_install() {
-  killall -HUP dbus-daemon 21
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: telepathy-gabble/repos/gnome-unstable-i686/telepathy-gabble.install 
(from rev 154107, telepathy-gabble/trunk/telepathy-gabble.install)
===
--- gnome-unstable-i686/telepathy-gabble.install
(rev 0)
+++ gnome-unstable-i686/telepathy-gabble.install2012-03-23 11:21:48 UTC 
(rev 154108)
@@ -0,0 +1,13 @@
+post_install() {
+  killall -HUP dbus-daemon 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

[arch-commits] Commit in telepathy-gabble/repos (8 files)

2011-11-25 Thread Ionut Biru
Date: Friday, November 25, 2011 @ 05:37:09
  Author: ibiru
Revision: 143507

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

Added:
  telepathy-gabble/repos/extra-i686/PKGBUILD
(from rev 143506, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/extra-i686/telepathy-gabble.install
(from rev 143506, telepathy-gabble/trunk/telepathy-gabble.install)
  telepathy-gabble/repos/extra-x86_64/PKGBUILD
(from rev 143506, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install
(from rev 143506, telepathy-gabble/trunk/telepathy-gabble.install)
Deleted:
  telepathy-gabble/repos/extra-i686/PKGBUILD
  telepathy-gabble/repos/extra-i686/telepathy-gabble.install
  telepathy-gabble/repos/extra-x86_64/PKGBUILD
  telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install

---+
 extra-i686/PKGBUILD   |   60 
 extra-i686/telepathy-gabble.install   |   26 ++---
 extra-x86_64/PKGBUILD |   60 
 extra-x86_64/telepathy-gabble.install |   26 ++---
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-25 10:35:53 UTC (rev 143506)
+++ extra-i686/PKGBUILD 2011-11-25 10:37:09 UTC (rev 143507)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Daniel Balieiro dan...@balieiro.com
-# Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
-pkgname=telepathy-gabble
-pkgver=0.14.0
-pkgrel=1
-pkgdesc=A Jabber/XMPP connection manager for Telepathy
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-groups=('telepathy')
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite3')
-makedepends=('libxslt' 'python2')
-options=('!libtool')
-source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz)
-install=telepathy-gabble.install
-md5sums=('73afa5533833d176b9b82b96351efe63')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy --with-tls=openssl
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-gabble/repos/extra-i686/PKGBUILD (from rev 143506, 
telepathy-gabble/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-25 10:37:09 UTC (rev 143507)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Daniel Balieiro dan...@balieiro.com
+# Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
+pkgname=telepathy-gabble
+pkgver=0.14.1
+pkgrel=1
+pkgdesc=A Jabber/XMPP connection manager for Telepathy
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+groups=('telepathy')
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite3')
+makedepends=('libxslt' 'python2')
+options=('!libtool')
+source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/$pkgname-$pkgver.tar.gz)
+install=telepathy-gabble.install
+md5sums=('f6dfcd3da49eb6a558085fc917cdbdd4')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+   --libexecdir=/usr/lib/telepathy --with-tls=openssl
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/telepathy-gabble.install
===
--- extra-i686/telepathy-gabble.install 2011-11-25 10:35:53 UTC (rev 143506)
+++ extra-i686/telepathy-gabble.install 2011-11-25 10:37:09 UTC (rev 143507)
@@ -1,13 +0,0 @@
-post_install() {
-  killall -HUP dbus-daemon 21
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: telepathy-gabble/repos/extra-i686/telepathy-gabble.install (from rev 
143506, telepathy-gabble/trunk/telepathy-gabble.install)
===
--- extra-i686/telepathy-gabble.install (rev 0)
+++ extra-i686/telepathy-gabble.install 2011-11-25 10:37:09 UTC (rev 143507)
@@ -0,0 +1,13 @@
+post_install() {
+  killall -HUP dbus-daemon 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-25 10:35:53 UTC (rev 143506)
+++ extra-x86_64/PKGBUILD   2011-11-25 10:37:09 UTC (rev 143507)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Daniel Balieiro dan...@balieiro.com
-# Contributor: Rodrigo L. M. Flores