[arch-commits] Commit in bup/repos (4 files)

Antonio Rojas arojas at archlinux.org
Mon May 30 21:49:04 UTC 2016


    Date: Monday, May 30, 2016 @ 23:49:03
  Author: arojas
Revision: 177483

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

Added:
  bup/repos/community-i686/PKGBUILD
    (from rev 177482, bup/trunk/PKGBUILD)
  bup/repos/community-x86_64/PKGBUILD
    (from rev 177482, bup/trunk/PKGBUILD)
Deleted:
  bup/repos/community-i686/PKGBUILD
  bup/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   90 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   51 ------------------------
 community-x86_64/PKGBUILD |   51 ------------------------
 3 files changed, 90 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-05-30 21:48:30 UTC (rev 177482)
+++ community-i686/PKGBUILD	2016-05-30 21:49:03 UTC (rev 177483)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Jakob Matthes <jakob.matthes at gmail.com>
-# Contributor: Bram Schoenmakers <me at bramschoenmakers.nl>
-# Contributor: henning mueller <henning at orgizm.net>
-# Contributor: rakoo (AUR)
-# Contributor: SanskritFritz (gmail)
-
-pkgname=bup
-pkgver=0.27.1
-pkgrel=1
-pkgdesc='Efficient backup system based on the git packfile format'
-arch=('x86_64' 'i686')
-url='https://bup.github.io/'
-license=('GPL')
-depends=('python2-fuse' 'par2cmdline' 'pylibacl' 'python2-pyxattr' 'git')
-makedepends=('ruby-ronn' 'git' 'setconf' 'pandoc')
-checkdepends=('rsync')
-optdepends=('python2-tornado: for bup web')
-source=("git://github.com/bup/bup.git#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  # Use Python 2
-  setconf Makefile PYTHON python2
-  grep -rl python | xargs sed -i 's:/python:/python2:g'
-  grep -rl python | xargs sed -i 's:python -:python2 -:g'
-  grep -rl python | xargs sed -i 's:env python:env python2:g'
-  sed -i 's:find_prog python:find_prog python2:g' config/configure
-
-  # Make test suite happy
-  git config --global user.email "bob at zombo.com"
-}
-
-build() {
-  make -C "$pkgname"
-}
-
-check() {
-  make -C "$pkgname" test -j1
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# getver: bup.github.io
-# vim:set ts=2 sw=2 et:

Copied: bup/repos/community-i686/PKGBUILD (from rev 177482, bup/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-05-30 21:49:03 UTC (rev 177483)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Jakob Matthes <jakob.matthes at gmail.com>
+# Contributor: Bram Schoenmakers <me at bramschoenmakers.nl>
+# Contributor: henning mueller <henning at orgizm.net>
+# Contributor: rakoo (AUR)
+# Contributor: SanskritFritz (gmail)
+
+pkgname=bup
+pkgver=0.28
+pkgrel=1
+pkgdesc='Efficient backup system based on the git packfile format'
+arch=('x86_64' 'i686')
+url='https://bup.github.io/'
+license=('GPL')
+depends=('python2-fuse' 'par2cmdline' 'pylibacl' 'python2-pyxattr' 'git')
+makedepends=('ruby-ronn' 'git' 'setconf' 'pandoc')
+checkdepends=('rsync' 'python2-tornado')
+optdepends=('python2-tornado: for bup web')
+source=("git://github.com/bup/bup.git#tag=$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+
+  # Make test suite happy
+  git config --global user.email "bob at zombo.com"
+}
+
+build() {
+  cd $pkgname
+  ./configure
+  make
+}
+
+check() {
+  cd $pkgname
+  make test -j1
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-05-30 21:48:30 UTC (rev 177482)
+++ community-x86_64/PKGBUILD	2016-05-30 21:49:03 UTC (rev 177483)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Jakob Matthes <jakob.matthes at gmail.com>
-# Contributor: Bram Schoenmakers <me at bramschoenmakers.nl>
-# Contributor: henning mueller <henning at orgizm.net>
-# Contributor: rakoo (AUR)
-# Contributor: SanskritFritz (gmail)
-
-pkgname=bup
-pkgver=0.27.1
-pkgrel=1
-pkgdesc='Efficient backup system based on the git packfile format'
-arch=('x86_64' 'i686')
-url='https://bup.github.io/'
-license=('GPL')
-depends=('python2-fuse' 'par2cmdline' 'pylibacl' 'python2-pyxattr' 'git')
-makedepends=('ruby-ronn' 'git' 'setconf' 'pandoc')
-checkdepends=('rsync')
-optdepends=('python2-tornado: for bup web')
-source=("git://github.com/bup/bup.git#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  # Use Python 2
-  setconf Makefile PYTHON python2
-  grep -rl python | xargs sed -i 's:/python:/python2:g'
-  grep -rl python | xargs sed -i 's:python -:python2 -:g'
-  grep -rl python | xargs sed -i 's:env python:env python2:g'
-  sed -i 's:find_prog python:find_prog python2:g' config/configure
-
-  # Make test suite happy
-  git config --global user.email "bob at zombo.com"
-}
-
-build() {
-  make -C "$pkgname"
-}
-
-check() {
-  make -C "$pkgname" test -j1
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# getver: bup.github.io
-# vim:set ts=2 sw=2 et:

Copied: bup/repos/community-x86_64/PKGBUILD (from rev 177482, bup/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-30 21:49:03 UTC (rev 177483)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Jakob Matthes <jakob.matthes at gmail.com>
+# Contributor: Bram Schoenmakers <me at bramschoenmakers.nl>
+# Contributor: henning mueller <henning at orgizm.net>
+# Contributor: rakoo (AUR)
+# Contributor: SanskritFritz (gmail)
+
+pkgname=bup
+pkgver=0.28
+pkgrel=1
+pkgdesc='Efficient backup system based on the git packfile format'
+arch=('x86_64' 'i686')
+url='https://bup.github.io/'
+license=('GPL')
+depends=('python2-fuse' 'par2cmdline' 'pylibacl' 'python2-pyxattr' 'git')
+makedepends=('ruby-ronn' 'git' 'setconf' 'pandoc')
+checkdepends=('rsync' 'python2-tornado')
+optdepends=('python2-tornado: for bup web')
+source=("git://github.com/bup/bup.git#tag=$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+
+  # Make test suite happy
+  git config --global user.email "bob at zombo.com"
+}
+
+build() {
+  cd $pkgname
+  ./configure
+  make
+}
+
+check() {
+  cd $pkgname
+  make test -j1
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}



More information about the arch-commits mailing list