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

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


    Date: Monday, May 13, 2013 @ 11:41:29
  Author: bisson
Revision: 90570

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-13 09:41:28 UTC (rev 90569)
+++ community-i686/PKGBUILD	2013-05-13 09:41:29 UTC (rev 90570)
@@ -1,36 +0,0 @@
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor:  Daenyth <Daenyth [at] gmail [dot] com>
-# Contributor: Jeff Mickey <jeff at archlinux.org>
-# Contributor: sh__
-
-pkgname=rtorrent
-pkgver=0.9.2
-pkgrel=2
-pkgdesc='Ncurses BitTorrent client based on libTorrent'
-url='http://libtorrent.rakshasa.no/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libtorrent=0.13.2' 'curl' 'xmlrpc-c')
-source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('2a642d722745091265037ed8929a23c237a3b99f')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
-	./configure \
-		--prefix=/usr \
-		--disable-debug \
-		--with-xmlrpc-c \
-
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-
-	install -D doc/faq.xml "${pkgdir}"/usr/share/doc/rtorrent/faq.xml
-	install -D doc/rtorrent.1 "${pkgdir}"/usr/share/man/man1/rtorrent.1
-	install -D doc/rtorrent.rc "${pkgdir}"/usr/share/doc/rtorrent/rtorrent.rc
-}

Copied: rtorrent/repos/community-i686/PKGBUILD (from rev 90568, rtorrent/repos/community-testing-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-13 09:41:29 UTC (rev 90570)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor:  Daenyth <Daenyth [at] gmail [dot] com>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+# Contributor: sh__
+
+pkgname=rtorrent
+pkgver=0.9.3
+pkgrel=2
+pkgdesc='Ncurses BitTorrent client based on libTorrent'
+url='http://libtorrent.rakshasa.no/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libtorrent=0.13.3' 'curl' 'xmlrpc-c' 'libsigc++')
+source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('89ec5683a46f000dc23c9bf8a8808985759220e4')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
+	./configure \
+		--prefix=/usr \
+		--disable-debug \
+		--with-xmlrpc-c \
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+	install -D doc/rtorrent.rc "${pkgdir}"/usr/share/doc/rtorrent/rtorrent.rc
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-13 09:41:28 UTC (rev 90569)
+++ community-x86_64/PKGBUILD	2013-05-13 09:41:29 UTC (rev 90570)
@@ -1,36 +0,0 @@
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor:  Daenyth <Daenyth [at] gmail [dot] com>
-# Contributor: Jeff Mickey <jeff at archlinux.org>
-# Contributor: sh__
-
-pkgname=rtorrent
-pkgver=0.9.2
-pkgrel=2
-pkgdesc='Ncurses BitTorrent client based on libTorrent'
-url='http://libtorrent.rakshasa.no/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libtorrent=0.13.2' 'curl' 'xmlrpc-c')
-source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('2a642d722745091265037ed8929a23c237a3b99f')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
-	./configure \
-		--prefix=/usr \
-		--disable-debug \
-		--with-xmlrpc-c \
-
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-
-	install -D doc/faq.xml "${pkgdir}"/usr/share/doc/rtorrent/faq.xml
-	install -D doc/rtorrent.1 "${pkgdir}"/usr/share/man/man1/rtorrent.1
-	install -D doc/rtorrent.rc "${pkgdir}"/usr/share/doc/rtorrent/rtorrent.rc
-}

Copied: rtorrent/repos/community-x86_64/PKGBUILD (from rev 90568, rtorrent/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-13 09:41:29 UTC (rev 90570)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor:  Daenyth <Daenyth [at] gmail [dot] com>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+# Contributor: sh__
+
+pkgname=rtorrent
+pkgver=0.9.3
+pkgrel=2
+pkgdesc='Ncurses BitTorrent client based on libTorrent'
+url='http://libtorrent.rakshasa.no/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libtorrent=0.13.3' 'curl' 'xmlrpc-c' 'libsigc++')
+source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('89ec5683a46f000dc23c9bf8a8808985759220e4')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
+	./configure \
+		--prefix=/usr \
+		--disable-debug \
+		--with-xmlrpc-c \
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+	install -D doc/rtorrent.rc "${pkgdir}"/usr/share/doc/rtorrent/rtorrent.rc
+}




More information about the arch-commits mailing list