[arch-commits] Commit in darkhttpd/repos (12 files)

Sergej Pupykin spupykin at archlinux.org
Tue Mar 7 15:26:05 UTC 2017


    Date: Tuesday, March 7, 2017 @ 15:26:05
  Author: spupykin
Revision: 215247

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

Added:
  darkhttpd/repos/community-i686/PKGBUILD
    (from rev 215246, darkhttpd/trunk/PKGBUILD)
  darkhttpd/repos/community-i686/darkhttpd.service
    (from rev 215246, darkhttpd/trunk/darkhttpd.service)
  darkhttpd/repos/community-i686/darkhttpd at .service
    (from rev 215246, darkhttpd/trunk/darkhttpd at .service)
  darkhttpd/repos/community-x86_64/PKGBUILD
    (from rev 215246, darkhttpd/trunk/PKGBUILD)
  darkhttpd/repos/community-x86_64/darkhttpd.service
    (from rev 215246, darkhttpd/trunk/darkhttpd.service)
  darkhttpd/repos/community-x86_64/darkhttpd at .service
    (from rev 215246, darkhttpd/trunk/darkhttpd at .service)
Deleted:
  darkhttpd/repos/community-i686/PKGBUILD
  darkhttpd/repos/community-i686/darkhttpd.service
  darkhttpd/repos/community-i686/darkhttpd at .service
  darkhttpd/repos/community-x86_64/PKGBUILD
  darkhttpd/repos/community-x86_64/darkhttpd.service
  darkhttpd/repos/community-x86_64/darkhttpd at .service

-------------------------------------+
 /PKGBUILD                           |   80 ++++++++++++++++++++++++++++++++++
 /darkhttpd.service                  |   20 ++++++++
 /darkhttpd at .service                 |   20 ++++++++
 community-i686/PKGBUILD             |   40 -----------------
 community-i686/darkhttpd.service    |    9 ---
 community-i686/darkhttpd at .service   |    9 ---
 community-x86_64/PKGBUILD           |   40 -----------------
 community-x86_64/darkhttpd.service  |    9 ---
 community-x86_64/darkhttpd at .service |    9 ---
 9 files changed, 120 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-03-07 15:25:44 UTC (rev 215246)
