[arch-commits] Commit in bitlbee/repos/community-x86_64 (6 files)

Daniel M. Capella polyzen at archlinux.org
Sat Feb 9 22:32:07 UTC 2019


    Date: Saturday, February 9, 2019 @ 22:32:06
  Author: polyzen
Revision: 431040

archrelease: copy trunk to community-x86_64

Added:
  bitlbee/repos/community-x86_64/PKGBUILD
    (from rev 431039, bitlbee/trunk/PKGBUILD)
  bitlbee/repos/community-x86_64/bitlbee.sysusers.conf
    (from rev 431039, bitlbee/trunk/bitlbee.sysusers.conf)
  bitlbee/repos/community-x86_64/bitlbee.tmpfiles
    (from rev 431039, bitlbee/trunk/bitlbee.tmpfiles)
Deleted:
  bitlbee/repos/community-x86_64/PKGBUILD
  bitlbee/repos/community-x86_64/bitlbee.install
  bitlbee/repos/community-x86_64/bitlbee.tmpfiles

-----------------------+
 PKGBUILD              |   98 ++++++++++++++++++++++++------------------------
 bitlbee.install       |   12 -----
 bitlbee.sysusers.conf |    1 
 bitlbee.tmpfiles      |    2 
 4 files changed, 52 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-09 22:29:36 UTC (rev 431039)
+++ PKGBUILD	2019-02-09 22:32:06 UTC (rev 431040)
@@ -1,48 +0,0 @@
-# Maintainer: Dave Reisner <dreisner at archlinux.org>
-# Contributor: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Jeff 'codemac' Mickey <jeff at archlinux.org>
-# Contributor: simo <simo at archlinux.org>
-# Contributor: FUBAR <mrfubar at gmail.com>
-
-pkgname=bitlbee
-pkgver=3.5.1
-pkgrel=4
-pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC'
-url='http://www.bitlbee.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('gnutls' 'glib2')
-makedepends=('python' 'libotr')
-optdepends=('libotr: for OTR encryption support')
-source=("https://get.bitlbee.org/src/$pkgname-$pkgver.tar.gz"
-        'bitlbee.tmpfiles')
-sha1sums=('de0767facdb7729253ae4d6ef6e3637ebd54939a'
-          '3695ed2fe22436c4d0fc3ead829f7d1f89bc491c')
-backup=('etc/bitlbee/bitlbee.conf'
-        'etc/bitlbee/motd.txt')
-install=bitlbee.install
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
-    --prefix=/usr \
-    --etcdir=/etc/bitlbee \
-    --sbindir=/usr/bin \
-    --pidfile=/run/bitlbee/bitlbee.pid \
-    --ipcsocket=/run/bitlbee/bitlbee.sock \
-    --systemdsystemunitdir=/usr/lib/systemd/system \
-    --ssl=gnutls \
-    --strip=0 \
-    --otr=plugin
-
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install{,-etc,-dev,-systemd}
-
-  install -o65 -g65 -dm770 "$pkgdir/var/lib/bitlbee"
-  install -Dm644 "$srcdir/bitlbee.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/bitlbee.conf"
-}

Copied: bitlbee/repos/community-x86_64/PKGBUILD (from rev 431039, bitlbee/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-09 22:32:06 UTC (rev 431040)
@@ -0,0 +1,50 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: Dave Reisner <dreisner at archlinux.org>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Jeff 'codemac' Mickey <jeff at archlinux.org>
+# Contributor: simo <simo at archlinux.org>
+# Contributor: FUBAR <mrfubar at gmail.com>
+
+pkgname=bitlbee
+pkgver=3.6
+pkgrel=1
+pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC'
+url=https://www.bitlbee.org/
+license=('GPL')
+arch=('x86_64')
+depends=('glib2' 'gnutls')
+makedepends=('libotr' 'python')
+optdepends=('libotr: for OTR encryption support')
+source=("https://get.bitlbee.org/src/$pkgname-$pkgver.tar.gz"
+        'bitlbee.sysusers.conf'
+        'bitlbee.tmpfiles')
+sha512sums=('ccbf0f23e228de2de147241f36f59744b2256cba958e2fabfba0cfa60935e55bbb7d7e20fffa54da9a345e55ffa9ca82cb62e9b99dc738ba35c6e268c6561a8d'
+            '0a0a0af34144b500fdb4c944e56baf9387e0031a028b80888bfcbde40c3c4e542b4f5079b2ac4890078757cc1dcdcd40dd27ee56b73af7a8df5751308a00ac80'
+            'b073dad94e33e1599d114e2c5bbdd4950119006dac7507ad5646b73c20a471709aa8acc7b92284267c0503a6fb614462bb0a34ae38df9580b8dcea18e4c5b76e')
+backup=('etc/bitlbee/bitlbee.conf'
+        'etc/bitlbee/motd.txt')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+    --prefix=/usr \
+    --etcdir=/etc/bitlbee \
+    --sbindir=/usr/bin \
+    --pidfile=/run/bitlbee/bitlbee.pid \
+    --ipcsocket=/run/bitlbee/bitlbee.sock \
+    --systemdsystemunitdir=/usr/lib/systemd/system \
+    --ssl=gnutls \
+    --otr=plugin
+
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install{,-etc,-dev,-systemd}
+
+  install -o65 -g65 -dm770 "$pkgdir"/var/lib/bitlbee
+  install -Dm644 bitlbee.sysusers.conf "$pkgdir"/usr/lib/sysusers.d/bitlbee.conf
+  install -Dm644 bitlbee.tmpfiles "$pkgdir"/usr/lib/tmpfiles.d/bitlbee.conf
+}

Deleted: bitlbee.install
===================================================================
--- bitlbee.install	2019-02-09 22:29:36 UTC (rev 431039)
+++ bitlbee.install	2019-02-09 22:32:06 UTC (rev 431040)
@@ -1,12 +0,0 @@
-post_install() {
-  if ! getent group bitlbee &>/dev/null; then
-    groupadd -r -g 65 bitlbee >/dev/null
-  fi
-  if ! getent passwd bitlbee &>/dev/null; then
-    useradd -r -u 65 -g bitlbee -d /var/lib/bitlbee -s /bin/false -c bitlbee bitlbee >/dev/null
-  fi
-}
-
-post_upgrade() {
-  post_install
-}

Copied: bitlbee/repos/community-x86_64/bitlbee.sysusers.conf (from rev 431039, bitlbee/trunk/bitlbee.sysusers.conf)
===================================================================
--- bitlbee.sysusers.conf	                        (rev 0)
+++ bitlbee.sysusers.conf	2019-02-09 22:32:06 UTC (rev 431040)
@@ -0,0 +1 @@
+u bitlbee 65 "BitlBee user" /var/lib/bitlbee

Deleted: bitlbee.tmpfiles
===================================================================
--- bitlbee.tmpfiles	2019-02-09 22:29:36 UTC (rev 431039)
+++ bitlbee.tmpfiles	2019-02-09 22:32:06 UTC (rev 431040)
@@ -1 +0,0 @@
-d /run/bitlbee 0755 bitlbee bitlbee - -

Copied: bitlbee/repos/community-x86_64/bitlbee.tmpfiles (from rev 431039, bitlbee/trunk/bitlbee.tmpfiles)
===================================================================
--- bitlbee.tmpfiles	                        (rev 0)
+++ bitlbee.tmpfiles	2019-02-09 22:32:06 UTC (rev 431040)
@@ -0,0 +1 @@
+d /run/bitlbee 0755 bitlbee bitlbee -



More information about the arch-commits mailing list