Date: Monday, May 21, 2018 @ 20:21:22
  Author: shibumi
Revision: 326620

archrelease: copy trunk to community-x86_64

Added:
  iwd/repos/community-x86_64/PKGBUILD
    (from rev 326619, iwd/trunk/PKGBUILD)
  iwd/repos/community-x86_64/[email protected]
    (from rev 326619, iwd/trunk/[email protected])
Deleted:
  iwd/repos/community-x86_64/PKGBUILD
  iwd/repos/community-x86_64/[email protected]

--------------+
 PKGBUILD     |   69 ++++++++++++++++++++++++++++-----------------------------
 [email protected] |   24 +++++++++----------
 2 files changed, 46 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-05-21 20:19:31 UTC (rev 326619)
+++ PKGBUILD    2018-05-21 20:21:22 UTC (rev 326620)
@@ -1,35 +0,0 @@
-# Maintainer: Christian Rebischke <[email protected]>
-
-pkgname=iwd
-pkgver=0.2
-pkgrel=2
-pkgdesc='Internet Wireless Daemon'
-arch=('x86_64')
-url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
-license=('LGPL')
-depends=('glibc')
-source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign}
-                               '[email protected]')
-sha512sums=('f4d038ad9aaef51c352be1bb638d4495be888ed3c6b63c5d321be4d4f1ed17eb01f311872ce70fa2a56c37355a7151163426b5e483df5aec8ade2ac72ac1b3a8'
-            'SKIP'
-                                               'SKIP')
-validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-       ./configure --prefix=/usr \
-       --sysconfdir=/etc \
-       --libexecdir=/usr/lib/iwd \
-       --localstatedir=/var \
-       --disable-optimization --enable-debug
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make install DESTDIR="${pkgdir}"
-       rm "${pkgdir}/usr/lib/systemd/system/iwd.service"
-       install -Dm644 "${srcdir}/[email protected]" 
"${pkgdir}/usr/lib/systemd/system/[email protected]"
-}
-
-# vim: set ts=2 sw=2 ft=sh noet:

Copied: iwd/repos/community-x86_64/PKGBUILD (from rev 326619, 
iwd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-05-21 20:21:22 UTC (rev 326620)
@@ -0,0 +1,34 @@
+# Maintainer: Christian Rebischke <[email protected]>
+
+pkgname=iwd
+pkgver=0.2
+pkgrel=2
+pkgdesc='Internet Wireless Daemon'
+arch=('x86_64')
+url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
+license=('LGPL')
+depends=('glibc')
+source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign}
+                               '[email protected]')
+sha512sums=('f4d038ad9aaef51c352be1bb638d4495be888ed3c6b63c5d321be4d4f1ed17eb01f311872ce70fa2a56c37355a7151163426b5e483df5aec8ade2ac72ac1b3a8'
+            'SKIP'
+                                               'SKIP')
+validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+       ./configure --prefix=/usr \
+       --sysconfdir=/etc \
+       --libexecdir=/usr/lib/iwd \
+       --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+       rm "${pkgdir}/usr/lib/systemd/system/iwd.service"
+       install -Dm644 "${srcdir}/[email protected]" 
"${pkgdir}/usr/lib/systemd/system/[email protected]"
+}
+
+# vim: set ts=2 sw=2 ft=sh noet:

Deleted: [email protected]
===================================================================
--- [email protected]        2018-05-21 20:19:31 UTC (rev 326619)
+++ [email protected]        2018-05-21 20:21:22 UTC (rev 326620)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Internet Wireless Daemon (IWD)
-Requires=sys-subsystem-net-devices-%i.device
-After=sys-subsystem-net-devices-%i.device
-Before=network.target
-Wants=network.target
-
-[Service]
-ExecStart=/usr/lib/iwd/iwd -i %I
-
-[Install]
-Alias=multi-user.target.wants/iwd@%i.service

Copied: iwd/repos/community-x86_64/[email protected] (from rev 326619, 
iwd/trunk/[email protected])
===================================================================
--- [email protected]                                (rev 0)
+++ [email protected]        2018-05-21 20:21:22 UTC (rev 326620)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Internet Wireless Daemon (IWD)
+Requires=sys-subsystem-net-devices-%i.device
+After=sys-subsystem-net-devices-%i.device
+Before=network.target
+Wants=network.target
+
+[Service]
+ExecStart=/usr/lib/iwd/iwd -i %I
+
+[Install]
+Alias=multi-user.target.wants/iwd@%i.service

Reply via email to