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

Felix Yan fyan at archlinux.org
Wed Jul 8 04:07:09 UTC 2015


    Date: Wednesday, July 8, 2015 @ 06:07:08
  Author: fyan
Revision: 136547

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

Added:
  python-xapian/repos/community-i686/PKGBUILD
    (from rev 136546, python-xapian/trunk/PKGBUILD)
  python-xapian/repos/community-x86_64/PKGBUILD
    (from rev 136546, python-xapian/trunk/PKGBUILD)
Deleted:
  python-xapian/repos/community-i686/PKGBUILD
  python-xapian/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-07-08 04:05:58 UTC (rev 136546)
+++ community-i686/PKGBUILD	2015-07-08 04:07:08 UTC (rev 136547)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: DonVla <donvla/users.sourceforge/net>
-# Contributor: Hervé Cauwelier <herve/oursours/net>
-
-pkgbase=python-xapian
-pkgname=('python2-xapian')
-_realname=xapian-bindings
-pkgver=1.2.20
-epoch=1
-pkgrel=1
-pkgdesc="Python bindings for Xapian"
-arch=('i686' 'x86_64')
-url="http://xapian.org/docs/bindings/python/"
-license=('GPL')
-makedepends=('python' 'python2' "xapian-core=$epoch:$pkgver")
-source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz")
-sha512sums=('4797431974442b210bb637e1d307a8c7eafb5f60093aee9d86223bacec7f828bd3d30c2d159d34cc160208cd016be3822acd19f1be9159af8f8871d83e7ec688')
-
-build() {
-  cd "$srcdir/${_realname}-$pkgver"
-  ./configure XAPIAN_CONFIG=/usr/bin/xapian-config \
-    --prefix=/usr --with-python \
-    PYTHON=/usr/bin/python2
-  make
-}
-
-package_python2-xapian() {
-  depends=('python2' "xapian-core=$epoch:$pkgver")
-
-  cd ${_realname}-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-xapian/repos/community-i686/PKGBUILD (from rev 136546, python-xapian/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-07-08 04:07:08 UTC (rev 136547)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: DonVla <donvla/users.sourceforge/net>
+# Contributor: Hervé Cauwelier <herve/oursours/net>
+
+pkgbase=python-xapian
+pkgname=('python2-xapian')
+_realname=xapian-bindings
+pkgver=1.2.21
+epoch=1
+pkgrel=1
+pkgdesc="Python bindings for Xapian"
+arch=('i686' 'x86_64')
+url="http://xapian.org/docs/bindings/python/"
+license=('GPL')
+makedepends=('python' 'python2' "xapian-core=$epoch:$pkgver")
+source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz")
+sha512sums=('bebb4c6fce57f9b54b307bf921e760efe8fbd06d404629cfb80717eed9bfb886c82559c2ba2b333a4e24ce14d389c916ca36924f9d4b2f72fae183d4a00e635b')
+
+build() {
+  cd "$srcdir/${_realname}-$pkgver"
+  ./configure XAPIAN_CONFIG=/usr/bin/xapian-config \
+    --prefix=/usr --with-python \
+    PYTHON=/usr/bin/python2
+  make
+}
+
+package_python2-xapian() {
+  depends=('python2' "xapian-core=$epoch:$pkgver")
+
+  cd ${_realname}-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-07-08 04:05:58 UTC (rev 136546)
+++ community-x86_64/PKGBUILD	2015-07-08 04:07:08 UTC (rev 136547)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: DonVla <donvla/users.sourceforge/net>
-# Contributor: Hervé Cauwelier <herve/oursours/net>
-
-pkgbase=python-xapian
-pkgname=('python2-xapian')
-_realname=xapian-bindings
-pkgver=1.2.20
-epoch=1
-pkgrel=1
-pkgdesc="Python bindings for Xapian"
-arch=('i686' 'x86_64')
-url="http://xapian.org/docs/bindings/python/"
-license=('GPL')
-makedepends=('python' 'python2' "xapian-core=$epoch:$pkgver")
-source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz")
-sha512sums=('4797431974442b210bb637e1d307a8c7eafb5f60093aee9d86223bacec7f828bd3d30c2d159d34cc160208cd016be3822acd19f1be9159af8f8871d83e7ec688')
-
-build() {
-  cd "$srcdir/${_realname}-$pkgver"
-  ./configure XAPIAN_CONFIG=/usr/bin/xapian-config \
-    --prefix=/usr --with-python \
-    PYTHON=/usr/bin/python2
-  make
-}
-
-package_python2-xapian() {
-  depends=('python2' "xapian-core=$epoch:$pkgver")
-
-  cd ${_realname}-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-xapian/repos/community-x86_64/PKGBUILD (from rev 136546, python-xapian/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-07-08 04:07:08 UTC (rev 136547)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: DonVla <donvla/users.sourceforge/net>
+# Contributor: Hervé Cauwelier <herve/oursours/net>
+
+pkgbase=python-xapian
+pkgname=('python2-xapian')
+_realname=xapian-bindings
+pkgver=1.2.21
+epoch=1
+pkgrel=1
+pkgdesc="Python bindings for Xapian"
+arch=('i686' 'x86_64')
+url="http://xapian.org/docs/bindings/python/"
+license=('GPL')
+makedepends=('python' 'python2' "xapian-core=$epoch:$pkgver")
+source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz")
+sha512sums=('bebb4c6fce57f9b54b307bf921e760efe8fbd06d404629cfb80717eed9bfb886c82559c2ba2b333a4e24ce14d389c916ca36924f9d4b2f72fae183d4a00e635b')
+
+build() {
+  cd "$srcdir/${_realname}-$pkgver"
+  ./configure XAPIAN_CONFIG=/usr/bin/xapian-config \
+    --prefix=/usr --with-python \
+    PYTHON=/usr/bin/python2
+  make
+}
+
+package_python2-xapian() {
+  depends=('python2' "xapian-core=$epoch:$pkgver")
+
+  cd ${_realname}-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list