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

Sergej Pupykin spupykin at archlinux.org
Fri Sep 12 12:45:44 UTC 2014


    Date: Friday, September 12, 2014 @ 14:45:44
  Author: spupykin
Revision: 118868

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

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

------------------------------------+
 /PKGBUILD                          |   62 +++++++++++++++++++++++++++++++++++
 /darkhttpd.service                 |   18 ++++++++++
 community-i686/PKGBUILD            |   40 ----------------------
 community-i686/darkhttpd.service   |    9 -----
 community-i686/darkhttpd.socket    |    9 -----
 community-x86_64/PKGBUILD          |   40 ----------------------
 community-x86_64/darkhttpd.service |    9 -----
 community-x86_64/darkhttpd.socket  |    9 -----
 8 files changed, 80 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-09-12 12:45:31 UTC (rev 118867)
+++ community-i686/PKGBUILD	2014-09-12 12:45:44 UTC (rev 118868)
@@ -1,40 +0,0 @@
-pkgname=darkhttpd
-pkgver=1.10
-pkgrel=1
-pkgdesc="A small and secure static webserver"
-arch=('i686' 'x86_64')
-url="http://dmr.ath.cx/net/darkhttpd/"
-license=('BSD')
-depends=('glibc')
-source=("$url/$pkgname-$pkgver.tar.bz2"
-        'darkhttpd.service'
-        'darkhttpd.socket')
-sha256sums=('33ef622069dc167bcf85e46482388f2d6555e25796f64a6c5b215d939f2b41c8'
-            'a93af5e470c4d7363468b9a43a9a15b6c18f0fdf19495ce5555f3debca0d958b'
-            '3a5ad507b72c0c37e3255a70a5dcd8c8c79b728efd07a2dc2f6786f9b9cc3c1b')
-sha256sums=('33ef622069dc167bcf85e46482388f2d6555e25796f64a6c5b215d939f2b41c8'
-            'c0c8885682aca80474986080b5426f73dbf37237d02e3fc9035ac72ba74cdb1b'
-            '3a5ad507b72c0c37e3255a70a5dcd8c8c79b728efd07a2dc2f6786f9b9cc3c1b')
-sha256sums=('b5a9bcfe6e65a3fc20f96e6badb5da7ba776a792f13fe90015fe9f63b3c2eb63'
-            'c0c8885682aca80474986080b5426f73dbf37237d02e3fc9035ac72ba74cdb1b'
-            '3a5ad507b72c0c37e3255a70a5dcd8c8c79b728efd07a2dc2f6786f9b9cc3c1b')
-
-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.socket" "$pkgdir/usr/lib/systemd/system/darkhttpd.socket"
-
-  # 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 118867, darkhttpd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-09-12 12:45:44 UTC (rev 118868)
@@ -0,0 +1,31 @@
+pkgname=darkhttpd
+pkgver=1.10
+pkgrel=2
+pkgdesc="A small and secure static webserver"
+arch=('i686' 'x86_64')
+url="http://dmr.ath.cx/net/darkhttpd/"
+license=('BSD')
+depends=()
+source=("$url/$pkgname-$pkgver.tar.bz2"
+        'darkhttpd.service')
+sha256sums=('b5a9bcfe6e65a3fc20f96e6badb5da7ba776a792f13fe90015fe9f63b3c2eb63'
+            'c0c8885682aca80474986080b5426f73dbf37237d02e3fc9035ac72ba74cdb1b')
+
+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 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	2014-09-12 12:45:31 UTC (rev 118867)
+++ community-i686/darkhttpd.service	2014-09-12 12:45:44 UTC (rev 118868)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Darkhttpd Webserver
-
-[Service]
-ExecStart=/usr/bin/darkhttpd /srv/http --daemon --uid nobody --gid nobody --chroot
-Type=forking
-
-[Install]
-WantedBy=multi-user.target

