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

Gaetan Bisson bisson at nymeria.archlinux.org
Fri May 16 05:25:43 UTC 2014


    Date: Friday, May 16, 2014 @ 07:25:42
  Author: bisson
Revision: 111291

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-05-16 05:25:14 UTC (rev 111290)
+++ community-i686/PKGBUILD	2014-05-16 05:25:42 UTC (rev 111291)
@@ -1,33 +0,0 @@
-# $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')
-
-
-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 111290, libtorrent/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-05-16 05:25:42 UTC (rev 111291)
@@ -0,0 +1,31 @@
+# $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.4
+pkgrel=1
+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=('3a3ca87054d020bc376abe2c1ea15bbbaef31131')
+
+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	2014-05-16 05:25:14 UTC (rev 111290)
+++ community-x86_64/PKGBUILD	2014-05-16 05:25:42 UTC (rev 111291)
@@ -1,33 +0,0 @@
-# $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')
-
-
-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 111290, libtorrent/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-05-16 05:25:42 UTC (rev 111291)
@@ -0,0 +1,31 @@
+# $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.4
+pkgrel=1
+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=('3a3ca87054d020bc376abe2c1ea15bbbaef31131')
+
+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