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

Jan Steffens heftig at archlinux.org
Thu Jul 23 09:06:36 UTC 2015


    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 <rodseth at gmail.com>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Eduard "bekks" Warkentin <eduard.warkentin at gmail.com>
-# Contributor: Henning Garus <henning.garus at 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 <rodseth at gmail.com>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Eduard "bekks" Warkentin <eduard.warkentin at gmail.com>
+# Contributor: Henning Garus <henning.garus at 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 <rodseth at gmail.com>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Eduard "bekks" Warkentin <eduard.warkentin at gmail.com>
-# Contributor: Henning Garus <henning.garus at 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	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-07-23 09:06:36 UTC (rev 137305)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Eduard "bekks" Warkentin <eduard.warkentin at gmail.com>
+# Contributor: Henning Garus <henning.garus at 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-x86_64/public.key (from rev 137304, xdelta3/trunk/public.key)
===================================================================
(Binary files differ)



More information about the arch-commits mailing list