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

2015-07-23 Thread Jan Steffens
Date: Thursday, July 23, 2015 @ 11:06:36
  Author: heftig
Revision: 137305

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

Added:
  xdelta3/repos/community-i686/PKGBUILD
(from rev 137304, xdelta3/trunk/PKGBUILD)
  xdelta3/repos/community-i686/public.key
(from rev 137304, xdelta3/trunk/public.key)
  xdelta3/repos/community-x86_64/PKGBUILD
(from rev 137304, xdelta3/trunk/PKGBUILD)
  xdelta3/repos/community-x86_64/public.key
(from rev 137304, xdelta3/trunk/public.key)
Deleted:
  xdelta3/repos/community-i686/PKGBUILD
  xdelta3/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   40 ---
 community-x86_64/PKGBUILD |   40 ---
 3 files changed, 76 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-23 09:03:21 UTC (rev 137304)
+++ community-i686/PKGBUILD 2015-07-23 09:06:36 UTC (rev 137305)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Eduard bekks Warkentin eduard.warken...@gmail.com
-# Contributor: Henning Garus henning.ga...@gmail.com
-
-pkgname=xdelta3
-pkgver=3.0.9
-pkgrel=1
-pkgdesc='Diff utility which works with binary files'
-arch=('x86_64' 'i686')
-url='http://xdelta.org/'
-license=('GPL')
-depends=('xz')
-source=(https://github.com/jmacd/xdelta-devel/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz;)
-sha1sums=('a3c28412052f3f49ba1ea60ca9c97fcb377cc70f')
-
-# Check fails, but upstream says the failure is harmless:
-# https://github.com/jmacd/xdelta/issues/194
-# Disabling the check, for now.
-#
-#check() {
-#  cd $pkgname-$pkgver
-#
-#  ./$pkgname test
-#}
-
-build() {
-  cd $pkgname-$pkgver
-  
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}
-
-# getver: github.com/jmacd/xdelta-devel/releases
-# vim:set ts=2 sw=2 et:

Copied: xdelta3/repos/community-i686/PKGBUILD (from rev 137304, 
xdelta3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-23 09:06:36 UTC (rev 137305)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Eduard bekks Warkentin eduard.warken...@gmail.com
+# Contributor: Henning Garus henning.ga...@gmail.com
+
+pkgname=xdelta3
+pkgver=3.0.10
+pkgrel=1
+pkgdesc='Diff utility which works with binary files'
+arch=('x86_64' 'i686')
+url='http://xdelta.org/'
+license=('GPL')
+depends=('xz')
+source=(https://github.com/jmacd/xdelta-devel/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.sig})
+sha1sums=('f11894d22b1577a1fb27e72299e613134e923aa3'
+  'SKIP')
+validpgpkeys=('B56315DB06EC0C6FAC7C60E22B9ED4DF0ABFB111')
+
+build() {
+  cd $pkgname-$pkgver
+  
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  ./$pkgname test
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# getver: github.com/jmacd/xdelta-devel/releases
+# vim:set ts=2 sw=2 et:

Copied: xdelta3/repos/community-i686/public.key (from rev 137304, 
xdelta3/trunk/public.key)
===
(Binary files differ)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-23 09:03:21 UTC (rev 137304)
+++ community-x86_64/PKGBUILD   2015-07-23 09:06:36 UTC (rev 137305)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Eduard bekks Warkentin eduard.warken...@gmail.com
-# Contributor: Henning Garus henning.ga...@gmail.com
-
-pkgname=xdelta3
-pkgver=3.0.9
-pkgrel=1
-pkgdesc='Diff utility which works with binary files'
-arch=('x86_64' 'i686')
-url='http://xdelta.org/'
-license=('GPL')
-depends=('xz')
-source=(https://github.com/jmacd/xdelta-devel/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz;)
-sha1sums=('a3c28412052f3f49ba1ea60ca9c97fcb377cc70f')
-
-# Check fails, but upstream says the failure is harmless:
-# https://github.com/jmacd/xdelta/issues/194
-# Disabling the check, for now.
-#
-#check() {
-#  cd $pkgname-$pkgver
-#
-#  ./$pkgname test
-#}
-
-build() {
-  cd $pkgname-$pkgver
-  
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}
-
-# getver: github.com/jmacd/xdelta-devel/releases
-# vim:set ts=2 sw=2 et:

Copied: xdelta3/repos/community-x86_64/PKGBUILD (from rev 137304, 
xdelta3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   

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

2015-05-13 Thread Alexander Rødseth
Date: Wednesday, May 13, 2015 @ 13:45:00
  Author: arodseth
Revision: 133366

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

Added:
  xdelta3/repos/community-i686/PKGBUILD
(from rev 133365, xdelta3/trunk/PKGBUILD)
  xdelta3/repos/community-x86_64/PKGBUILD
(from rev 133365, xdelta3/trunk/PKGBUILD)
Deleted:
  xdelta3/repos/community-i686/PKGBUILD
  xdelta3/repos/community-i686/regtest_size_t.patch
  xdelta3/repos/community-x86_64/PKGBUILD
  xdelta3/repos/community-x86_64/regtest_size_t.patch

---+
 /PKGBUILD |   80 
 community-i686/PKGBUILD   |   44 -
 community-i686/regtest_size_t.patch   |   11 
 community-x86_64/PKGBUILD |   44 -
 community-x86_64/regtest_size_t.patch |   11 
 5 files changed, 80 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-13 11:44:47 UTC (rev 133365)
+++ community-i686/PKGBUILD 2015-05-13 11:45:00 UTC (rev 133366)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Eduard bekks Warkentin eduard.warken...@gmail.com
-# Contributor: Henning Garus henning.ga...@gmail.com
-
-pkgname=xdelta3
-pkgver=3.0.8
-pkgrel=1
-pkgdesc='Diff utility which works with binary files'
-arch=('x86_64' 'i686')
-url='http://xdelta.org/'
-license=('GPL')
-depends=('xz')
-source=(http://${pkgname/3}.googlecode.com/files/$pkgname-$pkgver.tar.xz;
-'regtest_size_t.patch')
-# SHA1 sum from 
https://code.google.com/p/xdelta/downloads/detail?name=xdelta3-3.0.8.tar.xzcan=2q=

-sha1sums=('62c7a029e96c0904bb47a5e2f3de08473a185539'
-  'c2816b5d4bfb405d3adb771fa09b367a88971240')
-
-prepare() {
-  cd $pkgname-$pkgver
-  
-  patch -Np1 -i ../regtest_size_t.patch
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  ./$pkgname test
-}
-
-build() {
-  cd $pkgname-$pkgver
-  
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xdelta3/repos/community-i686/PKGBUILD (from rev 133365, 
xdelta3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-13 11:45:00 UTC (rev 133366)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Eduard bekks Warkentin eduard.warken...@gmail.com
+# Contributor: Henning Garus henning.ga...@gmail.com
+
+pkgname=xdelta3
+pkgver=3.0.9
+pkgrel=1
+pkgdesc='Diff utility which works with binary files'
+arch=('x86_64' 'i686')
+url='http://xdelta.org/'
+license=('GPL')
+depends=('xz')
+source=(https://github.com/jmacd/xdelta-devel/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz;)
+sha1sums=('a3c28412052f3f49ba1ea60ca9c97fcb377cc70f')
+
+# Check fails, but upstream says the failure is harmless:
+# https://github.com/jmacd/xdelta/issues/194
+# Disabling the check, for now.
+#
+#check() {
+#  cd $pkgname-$pkgver
+#
+#  ./$pkgname test
+#}
+
+build() {
+  cd $pkgname-$pkgver
+  
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# getver: github.com/jmacd/xdelta-devel/releases
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/regtest_size_t.patch
===
--- community-i686/regtest_size_t.patch 2015-05-13 11:44:47 UTC (rev 133365)
+++ community-i686/regtest_size_t.patch 2015-05-13 11:45:00 UTC (rev 133366)
@@ -1,11 +0,0 @@
 a/testing/regtest.cc
-+++ b/testing/regtest.cc
-@@ -12,7 +12,7 @@ public:
- Options() : encode_srcwin_maxsz(120),
-   block_size(Constants::BLOCK_SIZE),
-   size_known(false) { }
--size_t encode_srcwin_maxsz;
-+uint64_t encode_srcwin_maxsz;
- size_t block_size;
- bool size_known;
-   };

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-13 11:44:47 UTC (rev 133365)
+++ community-x86_64/PKGBUILD   2015-05-13 11:45:00 UTC (rev 133366)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Eduard bekks Warkentin eduard.warken...@gmail.com
-# Contributor: Henning Garus henning.ga...@gmail.com
-
-pkgname=xdelta3
-pkgver=3.0.8
-pkgrel=1
-pkgdesc='Diff utility which works with binary files'
-arch=('x86_64' 'i686')
-url='http://xdelta.org/'
-license=('GPL')
-depends=('xz')
-source=(http://${pkgname/3}.googlecode.com/files/$pkgname-$pkgver.tar.xz;
-'regtest_size_t.patch')
-# SHA1 sum from 

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

2012-09-24 Thread Eric Bélanger
Date: Monday, September 24, 2012 @ 20:09:23
  Author: eric
Revision: 167057

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

Added:
  xdelta3/repos/extra-i686/PKGBUILD
(from rev 167056, xdelta3/trunk/PKGBUILD)
  xdelta3/repos/extra-x86_64/PKGBUILD
(from rev 167056, xdelta3/trunk/PKGBUILD)
Deleted:
  xdelta3/repos/extra-i686/PKGBUILD
  xdelta3/repos/extra-i686/xdelta3-makefile.patch
  xdelta3/repos/extra-x86_64/PKGBUILD
  xdelta3/repos/extra-x86_64/xdelta3-makefile.patch

-+
 extra-i686/PKGBUILD |   77 +-
 extra-i686/xdelta3-makefile.patch   |   51 --
 extra-x86_64/PKGBUILD   |   77 +-
 extra-x86_64/xdelta3-makefile.patch |   51 --
 4 files changed, 62 insertions(+), 194 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-25 00:08:58 UTC (rev 167056)
+++ extra-i686/PKGBUILD 2012-09-25 00:09:23 UTC (rev 167057)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Eduard bekks Warkentin eduard.warken...@gmail.com
-# Contributor: Henning Garus henning.ga...@gmail.com
-
-pkgname=xdelta3
-pkgver=3.0.0
-pkgrel=2
-pkgdesc=A diff utility which works with binary files
-arch=('i686' 'x86_64')
-url=http://xdelta.org/;
-license=('GPL')
-makedepends=('python2')
-optdepends=('python2: for python modules')
-source=(http://xdelta.googlecode.com/files/xdelta$pkgver.tar.gz
-xdelta3-makefile.patch)
-md5sums=('5fe038be3a266d2a7913e10d1cec6d88'
- 'fa5973870faf7523043c4858ab7c3bdb')
-
-build() {
-  cd $srcdir/xdelta$pkgver
-
-  patch -Np1 -i $srcdir/xdelta3-makefile.patch
-  sed -i /PYVER = /s/2.6/2.7/ Makefile
-  
-  make xdelta3
-  make xdelta3module.so
-  
-  # for testsuite
-  make xdelta3-debug
-}
-
-check() {
-  cd $srcdir/xdelta$pkgver
-
-  make test
-}
-
-package() {
-  cd $srcdir/xdelta$pkgver
-  
-  install -D xdelta3 $pkgdir/usr/bin/xdelta3
-  python2 ./setup.py install --root ${pkgdir}
-  install -m644 {xdelta3.py,xdelta3module.so} 
${pkgdir}/usr/lib/python2.7/site-packages
-}
-

Copied: xdelta3/repos/extra-i686/PKGBUILD (from rev 167056, 
xdelta3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-25 00:09:23 UTC (rev 167057)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Eduard bekks Warkentin eduard.warken...@gmail.com
+# Contributor: Henning Garus henning.ga...@gmail.com
+
+pkgname=xdelta3
+pkgver=3.0.4
+pkgrel=1
+pkgdesc=A diff utility which works with binary files
+arch=('i686' 'x86_64')
+url=http://xdelta.org/;
+license=('GPL')
+depends=('xz')
+source=(http://xdelta.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('c04f7fd9da45741a0095438cfe527b89')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  ./xdelta3 test
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/xdelta3-makefile.patch
===
--- extra-i686/xdelta3-makefile.patch   2012-09-25 00:08:58 UTC (rev 167056)
+++ extra-i686/xdelta3-makefile.patch   2012-09-25 00:09:23 UTC (rev 167057)
@@ -1,51 +0,0 @@
-diff -Naur xdelta3.0.0-orig/Makefile xdelta3.0.0/Makefile
 xdelta3.0.0-orig/Makefile  2011-01-09 18:29:06.0 +1000
-+++ xdelta3.0.0/Makefile   2011-12-21 11:53:13.530028738 +1000
-@@ -54,7 +54,7 @@
- WIXDIR = /cygdrive/c/Program Files/wix2.0.4820
- 
- # -arch x86_64
--CFLAGS= -Wall -Wshadow -fno-builtin
-+CFLAGS+= -Wall -Wshadow -fno-builtin
- WFLAGS= -Wextra -Wsign-compare -Wconversion -Wextra -Wno-unused-parameter
- 
- # $Format: REL=$Xdelta3Version$ $
-@@ -126,7 +126,7 @@
-   $(WIXDIR)/light.exe xdelta3.wixobj -out xdelta3.msi
- 
- xdelta3: $(SOURCES)
--  $(CC) $(CFLAGS) -O3 xdelta3.c -lm -o xdelta3 \
-+  $(CC) $(CFLAGS) -O3 xdelta3.c -lm $(LDFLAGS) -o xdelta3 \
- -DGENERIC_ENCODE_TABLES=0 \
- -DREGRESSION_TEST=1 \
- -DSECONDARY_DJW=1 \
-@@ -137,7 +137,7 @@
- -DXD3_USE_LARGEFILE64=1
- 
- xdelta3-debug: $(SOURCES)
--  $(CC) -g $(CFLAGS) xdelta3.c -lm -o xdelta3-debug \
-+  $(CC) -g $(CFLAGS) xdelta3.c -lm $(LDFLAGS) -o xdelta3-debug \
-   -DGENERIC_ENCODE_TABLES=1 \
-   -DREGRESSION_TEST=1 \
-   -DSECONDARY_DJW=1 \
-@@ -202,6 +202,9 @@
- xdelta3.o: $(SOURCES)
-   $(CC) -O3 $(CFLAGS) -c xdelta3.c $(SWIG_FLAGS) -o xdelta3.o
- 
-+xdelta3_PIC.o: $(SOURCES)
-+  $(CC) -O3 $(CFLAGS) -fPIC -c xdelta3.c $(SWIG_FLAGS) -o xdelta3_PIC.o
-+
- xdelta3_wrap.o: xdelta3_wrap.c
-   $(CC) -O3 $(CFLAGS) $(SWIG_FLAGS) \
- -DHAVE_CONFIG_H \
-@@ -221,8