[arch-commits] Commit in bitlbee/repos/extra-i686 (8 files)

2011-08-23 Thread Gaetan Bisson
Date: Tuesday, August 23, 2011 @ 15:32:59
  Author: bisson
Revision: 136182

archrelease: copy trunk to extra-i686

Added:
  bitlbee/repos/extra-i686/PKGBUILD
(from rev 136181, bitlbee/trunk/PKGBUILD)
  bitlbee/repos/extra-i686/install
(from rev 136181, bitlbee/trunk/install)
  bitlbee/repos/extra-i686/rc.d
(from rev 136181, bitlbee/trunk/rc.d)
  bitlbee/repos/extra-i686/xinetd
(from rev 136181, bitlbee/trunk/xinetd)
Deleted:
  bitlbee/repos/extra-i686/PKGBUILD
  bitlbee/repos/extra-i686/install
  bitlbee/repos/extra-i686/rc.d
  bitlbee/repos/extra-i686/xinetd

--+
 PKGBUILD |  104 ++---
 install  |   28 
 rc.d |   80 +++---
 xinetd   |   24 +++---
 4 files changed, 118 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-23 19:32:36 UTC (rev 136181)
+++ PKGBUILD2011-08-23 19:32:59 UTC (rev 136182)
@@ -1,52 +0,0 @@
-# $Id$
-# Contributor: FUBAR mrfu...@gmail.com
-# Contributor: simo s...@archlinux.org
-# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=bitlbee
-pkgver=3.0.3
-pkgrel=2
-pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
-arch=('i686' 'x86_64')
-url='http://www.bitlbee.org/'
-license=('GPL')
-depends=('openssl' 'glib2' 'libotr')
-optdepends=('xinetd: to run bitlbee through xinetd')
-source=(http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz;
-   'xinetd'
-   'rc.d')
-sha1sums=('4140eb7aaa2c6a39fa059d19f8fbaec0d7a1ebff'
-  '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
-  'be09d29af3853825778331df451f16ca9e452d03')
-
-backup=('etc/bitlbee/bitlbee.conf' 'etc/bitlbee/motd.txt' 
'etc/xinetd.d/bitlbee')
-install=install
-
-build() { 
-   cd ${srcdir}/${pkgname}-${pkgver}
-   
-   ./configure --prefix=/usr \
-   --etcdir=/etc/bitlbee \
-   --pidfile=/var/run/bitlbee/bitlbee.pid \
-   --ipcsocket=/var/run/bitlbee/bitlbee.sock \
-   --systemdsystemunitdir=/lib/systemd/system \
-   --ssl=openssl \
-   --strip=0 \
-   --otr=1 \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   install -o65 -g65 -dm770 ${pkgdir}/var/lib/bitlbee
-   install -Dm644 ${srcdir}/xinetd ${pkgdir}/etc/xinetd.d/bitlbee
-   install -Dm755 ${srcdir}/rc.d ${pkgdir}/etc/rc.d/bitlbee
-
-   make DESTDIR=${pkgdir} install
-   make DESTDIR=${pkgdir} install-etc
-   make DESTDIR=${pkgdir} install-dev
-}

