[arch-commits] Commit in bup/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Sun May 29 09:11:18 UTC 2016
Date: Sunday, May 29, 2016 @ 11:11:17
Author: arojas
Revision: 177409
archrelease: copy trunk to community-x86_64, community-i686
Added:
bup/repos/community-i686/PKGBUILD
(from rev 177408, bup/trunk/PKGBUILD)
bup/repos/community-x86_64/PKGBUILD
(from rev 177408, bup/trunk/PKGBUILD)
Deleted:
bup/repos/community-i686/PKGBUILD
bup/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 102 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 51 ----------------------
community-x86_64/PKGBUILD | 51 ----------------------
3 files changed, 102 insertions(+), 102 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-05-29 09:10:45 UTC (rev 177408)
+++ community-i686/PKGBUILD 2016-05-29 09:11:17 UTC (rev 177409)
@@ -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
-pkgrel=2
-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 177408, bup/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-29 09:11:17 UTC (rev 177409)
@@ -0,0 +1,51 @@
+# $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:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-05-29 09:10:45 UTC (rev 177408)
+++ community-x86_64/PKGBUILD 2016-05-29 09:11:17 UTC (rev 177409)
@@ -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
-pkgrel=2
-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 177408, bup/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-05-29 09:11:17 UTC (rev 177409)
@@ -0,0 +1,51 @@
+# $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:
More information about the arch-commits
mailing list