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

Felix Yan fyan at nymeria.archlinux.org
Fri Oct 18 14:46:35 UTC 2013


    Date: Friday, October 18, 2013 @ 16:46:35
  Author: fyan
Revision: 98789

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-10-18 14:45:24 UTC (rev 98788)
+++ community-i686/PKGBUILD	2013-10-18 14:46:35 UTC (rev 98789)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: DonVla <donvla/users.sourceforge/net>
-# Contributor: Hervé Cauwelier <herve/oursours/net>
-
-pkgname=python2-xapian
-_realname=xapian-bindings
-pkgver=1.2.15
-pkgrel=1
-pkgdesc="Python bindings for Xapian"
-arch=(i686 x86_64)
-url="http://xapian.org/docs/bindings/python/"
-license=('GPL')
-depends=('python2' 'xapian-core')
-source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-$pkgver.tar.gz")
-
-build() {
-  cd "$srcdir/${_realname}-$pkgver"
-    
-  ./configure XAPIAN_CONFIG=/usr/bin/xapian-config \
-         --prefix=/usr --with-python \
-         PYTHON=/usr/bin/python2
-
-  make
-}
-
-
-package() {
-  cd "$srcdir/${_realname}-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-# vim:set ts=2 sw=2 et:
-sha512sums=('b3733308f0446fa041dcae677b3d3316bd8e775fcd1a1770ca2fab5b60e40463bbbce210cb1161161f6e9f1ff5e5473d38c2dab922b7f4f2705ac165d991c0ec')

Copied: python2-xapian/repos/community-i686/PKGBUILD (from rev 98788, python2-xapian/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-10-18 14:46:35 UTC (rev 98789)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: DonVla <donvla/users.sourceforge/net>
+# Contributor: Hervé Cauwelier <herve/oursours/net>
+
+pkgname=python2-xapian
+_realname=xapian-bindings
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="Python bindings for Xapian"
+arch=(i686 x86_64)
+url="http://xapian.org/docs/bindings/python/"
+license=('GPL')
+depends=('python2' "xapian-core=$pkgver")
+source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-$pkgver.tar.gz")
+
+build() {
+  cd "$srcdir/${_realname}-$pkgver"
+    
+  ./configure XAPIAN_CONFIG=/usr/bin/xapian-config-1.3 \
+         --prefix=/usr --with-python \
+         PYTHON=/usr/bin/python2
+
+  make
+}
+
+
+package() {
+  cd "$srcdir/${_realname}-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+# vim:set ts=2 sw=2 et:
+sha512sums=('e295ab93fe61e038bb5f95786f80ff36bc9cbc486c4d03e457fabc6efa97e7119411afa3aafd29786ab9237505b03c27fdb5d524fdb43db2c2f3550cd41c7396')

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-10-18 14:45:24 UTC (rev 98788)
+++ community-x86_64/PKGBUILD	2013-10-18 14:46:35 UTC (rev 98789)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: DonVla <donvla/users.sourceforge/net>
-# Contributor: Hervé Cauwelier <herve/oursours/net>
-
-pkgname=python2-xapian
-_realname=xapian-bindings
-pkgver=1.2.15
-pkgrel=1
-pkgdesc="Python bindings for Xapian"
-arch=(i686 x86_64)
-url="http://xapian.org/docs/bindings/python/"
-license=('GPL')
-depends=('python2' 'xapian-core')
-source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-$pkgver.tar.gz")
-
-build() {
-  cd "$srcdir/${_realname}-$pkgver"
-    
-  ./configure XAPIAN_CONFIG=/usr/bin/xapian-config \
-         --prefix=/usr --with-python \
-         PYTHON=/usr/bin/python2
-
-  make
-}
-
-
-package() {
-  cd "$srcdir/${_realname}-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-# vim:set ts=2 sw=2 et:
-sha512sums=('b3733308f0446fa041dcae677b3d3316bd8e775fcd1a1770ca2fab5b60e40463bbbce210cb1161161f6e9f1ff5e5473d38c2dab922b7f4f2705ac165d991c0ec')

Copied: python2-xapian/repos/community-x86_64/PKGBUILD (from rev 98788, python2-xapian/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-10-18 14:46:35 UTC (rev 98789)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: DonVla <donvla/users.sourceforge/net>
+# Contributor: Hervé Cauwelier <herve/oursours/net>
+
+pkgname=python2-xapian
+_realname=xapian-bindings
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="Python bindings for Xapian"
+arch=(i686 x86_64)
+url="http://xapian.org/docs/bindings/python/"
+license=('GPL')
+depends=('python2' "xapian-core=$pkgver")
+source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-$pkgver.tar.gz")
+
+build() {
+  cd "$srcdir/${_realname}-$pkgver"
+    
+  ./configure XAPIAN_CONFIG=/usr/bin/xapian-config-1.3 \
+         --prefix=/usr --with-python \
+         PYTHON=/usr/bin/python2
+
+  make
+}
+
+
+package() {
+  cd "$srcdir/${_realname}-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+# vim:set ts=2 sw=2 et:
+sha512sums=('e295ab93fe61e038bb5f95786f80ff36bc9cbc486c4d03e457fabc6efa97e7119411afa3aafd29786ab9237505b03c27fdb5d524fdb43db2c2f3550cd41c7396')




More information about the arch-commits mailing list