Copied: bitlbee/repos/extra-i686/PKGBUILD (from rev 136181, 
bitlbee/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-23 19:32:59 UTC (rev 136182)
@@ -0,0 +1,52 @@
+# $Id$
+# Contributor: FUBAR mrfu...@gmail.com
+# Contributor: simo s...@archlinux.org
+# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=bitlbee
+pkgver=3.0.3
+pkgrel=3
+pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
+arch=('i686' 'x86_64')
+url='http://www.bitlbee.org/'
+license=('GPL')
+depends=('gnutls' 'glib2' 'libotr')
+optdepends=('xinetd: to run bitlbee through xinetd')
+source=(http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz;
+   'xinetd'
+   'rc.d')
+sha1sums=('4140eb7aaa2c6a39fa059d19f8fbaec0d7a1ebff'
+  '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
+  'be09d29af3853825778331df451f16ca9e452d03')
+
+backup=('etc/bitlbee/bitlbee.conf' 'etc/bitlbee/motd.txt' 
'etc/xinetd.d/bitlbee')
+install=install
+
+build() { 
+   cd ${srcdir}/${pkgname}-${pkgver}
+   
+   ./configure --prefix=/usr \
+   --etcdir=/etc/bitlbee \
+   --pidfile=/var/run/bitlbee/bitlbee.pid \
+   --ipcsocket=/var/run/bitlbee/bitlbee.sock \
+   --systemdsystemunitdir=/lib/systemd/system \
+   --ssl=gnutls \
+   --strip=0 \
+   --otr=1 \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   install -o65 -g65 -dm770 ${pkgdir}/var/lib/bitlbee
+   install -Dm644 ${srcdir}/xinetd ${pkgdir}/etc/xinetd.d/bitlbee
+   install -Dm755 ${srcdir}/rc.d ${pkgdir}/etc/rc.d/bitlbee
+
+   make DESTDIR=${pkgdir} install
+   make DESTDIR=${pkgdir} install-etc
+   make DESTDIR=${pkgdir} install-dev
+}

Deleted: install
===
--- install 2011-08-23 19:32:36 UTC (rev 136181)
+++ install 2011-08-23 19:32:59 UTC (rev 136182)
@@ -1,14 +0,0 @@
-post_install() {

[arch-commits] Commit in bitlbee/repos (extra-i686)

2011-06-17 Thread Gaetan Bisson
Date: Friday, June 17, 2011 @ 07:09:50
  Author: bisson
Revision: 127642

archrelease: remove extra-i686

Deleted:
  bitlbee/repos/extra-i686/



[arch-commits] Commit in bitlbee/repos (extra-i686)

2011-06-17 Thread Gaetan Bisson
Date: Friday, June 17, 2011 @ 07:09:56
  Author: bisson
Revision: 127643

archrelease: copy trunk to extra-i686

Added:
  bitlbee/repos/extra-i686/



[arch-commits] Commit in bitlbee/repos (extra-i686)

2011-06-12 Thread Gaetan Bisson
Date: Sunday, June 12, 2011 @ 10:10:08
  Author: bisson
Revision: 127302

archrelease: remove extra-i686

Deleted:
  bitlbee/repos/extra-i686/



[arch-commits] Commit in bitlbee/repos (extra-i686)

2011-06-12 Thread Gaetan Bisson
Date: Sunday, June 12, 2011 @ 10:10:16
  Author: bisson
Revision: 127303

archrelease: copy trunk to extra-i686

Added:
  bitlbee/repos/extra-i686/



[arch-commits] Commit in bitlbee/repos (extra-i686)

2011-04-12 Thread Gaetan Bisson
Date: Tuesday, April 12, 2011 @ 02:10:03
  Author: bisson
Revision: 119553

archrelease: remove extra-i686

Deleted:
  bitlbee/repos/extra-i686/



[arch-commits] Commit in bitlbee/repos (extra-i686)

2011-04-12 Thread Gaetan Bisson
Date: Tuesday, April 12, 2011 @ 02:10:10
  Author: bisson
Revision: 119554

archrelease: copy trunk to extra-i686

Added:
  bitlbee/repos/extra-i686/



[arch-commits] Commit in bitlbee/repos (extra-i686)

2011-04-09 Thread Gaetan Bisson
Date: Saturday, April 9, 2011 @ 10:35:25
  Author: bisson
Revision: 118946

archrelease: remove extra-i686

Deleted:
  bitlbee/repos/extra-i686/



[arch-commits] Commit in bitlbee/repos (extra-i686)

2011-04-09 Thread Gaetan Bisson
Date: Saturday, April 9, 2011 @ 10:35:31
  Author: bisson
Revision: 118947

archrelease: copy trunk to extra-i686

Added:
  bitlbee/repos/extra-i686/



[arch-commits] Commit in bitlbee/repos (extra-i686)

2011-03-08 Thread Gaetan Bisson
Date: Tuesday, March 8, 2011 @ 06:01:25
  Author: bisson
Revision: 113246

archrelease: remove extra-i686

Deleted:
  bitlbee/repos/extra-i686/



[arch-commits] Commit in bitlbee/repos (extra-i686)

2011-03-08 Thread Gaetan Bisson
Date: Tuesday, March 8, 2011 @ 06:01:31
  Author: bisson
Revision: 113247

archrelease: copy trunk to extra-i686

Added:
  bitlbee/repos/extra-i686/



[arch-commits] Commit in bitlbee/repos (extra-i686)

2011-02-13 Thread Gaetan Bisson
Date: Sunday, February 13, 2011 @ 12:50:42
  Author: bisson
Revision: 109908

archrelease: remove extra-i686

Deleted:
  bitlbee/repos/extra-i686/



[arch-commits] Commit in bitlbee/repos (extra-i686)

2011-02-13 Thread Gaetan Bisson
Date: Sunday, February 13, 2011 @ 12:50:49
  Author: bisson
Revision: 109909

archrelease: copy trunk to extra-i686

Added:
  bitlbee/repos/extra-i686/



[arch-commits] Commit in bitlbee/repos (extra-i686)

2010-12-08 Thread Daniel Griffiths
Date: Wednesday, December 8, 2010 @ 11:56:24
  Author: dgriffiths
Revision: 102563

archrelease: remove extra-i686

Deleted:
  bitlbee/repos/extra-i686/



[arch-commits] Commit in bitlbee/repos (extra-i686)

2010-12-08 Thread Daniel Griffiths
Date: Wednesday, December 8, 2010 @ 11:56:39
  Author: dgriffiths
Revision: 102564

archrelease: copy trunk to extra-i686

Added:
  bitlbee/repos/extra-i686/



[arch-commits] Commit in bitlbee/repos (extra-i686)

2010-11-09 Thread Daniel Griffiths
Date: Wednesday, November 10, 2010 @ 01:39:21
  Author: dgriffiths
Revision: 98483

archrelease: remove extra-i686

Deleted:
  bitlbee/repos/extra-i686/



[arch-commits] Commit in bitlbee/repos (extra-i686)

2010-11-09 Thread Daniel Griffiths
Date: Wednesday, November 10, 2010 @ 01:39:36
  Author: dgriffiths
Revision: 98484

archrelease: copy trunk to extra-i686

Added:
  bitlbee/repos/extra-i686/



[arch-commits] Commit in bitlbee/repos (extra-i686)

2010-07-16 Thread Daniel Griffiths
Date: Saturday, July 17, 2010 @ 01:01:04
  Author: dgriffiths
Revision: 85648

archrelease: remove extra-i686

Deleted:
  bitlbee/repos/extra-i686/



[arch-commits] Commit in bitlbee/repos (extra-i686)

2010-07-16 Thread Daniel Griffiths
Date: Saturday, July 17, 2010 @ 01:01:17
  Author: dgriffiths
Revision: 85649

archrelease: copy trunk to extra-i686

Added:
  bitlbee/repos/extra-i686/



[arch-commits] Commit in bitlbee/repos (extra-i686)

2010-05-20 Thread Daniel Griffiths
Date: Thursday, May 20, 2010 @ 16:34:10
  Author: dgriffiths
Revision: 80697

archrelease: remove extra-i686

Deleted:
  bitlbee/repos/extra-i686/



[arch-commits] Commit in bitlbee/repos (extra-i686)

2010-05-20 Thread Daniel Griffiths
Date: Thursday, May 20, 2010 @ 16:34:17
  Author: dgriffiths
Revision: 80698

archrelease: copy trunk to extra-i686

Added:
  bitlbee/repos/extra-i686/



[arch-commits] Commit in bitlbee/repos (extra-i686)

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 04:07:34
  Author: andrea
Revision: 78558

archrelease: remove extra-i686

Deleted:
  bitlbee/repos/extra-i686/



[arch-commits] Commit in bitlbee/repos (extra-i686)

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 04:07:50
  Author: andrea
Revision: 78559

archrelease: copy trunk to extra-i686

Added:
  bitlbee/repos/extra-i686/



[arch-commits] Commit in bitlbee/repos (extra-i686)

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 15:46:03
  Author: andrea
Revision: 78577

archrelease: remove extra-i686

Deleted:
  bitlbee/repos/extra-i686/



[arch-commits] Commit in bitlbee/repos (extra-i686)

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 15:46:20
  Author: andrea
Revision: 78578

archrelease: copy trunk to extra-i686

Added:
  bitlbee/repos/extra-i686/



[arch-commits] Commit in bitlbee/repos (extra-i686)

2010-03-31 Thread Giovanni Scafora
Date: Wednesday, March 31, 2010 @ 08:15:06
  Author: giovanni
Revision: 74515

archrelease: remove extra-i686

Deleted:
  bitlbee/repos/extra-i686/



[arch-commits] Commit in bitlbee/repos (extra-i686)

2010-03-31 Thread Giovanni Scafora
Date: Wednesday, March 31, 2010 @ 08:15:25
  Author: giovanni
Revision: 74516

archrelease: copy trunk to extra-i686

Added:
  bitlbee/repos/extra-i686/