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

Gaetan Bisson bisson at nymeria.archlinux.org
Mon May 13 09:41:28 UTC 2013


    Date: Monday, May 13, 2013 @ 11:41:28
  Author: bisson
Revision: 90569

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

Added:
  libtorrent/repos/community-i686/PKGBUILD
    (from rev 90568, libtorrent/repos/community-testing-i686/PKGBUILD)
  libtorrent/repos/community-x86_64/PKGBUILD
    (from rev 90568, libtorrent/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  libtorrent/repos/community-i686/PKGBUILD
  libtorrent/repos/community-testing-i686/
  libtorrent/repos/community-testing-x86_64/
  libtorrent/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   68 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   32 --------------------
 community-x86_64/PKGBUILD |   32 --------------------
 3 files changed, 68 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-13 09:12:24 UTC (rev 90568)
+++ community-i686/PKGBUILD	2013-05-13 09:41:28 UTC (rev 90569)
@@ -1,32 +0,0 @@
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
-# Contributor: Jeff Mickey <jeff at archlinux.org>
-# Contributor: sh__
-
-pkgname=libtorrent
-pkgver=0.13.2
-pkgrel=2
-pkgdesc='BitTorrent library with a focus on high performance and good code'
-url='http://libtorrent.rakshasa.no/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libsigc++2.0' 'openssl')
-options=('!libtool')
-source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('4f34a744fbe10c54aaf53d34681fabc1a49d7257')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
-	./configure \
-		--prefix=/usr \
-		--disable-debug \
-
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: libtorrent/repos/community-i686/PKGBUILD (from rev 90568, libtorrent/repos/community-testing-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-13 09:41:28 UTC (rev 90569)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+# Contributor: sh__
+
+pkgname=libtorrent
+pkgver=0.13.3
+pkgrel=2
+pkgdesc='BitTorrent library with a focus on high performance and good code'
+url='http://libtorrent.rakshasa.no/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('openssl')
+source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('e65a20b9e6d5c04b4e0849543d58befb60d948b7')
+
+options=('!libtool')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
+	./configure \
+		--prefix=/usr \
+		--disable-debug \
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-13 09:12:24 UTC (rev 90568)
+++ community-x86_64/PKGBUILD	2013-05-13 09:41:28 UTC (rev 90569)
@@ -1,32 +0,0 @@
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
-# Contributor: Jeff Mickey <jeff at archlinux.org>
-# Contributor: sh__
-
-pkgname=libtorrent
-pkgver=0.13.2
-pkgrel=2
-pkgdesc='BitTorrent library with a focus on high performance and good code'
-url='http://libtorrent.rakshasa.no/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libsigc++2.0' 'openssl')
-options=('!libtool')
-source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('4f34a744fbe10c54aaf53d34681fabc1a49d7257')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
-	./configure \
-		--prefix=/usr \
-		--disable-debug \
-
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: libtorrent/repos/community-x86_64/PKGBUILD (from rev 90568, libtorrent/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-13 09:41:28 UTC (rev 90569)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+# Contributor: sh__
+
+pkgname=libtorrent
+pkgver=0.13.3
+pkgrel=2
+pkgdesc='BitTorrent library with a focus on high performance and good code'
+url='http://libtorrent.rakshasa.no/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('openssl')
+source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('e65a20b9e6d5c04b4e0849543d58befb60d948b7')
+
+options=('!libtool')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
+	./configure \
+		--prefix=/usr \
+		--disable-debug \
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list