[arch-commits] Commit in tinc/repos (4 files)

Timothy Redaelli tredaelli at archlinux.org
Fri Oct 28 13:02:31 UTC 2016


    Date: Friday, October 28, 2016 @ 13:02:30
  Author: tredaelli
Revision: 193901

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

Added:
  tinc/repos/community-i686/PKGBUILD
    (from rev 193900, tinc/trunk/PKGBUILD)
  tinc/repos/community-x86_64/PKGBUILD
    (from rev 193900, tinc/trunk/PKGBUILD)
Deleted:
  tinc/repos/community-i686/PKGBUILD
  tinc/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   70 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   35 ----------------------
 community-x86_64/PKGBUILD |   35 ----------------------
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-10-28 13:02:17 UTC (rev 193900)
+++ community-i686/PKGBUILD	2016-10-28 13:02:30 UTC (rev 193901)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: helios
-# Contributor: Lothar Gesslein
-# Contributor: Dominik George <nik at naturalnet.de>
-
-pkgname=tinc
-pkgver=1.0.28
-pkgrel=2
-pkgdesc="VPN (Virtual Private Network) daemon"
-arch=('i686' 'x86_64')
-url="http://www.tinc-vpn.org/"
-license=('GPL')
-depends=('lzo' 'openssl' 'zlib')
-source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig})
-md5sums=('9ca14c9902fb4011b5df6a09ffd40ea9'
-         'SKIP')
-validpgpkeys=('D62BDD168EFBE48BC60E8E234A6084B9C0D71F4A')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/bin --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-  install -dm755 "$pkgdir"/usr/share/tinc/examples
-  tar xozvf doc/sample-config.tar.gz -C $pkgdir/usr/share/tinc/examples
-  find "$pkgdir"/usr/share/tinc/examples -type f -exec chmod 644 {} +
-  find "$pkgdir"/usr/share/tinc/examples -type d -exec chmod 755 {} +
-}

Copied: tinc/repos/community-i686/PKGBUILD (from rev 193900, tinc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-10-28 13:02:30 UTC (rev 193901)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: helios
+# Contributor: Lothar Gesslein
+# Contributor: Dominik George <nik at naturalnet.de>
+
+pkgname=tinc
+pkgver=1.0.29
+pkgrel=1
+pkgdesc="VPN (Virtual Private Network) daemon"
+arch=('i686' 'x86_64')
+url="http://www.tinc-vpn.org/"
+license=('GPL')
+depends=('lzo' 'openssl' 'zlib')
+source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig})
+md5sums=('bb7d2a672dd6958372da23fd764ba067'
+         'SKIP')
+validpgpkeys=('D62BDD168EFBE48BC60E8E234A6084B9C0D71F4A')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/bin --with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+  install -dm755 "$pkgdir"/usr/share/tinc/examples
+  tar xozvf doc/sample-config.tar.gz -C $pkgdir/usr/share/tinc/examples
+  find "$pkgdir"/usr/share/tinc/examples -type f -exec chmod 644 {} +
+  find "$pkgdir"/usr/share/tinc/examples -type d -exec chmod 755 {} +
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-10-28 13:02:17 UTC (rev 193900)
+++ community-x86_64/PKGBUILD	2016-10-28 13:02:30 UTC (rev 193901)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: helios
-# Contributor: Lothar Gesslein
-# Contributor: Dominik George <nik at naturalnet.de>
-
-pkgname=tinc
-pkgver=1.0.28
-pkgrel=2
-pkgdesc="VPN (Virtual Private Network) daemon"
-arch=('i686' 'x86_64')
-url="http://www.tinc-vpn.org/"
-license=('GPL')
-depends=('lzo' 'openssl' 'zlib')
-source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig})
-md5sums=('9ca14c9902fb4011b5df6a09ffd40ea9'
-         'SKIP')
-validpgpkeys=('D62BDD168EFBE48BC60E8E234A6084B9C0D71F4A')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/bin --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-  install -dm755 "$pkgdir"/usr/share/tinc/examples
-  tar xozvf doc/sample-config.tar.gz -C $pkgdir/usr/share/tinc/examples
-  find "$pkgdir"/usr/share/tinc/examples -type f -exec chmod 644 {} +
-  find "$pkgdir"/usr/share/tinc/examples -type d -exec chmod 755 {} +
-}

Copied: tinc/repos/community-x86_64/PKGBUILD (from rev 193900, tinc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-10-28 13:02:30 UTC (rev 193901)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: helios
+# Contributor: Lothar Gesslein
+# Contributor: Dominik George <nik at naturalnet.de>
+
+pkgname=tinc
+pkgver=1.0.29
+pkgrel=1
+pkgdesc="VPN (Virtual Private Network) daemon"
+arch=('i686' 'x86_64')
+url="http://www.tinc-vpn.org/"
+license=('GPL')
+depends=('lzo' 'openssl' 'zlib')
+source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig})
+md5sums=('bb7d2a672dd6958372da23fd764ba067'
+         'SKIP')
+validpgpkeys=('D62BDD168EFBE48BC60E8E234A6084B9C0D71F4A')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/bin --with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+  install -dm755 "$pkgdir"/usr/share/tinc/examples
+  tar xozvf doc/sample-config.tar.gz -C $pkgdir/usr/share/tinc/examples
+  find "$pkgdir"/usr/share/tinc/examples -type f -exec chmod 644 {} +
+  find "$pkgdir"/usr/share/tinc/examples -type d -exec chmod 755 {} +
+}



More information about the arch-commits mailing list