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

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Mar 24 07:55:17 UTC 2014


    Date: Monday, March 24, 2014 @ 08:55:17
  Author: spupykin
Revision: 108159

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

Added:
  dante/repos/community-i686/PKGBUILD
    (from rev 108158, dante/trunk/PKGBUILD)
  dante/repos/community-i686/sockd.service
    (from rev 108158, dante/trunk/sockd.service)
  dante/repos/community-i686/sockd.tmpfiles.d
    (from rev 108158, dante/trunk/sockd.tmpfiles.d)
  dante/repos/community-x86_64/PKGBUILD
    (from rev 108158, dante/trunk/PKGBUILD)
  dante/repos/community-x86_64/sockd.service
    (from rev 108158, dante/trunk/sockd.service)
  dante/repos/community-x86_64/sockd.tmpfiles.d
    (from rev 108158, dante/trunk/sockd.tmpfiles.d)
Deleted:
  dante/repos/community-i686/PKGBUILD
  dante/repos/community-i686/sockd.service
  dante/repos/community-x86_64/PKGBUILD
  dante/repos/community-x86_64/sockd.service

-----------------------------------+
 /PKGBUILD                         |   76 ++++++++++++++++++++++++++++++++++++
 /sockd.service                    |   24 +++++++++++
 community-i686/PKGBUILD           |   36 -----------------
 community-i686/sockd.service      |   12 -----
 community-i686/sockd.tmpfiles.d   |    1 
 community-x86_64/PKGBUILD         |   36 -----------------
 community-x86_64/sockd.service    |   12 -----
 community-x86_64/sockd.tmpfiles.d |    1 
 8 files changed, 102 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-03-24 07:54:51 UTC (rev 108158)
+++ community-i686/PKGBUILD	2014-03-24 07:55:17 UTC (rev 108159)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Guillem Rieu <guillemr at gmx.net>
-
-pkgname=dante
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="SOCKS v4 and v5 compatible proxy server and client"
-url="http://www.inet.no/dante"
-arch=(i686 x86_64)
-license=('custom')
-depends=('pam' 'krb5')
-backup=('etc/socks.conf'
-	'etc/sockd.conf')
-source=(ftp://ftp.inet.no/pub/socks/${pkgname}-${pkgver}.tar.gz
-	sockd.service)
-md5sums=('c117a3ce25afb936f13b76f1d2524879'
-         '9bb18a0165764092bd01da0ff6303fbf')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc \
-	--sbindir=/usr/bin \
-	--disable-libwrap
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  mkdir -p ${pkgdir}/etc/conf.d
-  cp example/{socks,sockd}.conf ${pkgdir}/etc
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  echo 'SOCKD_OPTS="-D"' >${pkgdir}/etc/conf.d/sockd.conf
-  install -Dm0644 $srcdir/sockd.service $pkgdir/usr/lib/systemd/system/sockd.service
-}

Copied: dante/repos/community-i686/PKGBUILD (from rev 108158, dante/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-03-24 07:55:17 UTC (rev 108159)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Guillem Rieu <guillemr at gmx.net>
+
+pkgname=dante
+pkgver=1.4.0
+pkgrel=2
+pkgdesc="SOCKS v4 and v5 compatible proxy server and client"
+url="http://www.inet.no/dante"
+arch=(i686 x86_64)
+license=('custom')
+depends=('pam' 'krb5')
+backup=('etc/socks.conf'
+	'etc/sockd.conf')
+source=(ftp://ftp.inet.no/pub/socks/${pkgname}-${pkgver}.tar.gz
+	sockd.tmpfiles.d
+	sockd.service)
+md5sums=('c117a3ce25afb936f13b76f1d2524879'
+         '8588bb1cf6e9cde0f542a96edc0a0f17'
+         '1cdfc0c1cd932cfe0fe3c0319e2be3f0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc \
+	--sbindir=/usr/bin \
+	--disable-libwrap
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -dm0755 ${pkgdir}/etc
+  cp example/{socks,sockd}.conf ${pkgdir}/etc
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm0644 $srcdir/sockd.service $pkgdir/usr/lib/systemd/system/sockd.service
+  install -Dm0644 $srcdir/sockd.tmpfiles.d $pkgdir/usr/lib/tmpfiles.d/sockd.conf
+}

Deleted: community-i686/sockd.service
===================================================================
--- community-i686/sockd.service	2014-03-24 07:54:51 UTC (rev 108158)
+++ community-i686/sockd.service	2014-03-24 07:55:17 UTC (rev 108159)
@@ -1,12 +0,0 @@
-[Unit]
-Description=SOCKS v4 and v5 compatible proxy server and client
-After=network.target
-
-[Service]
-Type=forking
-EnvironmentFile=/etc/conf.d/sockd.conf
-PIDFile=/run/sockd.pid
-ExecStart=/usr/bin/sockd $SOCKD_OPTS
-
-[Install]
-WantedBy=multi-user.target

Copied: dante/repos/community-i686/sockd.service (from rev 108158, dante/trunk/sockd.service)
===================================================================
--- community-i686/sockd.service	                        (rev 0)
+++ community-i686/sockd.service	2014-03-24 07:55:17 UTC (rev 108159)
@@ -0,0 +1,12 @@
+[Unit]
+Description=SOCKS v4 and v5 compatible proxy server and client
+After=network.target
+
+[Service]
+Type=forking
+EnvironmentFile=/etc/conf.d/sockd.conf
+PIDFile=/run/dante/sockd.pid
+ExecStart=/usr/bin/sockd -D -p/run/dante/sockd.pid
+
+[Install]
+WantedBy=multi-user.target

Copied: dante/repos/community-i686/sockd.tmpfiles.d (from rev 108158, dante/trunk/sockd.tmpfiles.d)
===================================================================
--- community-i686/sockd.tmpfiles.d	                        (rev 0)
+++ community-i686/sockd.tmpfiles.d	2014-03-24 07:55:17 UTC (rev 108159)
@@ -0,0 +1 @@
+d /run/dante 0755 root root -

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-03-24 07:54:51 UTC (rev 108158)
+++ community-x86_64/PKGBUILD	2014-03-24 07:55:17 UTC (rev 108159)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Guillem Rieu <guillemr at gmx.net>
-
-pkgname=dante
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="SOCKS v4 and v5 compatible proxy server and client"
-url="http://www.inet.no/dante"
-arch=(i686 x86_64)
-license=('custom')
-depends=('pam' 'krb5')
-backup=('etc/socks.conf'
-	'etc/sockd.conf')
-source=(ftp://ftp.inet.no/pub/socks/${pkgname}-${pkgver}.tar.gz
-	sockd.service)
-md5sums=('c117a3ce25afb936f13b76f1d2524879'
-         '9bb18a0165764092bd01da0ff6303fbf')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc \
-	--sbindir=/usr/bin \
-	--disable-libwrap
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  mkdir -p ${pkgdir}/etc/conf.d
-  cp example/{socks,sockd}.conf ${pkgdir}/etc
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  echo 'SOCKD_OPTS="-D"' >${pkgdir}/etc/conf.d/sockd.conf
-  install -Dm0644 $srcdir/sockd.service $pkgdir/usr/lib/systemd/system/sockd.service
-}

