[arch-commits] Commit in libotr/repos (4 files)

2016-11-09 Thread Bartłomiej Piotrowski
Date: Wednesday, November 9, 2016 @ 20:21:15
  Author: bpiotrowski
Revision: 280263

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

Added:
  libotr/repos/extra-i686/PKGBUILD
(from rev 280262, libotr/trunk/PKGBUILD)
  libotr/repos/extra-x86_64/PKGBUILD
(from rev 280262, libotr/trunk/PKGBUILD)
Deleted:
  libotr/repos/extra-i686/PKGBUILD
  libotr/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 extra-i686/PKGBUILD   |   27 ---
 extra-x86_64/PKGBUILD |   27 ---
 3 files changed, 56 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-09 20:20:56 UTC (rev 280262)
+++ extra-i686/PKGBUILD 2016-11-09 20:21:15 UTC (rev 280263)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Pierre Schmitz 
-# Contributor: Bug 
-
-pkgname=libotr
-pkgver=4.1.1
-pkgrel=1
-pkgdesc='Off-the-Record Messaging Library and Toolkit'
-url='http://otr.cypherpunks.ca/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-depends=('libgcrypt')
-validpgpkeys=('576979E7D0CAB38C7AA3DDBDDED64EBB2BA87C5C')
-source=(https://otr.cypherpunks.ca/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha1sums=('3894b82a6c307ad011681ad342d69b18344933ae' 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr --mandir=/usr/share/man
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: libotr/repos/extra-i686/PKGBUILD (from rev 280262, 
libotr/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-09 20:21:15 UTC (rev 280263)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Pierre Schmitz 
+# Contributor: Bug 
+
+pkgname=libotr
+pkgver=4.1.1
+pkgrel=1
+pkgdesc='Off-the-Record Messaging Library and Toolkit'
+url='http://otr.cypherpunks.ca/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('libgcrypt')
+validpgpkeys=('22DF3305DF56667CE15784FCF24DE08F42C2ABAD') # OTR Dev Team
+source=(https://otr.cypherpunks.ca/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('8b3b182424251067a952fb4e6c7b95a21e644fbb27fbd5f8af2b2ed87ca419f5'
+'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-09 20:20:56 UTC (rev 280262)
+++ extra-x86_64/PKGBUILD   2016-11-09 20:21:15 UTC (rev 280263)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Pierre Schmitz 
-# Contributor: Bug 
-
-pkgname=libotr
-pkgver=4.1.1
-pkgrel=1
-pkgdesc='Off-the-Record Messaging Library and Toolkit'
-url='http://otr.cypherpunks.ca/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-depends=('libgcrypt')
-validpgpkeys=('576979E7D0CAB38C7AA3DDBDDED64EBB2BA87C5C')
-source=(https://otr.cypherpunks.ca/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha1sums=('3894b82a6c307ad011681ad342d69b18344933ae' 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr --mandir=/usr/share/man
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: libotr/repos/extra-x86_64/PKGBUILD (from rev 280262, 
libotr/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-11-09 20:21:15 UTC (rev 280263)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Pierre Schmitz 
+# Contributor: Bug 
+
+pkgname=libotr
+pkgver=4.1.1
+pkgrel=1
+pkgdesc='Off-the-Record Messaging Library and Toolkit'
+url='http://otr.cypherpunks.ca/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('libgcrypt')
+validpgpkeys=('22DF3305DF56667CE15784FCF24DE08F42C2ABAD') # OTR Dev Team
+source=(https://otr.cypherpunks.ca/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('8b3b182424251067a952fb4e6c7b95a21e644fbb27fbd5f8af2b2ed87ca419f5'
+'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in libotr/repos (4 files)

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 13:46:56
  Author: bpiotrowski
Revision: 279900

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

Added:
  libotr/repos/extra-i686/PKGBUILD
(from rev 279899, libotr/trunk/PKGBUILD)
  libotr/repos/extra-x86_64/PKGBUILD
(from rev 279899, libotr/trunk/PKGBUILD)
Deleted:
  libotr/repos/extra-i686/PKGBUILD
  libotr/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   54 
 extra-i686/PKGBUILD   |   27 
 extra-x86_64/PKGBUILD |   27 
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-06 13:46:27 UTC (rev 279899)
+++ extra-i686/PKGBUILD 2016-11-06 13:46:56 UTC (rev 279900)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Pierre Schmitz 
-# Contributor: Bug 
-
-pkgname=libotr
-pkgver=4.1.1
-pkgrel=1
-pkgdesc='Off-the-Record Messaging Library and Toolkit'
-url='http://otr.cypherpunks.ca/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-depends=('libgcrypt')
-validpgpkeys=('576979E7D0CAB38C7AA3DDBDDED64EBB2BA87C5C')
-source=("http://otr.cypherpunks.ca/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha1sums=('3894b82a6c307ad011681ad342d69b18344933ae' 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr --mandir=/usr/share/man
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: libotr/repos/extra-i686/PKGBUILD (from rev 279899, 
libotr/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-06 13:46:56 UTC (rev 279900)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Pierre Schmitz 
+# Contributor: Bug 
+
+pkgname=libotr
+pkgver=4.1.1
+pkgrel=1
+pkgdesc='Off-the-Record Messaging Library and Toolkit'
+url='http://otr.cypherpunks.ca/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('libgcrypt')
+validpgpkeys=('576979E7D0CAB38C7AA3DDBDDED64EBB2BA87C5C')
+source=(https://otr.cypherpunks.ca/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha1sums=('3894b82a6c307ad011681ad342d69b18344933ae' 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-06 13:46:27 UTC (rev 279899)
+++ extra-x86_64/PKGBUILD   2016-11-06 13:46:56 UTC (rev 279900)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Pierre Schmitz 
-# Contributor: Bug 
-
-pkgname=libotr
-pkgver=4.1.1
-pkgrel=1
-pkgdesc='Off-the-Record Messaging Library and Toolkit'
-url='http://otr.cypherpunks.ca/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-depends=('libgcrypt')
-validpgpkeys=('576979E7D0CAB38C7AA3DDBDDED64EBB2BA87C5C')
-source=("http://otr.cypherpunks.ca/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha1sums=('3894b82a6c307ad011681ad342d69b18344933ae' 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr --mandir=/usr/share/man
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: libotr/repos/extra-x86_64/PKGBUILD (from rev 279899, 
libotr/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-11-06 13:46:56 UTC (rev 279900)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Pierre Schmitz 
+# Contributor: Bug 
+
+pkgname=libotr
+pkgver=4.1.1
+pkgrel=1
+pkgdesc='Off-the-Record Messaging Library and Toolkit'
+url='http://otr.cypherpunks.ca/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('libgcrypt')
+validpgpkeys=('576979E7D0CAB38C7AA3DDBDDED64EBB2BA87C5C')
+source=(https://otr.cypherpunks.ca/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha1sums=('3894b82a6c307ad011681ad342d69b18344933ae' 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in libotr/repos (4 files)

2016-03-09 Thread Gaetan Bisson
Date: Wednesday, March 9, 2016 @ 19:54:43
  Author: bisson
Revision: 261250

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

Added:
  libotr/repos/extra-i686/PKGBUILD
(from rev 261249, libotr/trunk/PKGBUILD)
  libotr/repos/extra-x86_64/PKGBUILD
(from rev 261249, libotr/trunk/PKGBUILD)
Deleted:
  libotr/repos/extra-i686/PKGBUILD
  libotr/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   54 
 extra-i686/PKGBUILD   |   26 ---
 extra-x86_64/PKGBUILD |   26 ---
 3 files changed, 54 insertions(+), 52 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-09 18:54:13 UTC (rev 261249)
+++ extra-i686/PKGBUILD 2016-03-09 18:54:43 UTC (rev 261250)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Pierre Schmitz 
-# Contributor: Bug 
-
-pkgname=libotr
-pkgver=4.1.0
-pkgrel=1
-pkgdesc='Off-the-Record Messaging Library and Toolkit'
-url='http://otr.cypherpunks.ca/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-depends=('libgcrypt')
-source=("http://otr.cypherpunks.ca/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha1sums=('df30bc87a7a8f37678dd679d17fa1f9638ea247e' 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr --mandir=/usr/share/man
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: libotr/repos/extra-i686/PKGBUILD (from rev 261249, 
libotr/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-09 18:54:43 UTC (rev 261250)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Pierre Schmitz 
+# Contributor: Bug 
+
+pkgname=libotr
+pkgver=4.1.1
+pkgrel=1
+pkgdesc='Off-the-Record Messaging Library and Toolkit'
+url='http://otr.cypherpunks.ca/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('libgcrypt')
+validpgpkeys=('576979E7D0CAB38C7AA3DDBDDED64EBB2BA87C5C')
+source=("http://otr.cypherpunks.ca/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha1sums=('3894b82a6c307ad011681ad342d69b18344933ae' 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-09 18:54:13 UTC (rev 261249)
+++ extra-x86_64/PKGBUILD   2016-03-09 18:54:43 UTC (rev 261250)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Pierre Schmitz 
-# Contributor: Bug 
-
-pkgname=libotr
-pkgver=4.1.0
-pkgrel=1
-pkgdesc='Off-the-Record Messaging Library and Toolkit'
-url='http://otr.cypherpunks.ca/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-depends=('libgcrypt')
-source=("http://otr.cypherpunks.ca/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha1sums=('df30bc87a7a8f37678dd679d17fa1f9638ea247e' 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr --mandir=/usr/share/man
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: libotr/repos/extra-x86_64/PKGBUILD (from rev 261249, 
libotr/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-03-09 18:54:43 UTC (rev 261250)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Pierre Schmitz 
+# Contributor: Bug 
+
+pkgname=libotr
+pkgver=4.1.1
+pkgrel=1
+pkgdesc='Off-the-Record Messaging Library and Toolkit'
+url='http://otr.cypherpunks.ca/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('libgcrypt')
+validpgpkeys=('576979E7D0CAB38C7AA3DDBDDED64EBB2BA87C5C')
+source=("http://otr.cypherpunks.ca/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha1sums=('3894b82a6c307ad011681ad342d69b18344933ae' 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in libotr/repos (4 files)

2013-12-16 Thread Gaetan Bisson
Date: Tuesday, December 17, 2013 @ 07:38:09
  Author: bisson
Revision: 201630

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

Added:
  libotr/repos/staging-i686/
  libotr/repos/staging-i686/PKGBUILD
(from rev 201629, libotr/trunk/PKGBUILD)
  libotr/repos/staging-x86_64/
  libotr/repos/staging-x86_64/PKGBUILD
(from rev 201629, libotr/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   26 ++
 staging-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: libotr/repos/staging-i686/PKGBUILD (from rev 201629, 
libotr/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-12-17 06:38:09 UTC (rev 201630)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Bug bug2...@gmail.com
+
+pkgname=libotr
+pkgver=4.0.0
+pkgrel=2
+pkgdesc='Off-the-Record Messaging Library and Toolkit'
+url='http://www.cypherpunks.ca/otr/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('libgcrypt')
+source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('8865e9011b8674290837afcf7caf90c492ae09cc')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: libotr/repos/staging-x86_64/PKGBUILD (from rev 201629, 
libotr/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-12-17 06:38:09 UTC (rev 201630)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Bug bug2...@gmail.com
+
+pkgname=libotr
+pkgver=4.0.0
+pkgrel=2
+pkgdesc='Off-the-Record Messaging Library and Toolkit'
+url='http://www.cypherpunks.ca/otr/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('libgcrypt')
+source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('8865e9011b8674290837afcf7caf90c492ae09cc')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in libotr/repos (4 files)

2012-09-04 Thread Gaetan Bisson
Date: Tuesday, September 4, 2012 @ 10:32:25
  Author: bisson
Revision: 166024

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

Added:
  libotr/repos/staging-i686/
  libotr/repos/staging-i686/PKGBUILD
(from rev 166023, libotr/trunk/PKGBUILD)
  libotr/repos/staging-x86_64/
  libotr/repos/staging-x86_64/PKGBUILD
(from rev 166023, libotr/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   27 +++
 staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: libotr/repos/staging-i686/PKGBUILD (from rev 166023, 
libotr/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-09-04 14:32:25 UTC (rev 166024)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Bug bug2...@gmail.com
+
+pkgname=libotr
+pkgver=4.0.0
+pkgrel=1
+pkgdesc='Off-the-Record Messaging Library and Toolkit'
+url='http://www.cypherpunks.ca/otr/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('libgcrypt')
+options=('!libtool')
+source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('8865e9011b8674290837afcf7caf90c492ae09cc')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: libotr/repos/staging-x86_64/PKGBUILD (from rev 166023, 
libotr/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-09-04 14:32:25 UTC (rev 166024)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Bug bug2...@gmail.com
+
+pkgname=libotr
+pkgver=4.0.0
+pkgrel=1
+pkgdesc='Off-the-Record Messaging Library and Toolkit'
+url='http://www.cypherpunks.ca/otr/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('libgcrypt')
+options=('!libtool')
+source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('8865e9011b8674290837afcf7caf90c492ae09cc')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in libotr/repos (4 files)

2012-08-14 Thread Gaetan Bisson
Date: Tuesday, August 14, 2012 @ 19:10:37
  Author: bisson
Revision: 165291

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

Added:
  libotr/repos/extra-i686/PKGBUILD
(from rev 165290, libotr/trunk/PKGBUILD)
  libotr/repos/extra-x86_64/PKGBUILD
(from rev 165290, libotr/trunk/PKGBUILD)
Deleted:
  libotr/repos/extra-i686/PKGBUILD
  libotr/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   54 
 extra-x86_64/PKGBUILD |   54 
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-14 23:10:06 UTC (rev 165290)
+++ extra-i686/PKGBUILD 2012-08-14 23:10:37 UTC (rev 165291)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Bug bug2...@gmail.com
-
-pkgname=libotr
-pkgver=3.2.0
-pkgrel=3
-pkgdesc='Off-the-Record Messaging Library and Toolkit'
-url='http://www.cypherpunks.ca/otr/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-depends=('libgcrypt')
-options=('!libtool')
-source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('e5e10b8ddaf59b0ada6046d156d0431cd2790db9')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: libotr/repos/extra-i686/PKGBUILD (from rev 165290, 
libotr/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-14 23:10:37 UTC (rev 165291)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Bug bug2...@gmail.com
+
+pkgname=libotr
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Off-the-Record Messaging Library and Toolkit'
+url='http://www.cypherpunks.ca/otr/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('libgcrypt')
+options=('!libtool')
+source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('898bf00d019f49ca34cd0116dd2e22685c67c394')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-08-14 23:10:06 UTC (rev 165290)
+++ extra-x86_64/PKGBUILD   2012-08-14 23:10:37 UTC (rev 165291)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Bug bug2...@gmail.com
-
-pkgname=libotr
-pkgver=3.2.0
-pkgrel=3
-pkgdesc='Off-the-Record Messaging Library and Toolkit'
-url='http://www.cypherpunks.ca/otr/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-depends=('libgcrypt')
-options=('!libtool')
-source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('e5e10b8ddaf59b0ada6046d156d0431cd2790db9')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: libotr/repos/extra-x86_64/PKGBUILD (from rev 165290, 
libotr/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-08-14 23:10:37 UTC (rev 165291)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Bug bug2...@gmail.com
+
+pkgname=libotr
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Off-the-Record Messaging Library and Toolkit'
+url='http://www.cypherpunks.ca/otr/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('libgcrypt')
+options=('!libtool')
+source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('898bf00d019f49ca34cd0116dd2e22685c67c394')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in libotr/repos (4 files)

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 11:55:15
  Author: bisson
Revision: 149079

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

Added:
  libotr/repos/extra-i686/PKGBUILD
(from rev 149078, libotr/trunk/PKGBUILD)
  libotr/repos/extra-x86_64/PKGBUILD
(from rev 149078, libotr/trunk/PKGBUILD)
Deleted:
  libotr/repos/extra-i686/PKGBUILD
  libotr/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   53 
 extra-x86_64/PKGBUILD |   53 
 2 files changed, 54 insertions(+), 52 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-05 16:54:43 UTC (rev 149078)
+++ extra-i686/PKGBUILD 2012-02-05 16:55:15 UTC (rev 149079)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-# Contributor: Bug bug2...@gmail.com
-
-pkgname=libotr
-pkgver=3.2.0
-pkgrel=2
-pkgdesc='Off-the-Record Messaging Library and Toolkit'
-arch=('i686' 'x86_64')
-url='http://www.cypherpunks.ca/otr/'
-license=('GPL' 'LGPL')
-depends=('libgcrypt')
-options=('!libtool')
-source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('faba02e60f64e492838929be2272f839')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure --prefix=/usr --mandir=/usr/share/man
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-}

Copied: libotr/repos/extra-i686/PKGBUILD (from rev 149078, 
libotr/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-05 16:55:15 UTC (rev 149079)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Bug bug2...@gmail.com
+
+pkgname=libotr
+pkgver=3.2.0
+pkgrel=3
+pkgdesc='Off-the-Record Messaging Library and Toolkit'
+url='http://www.cypherpunks.ca/otr/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('libgcrypt')
+options=('!libtool')
+source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('e5e10b8ddaf59b0ada6046d156d0431cd2790db9')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-05 16:54:43 UTC (rev 149078)
+++ extra-x86_64/PKGBUILD   2012-02-05 16:55:15 UTC (rev 149079)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-# Contributor: Bug bug2...@gmail.com
-
-pkgname=libotr
-pkgver=3.2.0
-pkgrel=2
-pkgdesc='Off-the-Record Messaging Library and Toolkit'
-arch=('i686' 'x86_64')
-url='http://www.cypherpunks.ca/otr/'
-license=('GPL' 'LGPL')
-depends=('libgcrypt')
-options=('!libtool')
-source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('faba02e60f64e492838929be2272f839')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure --prefix=/usr --mandir=/usr/share/man
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-}

Copied: libotr/repos/extra-x86_64/PKGBUILD (from rev 149078, 
libotr/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-05 16:55:15 UTC (rev 149079)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Bug bug2...@gmail.com
+
+pkgname=libotr
+pkgver=3.2.0
+pkgrel=3
+pkgdesc='Off-the-Record Messaging Library and Toolkit'
+url='http://www.cypherpunks.ca/otr/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('libgcrypt')
+options=('!libtool')
+source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('e5e10b8ddaf59b0ada6046d156d0431cd2790db9')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}