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

Alexander Rødseth arodseth at archlinux.org
Thu Jan 14 10:16:59 UTC 2016


    Date: Thursday, January 14, 2016 @ 11:16:59
  Author: arodseth
Revision: 156430

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-01-14 10:15:51 UTC (rev 156429)
+++ community-i686/PKGBUILD	2016-01-14 10:16:59 UTC (rev 156430)
@@ -1,38 +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.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/PKGBUILD (from rev 156429, xdelta3/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-01-14 10:16:59 UTC (rev 156430)
@@ -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.11
+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"{,.sign})
+sha1sums=('3758290f34f33d8c56d1d4ef033044effb317c39'
+          '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
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/public.key
===================================================================
(Binary files differ)

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

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-01-14 10:15:51 UTC (rev 156429)
+++ community-x86_64/PKGBUILD	2016-01-14 10:16:59 UTC (rev 156430)
@@ -1,38 +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.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/PKGBUILD (from rev 156429, xdelta3/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-01-14 10:16:59 UTC (rev 156430)
@@ -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.11
+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"{,.sign})
+sha1sums=('3758290f34f33d8c56d1d4ef033044effb317c39'
+          '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
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/public.key
===================================================================
(Binary files differ)

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



More information about the arch-commits mailing list