Date: Thursday, July 18, 2019 @ 13:39:04
  Author: eworm
Revision: 491537

archrelease: copy trunk to community-x86_64

Added:
  darkhttpd/repos/community-x86_64/PKGBUILD
    (from rev 491536, darkhttpd/trunk/PKGBUILD)
  darkhttpd/repos/community-x86_64/darkhttpd.service
    (from rev 491536, darkhttpd/trunk/darkhttpd.service)
  darkhttpd/repos/community-x86_64/[email protected]
    (from rev 491536, darkhttpd/trunk/[email protected])
Deleted:
  darkhttpd/repos/community-x86_64/PKGBUILD
  darkhttpd/repos/community-x86_64/darkhttpd.service
  darkhttpd/repos/community-x86_64/[email protected]

--------------------+
 PKGBUILD           |   91 +++++++++++++++++++++++++--------------------------
 darkhttpd.service  |   28 +++++++--------
 [email protected] |   28 +++++++--------
 3 files changed, 73 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-07-18 13:39:01 UTC (rev 491536)
+++ PKGBUILD    2019-07-18 13:39:04 UTC (rev 491537)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-
-pkgname=darkhttpd
-pkgver=1.12
-pkgrel=4
-pkgdesc="A small and secure static webserver"
-arch=('x86_64')
-url="https://unix4lyfe.org/darkhttpd/";
-license=('BSD')
-backup=('etc/conf.d/mimetypes')
-source=("$url/$pkgname-$pkgver.tar.bz2"
-        'darkhttpd.service'
-        '[email protected]')
-sha256sums=('a50417b622b32b5f421b3132cb94ebeff04f02c5fb87fba2e31147d23de50505'
-            'e53ae82993f6c996c0c54ccbbd9307811501cf01404c441b48b2c79f9384fa27'
-            '0bfbe13c93ba87d8ea08ab85745c92cebcbc6b627616e7c58d6099a234a59841')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i 's/$(CFLAGS)/$(CFLAGS) $(LDFLAGS)/' Makefile
-}
-
-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/[email protected]" 
"$pkgdir/usr/lib/systemd/system/[email protected]"
-  install -dm0755 "$pkgdir"/etc/conf.d/
-  touch "$pkgdir"/etc/conf.d/mimetypes
-
-  # install license
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  sed -n '1,/^$/p' darkhttpd.c > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: darkhttpd/repos/community-x86_64/PKGBUILD (from rev 491536, 
darkhttpd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-07-18 13:39:04 UTC (rev 491537)
@@ -0,0 +1,45 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+
+pkgname=darkhttpd
+pkgver=1.12
+pkgrel=5
+pkgdesc="A small and secure static webserver"
+arch=('x86_64')
+url="https://unix4lyfe.org/darkhttpd/";
+license=('BSD')
+backup=('etc/conf.d/mimetypes')
+source=("$url/$pkgname-$pkgver.tar.bz2"
+        'darkhttpd.service'
+        '[email protected]')
+sha256sums=('a50417b622b32b5f421b3132cb94ebeff04f02c5fb87fba2e31147d23de50505'
+            'e53ae82993f6c996c0c54ccbbd9307811501cf01404c441b48b2c79f9384fa27'
+            '0bfbe13c93ba87d8ea08ab85745c92cebcbc6b627616e7c58d6099a234a59841')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i 's/$(CFLAGS)/$(CFLAGS) $(LDFLAGS)/' Makefile
+}
+
+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/[email protected]" 
"$pkgdir/usr/lib/systemd/system/[email protected]"
+  install -dm0755 "$pkgdir"/etc/conf.d/
+  touch "$pkgdir"/etc/conf.d/mimetypes
+
+  # install license
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  sed -n '1,/^$/p' darkhttpd.c > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: darkhttpd.service
===================================================================
--- darkhttpd.service   2019-07-18 13:39:01 UTC (rev 491536)
+++ darkhttpd.service   2019-07-18 13:39:04 UTC (rev 491537)
@@ -1,14 +0,0 @@
-[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
-ProtectSystem=full
-ProtectHome=on
-PrivateDevices=on
-NoNewPrivileges=on
-
-[Install]
-WantedBy=multi-user.target

Copied: darkhttpd/repos/community-x86_64/darkhttpd.service (from rev 491536, 
darkhttpd/trunk/darkhttpd.service)
===================================================================
--- darkhttpd.service                           (rev 0)
+++ darkhttpd.service   2019-07-18 13:39:04 UTC (rev 491537)
@@ -0,0 +1,14 @@
+[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
+ProtectSystem=full
+ProtectHome=on
+PrivateDevices=on
+NoNewPrivileges=on
+
+[Install]
+WantedBy=multi-user.target

Deleted: [email protected]
===================================================================
--- [email protected]  2019-07-18 13:39:01 UTC (rev 491536)
+++ [email protected]  2019-07-18 13:39:04 UTC (rev 491537)
@@ -1,14 +0,0 @@
-[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
-ProtectSystem=full
-ProtectHome=on
-PrivateDevices=on
-NoNewPrivileges=on
-
-[Install]
-WantedBy=multi-user.target

Copied: darkhttpd/repos/community-x86_64/[email protected] (from rev 491536, 
darkhttpd/trunk/[email protected])
===================================================================
--- [email protected]                          (rev 0)
+++ [email protected]  2019-07-18 13:39:04 UTC (rev 491537)
@@ -0,0 +1,14 @@
+[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
+ProtectSystem=full
+ProtectHome=on
+PrivateDevices=on
+NoNewPrivileges=on
+
+[Install]
+WantedBy=multi-user.target

Reply via email to