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

Christian Rebischke shibumi at archlinux.org
Sat Aug 5 16:14:16 UTC 2017


    Date: Saturday, August 5, 2017 @ 16:14:15
  Author: shibumi
Revision: 248776

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

Added:
  bup/repos/community-i686/PKGBUILD
    (from rev 248775, bup/trunk/PKGBUILD)
  bup/repos/community-x86_64/PKGBUILD
    (from rev 248775, 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-08-05 16:13:55 UTC (rev 248775)
+++ community-i686/PKGBUILD	2017-08-05 16:14:15 UTC (rev 248776)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer : Christian Rebischke <chris.rebischke 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.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=("${pkgname}-${pkgver}.tar.gz::https://github.com/bup/bup/archive/${pkgver}.tar.gz")
-sha512sums=('2ad142214cf5ee61e2113b49d02761cdf8fdd5928eb4f885230af71f149ba33ee748e1d96e240903f54d3264dc2ad1614e6ece66027b4c7ed1e97b6147a9685e')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure
-  make
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-}

Copied: bup/repos/community-i686/PKGBUILD (from rev 248775, bup/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-08-05 16:14:15 UTC (rev 248776)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Christian Rebischke <chris.rebischke 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.1
+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' 'python2-tornado')
+optdepends=('python2-tornado: for bup web')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bup/bup/archive/${pkgver}.tar.gz")
+sha512sums=('2ad142214cf5ee61e2113b49d02761cdf8fdd5928eb4f885230af71f149ba33ee748e1d96e240903f54d3264dc2ad1614e6ece66027b4c7ed1e97b6147a9685e')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure
+  make
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-08-05 16:13:55 UTC (rev 248775)
+++ community-x86_64/PKGBUILD	2017-08-05 16:14:15 UTC (rev 248776)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer : Christian Rebischke <chris.rebischke 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.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=("${pkgname}-${pkgver}.tar.gz::https://github.com/bup/bup/archive/${pkgver}.tar.gz")
-sha512sums=('2ad142214cf5ee61e2113b49d02761cdf8fdd5928eb4f885230af71f149ba33ee748e1d96e240903f54d3264dc2ad1614e6ece66027b4c7ed1e97b6147a9685e')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure
-  make
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-}

Copied: bup/repos/community-x86_64/PKGBUILD (from rev 248775, bup/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-08-05 16:14:15 UTC (rev 248776)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Christian Rebischke <chris.rebischke 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.1
+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' 'python2-tornado')
+optdepends=('python2-tornado: for bup web')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bup/bup/archive/${pkgver}.tar.gz")
+sha512sums=('2ad142214cf5ee61e2113b49d02761cdf8fdd5928eb4f885230af71f149ba33ee748e1d96e240903f54d3264dc2ad1614e6ece66027b4c7ed1e97b6147a9685e')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure
+  make
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+}



More information about the arch-commits mailing list