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

2017-03-07 Thread Sergej Pupykin
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@.service
(from rev 215246, darkhttpd/trunk/darkhttpd@.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@.service
(from rev 215246, darkhttpd/trunk/darkhttpd@.service)
Deleted:
  darkhttpd/repos/community-i686/PKGBUILD
  darkhttpd/repos/community-i686/darkhttpd.service
  darkhttpd/repos/community-i686/darkhttpd@.service
  darkhttpd/repos/community-x86_64/PKGBUILD
  darkhttpd/repos/community-x86_64/darkhttpd.service
  darkhttpd/repos/community-x86_64/darkhttpd@.service

-+
 /PKGBUILD   |   80 ++
 /darkhttpd.service  |   20 
 /darkhttpd@.service |   20 
 community-i686/PKGBUILD |   40 -
 community-i686/darkhttpd.service|9 ---
 community-i686/darkhttpd@.service   |9 ---
 community-x86_64/PKGBUILD   |   40 -
 community-x86_64/darkhttpd.service  |9 ---
 community-x86_64/darkhttpd@.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 
-
-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@.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@.service" 
"$pkgdir/usr/lib/systemd/system/darkhttpd@.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 
+
+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@.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@.service" 
"$pkgdir/usr/lib/systemd/system/darkhttpd@.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.service2017-03-07 

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

2014-05-28 Thread Sergej Pupykin
Date: Wednesday, May 28, 2014 @ 11:45:55
  Author: spupykin
Revision: 112005

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

Added:
  darkhttpd/repos/community-i686/PKGBUILD
(from rev 112004, darkhttpd/trunk/PKGBUILD)
  darkhttpd/repos/community-i686/darkhttpd.service
(from rev 112004, darkhttpd/trunk/darkhttpd.service)
  darkhttpd/repos/community-i686/darkhttpd.socket
(from rev 112004, darkhttpd/trunk/darkhttpd.socket)
  darkhttpd/repos/community-x86_64/PKGBUILD
(from rev 112004, darkhttpd/trunk/PKGBUILD)
  darkhttpd/repos/community-x86_64/darkhttpd.service
(from rev 112004, darkhttpd/trunk/darkhttpd.service)
  darkhttpd/repos/community-x86_64/darkhttpd.socket
(from rev 112004, darkhttpd/trunk/darkhttpd.socket)
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  |   80 +++
 /darkhttpd.service |   18 +++
 /darkhttpd.socket  |   18 +++
 community-i686/PKGBUILD|   37 
 community-i686/darkhttpd.service   |9 ---
 community-i686/darkhttpd.socket|9 ---
 community-x86_64/PKGBUILD  |   37 
 community-x86_64/darkhttpd.service |9 ---
 community-x86_64/darkhttpd.socket  |9 ---
 9 files changed, 116 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-28 09:45:40 UTC (rev 112004)
+++ community-i686/PKGBUILD 2014-05-28 09:45:55 UTC (rev 112005)
@@ -1,37 +0,0 @@
-pkgname=darkhttpd
-pkgver=1.9
-pkgrel=4
-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'
-'a93af5e470c4d7363468b9a43a9a15b6c18f0fdf19495cef3debca0d958b'
-'3a5ad507b72c0c37e3255a70a5dcd8c8c79b728efd07a2dc2f6786f9b9cc3c1b')
-sha256sums=('33ef622069dc167bcf85e46482388f2d6555e25796f64a6c5b215d939f2b41c8'
-'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 112004, 
darkhttpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-28 09:45:55 UTC (rev 112005)
@@ -0,0 +1,40 @@
+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'
+'a93af5e470c4d7363468b9a43a9a15b6c18f0fdf19495cef3debca0d958b'
+'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 

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

2013-09-02 Thread Sergej Pupykin
Date: Monday, September 2, 2013 @ 17:05:51
  Author: spupykin
Revision: 96632

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

Added:
  darkhttpd/repos/community-i686/PKGBUILD
(from rev 96631, darkhttpd/trunk/PKGBUILD)
  darkhttpd/repos/community-i686/darkhttpd.service
(from rev 96631, darkhttpd/trunk/darkhttpd.service)
  darkhttpd/repos/community-i686/darkhttpd.socket
(from rev 96631, darkhttpd/trunk/darkhttpd.socket)
  darkhttpd/repos/community-x86_64/PKGBUILD
(from rev 96631, darkhttpd/trunk/PKGBUILD)
  darkhttpd/repos/community-x86_64/darkhttpd.service
(from rev 96631, darkhttpd/trunk/darkhttpd.service)
  darkhttpd/repos/community-x86_64/darkhttpd.socket
(from rev 96631, darkhttpd/trunk/darkhttpd.socket)
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  |   74 +++
 /darkhttpd.service |   18 
 /darkhttpd.socket  |   18 
 community-i686/PKGBUILD|   37 -
 community-i686/darkhttpd.service   |9 
 community-i686/darkhttpd.socket|9 
 community-x86_64/PKGBUILD  |   37 -
 community-x86_64/darkhttpd.service |9 
 community-x86_64/darkhttpd.socket  |9 
 9 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-02 15:05:35 UTC (rev 96631)
+++ community-i686/PKGBUILD 2013-09-02 15:05:51 UTC (rev 96632)
@@ -1,37 +0,0 @@
-pkgname=darkhttpd
-pkgver=1.9
-pkgrel=3
-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'
-'a93af5e470c4d7363468b9a43a9a15b6c18f0fdf19495cef3debca0d958b'
-'3a5ad507b72c0c37e3255a70a5dcd8c8c79b728efd07a2dc2f6786f9b9cc3c1b')
-sha256sums=('33ef622069dc167bcf85e46482388f2d6555e25796f64a6c5b215d939f2b41c8'
-'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/etc/systemd/system/darkhttpd.service
-  install -Dm644 $srcdir/darkhttpd.socket 
$pkgdir/etc/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 96631, 
darkhttpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-02 15:05:51 UTC (rev 96632)
@@ -0,0 +1,37 @@
+pkgname=darkhttpd
+pkgver=1.9
+pkgrel=4
+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'
+'a93af5e470c4d7363468b9a43a9a15b6c18f0fdf19495cef3debca0d958b'
+'3a5ad507b72c0c37e3255a70a5dcd8c8c79b728efd07a2dc2f6786f9b9cc3c1b')
+sha256sums=('33ef622069dc167bcf85e46482388f2d6555e25796f64a6c5b215d939f2b41c8'
+'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
+}

Deleted: community-i686/darkhttpd.service
===
---