Copied: dante/repos/community-x86_64/PKGBUILD (from rev 108158, dante/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-03-24 07:55:17 UTC (rev 108159)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Guillem Rieu <guillemr at gmx.net>
+
+pkgname=dante
+pkgver=1.4.0
+pkgrel=2
+pkgdesc="SOCKS v4 and v5 compatible proxy server and client"
+url="http://www.inet.no/dante"
+arch=(i686 x86_64)
+license=('custom')
+depends=('pam' 'krb5')
+backup=('etc/socks.conf'
+	'etc/sockd.conf')
+source=(ftp://ftp.inet.no/pub/socks/${pkgname}-${pkgver}.tar.gz
+	sockd.tmpfiles.d
+	sockd.service)
+md5sums=('c117a3ce25afb936f13b76f1d2524879'
+         '8588bb1cf6e9cde0f542a96edc0a0f17'
+         '1cdfc0c1cd932cfe0fe3c0319e2be3f0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc \
+	--sbindir=/usr/bin \
+	--disable-libwrap
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -dm0755 ${pkgdir}/etc
+  cp example/{socks,sockd}.conf ${pkgdir}/etc
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm0644 $srcdir/sockd.service $pkgdir/usr/lib/systemd/system/sockd.service
+  install -Dm0644 $srcdir/sockd.tmpfiles.d $pkgdir/usr/lib/tmpfiles.d/sockd.conf
+}

Deleted: community-x86_64/sockd.service
===================================================================
--- community-x86_64/sockd.service	2014-03-24 07:54:51 UTC (rev 108158)
+++ community-x86_64/sockd.service	2014-03-24 07:55:17 UTC (rev 108159)
@@ -1,12 +0,0 @@
-[Unit]
-Description=SOCKS v4 and v5 compatible proxy server and client
-After=network.target
-
-[Service]
-Type=forking
-EnvironmentFile=/etc/conf.d/sockd.conf
-PIDFile=/run/sockd.pid
-ExecStart=/usr/bin/sockd $SOCKD_OPTS
-
-[Install]
-WantedBy=multi-user.target

Copied: dante/repos/community-x86_64/sockd.service (from rev 108158, dante/trunk/sockd.service)
===================================================================
--- community-x86_64/sockd.service	                        (rev 0)
+++ community-x86_64/sockd.service	2014-03-24 07:55:17 UTC (rev 108159)
@@ -0,0 +1,12 @@
+[Unit]
+Description=SOCKS v4 and v5 compatible proxy server and client
+After=network.target
+
+[Service]
+Type=forking
+EnvironmentFile=/etc/conf.d/sockd.conf
+PIDFile=/run/dante/sockd.pid
+ExecStart=/usr/bin/sockd -D -p/run/dante/sockd.pid
+
+[Install]
+WantedBy=multi-user.target

Copied: dante/repos/community-x86_64/sockd.tmpfiles.d (from rev 108158, dante/trunk/sockd.tmpfiles.d)
===================================================================
--- community-x86_64/sockd.tmpfiles.d	                        (rev 0)
+++ community-x86_64/sockd.tmpfiles.d	2014-03-24 07:55:17 UTC (rev 108159)
@@ -0,0 +1 @@
+d /run/dante 0755 root root -




More information about the arch-commits mailing list