[arch-commits] Commit in bup/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Sun Jan 1 17:40:18 UTC 2017
Date: Sunday, January 1, 2017 @ 17:40:17
Author: arojas
Revision: 204119
archrelease: copy trunk to community-x86_64, community-i686
Added:
bup/repos/community-i686/PKGBUILD
(from rev 204118, bup/trunk/PKGBUILD)
bup/repos/community-x86_64/PKGBUILD
(from rev 204118, bup/trunk/PKGBUILD)
Deleted:
bup/repos/community-i686/PKGBUILD
bup/repos/community-x86_64/PKGBUILD
---------------------------+
/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 2017-01-01 17:39:41 UTC (rev 204118)
+++ community-i686/PKGBUILD 2017-01-01 17:40:17 UTC (rev 204119)
@@ -1,38 +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.28.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' 'python2-tornado')
-optdepends=('python2-tornado: for bup web')
-source=("https://github.com/bup/bup/archive/$pkgver.tar.gz")
-md5sums=('94d47ec13c5edcad4061b8abe2e8dcdd')
-
-build() {
- cd $pkgname-$pkgver
- ./configure
- make
-}
-
-check() {
- cd $pkgname-$pkgver
- make test -j1
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" PREFIX=/usr install
-}
Copied: bup/repos/community-i686/PKGBUILD (from rev 204118, bup/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-01 17:40:17 UTC (rev 204119)
@@ -0,0 +1,38 @@
+# $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.29
+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=("$pkgname-$pkgver.tar.gz::https://github.com/bup/bup/archive/$pkgver.tar.gz")
+md5sums=('ed717612ff59ec1eb4c0d53f3e11d064')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make test -j1
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" PREFIX=/usr install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-01-01 17:39:41 UTC (rev 204118)
+++ community-x86_64/PKGBUILD 2017-01-01 17:40:17 UTC (rev 204119)
@@ -1,38 +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.28.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' 'python2-tornado')
-optdepends=('python2-tornado: for bup web')
-source=("https://github.com/bup/bup/archive/$pkgver.tar.gz")
-md5sums=('94d47ec13c5edcad4061b8abe2e8dcdd')
-
-build() {
- cd $pkgname-$pkgver
- ./configure
- make
-}
-
-check() {
- cd $pkgname-$pkgver
- make test -j1
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" PREFIX=/usr install
-}
Copied: bup/repos/community-x86_64/PKGBUILD (from rev 204118, bup/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-01-01 17:40:17 UTC (rev 204119)
@@ -0,0 +1,38 @@
+# $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.29
+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=("$pkgname-$pkgver.tar.gz::https://github.com/bup/bup/archive/$pkgver.tar.gz")
+md5sums=('ed717612ff59ec1eb4c0d53f3e11d064')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make test -j1
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" PREFIX=/usr install
+}
More information about the arch-commits
mailing list