[arch-commits] Commit in libtorrent-rasterbar/repos (6 files)

2016-04-29 Thread Felix Yan
Date: Friday, April 29, 2016 @ 09:03:33
  Author: fyan
Revision: 266623

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

Added:
  libtorrent-rasterbar/repos/staging-i686/
  libtorrent-rasterbar/repos/staging-i686/PKGBUILD
(from rev 266622, libtorrent-rasterbar/trunk/PKGBUILD)
  libtorrent-rasterbar/repos/staging-i686/boost-1.60.patch
(from rev 266622, libtorrent-rasterbar/trunk/boost-1.60.patch)
  libtorrent-rasterbar/repos/staging-x86_64/
  libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD
(from rev 266622, libtorrent-rasterbar/trunk/PKGBUILD)
  libtorrent-rasterbar/repos/staging-x86_64/boost-1.60.patch
(from rev 266622, libtorrent-rasterbar/trunk/boost-1.60.patch)

-+
 staging-i686/PKGBUILD   |   36 
 staging-i686/boost-1.60.patch   |   22 ++
 staging-x86_64/PKGBUILD |   36 
 staging-x86_64/boost-1.60.patch |   22 ++
 4 files changed, 116 insertions(+)

Copied: libtorrent-rasterbar/repos/staging-i686/PKGBUILD (from rev 266622, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-04-29 07:03:33 UTC (rev 266623)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=1.1
+pkgrel=1
+epoch=1
+pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
+url="http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!emptydirs')
+source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz)
+sha1sums=('ac6e871d3b71a56e849ab1fc6369165a80acfd32')
+
+build() {
+  cd libtorrent-libtorrent-${pkgver//./_}
+  ./autotool.sh
+  PYTHON=/usr/bin/python2 \
+  ./configure \
+--prefix=/usr \
+--enable-python-binding \
+--with-libgeoip=system \
+--with-libiconv
+  make
+}
+
+package() {
+  cd libtorrent-libtorrent-${pkgver//./_}
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: libtorrent-rasterbar/repos/staging-i686/boost-1.60.patch (from rev 
266622, libtorrent-rasterbar/trunk/boost-1.60.patch)
===
--- staging-i686/boost-1.60.patch   (rev 0)
+++ staging-i686/boost-1.60.patch   2016-04-29 07:03:33 UTC (rev 266623)
@@ -0,0 +1,22 @@
+From 5330ba5af717b983e456be9f576d66b78d9ca214 Mon Sep 17 00:00:00 2001
+From: Andrew Resch 
+Date: Sat, 2 Jan 2016 14:40:02 -0800
+Subject: [PATCH] register_ptr_to_python for boost::shared_ptr
+
+---
+ bindings/python/src/session.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/bindings/python/src/session.cpp b/bindings/python/src/session.cpp
+index fe53e10..727a54a 100644
+--- a/bindings/python/src/session.cpp
 b/bindings/python/src/session.cpp
+@@ -799,7 +799,7 @@ void bind_session()
+ .def("settings", _feed_settings)
+ ;
+ 
+-register_ptr_to_python();
++register_ptr_to_python();
+ 
+ def("high_performance_seed", high_performance_seed);
+ def("min_memory_usage", min_memory_usage);

Copied: libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD (from rev 266622, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-04-29 07:03:33 UTC (rev 266623)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=1.1
+pkgrel=1
+epoch=1
+pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
+url="http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!emptydirs')
+source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz)
+sha1sums=('ac6e871d3b71a56e849ab1fc6369165a80acfd32')
+
+build() {
+  cd libtorrent-libtorrent-${pkgver//./_}
+  ./autotool.sh
+  PYTHON=/usr/bin/python2 \
+  ./configure \
+--prefix=/usr \
+--enable-python-binding \
+--with-libgeoip=system \
+--with-libiconv
+  make
+}
+
+package() {
+  cd libtorrent-libtorrent-${pkgver//./_}
+  make DESTDIR="$pkgdir" install
+  install -Dm644 

[arch-commits] Commit in libtorrent-rasterbar/repos (6 files)

2016-04-02 Thread Felix Yan
Date: Saturday, April 2, 2016 @ 16:18:19
  Author: fyan
Revision: 263752

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

Added:
  libtorrent-rasterbar/repos/testing-i686/
  libtorrent-rasterbar/repos/testing-i686/PKGBUILD
(from rev 263751, libtorrent-rasterbar/trunk/PKGBUILD)
  libtorrent-rasterbar/repos/testing-i686/boost-1.60.patch
(from rev 263751, libtorrent-rasterbar/trunk/boost-1.60.patch)
  libtorrent-rasterbar/repos/testing-x86_64/
  libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD
(from rev 263751, libtorrent-rasterbar/trunk/PKGBUILD)
  libtorrent-rasterbar/repos/testing-x86_64/boost-1.60.patch
(from rev 263751, libtorrent-rasterbar/trunk/boost-1.60.patch)

-+
 testing-i686/PKGBUILD   |   36 
 testing-i686/boost-1.60.patch   |   22 ++
 testing-x86_64/PKGBUILD |   36 
 testing-x86_64/boost-1.60.patch |   22 ++
 4 files changed, 116 insertions(+)

Copied: libtorrent-rasterbar/repos/testing-i686/PKGBUILD (from rev 263751, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-02 14:18:19 UTC (rev 263752)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=1.0.9
+pkgrel=1
+epoch=1
+pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
+url="http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!emptydirs')
+source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz)
+sha1sums=('b52faaaf69442556a21445363f41967643b5f8de')
+
+build() {
+  cd libtorrent-libtorrent-${pkgver//./_}
+  ./autotool.sh
+  PYTHON=/usr/bin/python2 \
+  ./configure \
+--prefix=/usr \
+--enable-python-binding \
+--with-libgeoip=system \
+--with-libiconv
+  make
+}
+
+package() {
+  cd libtorrent-libtorrent-${pkgver//./_}
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: libtorrent-rasterbar/repos/testing-i686/boost-1.60.patch (from rev 
263751, libtorrent-rasterbar/trunk/boost-1.60.patch)
===
--- testing-i686/boost-1.60.patch   (rev 0)
+++ testing-i686/boost-1.60.patch   2016-04-02 14:18:19 UTC (rev 263752)
@@ -0,0 +1,22 @@
+From 5330ba5af717b983e456be9f576d66b78d9ca214 Mon Sep 17 00:00:00 2001
+From: Andrew Resch 
+Date: Sat, 2 Jan 2016 14:40:02 -0800
+Subject: [PATCH] register_ptr_to_python for boost::shared_ptr
+
+---
+ bindings/python/src/session.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/bindings/python/src/session.cpp b/bindings/python/src/session.cpp
+index fe53e10..727a54a 100644
+--- a/bindings/python/src/session.cpp
 b/bindings/python/src/session.cpp
+@@ -799,7 +799,7 @@ void bind_session()
+ .def("settings", _feed_settings)
+ ;
+ 
+-register_ptr_to_python();
++register_ptr_to_python();
+ 
+ def("high_performance_seed", high_performance_seed);
+ def("min_memory_usage", min_memory_usage);

Copied: libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD (from rev 263751, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-04-02 14:18:19 UTC (rev 263752)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=1.0.9
+pkgrel=1
+epoch=1
+pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
+url="http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!emptydirs')
+source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz)
+sha1sums=('b52faaaf69442556a21445363f41967643b5f8de')
+
+build() {
+  cd libtorrent-libtorrent-${pkgver//./_}
+  ./autotool.sh
+  PYTHON=/usr/bin/python2 \
+  ./configure \
+--prefix=/usr \
+--enable-python-binding \
+--with-libgeoip=system \
+--with-libiconv
+  make
+}
+
+package() {
+  cd libtorrent-libtorrent-${pkgver//./_}
+  make DESTDIR="$pkgdir" install
+  install -Dm644 

[arch-commits] Commit in libtorrent-rasterbar/repos (6 files)

2016-03-03 Thread Bartłomiej Piotrowski
Date: Thursday, March 3, 2016 @ 14:51:14
  Author: bpiotrowski
Revision: 260658

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

Added:
  libtorrent-rasterbar/repos/staging-i686/
  libtorrent-rasterbar/repos/staging-i686/PKGBUILD
(from rev 260657, libtorrent-rasterbar/trunk/PKGBUILD)
  libtorrent-rasterbar/repos/staging-i686/boost-1.60.patch
(from rev 260657, libtorrent-rasterbar/trunk/boost-1.60.patch)
  libtorrent-rasterbar/repos/staging-x86_64/
  libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD
(from rev 260657, libtorrent-rasterbar/trunk/PKGBUILD)
  libtorrent-rasterbar/repos/staging-x86_64/boost-1.60.patch
(from rev 260657, libtorrent-rasterbar/trunk/boost-1.60.patch)

-+
 staging-i686/PKGBUILD   |   36 
 staging-i686/boost-1.60.patch   |   22 ++
 staging-x86_64/PKGBUILD |   36 
 staging-x86_64/boost-1.60.patch |   22 ++
 4 files changed, 116 insertions(+)

Copied: libtorrent-rasterbar/repos/staging-i686/PKGBUILD (from rev 260657, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-03 13:51:14 UTC (rev 260658)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=1.0.8
+pkgrel=2
+epoch=1
+pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
+url="http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!emptydirs')
+source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz)
+sha1sums=('7b0cc26207e47d833f6e97b356ed33e7d7859184')
+
+build() {
+  cd libtorrent-libtorrent-${pkgver//./_}
+  ./autotool.sh
+  PYTHON=/usr/bin/python2 \
+  ./configure \
+--prefix=/usr \
+--enable-python-binding \
+--with-libgeoip=system \
+--with-libiconv
+  make
+}
+
+package() {
+  cd libtorrent-libtorrent-${pkgver//./_}
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: libtorrent-rasterbar/repos/staging-i686/boost-1.60.patch (from rev 
260657, libtorrent-rasterbar/trunk/boost-1.60.patch)
===
--- staging-i686/boost-1.60.patch   (rev 0)
+++ staging-i686/boost-1.60.patch   2016-03-03 13:51:14 UTC (rev 260658)
@@ -0,0 +1,22 @@
+From 5330ba5af717b983e456be9f576d66b78d9ca214 Mon Sep 17 00:00:00 2001
+From: Andrew Resch 
+Date: Sat, 2 Jan 2016 14:40:02 -0800
+Subject: [PATCH] register_ptr_to_python for boost::shared_ptr
+
+---
+ bindings/python/src/session.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/bindings/python/src/session.cpp b/bindings/python/src/session.cpp
+index fe53e10..727a54a 100644
+--- a/bindings/python/src/session.cpp
 b/bindings/python/src/session.cpp
+@@ -799,7 +799,7 @@ void bind_session()
+ .def("settings", _feed_settings)
+ ;
+ 
+-register_ptr_to_python();
++register_ptr_to_python();
+ 
+ def("high_performance_seed", high_performance_seed);
+ def("min_memory_usage", min_memory_usage);

Copied: libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD (from rev 260657, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-03 13:51:14 UTC (rev 260658)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=1.0.8
+pkgrel=2
+epoch=1
+pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
+url="http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!emptydirs')
+source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz)
+sha1sums=('7b0cc26207e47d833f6e97b356ed33e7d7859184')
+
+build() {
+  cd libtorrent-libtorrent-${pkgver//./_}
+  ./autotool.sh
+  PYTHON=/usr/bin/python2 \
+  ./configure \
+--prefix=/usr \
+--enable-python-binding \
+--with-libgeoip=system \
+--with-libiconv
+  make
+}
+
+package() {
+  cd libtorrent-libtorrent-${pkgver//./_}
+  make DESTDIR="$pkgdir" install
+  install 

[arch-commits] Commit in libtorrent-rasterbar/repos (6 files)

2016-01-21 Thread Felix Yan
Date: Friday, January 22, 2016 @ 04:05:04
  Author: fyan
Revision: 258499

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

Added:
  libtorrent-rasterbar/repos/testing-i686/
  libtorrent-rasterbar/repos/testing-i686/PKGBUILD
(from rev 258498, libtorrent-rasterbar/trunk/PKGBUILD)
  libtorrent-rasterbar/repos/testing-i686/boost-1.60.patch
(from rev 258498, libtorrent-rasterbar/trunk/boost-1.60.patch)
  libtorrent-rasterbar/repos/testing-x86_64/
  libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD
(from rev 258498, libtorrent-rasterbar/trunk/PKGBUILD)
  libtorrent-rasterbar/repos/testing-x86_64/boost-1.60.patch
(from rev 258498, libtorrent-rasterbar/trunk/boost-1.60.patch)

-+
 testing-i686/PKGBUILD   |   36 
 testing-i686/boost-1.60.patch   |   22 ++
 testing-x86_64/PKGBUILD |   36 
 testing-x86_64/boost-1.60.patch |   22 ++
 4 files changed, 116 insertions(+)

Copied: libtorrent-rasterbar/repos/testing-i686/PKGBUILD (from rev 258498, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-01-22 03:05:04 UTC (rev 258499)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=1.0.8
+pkgrel=1
+epoch=1
+pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
+url="http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!emptydirs')
+source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz)
+sha1sums=('7b0cc26207e47d833f6e97b356ed33e7d7859184')
+
+build() {
+  cd libtorrent-libtorrent-${pkgver//./_}
+  ./autotool.sh
+  PYTHON=/usr/bin/python2 \
+  ./configure \
+--prefix=/usr \
+--enable-python-binding \
+--with-libgeoip=system \
+--with-libiconv
+  make
+}
+
+package() {
+  cd libtorrent-libtorrent-${pkgver//./_}
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: libtorrent-rasterbar/repos/testing-i686/boost-1.60.patch (from rev 
258498, libtorrent-rasterbar/trunk/boost-1.60.patch)
===
--- testing-i686/boost-1.60.patch   (rev 0)
+++ testing-i686/boost-1.60.patch   2016-01-22 03:05:04 UTC (rev 258499)
@@ -0,0 +1,22 @@
+From 5330ba5af717b983e456be9f576d66b78d9ca214 Mon Sep 17 00:00:00 2001
+From: Andrew Resch 
+Date: Sat, 2 Jan 2016 14:40:02 -0800
+Subject: [PATCH] register_ptr_to_python for boost::shared_ptr
+
+---
+ bindings/python/src/session.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/bindings/python/src/session.cpp b/bindings/python/src/session.cpp
+index fe53e10..727a54a 100644
+--- a/bindings/python/src/session.cpp
 b/bindings/python/src/session.cpp
+@@ -799,7 +799,7 @@ void bind_session()
+ .def("settings", _feed_settings)
+ ;
+ 
+-register_ptr_to_python();
++register_ptr_to_python();
+ 
+ def("high_performance_seed", high_performance_seed);
+ def("min_memory_usage", min_memory_usage);

Copied: libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD (from rev 258498, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-01-22 03:05:04 UTC (rev 258499)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=1.0.8
+pkgrel=1
+epoch=1
+pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
+url="http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!emptydirs')
+source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz)
+sha1sums=('7b0cc26207e47d833f6e97b356ed33e7d7859184')
+
+build() {
+  cd libtorrent-libtorrent-${pkgver//./_}
+  ./autotool.sh
+  PYTHON=/usr/bin/python2 \
+  ./configure \
+--prefix=/usr \
+--enable-python-binding \
+--with-libgeoip=system \
+--with-libiconv
+  make
+}
+
+package() {
+  cd libtorrent-libtorrent-${pkgver//./_}
+  make DESTDIR="$pkgdir" install
+  install -Dm644 

[arch-commits] Commit in libtorrent-rasterbar/repos (6 files)

2016-01-11 Thread Felix Yan
Date: Tuesday, January 12, 2016 @ 04:15:24
  Author: fyan
Revision: 257956

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

Added:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
(from rev 257955, libtorrent-rasterbar/trunk/PKGBUILD)
  libtorrent-rasterbar/repos/extra-i686/boost-1.60.patch
(from rev 257955, libtorrent-rasterbar/trunk/boost-1.60.patch)
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD
(from rev 257955, libtorrent-rasterbar/trunk/PKGBUILD)
  libtorrent-rasterbar/repos/extra-x86_64/boost-1.60.patch
(from rev 257955, libtorrent-rasterbar/trunk/boost-1.60.patch)
Deleted:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 extra-i686/PKGBUILD   |   34 ---
 extra-i686/boost-1.60.patch   |   22 ++
 extra-x86_64/PKGBUILD |   34 ---
 extra-x86_64/boost-1.60.patch |   22 ++
 5 files changed, 130 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-12 03:14:31 UTC (rev 257955)
+++ extra-i686/PKGBUILD 2016-01-12 03:15:24 UTC (rev 257956)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Hugo Doria 
-
-pkgname=libtorrent-rasterbar
-pkgver=1.0.7
-pkgrel=3
-epoch=1
-pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
-url="http://www.rasterbar.com/products/libtorrent/;
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('boost-libs' 'geoip' 'python2')
-makedepends=('boost')
-options=('!emptydirs')
-source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz)
-sha1sums=('db272a0c09a1fad721fe88e6e3942b9160bd0c61')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 \
-  ./configure \
---prefix=/usr \
---enable-python-binding \
---with-libgeoip=system \
---with-libiconv
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libtorrent-rasterbar/repos/extra-i686/PKGBUILD (from rev 257955, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-12 03:15:24 UTC (rev 257956)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=1.0.7
+pkgrel=4
+epoch=1
+pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
+url="http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!emptydirs')
+source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz
+boost-1.60.patch)
+sha1sums=('db272a0c09a1fad721fe88e6e3942b9160bd0c61'
+  'aeef8300f91b2842776feac8ca3717f62539ac74')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # FS#47519
+  patch -p1 -i ../boost-1.60.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 \
+  ./configure \
+--prefix=/usr \
+--enable-python-binding \
+--with-libgeoip=system \
+--with-libiconv
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: libtorrent-rasterbar/repos/extra-i686/boost-1.60.patch (from rev 
257955, libtorrent-rasterbar/trunk/boost-1.60.patch)
===
--- extra-i686/boost-1.60.patch (rev 0)
+++ extra-i686/boost-1.60.patch 2016-01-12 03:15:24 UTC (rev 257956)
@@ -0,0 +1,22 @@
+From 5330ba5af717b983e456be9f576d66b78d9ca214 Mon Sep 17 00:00:00 2001
+From: Andrew Resch 
+Date: Sat, 2 Jan 2016 14:40:02 -0800
+Subject: [PATCH] register_ptr_to_python for boost::shared_ptr
+
+---
+ bindings/python/src/session.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/bindings/python/src/session.cpp b/bindings/python/src/session.cpp
+index fe53e10..727a54a 100644
+--- a/bindings/python/src/session.cpp
 b/bindings/python/src/session.cpp
+@@ -799,7 +799,7 @@ void bind_session()
+ .def("settings", _feed_settings)
+ ;
+ 
+-register_ptr_to_python();
++register_ptr_to_python();
+ 
+ def("high_performance_seed", high_performance_seed);
+ def("min_memory_usage", min_memory_usage);

Deleted: 

[arch-commits] Commit in libtorrent-rasterbar/repos (6 files)

2013-11-02 Thread Ionuț Mircea Bîru
Date: Saturday, November 2, 2013 @ 09:58:54
  Author: ioni
Revision: 198715

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

Added:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
(from rev 198714, libtorrent-rasterbar/trunk/PKGBUILD)
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD
(from rev 198714, libtorrent-rasterbar/trunk/PKGBUILD)
Deleted:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
  libtorrent-rasterbar/repos/extra-i686/boost-154.patch
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD
  libtorrent-rasterbar/repos/extra-x86_64/boost-154.patch

--+
 /PKGBUILD|   62 +
 extra-i686/PKGBUILD  |   38 -
 extra-i686/boost-154.patch   |   11 ---
 extra-x86_64/PKGBUILD|   38 -
 extra-x86_64/boost-154.patch |   11 ---
 5 files changed, 62 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-02 08:58:18 UTC (rev 198714)
+++ extra-i686/PKGBUILD 2013-11-02 08:58:54 UTC (rev 198715)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=libtorrent-rasterbar
-pkgver=0.16.10
-pkgrel=2
-epoch=1
-pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
-url=http://www.rasterbar.com/products/libtorrent/;
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('boost-libs' 'geoip' 'python2')
-makedepends=('boost')
-options=('!emptydirs')
-source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz
-'boost-154.patch')
-sha1sums=('8b24442132e52f8765c79b20ffdea8b33bc5aa42'
-  'b1e66ffbeba5c2b217bc0d02bc2c49aa6b603fa3')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ${srcdir}/boost-154.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --enable-python-binding \
-  --with-libgeoip=system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libtorrent-rasterbar/repos/extra-i686/PKGBUILD (from rev 198714, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-02 08:58:54 UTC (rev 198715)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.12
+pkgrel=1
+epoch=1
+pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
+url=http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('cd326fd2609c3d00c25dabdd441a0704efbf0207')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --enable-python-binding \
+  --with-libgeoip=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-i686/boost-154.patch
===
--- extra-i686/boost-154.patch  2013-11-02 08:58:18 UTC (rev 198714)
+++ extra-i686/boost-154.patch  2013-11-02 08:58:54 UTC (rev 198715)
@@ -1,11 +0,0 @@
 libtorrent-rasterbar-0.16.10/include/libtorrent/disk_buffer_pool.hpp~  
2013-07-11 07:37:03.057798742 +
-+++ libtorrent-rasterbar-0.16.10/include/libtorrent/disk_buffer_pool.hpp   
2013-07-11 07:37:27.110960260 +
-@@ -33,6 +33,8 @@
- #ifndef TORRENT_DISK_BUFFER_POOL
- #define TORRENT_DISK_BUFFER_POOL
- 
-+#include boost/noncopyable.hpp
-+
- #include libtorrent/config.hpp
- #include libtorrent/thread.hpp
- #include libtorrent/session_settings.hpp

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-02 08:58:18 UTC (rev 198714)
+++ extra-x86_64/PKGBUILD   2013-11-02 08:58:54 UTC (rev 198715)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=libtorrent-rasterbar
-pkgver=0.16.10
-pkgrel=2
-epoch=1
-pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
-url=http://www.rasterbar.com/products/libtorrent/;
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('boost-libs' 'geoip' 'python2')
-makedepends=('boost')
-options=('!emptydirs')
-source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz
-

[arch-commits] Commit in libtorrent-rasterbar/repos (6 files)

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:16:50
  Author: stephane
Revision: 181124

db-move: moved libtorrent-rasterbar from [testing] to [extra] (i686, x86_64)

Added:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
(from rev 181114, libtorrent-rasterbar/repos/testing-i686/PKGBUILD)
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD
(from rev 181114, libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD)
Deleted:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD
  libtorrent-rasterbar/repos/testing-i686/
  libtorrent-rasterbar/repos/testing-x86_64/

---+
 /PKGBUILD |   62 
 extra-i686/PKGBUILD   |   31 
 extra-x86_64/PKGBUILD |   31 
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-31 19:16:47 UTC (rev 181123)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:50 UTC (rev 181124)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=libtorrent-rasterbar
-pkgver=0.16.9
-pkgrel=1
-epoch=1
-pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
-url=http://www.rasterbar.com/products/libtorrent/;
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('boost-libs' 'geoip' 'python2')
-makedepends=('boost')
-options=('!libtool' '!emptydirs')
-source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('4335c8b275f041d6d34a493b21f2d7234ffca34b')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --enable-python-binding \
-  --with-libgeoip=system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libtorrent-rasterbar/repos/extra-i686/PKGBUILD (from rev 181114, 
libtorrent-rasterbar/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:50 UTC (rev 181124)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.9
+pkgrel=2
+epoch=1
+pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
+url=http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!libtool' '!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('4335c8b275f041d6d34a493b21f2d7234ffca34b')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --enable-python-binding \
+  --with-libgeoip=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-31 19:16:47 UTC (rev 181123)
+++ extra-x86_64/PKGBUILD   2013-03-31 19:16:50 UTC (rev 181124)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=libtorrent-rasterbar
-pkgver=0.16.9
-pkgrel=1
-epoch=1
-pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
-url=http://www.rasterbar.com/products/libtorrent/;
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('boost-libs' 'geoip' 'python2')
-makedepends=('boost')
-options=('!libtool' '!emptydirs')
-source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('4335c8b275f041d6d34a493b21f2d7234ffca34b')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --enable-python-binding \
-  --with-libgeoip=system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD (from rev 181114, 
libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-31 19:16:50 UTC (rev 181124)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.9
+pkgrel=2
+epoch=1
+pkgdesc=A C++ library that aims to be a good alternative to all the other 

[arch-commits] Commit in libtorrent-rasterbar/repos (6 files)

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:14:41
  Author: stephane
Revision: 181020

db-move: moved libtorrent-rasterbar from [staging] to [testing] (i686, x86_64)

Added:
  libtorrent-rasterbar/repos/testing-i686/
  libtorrent-rasterbar/repos/testing-i686/PKGBUILD
(from rev 181010, libtorrent-rasterbar/repos/staging-i686/PKGBUILD)
  libtorrent-rasterbar/repos/testing-x86_64/
  libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD
(from rev 181010, libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD)
Deleted:
  libtorrent-rasterbar/repos/staging-i686/
  libtorrent-rasterbar/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: libtorrent-rasterbar/repos/testing-i686/PKGBUILD (from rev 181010, 
libtorrent-rasterbar/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-29 19:14:41 UTC (rev 181020)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.9
+pkgrel=2
+epoch=1
+pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
+url=http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!libtool' '!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('4335c8b275f041d6d34a493b21f2d7234ffca34b')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --enable-python-binding \
+  --with-libgeoip=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD (from rev 181010, 
libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-29 19:14:41 UTC (rev 181020)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.9
+pkgrel=2
+epoch=1
+pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
+url=http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!libtool' '!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('4335c8b275f041d6d34a493b21f2d7234ffca34b')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --enable-python-binding \
+  --with-libgeoip=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in libtorrent-rasterbar/repos (6 files)

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:48:24
  Author: stephane
Revision: 176291

db-move: moved libtorrent-rasterbar from [testing] to [extra] (i686, x86_64)

Added:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
(from rev 176280, libtorrent-rasterbar/repos/testing-i686/PKGBUILD)
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD
(from rev 176280, libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD)
Deleted:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD
  libtorrent-rasterbar/repos/testing-i686/
  libtorrent-rasterbar/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   62 
 extra-x86_64/PKGBUILD |   62 
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-28 16:48:23 UTC (rev 176290)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:24 UTC (rev 176291)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=libtorrent-rasterbar
-pkgver=0.16.7
-pkgrel=1
-epoch=1
-pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
-url=http://www.rasterbar.com/products/libtorrent/;
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('boost-libs' 'geoip' 'python2')
-makedepends=('boost')
-options=('!libtool' '!emptydirs')
-source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('94b132a17d8f6a5345937731343398be8d31f170')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --enable-python-binding \
-  --with-libgeoip=system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libtorrent-rasterbar/repos/extra-i686/PKGBUILD (from rev 176280, 
libtorrent-rasterbar/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:24 UTC (rev 176291)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.7
+pkgrel=2
+epoch=1
+pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
+url=http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!libtool' '!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('94b132a17d8f6a5345937731343398be8d31f170')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --enable-python-binding \
+  --with-libgeoip=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-28 16:48:23 UTC (rev 176290)
+++ extra-x86_64/PKGBUILD   2013-01-28 16:48:24 UTC (rev 176291)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=libtorrent-rasterbar
-pkgver=0.16.7
-pkgrel=1
-epoch=1
-pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
-url=http://www.rasterbar.com/products/libtorrent/;
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('boost-libs' 'geoip' 'python2')
-makedepends=('boost')
-options=('!libtool' '!emptydirs')
-source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('94b132a17d8f6a5345937731343398be8d31f170')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --enable-python-binding \
-  --with-libgeoip=system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD (from rev 176280, 
libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-28 16:48:24 UTC (rev 176291)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.7
+pkgrel=2
+epoch=1
+pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around

[arch-commits] Commit in libtorrent-rasterbar/repos (6 files)

2013-01-12 Thread Eric Bélanger
Date: Saturday, January 12, 2013 @ 11:47:42
  Author: eric
Revision: 175075

db-move: moved libtorrent-rasterbar from [testing] to [extra] (i686, x86_64)

Added:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
(from rev 175074, libtorrent-rasterbar/repos/testing-i686/PKGBUILD)
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD
(from rev 175074, libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD)
Deleted:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD
  libtorrent-rasterbar/repos/testing-i686/
  libtorrent-rasterbar/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   62 
 extra-x86_64/PKGBUILD |   62 
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-12 15:33:07 UTC (rev 175074)
+++ extra-i686/PKGBUILD 2013-01-12 16:47:42 UTC (rev 175075)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=libtorrent-rasterbar
-pkgver=0.16.5
-pkgrel=1
-epoch=1
-pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
-url=http://www.rasterbar.com/products/libtorrent/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('boost-libs' 'geoip' 'python2')
-makedepends=('boost')
-options=('!libtool' '!emptydirs')
-source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('dde29c7a51392d9098de23e2e69a993a5c380016')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --enable-python-binding \
-  --with-libgeoip=system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libtorrent-rasterbar/repos/extra-i686/PKGBUILD (from rev 175074, 
libtorrent-rasterbar/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-12 16:47:42 UTC (rev 175075)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.6
+pkgrel=1
+epoch=1
+pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
+url=http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!libtool' '!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('baf95f53be99a90c4bb1488a72e9d625684bbbd2')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --enable-python-binding \
+  --with-libgeoip=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-12 15:33:07 UTC (rev 175074)
+++ extra-x86_64/PKGBUILD   2013-01-12 16:47:42 UTC (rev 175075)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=libtorrent-rasterbar
-pkgver=0.16.5
-pkgrel=1
-epoch=1
-pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
-url=http://www.rasterbar.com/products/libtorrent/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('boost-libs' 'geoip' 'python2')
-makedepends=('boost')
-options=('!libtool' '!emptydirs')
-source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('dde29c7a51392d9098de23e2e69a993a5c380016')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --enable-python-binding \
-  --with-libgeoip=system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD (from rev 175074, 
libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-12 16:47:42 UTC (rev 175075)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.6
+pkgrel=1
+epoch=1
+pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations 

[arch-commits] Commit in libtorrent-rasterbar/repos (6 files)

2013-01-07 Thread Eric Bélanger
Date: Monday, January 7, 2013 @ 21:53:39
  Author: eric
Revision: 174856

db-move: moved libtorrent-rasterbar from [staging] to [testing] (i686, x86_64)

Added:
  libtorrent-rasterbar/repos/testing-i686/
  libtorrent-rasterbar/repos/testing-i686/PKGBUILD
(from rev 174855, libtorrent-rasterbar/repos/staging-i686/PKGBUILD)
  libtorrent-rasterbar/repos/testing-x86_64/
  libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD
(from rev 174855, libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD)
Deleted:
  libtorrent-rasterbar/repos/staging-i686/
  libtorrent-rasterbar/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: libtorrent-rasterbar/repos/testing-i686/PKGBUILD (from rev 174855, 
libtorrent-rasterbar/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-08 02:53:39 UTC (rev 174856)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.6
+pkgrel=1
+epoch=1
+pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
+url=http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!libtool' '!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('baf95f53be99a90c4bb1488a72e9d625684bbbd2')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --enable-python-binding \
+  --with-libgeoip=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD (from rev 174855, 
libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-01-08 02:53:39 UTC (rev 174856)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.6
+pkgrel=1
+epoch=1
+pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
+url=http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!libtool' '!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('baf95f53be99a90c4bb1488a72e9d625684bbbd2')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --enable-python-binding \
+  --with-libgeoip=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in libtorrent-rasterbar/repos (6 files)

2012-07-17 Thread Ionut Biru
Date: Tuesday, July 17, 2012 @ 21:05:39
  Author: ibiru
Revision: 163709

db-move: moved libtorrent-rasterbar from [testing] to [extra] ( i686,  x86_64)

Added:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
(from rev 163700, libtorrent-rasterbar/repos/testing-i686/PKGBUILD)
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD
(from rev 163700, libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD)
Deleted:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD
  libtorrent-rasterbar/repos/testing-i686/
  libtorrent-rasterbar/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   62 
 extra-x86_64/PKGBUILD |   62 
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-18 01:05:35 UTC (rev 163708)
+++ extra-i686/PKGBUILD 2012-07-18 01:05:39 UTC (rev 163709)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=libtorrent-rasterbar
-pkgver=0.15.10
-pkgrel=1
-epoch=1
-pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
-url=http://www.rasterbar.com/products/libtorrent/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('boost-libs' 'geoip' 'python2')
-makedepends=('boost')
-options=('!libtool' '!emptydirs')
-source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('3e461d9ede5fab3fb59be6a9f0cbc52121d536c4')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON2=/usr/bin/python2 ./configure --prefix=/usr \
-  --enable-python-binding \
-  --with-libgeoip=system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libtorrent-rasterbar/repos/extra-i686/PKGBUILD (from rev 163700, 
libtorrent-rasterbar/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-18 01:05:39 UTC (rev 163709)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.1
+pkgrel=1
+epoch=1
+pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
+url=http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!libtool' '!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('798944301ee6ef8e0d8de3d944c59d184ef1a4d3')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON2=/usr/bin/python2 ./configure --prefix=/usr \
+  --enable-python-binding \
+  --with-libgeoip=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-18 01:05:35 UTC (rev 163708)
+++ extra-x86_64/PKGBUILD   2012-07-18 01:05:39 UTC (rev 163709)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=libtorrent-rasterbar
-pkgver=0.15.10
-pkgrel=1
-epoch=1
-pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
-url=http://www.rasterbar.com/products/libtorrent/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('boost-libs' 'geoip' 'python2')
-makedepends=('boost')
-options=('!libtool' '!emptydirs')
-source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('3e461d9ede5fab3fb59be6a9f0cbc52121d536c4')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON2=/usr/bin/python2 ./configure --prefix=/usr \
-  --enable-python-binding \
-  --with-libgeoip=system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD (from rev 163700, 
libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-07-18 01:05:39 UTC (rev 163709)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.1
+pkgrel=1
+epoch=1
+pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent 

[arch-commits] Commit in libtorrent-rasterbar/repos (6 files)

2012-07-15 Thread Ionut Biru
Date: Sunday, July 15, 2012 @ 09:17:05
  Author: ibiru
Revision: 163550

db-move: moved libtorrent-rasterbar from [staging] to [testing] ( i686,  x86_64)

Added:
  libtorrent-rasterbar/repos/testing-i686/
  libtorrent-rasterbar/repos/testing-i686/PKGBUILD
(from rev 163541, libtorrent-rasterbar/repos/staging-i686/PKGBUILD)
  libtorrent-rasterbar/repos/testing-x86_64/
  libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD
(from rev 163541, libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD)
Deleted:
  libtorrent-rasterbar/repos/staging-i686/
  libtorrent-rasterbar/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: libtorrent-rasterbar/repos/testing-i686/PKGBUILD (from rev 163541, 
libtorrent-rasterbar/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-15 13:17:05 UTC (rev 163550)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.1
+pkgrel=1
+epoch=1
+pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
+url=http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!libtool' '!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('798944301ee6ef8e0d8de3d944c59d184ef1a4d3')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON2=/usr/bin/python2 ./configure --prefix=/usr \
+  --enable-python-binding \
+  --with-libgeoip=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD (from rev 163541, 
libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-15 13:17:05 UTC (rev 163550)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.1
+pkgrel=1
+epoch=1
+pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
+url=http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!libtool' '!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('798944301ee6ef8e0d8de3d944c59d184ef1a4d3')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON2=/usr/bin/python2 ./configure --prefix=/usr \
+  --enable-python-binding \
+  --with-libgeoip=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}