[arch-commits] Commit in mosquitto/repos (12 files)
Jelle van der Waa
jelle at archlinux.org
Sat Oct 21 15:25:03 UTC 2017
Date: Saturday, October 21, 2017 @ 15:25:02
Author: jelle
Revision: 263848
archrelease: copy trunk to community-i686, community-x86_64
Added:
mosquitto/repos/community-i686/PKGBUILD
(from rev 263847, mosquitto/trunk/PKGBUILD)
mosquitto/repos/community-i686/mosquitto.service
(from rev 263847, mosquitto/trunk/mosquitto.service)
mosquitto/repos/community-i686/sysusers_mosquitto.conf
(from rev 263847, mosquitto/trunk/sysusers_mosquitto.conf)
mosquitto/repos/community-x86_64/PKGBUILD
(from rev 263847, mosquitto/trunk/PKGBUILD)
mosquitto/repos/community-x86_64/mosquitto.service
(from rev 263847, mosquitto/trunk/mosquitto.service)
mosquitto/repos/community-x86_64/sysusers_mosquitto.conf
(from rev 263847, mosquitto/trunk/sysusers_mosquitto.conf)
Deleted:
mosquitto/repos/community-i686/PKGBUILD
mosquitto/repos/community-i686/mosquitto.service
mosquitto/repos/community-i686/sysusers_mosquitto.conf
mosquitto/repos/community-x86_64/PKGBUILD
mosquitto/repos/community-x86_64/mosquitto.service
mosquitto/repos/community-x86_64/sysusers_mosquitto.conf
------------------------------------------+
/PKGBUILD | 82 +++++++++++++++++++++++++++++
/mosquitto.service | 24 ++++++++
/sysusers_mosquitto.conf | 2
community-i686/PKGBUILD | 41 --------------
community-i686/mosquitto.service | 12 ----
community-i686/sysusers_mosquitto.conf | 1
community-x86_64/PKGBUILD | 41 --------------
community-x86_64/mosquitto.service | 12 ----
community-x86_64/sysusers_mosquitto.conf | 1
9 files changed, 108 insertions(+), 108 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-10-21 15:24:02 UTC (rev 263847)
+++ community-i686/PKGBUILD 2017-10-21 15:25:02 UTC (rev 263848)
@@ -1,41 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: Radek Podgorny <radek at podgorny.cz>
-# Contributor: Dan Anderson <dan-anderson at cox dptnet>
-
-pkgname=mosquitto
-pkgver=1.4.14
-pkgrel=2
-pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
-arch=('i686' 'x86_64')
-url="http://mosquitto.org/"
-depends=('openssl' 'c-ares' 'libwebsockets')
-makedepends=('docbook-xsl' 'c-ares')
-license=('BSD')
-source=(https://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} "$pkgname.service" "sysusers_mosquitto.conf")
-backup=("etc/$pkgname/$pkgname.conf")
-sha256sums=('156b1fa731d12baad4b8b22f7b6a8af50ba881fc711b81e9919ec103cf2942d1'
- 'SKIP'
- '3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
- '7ba9ae9e3219e24c1585760f39fab5632ded52172cd8193cc4adbd8af46c5197')
-validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
-
-build() {
- cd "$pkgname-$pkgver"
- # FIX upstream by making SBINDIR=foo or use CMAKE
- sed -i 's|/sbin|/bin|g' src/Makefile
- make WITH_WEBSOCKETS=yes
-}
-
-package() {
- cd "$pkgname-$pkgver"
-
- make prefix=/usr DESTDIR="$pkgdir/" install
-
- # Shipped in git.
- install -Dm644 "$srcdir/$pkgname.service" "$pkgdir/usr/lib/systemd/system/$pkgname.service"
- install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
- mv "$pkgdir/etc/$pkgname/$pkgname.conf.example" "$pkgdir/etc/$pkgname/$pkgname.conf"
-
- install -D -m644 "${srcdir}"/sysusers_mosquitto.conf "${pkgdir}"/usr/lib/sysusers.d/mosquitto.conf
-}
Copied: mosquitto/repos/community-i686/PKGBUILD (from rev 263847, mosquitto/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-21 15:25:02 UTC (rev 263848)
@@ -0,0 +1,41 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Radek Podgorny <radek at podgorny.cz>
+# Contributor: Dan Anderson <dan-anderson at cox dptnet>
+
+pkgname=mosquitto
+pkgver=1.4.14
+pkgrel=2
+pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
+arch=('i686' 'x86_64')
+url="http://mosquitto.org/"
+depends=('openssl' 'c-ares' 'libwebsockets')
+makedepends=('docbook-xsl' 'c-ares')
+license=('BSD')
+source=(https://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} "$pkgname.service" "sysusers_mosquitto.conf")
+backup=("etc/$pkgname/$pkgname.conf")
+sha256sums=('156b1fa731d12baad4b8b22f7b6a8af50ba881fc711b81e9919ec103cf2942d1'
+ 'SKIP'
+ '3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
+ '7ba9ae9e3219e24c1585760f39fab5632ded52172cd8193cc4adbd8af46c5197')
+validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
+
+build() {
+ cd "$pkgname-$pkgver"
+ # FIX upstream by making SBINDIR=foo or use CMAKE
+ sed -i 's|/sbin|/bin|g' src/Makefile
+ make WITH_WEBSOCKETS=yes
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+
+ make prefix=/usr DESTDIR="$pkgdir/" install
+
+ # Shipped in git.
+ install -Dm644 "$srcdir/$pkgname.service" "$pkgdir/usr/lib/systemd/system/$pkgname.service"
+ install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+ mv "$pkgdir/etc/$pkgname/$pkgname.conf.example" "$pkgdir/etc/$pkgname/$pkgname.conf"
+
+ install -D -m644 "${srcdir}"/sysusers_mosquitto.conf "${pkgdir}"/usr/lib/sysusers.d/mosquitto.conf
+}
Deleted: community-i686/mosquitto.service
===================================================================
--- community-i686/mosquitto.service 2017-10-21 15:24:02 UTC (rev 263847)
+++ community-i686/mosquitto.service 2017-10-21 15:25:02 UTC (rev 263848)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Mosquitto MQTT Broker daemon
-Requires=network.target
-
-[Service]
-ExecStart=/usr/bin/mosquitto -c /etc/mosquitto/mosquitto.conf
-ExecReload=/bin/kill -HUP $MAINPID
-Restart=on-failure
-
-[Install]
-WantedBy=multi-user.target
-
Copied: mosquitto/repos/community-i686/mosquitto.service (from rev 263847, mosquitto/trunk/mosquitto.service)
===================================================================
--- community-i686/mosquitto.service (rev 0)
+++ community-i686/mosquitto.service 2017-10-21 15:25:02 UTC (rev 263848)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Mosquitto MQTT Broker daemon
+Requires=network.target
+
+[Service]
+ExecStart=/usr/bin/mosquitto -c /etc/mosquitto/mosquitto.conf
+ExecReload=/bin/kill -HUP $MAINPID
+Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target
+
Deleted: community-i686/sysusers_mosquitto.conf
===================================================================
--- community-i686/sysusers_mosquitto.conf 2017-10-21 15:24:02 UTC (rev 263847)
+++ community-i686/sysusers_mosquitto.conf 2017-10-21 15:25:02 UTC (rev 263848)
@@ -1 +0,0 @@
-u mosquitto - "Mosquitto MQTT Broker" /var/empty
Copied: mosquitto/repos/community-i686/sysusers_mosquitto.conf (from rev 263847, mosquitto/trunk/sysusers_mosquitto.conf)
===================================================================
--- community-i686/sysusers_mosquitto.conf (rev 0)
+++ community-i686/sysusers_mosquitto.conf 2017-10-21 15:25:02 UTC (rev 263848)
@@ -0,0 +1 @@
+u mosquitto - "Mosquitto MQTT Broker" /var/empty
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-10-21 15:24:02 UTC (rev 263847)
+++ community-x86_64/PKGBUILD 2017-10-21 15:25:02 UTC (rev 263848)
@@ -1,41 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: Radek Podgorny <radek at podgorny.cz>
-# Contributor: Dan Anderson <dan-anderson at cox dptnet>
-
-pkgname=mosquitto
-pkgver=1.4.14
-pkgrel=2
-pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
-arch=('i686' 'x86_64')
-url="http://mosquitto.org/"
-depends=('openssl' 'c-ares' 'libwebsockets')
-makedepends=('docbook-xsl' 'c-ares')
-license=('BSD')
-source=(https://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} "$pkgname.service" "sysusers_mosquitto.conf")
-backup=("etc/$pkgname/$pkgname.conf")
-sha256sums=('156b1fa731d12baad4b8b22f7b6a8af50ba881fc711b81e9919ec103cf2942d1'
- 'SKIP'
- '3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
- '7ba9ae9e3219e24c1585760f39fab5632ded52172cd8193cc4adbd8af46c5197')
-validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
-
-build() {
- cd "$pkgname-$pkgver"
- # FIX upstream by making SBINDIR=foo or use CMAKE
- sed -i 's|/sbin|/bin|g' src/Makefile
- make WITH_WEBSOCKETS=yes
-}
-
-package() {
- cd "$pkgname-$pkgver"
-
- make prefix=/usr DESTDIR="$pkgdir/" install
-
- # Shipped in git.
- install -Dm644 "$srcdir/$pkgname.service" "$pkgdir/usr/lib/systemd/system/$pkgname.service"
- install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
- mv "$pkgdir/etc/$pkgname/$pkgname.conf.example" "$pkgdir/etc/$pkgname/$pkgname.conf"
-
- install -D -m644 "${srcdir}"/sysusers_mosquitto.conf "${pkgdir}"/usr/lib/sysusers.d/mosquitto.conf
-}
Copied: mosquitto/repos/community-x86_64/PKGBUILD (from rev 263847, mosquitto/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-10-21 15:25:02 UTC (rev 263848)
@@ -0,0 +1,41 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Radek Podgorny <radek at podgorny.cz>
+# Contributor: Dan Anderson <dan-anderson at cox dptnet>
+
+pkgname=mosquitto
+pkgver=1.4.14
+pkgrel=2
+pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
+arch=('i686' 'x86_64')
+url="http://mosquitto.org/"
+depends=('openssl' 'c-ares' 'libwebsockets')
+makedepends=('docbook-xsl' 'c-ares')
+license=('BSD')
+source=(https://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} "$pkgname.service" "sysusers_mosquitto.conf")
+backup=("etc/$pkgname/$pkgname.conf")
+sha256sums=('156b1fa731d12baad4b8b22f7b6a8af50ba881fc711b81e9919ec103cf2942d1'
+ 'SKIP'
+ '3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
+ '7ba9ae9e3219e24c1585760f39fab5632ded52172cd8193cc4adbd8af46c5197')
+validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
+
+build() {
+ cd "$pkgname-$pkgver"
+ # FIX upstream by making SBINDIR=foo or use CMAKE
+ sed -i 's|/sbin|/bin|g' src/Makefile
+ make WITH_WEBSOCKETS=yes
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+
+ make prefix=/usr DESTDIR="$pkgdir/" install
+
+ # Shipped in git.
+ install -Dm644 "$srcdir/$pkgname.service" "$pkgdir/usr/lib/systemd/system/$pkgname.service"
+ install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+ mv "$pkgdir/etc/$pkgname/$pkgname.conf.example" "$pkgdir/etc/$pkgname/$pkgname.conf"
+
+ install -D -m644 "${srcdir}"/sysusers_mosquitto.conf "${pkgdir}"/usr/lib/sysusers.d/mosquitto.conf
+}
Deleted: community-x86_64/mosquitto.service
===================================================================
--- community-x86_64/mosquitto.service 2017-10-21 15:24:02 UTC (rev 263847)
+++ community-x86_64/mosquitto.service 2017-10-21 15:25:02 UTC (rev 263848)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Mosquitto MQTT Broker daemon
-Requires=network.target
-
-[Service]
-ExecStart=/usr/bin/mosquitto -c /etc/mosquitto/mosquitto.conf
-ExecReload=/bin/kill -HUP $MAINPID
-Restart=on-failure
-
-[Install]
-WantedBy=multi-user.target
-
Copied: mosquitto/repos/community-x86_64/mosquitto.service (from rev 263847, mosquitto/trunk/mosquitto.service)
===================================================================
--- community-x86_64/mosquitto.service (rev 0)
+++ community-x86_64/mosquitto.service 2017-10-21 15:25:02 UTC (rev 263848)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Mosquitto MQTT Broker daemon
+Requires=network.target
+
+[Service]
+ExecStart=/usr/bin/mosquitto -c /etc/mosquitto/mosquitto.conf
+ExecReload=/bin/kill -HUP $MAINPID
+Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target
+
Deleted: community-x86_64/sysusers_mosquitto.conf
===================================================================
--- community-x86_64/sysusers_mosquitto.conf 2017-10-21 15:24:02 UTC (rev 263847)
+++ community-x86_64/sysusers_mosquitto.conf 2017-10-21 15:25:02 UTC (rev 263848)
@@ -1 +0,0 @@
-u mosquitto - "Mosquitto MQTT Broker" /var/empty
Copied: mosquitto/repos/community-x86_64/sysusers_mosquitto.conf (from rev 263847, mosquitto/trunk/sysusers_mosquitto.conf)
===================================================================
--- community-x86_64/sysusers_mosquitto.conf (rev 0)
+++ community-x86_64/sysusers_mosquitto.conf 2017-10-21 15:25:02 UTC (rev 263848)
@@ -0,0 +1 @@
+u mosquitto - "Mosquitto MQTT Broker" /var/empty
More information about the arch-commits
mailing list