Copied: darkhttpd/repos/community-i686/darkhttpd.service (from rev 118867, darkhttpd/trunk/darkhttpd.service)
===================================================================
--- community-i686/darkhttpd.service	                        (rev 0)
+++ community-i686/darkhttpd.service	2014-09-12 12:45:44 UTC (rev 118868)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Darkhttpd Webserver
+
+[Service]
+ExecStart=/usr/bin/darkhttpd /srv/http --daemon --uid nobody --gid nobody --chroot
+Type=forking
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-i686/darkhttpd.socket
===================================================================
--- community-i686/darkhttpd.socket	2014-09-12 12:45:31 UTC (rev 118867)
+++ community-i686/darkhttpd.socket	2014-09-12 12:45:44 UTC (rev 118868)
@@ -1,9 +0,0 @@
-[Unit]
-Conflicts=darkhttpd.service
-
-[Socket]
-ListenStream=80
-Accept=no
-
-[Install]
-WantedBy=sockets.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-09-12 12:45:31 UTC (rev 118867)
+++ community-x86_64/PKGBUILD	2014-09-12 12:45:44 UTC (rev 118868)
@@ -1,40 +0,0 @@
-pkgname=darkhttpd
-pkgver=1.10
-pkgrel=1
-pkgdesc="A small and secure static webserver"
-arch=('i686' 'x86_64')
-url="http://dmr.ath.cx/net/darkhttpd/"
-license=('BSD')
-depends=('glibc')
-source=("$url/$pkgname-$pkgver.tar.bz2"
-        'darkhttpd.service'
-        'darkhttpd.socket')
-sha256sums=('33ef622069dc167bcf85e46482388f2d6555e25796f64a6c5b215d939f2b41c8'
-            'a93af5e470c4d7363468b9a43a9a15b6c18f0fdf19495ce5555f3debca0d958b'
-            '3a5ad507b72c0c37e3255a70a5dcd8c8c79b728efd07a2dc2f6786f9b9cc3c1b')
-sha256sums=('33ef622069dc167bcf85e46482388f2d6555e25796f64a6c5b215d939f2b41c8'
-            'c0c8885682aca80474986080b5426f73dbf37237d02e3fc9035ac72ba74cdb1b'
-            '3a5ad507b72c0c37e3255a70a5dcd8c8c79b728efd07a2dc2f6786f9b9cc3c1b')
-sha256sums=('b5a9bcfe6e65a3fc20f96e6badb5da7ba776a792f13fe90015fe9f63b3c2eb63'
-            'c0c8885682aca80474986080b5426f73dbf37237d02e3fc9035ac72ba74cdb1b'
-            '3a5ad507b72c0c37e3255a70a5dcd8c8c79b728efd07a2dc2f6786f9b9cc3c1b')
-
-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.socket" "$pkgdir/usr/lib/systemd/system/darkhttpd.socket"
-
-  # 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 118867, darkhttpd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-09-12 12:45:44 UTC (rev 118868)
@@ -0,0 +1,31 @@
+pkgname=darkhttpd
+pkgver=1.10
+pkgrel=2
+pkgdesc="A small and secure static webserver"
+arch=('i686' 'x86_64')
+url="http://dmr.ath.cx/net/darkhttpd/"
+license=('BSD')
+depends=()
+source=("$url/$pkgname-$pkgver.tar.bz2"
+        'darkhttpd.service')
+sha256sums=('b5a9bcfe6e65a3fc20f96e6badb5da7ba776a792f13fe90015fe9f63b3c2eb63'
+            'c0c8885682aca80474986080b5426f73dbf37237d02e3fc9035ac72ba74cdb1b')
+
+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 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	2014-09-12 12:45:31 UTC (rev 118867)
+++ community-x86_64/darkhttpd.service	2014-09-12 12:45:44 UTC (rev 118868)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Darkhttpd Webserver
-
-[Service]
-ExecStart=/usr/bin/darkhttpd /srv/http --daemon --uid nobody --gid nobody --chroot
-Type=forking
-
-[Install]
-WantedBy=multi-user.target

Copied: darkhttpd/repos/community-x86_64/darkhttpd.service (from rev 118867, darkhttpd/trunk/darkhttpd.service)
===================================================================
--- community-x86_64/darkhttpd.service	                        (rev 0)
+++ community-x86_64/darkhttpd.service	2014-09-12 12:45:44 UTC (rev 118868)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Darkhttpd Webserver
+
+[Service]
+ExecStart=/usr/bin/darkhttpd /srv/http --daemon --uid nobody --gid nobody --chroot
+Type=forking
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/darkhttpd.socket
===================================================================
--- community-x86_64/darkhttpd.socket	2014-09-12 12:45:31 UTC (rev 118867)
+++ community-x86_64/darkhttpd.socket	2014-09-12 12:45:44 UTC (rev 118868)
@@ -1,9 +0,0 @@
-[Unit]
-Conflicts=darkhttpd.service
-
-[Socket]
-ListenStream=80
-Accept=no
-
-[Install]
-WantedBy=sockets.target




More information about the arch-commits mailing list