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

Felix Yan fyan at archlinux.org
Sat Dec 6 02:15:35 UTC 2014


    Date: Saturday, December 6, 2014 @ 03:15:34
  Author: fyan
Revision: 123516

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

Added:
  python-xapian/repos/community-i686/PKGBUILD
    (from rev 123515, python-xapian/trunk/PKGBUILD)
  python-xapian/repos/community-x86_64/PKGBUILD
    (from rev 123515, 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	2014-12-06 02:15:14 UTC (rev 123515)
+++ community-i686/PKGBUILD	2014-12-06 02:15:34 UTC (rev 123516)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: DonVla <donvla/users.sourceforge/net>
-# Contributor: Hervé Cauwelier <herve/oursours/net>
-
-pkgbase=python-xapian
-pkgname=('python2-xapian')
-_realname=xapian-bindings
-pkgver=1.2.18
-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")
-
-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:
-sha512sums=('c0c417130bfaa3f059a003cacaa129662b216704d2f4bdfd997e1d2c0d74a77385f9f79b6ed5e3fb63b5217f78ebd43826fbee9c00f81264089728a02cffbd30')

Copied: python-xapian/repos/community-i686/PKGBUILD (from rev 123515, python-xapian/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-12-06 02:15:34 UTC (rev 123516)
@@ -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.19
+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=('ac72ec35ae3b767e04e848a9782b41d74e99b6b1f795d5096373911ff549b3bf2e602a91ed0e5f7dce2e43e1dd308af710719e5a80c6a179393aac4af316de30')
+
+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	2014-12-06 02:15:14 UTC (rev 123515)
+++ community-x86_64/PKGBUILD	2014-12-06 02:15:34 UTC (rev 123516)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: DonVla <donvla/users.sourceforge/net>
-# Contributor: Hervé Cauwelier <herve/oursours/net>
-
-pkgbase=python-xapian
-pkgname=('python2-xapian')
-_realname=xapian-bindings
-pkgver=1.2.18
-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")
-
-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:
-sha512sums=('c0c417130bfaa3f059a003cacaa129662b216704d2f4bdfd997e1d2c0d74a77385f9f79b6ed5e3fb63b5217f78ebd43826fbee9c00f81264089728a02cffbd30')

Copied: python-xapian/repos/community-x86_64/PKGBUILD (from rev 123515, python-xapian/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-12-06 02:15:34 UTC (rev 123516)
@@ -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.19
+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=('ac72ec35ae3b767e04e848a9782b41d74e99b6b1f795d5096373911ff549b3bf2e602a91ed0e5f7dce2e43e1dd308af710719e5a80c6a179393aac4af316de30')
+
+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