[arch-commits] Commit in fsarchiver/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-07-12 Thread Jelle van der Waa via arch-commits
Date: Thursday, July 12, 2018 @ 20:49:46
  Author: jelle
Revision: 328530

archrelease: copy trunk to extra-x86_64

Added:
  fsarchiver/repos/extra-x86_64/PKGBUILD
(from rev 328529, fsarchiver/trunk/PKGBUILD)
Deleted:
  fsarchiver/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-12 20:49:35 UTC (rev 328529)
+++ PKGBUILD2018-07-12 20:49:46 UTC (rev 328530)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=fsarchiver
-pkgver=0.8.4
-pkgrel=1
-pkgdesc='Safe and flexible file-system backup and deployment tool'
-arch=('x86_64')
-url='http://www.fsarchiver.org/'
-license=('GPL2')
-depends=('bzip2' 'e2fsprogs' 'lzo' 'xz' 'libgcrypt' 'zlib' 'lz4' 'zstd')
-source=(https://github.com/fdupoux/fsarchiver/releases/download/$pkgver/fsarchiver-$pkgver.tar.gz)
-md5sums=('f81f2407d91637f44967cf54e5ae2656')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: fsarchiver/repos/extra-x86_64/PKGBUILD (from rev 328529, 
fsarchiver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-12 20:49:46 UTC (rev 328530)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=fsarchiver
+pkgver=0.8.5
+pkgrel=1
+pkgdesc='Safe and flexible file-system backup and deployment tool'
+arch=('x86_64')
+url='http://www.fsarchiver.org/'
+license=('GPL2')
+depends=('bzip2' 'e2fsprogs' 'lzo' 'xz' 'libgcrypt' 'zlib' 'lz4' 'zstd')
+source=(https://github.com/fdupoux/fsarchiver/releases/download/$pkgver/fsarchiver-$pkgver.tar.gz)
+md5sums=('dbdc7733e8be2b91cc2749041e6dca48')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in fsarchiver/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-03-09 Thread Jelle van der Waa via arch-commits
Date: Friday, March 9, 2018 @ 17:16:23
  Author: jelle
Revision: 318351

archrelease: copy trunk to extra-x86_64

Added:
  fsarchiver/repos/extra-x86_64/PKGBUILD
(from rev 318350, fsarchiver/trunk/PKGBUILD)
Deleted:
  fsarchiver/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-09 17:16:06 UTC (rev 318350)
+++ PKGBUILD2018-03-09 17:16:23 UTC (rev 318351)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=fsarchiver
-pkgver=0.8.3
-pkgrel=2
-pkgdesc='Safe and flexible file-system backup and deployment tool'
-arch=('x86_64')
-url='http://www.fsarchiver.org/'
-license=('GPL2')
-depends=('bzip2' 'e2fsprogs' 'lzo' 'xz' 'libgcrypt' 'zlib' 'lz4')
-source=(https://github.com/fdupoux/fsarchiver/releases/download/$pkgver/fsarchiver-$pkgver.tar.gz)
-md5sums=('3412c9d6d79bfbcfae5103639da5a014')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: fsarchiver/repos/extra-x86_64/PKGBUILD (from rev 318350, 
fsarchiver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-09 17:16:23 UTC (rev 318351)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=fsarchiver
+pkgver=0.8.4
+pkgrel=1
+pkgdesc='Safe and flexible file-system backup and deployment tool'
+arch=('x86_64')
+url='http://www.fsarchiver.org/'
+license=('GPL2')
+depends=('bzip2' 'e2fsprogs' 'lzo' 'xz' 'libgcrypt' 'zlib' 'lz4' 'zstd')
+source=(https://github.com/fdupoux/fsarchiver/releases/download/$pkgver/fsarchiver-$pkgver.tar.gz)
+md5sums=('f81f2407d91637f44967cf54e5ae2656')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in fsarchiver/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2017-12-28 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 28, 2017 @ 20:50:48
  Author: jelle
Revision: 313743

archrelease: copy trunk to extra-x86_64

Added:
  fsarchiver/repos/extra-x86_64/PKGBUILD
(from rev 313742, fsarchiver/trunk/PKGBUILD)
Deleted:
  fsarchiver/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-28 20:50:32 UTC (rev 313742)
+++ PKGBUILD2017-12-28 20:50:48 UTC (rev 313743)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=fsarchiver
-pkgver=0.8.3
-pkgrel=1
-pkgdesc='Safe and flexible file-system backup and deployment tool'
-arch=('x86_64')
-url='http://www.fsarchiver.org/'
-license=('GPL2')
-depends=('bzip2' 'e2fsprogs' 'lzo' 'xz' 'libgcrypt' 'zlib')
-source=(https://github.com/fdupoux/fsarchiver/releases/download/$pkgver/fsarchiver-$pkgver.tar.gz)
-md5sums=('3412c9d6d79bfbcfae5103639da5a014')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: fsarchiver/repos/extra-x86_64/PKGBUILD (from rev 313742, 
fsarchiver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-28 20:50:48 UTC (rev 313743)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=fsarchiver
+pkgver=0.8.3
+pkgrel=2
+pkgdesc='Safe and flexible file-system backup and deployment tool'
+arch=('x86_64')
+url='http://www.fsarchiver.org/'
+license=('GPL2')
+depends=('bzip2' 'e2fsprogs' 'lzo' 'xz' 'libgcrypt' 'zlib' 'lz4')
+source=(https://github.com/fdupoux/fsarchiver/releases/download/$pkgver/fsarchiver-$pkgver.tar.gz)
+md5sums=('3412c9d6d79bfbcfae5103639da5a014')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in fsarchiver/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2017-12-24 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 24, 2017 @ 14:56:00
  Author: jelle
Revision: 313590

archrelease: copy trunk to extra-x86_64

Added:
  fsarchiver/repos/extra-x86_64/PKGBUILD
(from rev 313589, fsarchiver/trunk/PKGBUILD)
Deleted:
  fsarchiver/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-24 14:55:46 UTC (rev 313589)
+++ PKGBUILD2017-12-24 14:56:00 UTC (rev 313590)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=fsarchiver
-pkgver=0.8.2
-pkgrel=1
-pkgdesc='Safe and flexible file-system backup and deployment tool'
-arch=('i686' 'x86_64')
-url='http://www.fsarchiver.org/'
-license=('GPL2')
-depends=('bzip2' 'e2fsprogs' 'lzo' 'xz' 'libgcrypt' 'zlib')
-source=(https://github.com/fdupoux/fsarchiver/releases/download/$pkgver/fsarchiver-$pkgver.tar.gz)
-md5sums=('fe9438ee1f756e53cbcfb43f368ac943')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: fsarchiver/repos/extra-x86_64/PKGBUILD (from rev 313589, 
fsarchiver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-24 14:56:00 UTC (rev 313590)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=fsarchiver
+pkgver=0.8.3
+pkgrel=1
+pkgdesc='Safe and flexible file-system backup and deployment tool'
+arch=('x86_64')
+url='http://www.fsarchiver.org/'
+license=('GPL2')
+depends=('bzip2' 'e2fsprogs' 'lzo' 'xz' 'libgcrypt' 'zlib')
+source=(https://github.com/fdupoux/fsarchiver/releases/download/$pkgver/fsarchiver-$pkgver.tar.gz)
+md5sums=('3412c9d6d79bfbcfae5103639da5a014')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in fsarchiver/repos (extra-x86_64)

2010-12-27 Thread Andrea Scarpino
Date: Monday, December 27, 2010 @ 11:47:35
  Author: andrea
Revision: 104061

archrelease: remove extra-x86_64

Deleted:
  fsarchiver/repos/extra-x86_64/



[arch-commits] Commit in fsarchiver/repos (extra-x86_64)

2010-12-27 Thread Andrea Scarpino
Date: Monday, December 27, 2010 @ 11:47:49
  Author: andrea
Revision: 104062

archrelease: copy trunk to extra-x86_64

Added:
  fsarchiver/repos/extra-x86_64/



[arch-commits] Commit in fsarchiver/repos (extra-x86_64)

2010-12-19 Thread Andrea Scarpino
Date: Sunday, December 19, 2010 @ 11:56:23
  Author: andrea
Revision: 103454

archrelease: remove extra-x86_64

Deleted:
  fsarchiver/repos/extra-x86_64/



[arch-commits] Commit in fsarchiver/repos (extra-x86_64)

2010-12-19 Thread Andrea Scarpino
Date: Sunday, December 19, 2010 @ 11:56:37
  Author: andrea
Revision: 103455

archrelease: copy trunk to extra-x86_64

Added:
  fsarchiver/repos/extra-x86_64/



[arch-commits] Commit in fsarchiver/repos (extra-x86_64)

2010-10-27 Thread Pierre Schmitz
Date: Wednesday, October 27, 2010 @ 08:00:17
  Author: pierre
Revision: 97168

db-move: fsarchiver removed by pierre for move to [extra] (x86_64)

Deleted:
  fsarchiver/repos/extra-x86_64/



[arch-commits] Commit in fsarchiver/repos (extra-x86_64 testing-x86_64)

2010-10-27 Thread Pierre Schmitz
Date: Wednesday, October 27, 2010 @ 08:00:19
  Author: pierre
Revision: 97169

db-move: moved fsarchiver from [testing] to [extra] (x86_64)

Added:
  fsarchiver/repos/extra-x86_64/
Deleted:
  fsarchiver/repos/testing-x86_64/



[arch-commits] Commit in fsarchiver/repos (extra-x86_64)

2010-05-13 Thread Andrea Scarpino
Date: Thursday, May 13, 2010 @ 07:20:58
  Author: andrea
Revision: 80181

archrelease: copy trunk to extra-x86_64

Added:
  fsarchiver/repos/extra-x86_64/



[arch-commits] Commit in fsarchiver/repos (extra-x86_64)

2010-02-20 Thread Giovanni Scafora
Date: Saturday, February 20, 2010 @ 07:41:07
  Author: giovanni
Revision: 69400

archrelease: remove extra-x86_64

Deleted:
  fsarchiver/repos/extra-x86_64/



[arch-commits] Commit in fsarchiver/repos (extra-x86_64)

2010-02-20 Thread Giovanni Scafora
Date: Saturday, February 20, 2010 @ 07:41:33
  Author: giovanni
Revision: 69401

archrelease: copy trunk to extra-x86_64

Added:
  fsarchiver/repos/extra-x86_64/



[arch-commits] Commit in fsarchiver/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2010-01-24 Thread Giovanni Scafora
Date: Sunday, January 24, 2010 @ 16:28:53
  Author: giovanni
Revision: 65181

Merged revisions 65179 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/fsarchiver/trunk


  r65179 | giovanni | 2010-01-24 22:27:14 +0100 (dom, 24 gen 2010) | 2 lines
  
  upgpkg: fsarchiver 0.6.6-1
  upstream release


Modified:
  fsarchiver/repos/extra-x86_64/(properties)
  fsarchiver/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


Property changes on: fsarchiver/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /fsarchiver/trunk:1-64318
   + /fsarchiver/trunk:1-65180

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-01-24 21:27:58 UTC (rev 65180)
+++ extra-x86_64/PKGBUILD   2010-01-24 21:28:53 UTC (rev 65181)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=fsarchiver
-pkgver=0.6.5
+pkgver=0.6.6
 pkgrel=1
 pkgdesc=A safe and flexible file-system backup and deployment tool
 arch=('i686' 'x86_64')
@@ -12,10 +12,11 @@
 license=('GPL')
 depends=('bzip2' 'e2fsprogs' 'lzo2' 'xz-utils' 'libgcrypt')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('24d50e3e19af3d51a0e2dc8d1304b87e')
+md5sums=('ed2ab64a66153fa615f8ced4ad3dd76a')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
+
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=$pkgdir install



[arch-commits] Commit in fsarchiver/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2010-01-19 Thread Giovanni Scafora
Date: Tuesday, January 19, 2010 @ 14:38:36
  Author: giovanni
Revision: 64319

Merged revisions 63625 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/fsarchiver/trunk


  r63625 | andrea | 2010-01-18 09:10:03 +0100 (lun, 18 gen 2010) | 2 lines
  
  upgpkg: fsarchiver 0.6.5-1
  upstream release


Modified:
  fsarchiver/repos/extra-x86_64/(properties)
  fsarchiver/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


Property changes on: fsarchiver/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /fsarchiver/trunk:1-62175
   + /fsarchiver/trunk:1-64318

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-01-19 19:31:39 UTC (rev 64318)
+++ extra-x86_64/PKGBUILD   2010-01-19 19:38:36 UTC (rev 64319)
@@ -1,9 +1,10 @@
 # $Id$
+# Maintainer:
 # Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=fsarchiver
-pkgver=0.6.4
+pkgver=0.6.5
 pkgrel=1
 pkgdesc=A safe and flexible file-system backup and deployment tool
 arch=('i686' 'x86_64')
@@ -11,8 +12,7 @@
 license=('GPL')
 depends=('bzip2' 'e2fsprogs' 'lzo2' 'xz-utils' 'libgcrypt')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('905f204f6450e85ff3374d06347a5506')
-sha1sums=('f64fb93aa9851c3393671e2fa97f73a92faeedb0')
+md5sums=('24d50e3e19af3d51a0e2dc8d1304b87e')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in fsarchiver/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2010-01-03 Thread Ionut Biru
Date: Sunday, January 3, 2010 @ 13:29:16
  Author: ibiru
Revision: 62158

Merged revisions 62028 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/fsarchiver/trunk


  r62028 | andrea | 2009-12-30 21:09:49 +0200 (Wed, 30 Dec 2009) | 2 lines
  
  upgpkg: fsarchiver 0.6.3-1
  upstream release


Modified:
  fsarchiver/repos/extra-x86_64/(properties)
  fsarchiver/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Property changes on: fsarchiver/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /fsarchiver/trunk:1-60916
   + /fsarchiver/trunk:1-62157

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-01-03 18:27:14 UTC (rev 62157)
+++ extra-x86_64/PKGBUILD   2010-01-03 18:29:16 UTC (rev 62158)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=fsarchiver
-pkgver=0.6.2
+pkgver=0.6.3
 pkgrel=1
 pkgdesc=A safe and flexible file-system backup and deployment tool
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('bzip2' 'e2fsprogs' 'lzo2' 'xz-utils' 'libgcrypt')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('148a13ff7ecc4c65b5517184564ac2fe')
+md5sums=('5a6cf5cae9e7536a840841caa488c729')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in fsarchiver/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2010-01-03 Thread Eric Bélanger
Date: Sunday, January 3, 2010 @ 23:28:37
  Author: eric
Revision: 62176

Merged revisions 62174 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/fsarchiver/trunk


  r62174 | eric | 2010-01-03 23:27:46 -0500 (Sun, 03 Jan 2010) | 2 lines
  
  upgpkg: fsarchiver 0.6.4-1
  Upstream update


Modified:
  fsarchiver/repos/extra-x86_64/(properties)
  fsarchiver/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)


Property changes on: fsarchiver/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /fsarchiver/trunk:1-62157
   + /fsarchiver/trunk:1-62175

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-01-04 04:28:08 UTC (rev 62175)
+++ extra-x86_64/PKGBUILD   2010-01-04 04:28:37 UTC (rev 62176)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=fsarchiver
-pkgver=0.6.3
+pkgver=0.6.4
 pkgrel=1
 pkgdesc=A safe and flexible file-system backup and deployment tool
 arch=('i686' 'x86_64')
@@ -11,10 +11,11 @@
 license=('GPL')
 depends=('bzip2' 'e2fsprogs' 'lzo2' 'xz-utils' 'libgcrypt')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('5a6cf5cae9e7536a840841caa488c729')
+md5sums=('905f204f6450e85ff3374d06347a5506')
+sha1sums=('f64fb93aa9851c3393671e2fa97f73a92faeedb0')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=$pkgdir install