+++ community-i686/PKGBUILD	2017-03-07 15:26:05 UTC (rev 215247)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-
-pkgname=darkhttpd
-pkgver=1.12
-pkgrel=2
-pkgdesc="A small and secure static webserver"
-arch=('i686' 'x86_64')
-url="http://dmr.ath.cx/net/darkhttpd/"
-license=('BSD')
-depends=()
-backup=('etc/conf.d/mimetypes')
-source=("$url/$pkgname-$pkgver.tar.bz2"
-        'darkhttpd.service'
-        'darkhttpd at .service')
-sha256sums=('a50417b622b32b5f421b3132cb94ebeff04f02c5fb87fba2e31147d23de50505'
-            '0839e355e84911f764077d3d6f7163ba51d39f5bfccd12b22b22d536ac4bf166'
-            '50eedeebc14b0cf1f2885bdeabe2a55206996d026637ed6656513254d545027f')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # install darkhttpd
-  install -Dm755 "$srcdir/$pkgname-$pkgver/darkhttpd" "$pkgdir/usr/bin/darkhttpd"
-
-  # install systemd files
-  install -Dm644 "$srcdir/darkhttpd.service" "$pkgdir/usr/lib/systemd/system/darkhttpd.service"
-  install -Dm644 "$srcdir/darkhttpd at .service" "$pkgdir/usr/lib/systemd/system/darkhttpd at .service"
-  install -dm0755 "$pkgdir"/etc/conf.d/
-  touch "$pkgdir"/etc/conf.d/mimetypes
-
-  # install license
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  head -n 18 darkhttpd.c > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: darkhttpd/repos/community-i686/PKGBUILD (from rev 215246, darkhttpd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-03-07 15:26:05 UTC (rev 215247)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+
+pkgname=darkhttpd
+pkgver=1.12
+pkgrel=3
+pkgdesc="A small and secure static webserver"
+arch=('i686' 'x86_64')
+url="http://dmr.ath.cx/net/darkhttpd/"
+license=('BSD')
+depends=()
+backup=('etc/conf.d/mimetypes')
+source=("$url/$pkgname-$pkgver.tar.bz2"
+        'darkhttpd.service'
+        'darkhttpd at .service')
+sha256sums=('a50417b622b32b5f421b3132cb94ebeff04f02c5fb87fba2e31147d23de50505'
+            'c8168205f933f5d38b1b790db40f9173670b9cfc85b84dcad397ddf326cb791c'
+            'f17058480ffc1df0a3ada78c2e574d084d57e49c1e43cdf1a95bbd2d57dcf26e')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # install darkhttpd
+  install -Dm755 "$srcdir/$pkgname-$pkgver/darkhttpd" "$pkgdir/usr/bin/darkhttpd"
+
+  # install systemd files
+  install -Dm644 "$srcdir/darkhttpd.service" "$pkgdir/usr/lib/systemd/system/darkhttpd.service"
+  install -Dm644 "$srcdir/darkhttpd at .service" "$pkgdir/usr/lib/systemd/system/darkhttpd at .service"
+  install -dm0755 "$pkgdir"/etc/conf.d/
+  touch "$pkgdir"/etc/conf.d/mimetypes
+
+  # install license
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  head -n 18 darkhttpd.c > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-i686/darkhttpd.service
===================================================================
--- community-i686/darkhttpd.service	2017-03-07 15:25:44 UTC (rev 215246)
+++ community-i686/darkhttpd.service	2017-03-07 15:26:05 UTC (rev 215247)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Darkhttpd Webserver
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/darkhttpd /srv/http --uid http --gid http --chroot --no-listing --mimetypes /etc/conf.d/mimetypes
-
-[Install]
-WantedBy=multi-user.target

Copied: darkhttpd/repos/community-i686/darkhttpd.service (from rev 215246, darkhttpd/trunk/darkhttpd.service)
===================================================================
--- community-i686/darkhttpd.service	                        (rev 0)
+++ community-i686/darkhttpd.service	2017-03-07 15:26:05 UTC (rev 215247)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Darkhttpd Webserver
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/darkhttpd /srv/http --uid http --gid http --chroot --no-listing --mimetypes /etc/conf.d/mimetypes
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-i686/darkhttpd at .service
===================================================================
--- community-i686/darkhttpd at .service	2017-03-07 15:25:44 UTC (rev 215246)
+++ community-i686/darkhttpd at .service	2017-03-07 15:26:05 UTC (rev 215247)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Darkhttpd Webserver
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/darkhttpd /srv/http --uid http --gid http --chroot --no-listing --mimetypes /etc/conf.d/mimetypes --addr %i
-
-[Install]
-WantedBy=multi-user.target

Copied: darkhttpd/repos/community-i686/darkhttpd at .service (from rev 215246, darkhttpd/trunk/darkhttpd at .service)
===================================================================
--- community-i686/darkhttpd at .service	                        (rev 0)
+++ community-i686/darkhttpd at .service	2017-03-07 15:26:05 UTC (rev 215247)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Darkhttpd Webserver
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/darkhttpd /srv/http --uid http --gid http --chroot --no-listing --mimetypes /etc/conf.d/mimetypes --addr %i
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-03-07 15:25:44 UTC (rev 215246)
+++ community-x86_64/PKGBUILD	2017-03-07 15:26:05 UTC (rev 215247)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-
-pkgname=darkhttpd
-pkgver=1.12
-pkgrel=2
-pkgdesc="A small and secure static webserver"
-arch=('i686' 'x86_64')
-url="http://dmr.ath.cx/net/darkhttpd/"
-license=('BSD')
-depends=()
-backup=('etc/conf.d/mimetypes')
-source=("$url/$pkgname-$pkgver.tar.bz2"
-        'darkhttpd.service'
-        'darkhttpd at .service')
-sha256sums=('a50417b622b32b5f421b3132cb94ebeff04f02c5fb87fba2e31147d23de50505'
-            '0839e355e84911f764077d3d6f7163ba51d39f5bfccd12b22b22d536ac4bf166'
-            '50eedeebc14b0cf1f2885bdeabe2a55206996d026637ed6656513254d545027f')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # install darkhttpd
-  install -Dm755 "$srcdir/$pkgname-$pkgver/darkhttpd" "$pkgdir/usr/bin/darkhttpd"
-
-  # install systemd files
-  install -Dm644 "$srcdir/darkhttpd.service" "$pkgdir/usr/lib/systemd/system/darkhttpd.service"
-  install -Dm644 "$srcdir/darkhttpd at .service" "$pkgdir/usr/lib/systemd/system/darkhttpd at .service"
-  install -dm0755 "$pkgdir"/etc/conf.d/
-  touch "$pkgdir"/etc/conf.d/mimetypes
-
-  # install license
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  head -n 18 darkhttpd.c > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: darkhttpd/repos/community-x86_64/PKGBUILD (from rev 215246, darkhttpd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-03-07 15:26:05 UTC (rev 215247)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+
+pkgname=darkhttpd
+pkgver=1.12
+pkgrel=3
+pkgdesc="A small and secure static webserver"
+arch=('i686' 'x86_64')
+url="http://dmr.ath.cx/net/darkhttpd/"
+license=('BSD')
+depends=()
+backup=('etc/conf.d/mimetypes')
+source=("$url/$pkgname-$pkgver.tar.bz2"
+        'darkhttpd.service'
+        'darkhttpd at .service')
+sha256sums=('a50417b622b32b5f421b3132cb94ebeff04f02c5fb87fba2e31147d23de50505'
+            'c8168205f933f5d38b1b790db40f9173670b9cfc85b84dcad397ddf326cb791c'
+            'f17058480ffc1df0a3ada78c2e574d084d57e49c1e43cdf1a95bbd2d57dcf26e')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # install darkhttpd
+  install -Dm755 "$srcdir/$pkgname-$pkgver/darkhttpd" "$pkgdir/usr/bin/darkhttpd"
+
+  # install systemd files
+  install -Dm644 "$srcdir/darkhttpd.service" "$pkgdir/usr/lib/systemd/system/darkhttpd.service"
+  install -Dm644 "$srcdir/darkhttpd at .service" "$pkgdir/usr/lib/systemd/system/darkhttpd at .service"
+  install -dm0755 "$pkgdir"/etc/conf.d/
+  touch "$pkgdir"/etc/conf.d/mimetypes
+
+  # install license
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  head -n 18 darkhttpd.c > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/darkhttpd.service
===================================================================
--- community-x86_64/darkhttpd.service	2017-03-07 15:25:44 UTC (rev 215246)
+++ community-x86_64/darkhttpd.service	2017-03-07 15:26:05 UTC (rev 215247)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Darkhttpd Webserver
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/darkhttpd /srv/http --uid http --gid http --chroot --no-listing --mimetypes /etc/conf.d/mimetypes
-
-[Install]
-WantedBy=multi-user.target

Copied: darkhttpd/repos/community-x86_64/darkhttpd.service (from rev 215246, darkhttpd/trunk/darkhttpd.service)
===================================================================
--- community-x86_64/darkhttpd.service	                        (rev 0)
+++ community-x86_64/darkhttpd.service	2017-03-07 15:26:05 UTC (rev 215247)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Darkhttpd Webserver
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/darkhttpd /srv/http --uid http --gid http --chroot --no-listing --mimetypes /etc/conf.d/mimetypes
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/darkhttpd at .service
===================================================================
--- community-x86_64/darkhttpd at .service	2017-03-07 15:25:44 UTC (rev 215246)
+++ community-x86_64/darkhttpd at .service	2017-03-07 15:26:05 UTC (rev 215247)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Darkhttpd Webserver
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/darkhttpd /srv/http --uid http --gid http --chroot --no-listing --mimetypes /etc/conf.d/mimetypes --addr %i
-
-[Install]
-WantedBy=multi-user.target

Copied: darkhttpd/repos/community-x86_64/darkhttpd at .service (from rev 215246, darkhttpd/trunk/darkhttpd at .service)
===================================================================
--- community-x86_64/darkhttpd at .service	                        (rev 0)
+++ community-x86_64/darkhttpd at .service	2017-03-07 15:26:05 UTC (rev 215247)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Darkhttpd Webserver
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/darkhttpd /srv/http --uid http --gid http --chroot --no-listing --mimetypes /etc/conf.d/mimetypes --addr %i
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list