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

2016-10-21 Thread Jelle van der Waa
Date: Friday, October 21, 2016 @ 17:22:33
  Author: jelle
Revision: 192879

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

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

---+
 /PKGBUILD |   62 
 community-i686/PKGBUILD   |   29 
 community-x86_64/PKGBUILD |   29 
 3 files changed, 62 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-21 17:22:20 UTC (rev 192878)
+++ community-i686/PKGBUILD 2016-10-21 17:22:33 UTC (rev 192879)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Nicolas Pouillard 
-# Contributor: Rorschach 
-
-pkgname=torsocks
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Wrapper to safely torify applications'
-arch=('i686' 'x86_64')
-url='https://gitweb.torproject.org/torsocks.git/'
-license=('GPL2')
-depends=('tor')
-makedepends=('git')
-backup=("etc/tor/${pkgname}.conf")
-source=("git+https://git.torproject.org/torsocks.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir/" install
-}

Copied: torsocks/repos/community-i686/PKGBUILD (from rev 192878, 
torsocks/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-21 17:22:33 UTC (rev 192879)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Nicolas Pouillard 
+# Contributor: Rorschach 
+
+pkgname=torsocks
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='Wrapper to safely torify applications'
+arch=('i686' 'x86_64')
+url='https://gitweb.torproject.org/torsocks.git/'
+license=('GPL2')
+depends=('tor')
+makedepends=('git')
+backup=("etc/tor/${pkgname}.conf")
+source=(https://people.torproject.org/~dgoulet/$pkgname/$pkgname-$pkgver.tar.xz{,.asc})
+validpgpkeys=('B74417EDDF22AC9F9E90F49142E86A2A11F48D36')
+md5sums=('512bab466f2c026b3c478dee14861ccb'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-21 17:22:20 UTC (rev 192878)
+++ community-x86_64/PKGBUILD   2016-10-21 17:22:33 UTC (rev 192879)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Nicolas Pouillard 
-# Contributor: Rorschach 
-
-pkgname=torsocks
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Wrapper to safely torify applications'
-arch=('i686' 'x86_64')
-url='https://gitweb.torproject.org/torsocks.git/'
-license=('GPL2')
-depends=('tor')
-makedepends=('git')
-backup=("etc/tor/${pkgname}.conf")
-source=("git+https://git.torproject.org/torsocks.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir/" install
-}

Copied: torsocks/repos/community-x86_64/PKGBUILD (from rev 192878, 
torsocks/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-21 17:22:33 UTC (rev 192879)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Nicolas Pouillard 
+# Contributor: Rorschach 
+
+pkgname=torsocks
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='Wrapper to safely torify applications'
+arch=('i686' 'x86_64')
+url='https://gitweb.torproject.org/torsocks.git/'
+license=('GPL2')
+depends=('tor')
+makedepends=('git')
+backup=("etc/tor/${pkgname}.conf")
+source=(https://people.torproject.org/~dgoulet/$pkgname/$pkgname-$pkgver.tar.xz{,.asc})
+validpgpkeys=('B74417EDDF22AC9F9E90F49142E86A2A11F48D36')
+md5sums=('512bab466f2c026b3c478dee14861ccb'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}


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

2015-05-28 Thread Daniel Micay
Date: Friday, May 29, 2015 @ 01:08:15
  Author: thestinger
Revision: 134292

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

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

---+
 /PKGBUILD |   58 
 community-i686/PKGBUILD   |   30 --
 community-x86_64/PKGBUILD |   30 --
 3 files changed, 58 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-28 23:07:41 UTC (rev 134291)
+++ community-i686/PKGBUILD 2015-05-28 23:08:15 UTC (rev 134292)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
-# Contributor: Rorschach r0rsch...@lavabit.com
-
-pkgname=torsocks
-pkgver=2.0.0
-pkgrel=2
-pkgdesc='Wrapper to safely torify applications'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/torsocks'
-license=('GPL2')
-depends=('tor')
-makedepends=('git')
-backup=(etc/tor/${pkgname}.conf)
-source=(git://git.torproject.org/torsocks.git#tag=v$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir/ install
-  find $pkgdir/usr/share -maxdepth 1 -type f -delete
-}

Copied: torsocks/repos/community-i686/PKGBUILD (from rev 134291, 
torsocks/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-28 23:08:15 UTC (rev 134292)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
+# Contributor: Rorschach r0rsch...@lavabit.com
+
+pkgname=torsocks
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Wrapper to safely torify applications'
+arch=('i686' 'x86_64')
+url='https://gitweb.torproject.org/torsocks.git/'
+license=('GPL2')
+depends=('tor')
+makedepends=('git')
+backup=(etc/tor/${pkgname}.conf)
+source=(git+https://git.torproject.org/torsocks.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-28 23:07:41 UTC (rev 134291)
+++ community-x86_64/PKGBUILD   2015-05-28 23:08:15 UTC (rev 134292)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
-# Contributor: Rorschach r0rsch...@lavabit.com
-
-pkgname=torsocks
-pkgver=2.0.0
-pkgrel=2
-pkgdesc='Wrapper to safely torify applications'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/torsocks'
-license=('GPL2')
-depends=('tor')
-makedepends=('git')
-backup=(etc/tor/${pkgname}.conf)
-source=(git://git.torproject.org/torsocks.git#tag=v$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir/ install
-  find $pkgdir/usr/share -maxdepth 1 -type f -delete
-}

Copied: torsocks/repos/community-x86_64/PKGBUILD (from rev 134291, 
torsocks/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-28 23:08:15 UTC (rev 134292)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
+# Contributor: Rorschach r0rsch...@lavabit.com
+
+pkgname=torsocks
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Wrapper to safely torify applications'
+arch=('i686' 'x86_64')
+url='https://gitweb.torproject.org/torsocks.git/'
+license=('GPL2')
+depends=('tor')
+makedepends=('git')
+backup=(etc/tor/${pkgname}.conf)
+source=(git+https://git.torproject.org/torsocks.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir/ install
+}


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

2014-11-06 Thread Daniel Micay
Date: Thursday, November 6, 2014 @ 19:35:37
  Author: thestinger
Revision: 122063

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-06 18:35:07 UTC (rev 122062)
+++ community-i686/PKGBUILD 2014-11-06 18:35:37 UTC (rev 122063)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
-# Contributor: Rorschach r0rsch...@lavabit.com
-
-pkgname=torsocks
-pkgver=2.0.0
-pkgrel=1
-pkgdesc='Wrapper to safely torify applications'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/torsocks'
-license=('GPL2')
-depends=('tor')
-makedepends=('git')
-backup=(etc/${pkgname}.conf)
-source=(git://git.torproject.org/torsocks.git#tag=1.3)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir/ install
-  find $pkgdir/usr/share -maxdepth 1 -type f -delete
-}

Copied: torsocks/repos/community-i686/PKGBUILD (from rev 122062, 
torsocks/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-06 18:35:37 UTC (rev 122063)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
+# Contributor: Rorschach r0rsch...@lavabit.com
+
+pkgname=torsocks
+pkgver=2.0.0
+pkgrel=2
+pkgdesc='Wrapper to safely torify applications'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/torsocks'
+license=('GPL2')
+depends=('tor')
+makedepends=('git')
+backup=(etc/tor/${pkgname}.conf)
+source=(git://git.torproject.org/torsocks.git#tag=v$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir/ install
+  find $pkgdir/usr/share -maxdepth 1 -type f -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-06 18:35:07 UTC (rev 122062)
+++ community-x86_64/PKGBUILD   2014-11-06 18:35:37 UTC (rev 122063)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
-# Contributor: Rorschach r0rsch...@lavabit.com
-
-pkgname=torsocks
-pkgver=2.0.0
-pkgrel=1
-pkgdesc='Wrapper to safely torify applications'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/torsocks'
-license=('GPL2')
-depends=('tor')
-makedepends=('git')
-backup=(etc/${pkgname}.conf)
-source=(git://git.torproject.org/torsocks.git#tag=1.3)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir/ install
-  find $pkgdir/usr/share -maxdepth 1 -type f -delete
-}

Copied: torsocks/repos/community-x86_64/PKGBUILD (from rev 122062, 
torsocks/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-06 18:35:37 UTC (rev 122063)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
+# Contributor: Rorschach r0rsch...@lavabit.com
+
+pkgname=torsocks
+pkgver=2.0.0
+pkgrel=2
+pkgdesc='Wrapper to safely torify applications'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/torsocks'
+license=('GPL2')
+depends=('tor')
+makedepends=('git')
+backup=(etc/tor/${pkgname}.conf)
+source=(git://git.torproject.org/torsocks.git#tag=v$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir/ install
+  find $pkgdir/usr/share -maxdepth 1 -type f -delete
+}


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

2014-08-18 Thread Daniel Micay
Date: Monday, August 18, 2014 @ 13:58:33
  Author: thestinger
Revision: 117517

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

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

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   29 -
 community-x86_64/PKGBUILD |   29 -
 3 files changed, 60 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-18 11:58:03 UTC (rev 117516)
+++ community-i686/PKGBUILD 2014-08-18 11:58:33 UTC (rev 117517)
@@ -1,29 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
-# Contributor: Rorschach r0rsch...@lavabit.com
-
-pkgname=torsocks
-pkgver=1.3
-pkgrel=5
-pkgdesc='Wrapper to safely torify applications'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/torsocks'
-license=('GPL2')
-depends=('tor')
-makedepends=('git')
-backup=(etc/${pkgname}.conf)
-source=(git://git.torproject.org/torsocks.git#tag=1.3)
-md5sums=(SKIP)
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir/ install
-  find $pkgdir/usr/share -maxdepth 1 -type f -delete
-}

Copied: torsocks/repos/community-i686/PKGBUILD (from rev 117516, 
torsocks/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-18 11:58:33 UTC (rev 117517)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
+# Contributor: Rorschach r0rsch...@lavabit.com
+
+pkgname=torsocks
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Wrapper to safely torify applications'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/torsocks'
+license=('GPL2')
+depends=('tor')
+makedepends=('git')
+backup=(etc/${pkgname}.conf)
+source=(git://git.torproject.org/torsocks.git#tag=1.3)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir/ install
+  find $pkgdir/usr/share -maxdepth 1 -type f -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-18 11:58:03 UTC (rev 117516)
+++ community-x86_64/PKGBUILD   2014-08-18 11:58:33 UTC (rev 117517)
@@ -1,29 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
-# Contributor: Rorschach r0rsch...@lavabit.com
-
-pkgname=torsocks
-pkgver=1.3
-pkgrel=5
-pkgdesc='Wrapper to safely torify applications'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/torsocks'
-license=('GPL2')
-depends=('tor')
-makedepends=('git')
-backup=(etc/${pkgname}.conf)
-source=(git://git.torproject.org/torsocks.git#tag=1.3)
-md5sums=(SKIP)
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir/ install
-  find $pkgdir/usr/share -maxdepth 1 -type f -delete
-}

Copied: torsocks/repos/community-x86_64/PKGBUILD (from rev 117516, 
torsocks/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-18 11:58:33 UTC (rev 117517)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
+# Contributor: Rorschach r0rsch...@lavabit.com
+
+pkgname=torsocks
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Wrapper to safely torify applications'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/torsocks'
+license=('GPL2')
+depends=('tor')
+makedepends=('git')
+backup=(etc/${pkgname}.conf)
+source=(git://git.torproject.org/torsocks.git#tag=1.3)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir/ install
+  find $pkgdir/usr/share -maxdepth 1 -type f -delete
+}



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

2013-10-20 Thread Daniel Micay
Date: Sunday, October 20, 2013 @ 20:18:37
  Author: thestinger
Revision: 98859

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-20 18:17:57 UTC (rev 98858)
+++ community-i686/PKGBUILD 2013-10-20 18:18:37 UTC (rev 98859)
@@ -1,30 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
-# Contributor: Rorschach r0rsch...@lavabit.com
-
-pkgname=torsocks
-pkgver=1.3
-pkgrel=4
-pkgdesc='Wrapper to safely torify applications'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/torsocks'
-license=('GPL2')
-depends=('tor')
-makedepends=('git')
-options=(!libtool)
-backup=(etc/${pkgname}.conf)
-source=(git://git.torproject.org/torsocks.git#tag=1.3)
-md5sums=(SKIP)
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir/ install
-  find $pkgdir/usr/share -maxdepth 1 -type f -delete
-}

Copied: torsocks/repos/community-i686/PKGBUILD (from rev 98858, 
torsocks/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-20 18:18:37 UTC (rev 98859)
@@ -0,0 +1,30 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
+# Contributor: Rorschach r0rsch...@lavabit.com
+
+pkgname=torsocks
+pkgver=1.3
+pkgrel=5
+pkgdesc='Wrapper to safely torify applications'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/torsocks'
+license=('GPL2')
+depends=('tor')
+makedepends=('git')
+options=(!libtool)
+backup=(etc/${pkgname}.conf)
+source=(git://git.torproject.org/torsocks.git#tag=1.3)
+md5sums=(SKIP)
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir/ install
+  find $pkgdir/usr/share -maxdepth 1 -type f -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-20 18:17:57 UTC (rev 98858)
+++ community-x86_64/PKGBUILD   2013-10-20 18:18:37 UTC (rev 98859)
@@ -1,30 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
-# Contributor: Rorschach r0rsch...@lavabit.com
-
-pkgname=torsocks
-pkgver=1.3
-pkgrel=4
-pkgdesc='Wrapper to safely torify applications'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/torsocks'
-license=('GPL2')
-depends=('tor')
-makedepends=('git')
-options=(!libtool)
-backup=(etc/${pkgname}.conf)
-source=(git://git.torproject.org/torsocks.git#tag=1.3)
-md5sums=(SKIP)
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir/ install
-  find $pkgdir/usr/share -maxdepth 1 -type f -delete
-}

Copied: torsocks/repos/community-x86_64/PKGBUILD (from rev 98858, 
torsocks/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-20 18:18:37 UTC (rev 98859)
@@ -0,0 +1,30 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
+# Contributor: Rorschach r0rsch...@lavabit.com
+
+pkgname=torsocks
+pkgver=1.3
+pkgrel=5
+pkgdesc='Wrapper to safely torify applications'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/torsocks'
+license=('GPL2')
+depends=('tor')
+makedepends=('git')
+options=(!libtool)
+backup=(etc/${pkgname}.conf)
+source=(git://git.torproject.org/torsocks.git#tag=1.3)
+md5sums=(SKIP)
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir/ install
+  find $pkgdir/usr/share -maxdepth 1 -type f -delete
+}



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

2013-05-20 Thread Daniel Micay
Date: Tuesday, May 21, 2013 @ 04:12:58
  Author: thestinger
Revision: 91308

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

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

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   48 ---
 community-x86_64/PKGBUILD |   48 ---
 3 files changed, 60 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-21 02:12:09 UTC (rev 91307)
+++ community-i686/PKGBUILD 2013-05-21 02:12:58 UTC (rev 91308)
@@ -1,48 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
-# Contributor: Rorschach r0rsch...@lavabit.com
-
-pkgname=torsocks
-pkgver=1.3
-pkgrel=3
-pkgdesc='Wrapper to safely torify applications'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/torsocks'
-license=('GPL2')
-depends=('tor')
-makedepends=('git')
-options=(!libtool)
-backup=(etc/${pkgname}.conf)
-
-__gitroot=https://git.torproject.org/torsocks
-__gitname=torsocks
-
-build() {
-  cd $srcdir
-  msg Connecting to GIT server
-
-  if [[ -d $__gitname ]]; then
-cd $__gitname  git pull origin
-msg The local files are updated.
-  else
-git clone $__gitroot $__gitname
-  fi
-
-  msg GIT checkout done or server timeout
-  msg Starting build...
-
-  rm -rf $srcdir/$__gitname-build
-  git clone $srcdir/$__gitname $srcdir/$__gitname-build
-  cd $srcdir/$__gitname-build
-
-  git checkout $pkgver
-
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$__gitname-build
-  make DESTDIR=$pkgdir/ install
-}

Copied: torsocks/repos/community-i686/PKGBUILD (from rev 91307, 
torsocks/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-21 02:12:58 UTC (rev 91308)
@@ -0,0 +1,30 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
+# Contributor: Rorschach r0rsch...@lavabit.com
+
+pkgname=torsocks
+pkgver=1.3
+pkgrel=4
+pkgdesc='Wrapper to safely torify applications'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/torsocks'
+license=('GPL2')
+depends=('tor')
+makedepends=('git')
+options=(!libtool)
+backup=(etc/${pkgname}.conf)
+source=(git://git.torproject.org/torsocks.git#tag=1.3)
+md5sums=(SKIP)
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir/ install
+  find $pkgdir/usr/share -maxdepth 1 -type f -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-21 02:12:09 UTC (rev 91307)
+++ community-x86_64/PKGBUILD   2013-05-21 02:12:58 UTC (rev 91308)
@@ -1,48 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
-# Contributor: Rorschach r0rsch...@lavabit.com
-
-pkgname=torsocks
-pkgver=1.3
-pkgrel=3
-pkgdesc='Wrapper to safely torify applications'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/torsocks'
-license=('GPL2')
-depends=('tor')
-makedepends=('git')
-options=(!libtool)
-backup=(etc/${pkgname}.conf)
-
-__gitroot=https://git.torproject.org/torsocks
-__gitname=torsocks
-
-build() {
-  cd $srcdir
-  msg Connecting to GIT server
-
-  if [[ -d $__gitname ]]; then
-cd $__gitname  git pull origin
-msg The local files are updated.
-  else
-git clone $__gitroot $__gitname
-  fi
-
-  msg GIT checkout done or server timeout
-  msg Starting build...
-
-  rm -rf $srcdir/$__gitname-build
-  git clone $srcdir/$__gitname $srcdir/$__gitname-build
-  cd $srcdir/$__gitname-build
-
-  git checkout $pkgver
-
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$__gitname-build
-  make DESTDIR=$pkgdir/ install
-}

Copied: torsocks/repos/community-x86_64/PKGBUILD (from rev 91307, 
torsocks/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-05-21 02:12:58 UTC (rev 91308)
@@ -0,0 +1,30 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
+# Contributor: Rorschach r0rsch...@lavabit.com
+
+pkgname=torsocks
+pkgver=1.3
+pkgrel=4
+pkgdesc='Wrapper to safely torify 

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

2013-03-02 Thread Daniel Micay
Date: Saturday, March 2, 2013 @ 12:55:12
  Author: thestinger
Revision: 85515

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

Added:
  torsocks/repos/community-i686/
  torsocks/repos/community-i686/PKGBUILD
(from rev 85514, torsocks/trunk/PKGBUILD)
  torsocks/repos/community-x86_64/
  torsocks/repos/community-x86_64/PKGBUILD
(from rev 85514, torsocks/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   48 
 community-x86_64/PKGBUILD |   48 
 2 files changed, 96 insertions(+)

Copied: torsocks/repos/community-i686/PKGBUILD (from rev 85514, 
torsocks/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-02 11:55:12 UTC (rev 85515)
@@ -0,0 +1,48 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
+# Contributor: Rorschach r0rsch...@lavabit.com
+
+pkgname=torsocks
+pkgver=1.3
+pkgrel=3
+pkgdesc='Wrapper to safely torify applications'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/torsocks'
+license=('GPL2')
+depends=('tor')
+makedepends=('git')
+options=(!libtool)
+backup=(etc/${pkgname}.conf)
+
+__gitroot=https://git.torproject.org/torsocks
+__gitname=torsocks
+
+build() {
+  cd $srcdir
+  msg Connecting to GIT server
+
+  if [[ -d $__gitname ]]; then
+cd $__gitname  git pull origin
+msg The local files are updated.
+  else
+git clone $__gitroot $__gitname
+  fi
+
+  msg GIT checkout done or server timeout
+  msg Starting build...
+
+  rm -rf $srcdir/$__gitname-build
+  git clone $srcdir/$__gitname $srcdir/$__gitname-build
+  cd $srcdir/$__gitname-build
+
+  git checkout $pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$__gitname-build
+  make DESTDIR=$pkgdir/ install
+}

Copied: torsocks/repos/community-x86_64/PKGBUILD (from rev 85514, 
torsocks/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-02 11:55:12 UTC (rev 85515)
@@ -0,0 +1,48 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
+# Contributor: Rorschach r0rsch...@lavabit.com
+
+pkgname=torsocks
+pkgver=1.3
+pkgrel=3
+pkgdesc='Wrapper to safely torify applications'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/torsocks'
+license=('GPL2')
+depends=('tor')
+makedepends=('git')
+options=(!libtool)
+backup=(etc/${pkgname}.conf)
+
+__gitroot=https://git.torproject.org/torsocks
+__gitname=torsocks
+
+build() {
+  cd $srcdir
+  msg Connecting to GIT server
+
+  if [[ -d $__gitname ]]; then
+cd $__gitname  git pull origin
+msg The local files are updated.
+  else
+git clone $__gitroot $__gitname
+  fi
+
+  msg GIT checkout done or server timeout
+  msg Starting build...
+
+  rm -rf $srcdir/$__gitname-build
+  git clone $srcdir/$__gitname $srcdir/$__gitname-build
+  cd $srcdir/$__gitname-build
+
+  git checkout $pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$__gitname-build
+  make DESTDIR=$pkgdir/ install
+}