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

Felix Yan fyan at nymeria.archlinux.org
Mon May 6 17:28:48 UTC 2013


    Date: Monday, May 6, 2013 @ 19:28:48
  Author: fyan
Revision: 89984

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-06 17:26:35 UTC (rev 89983)
+++ community-i686/PKGBUILD	2013-05-06 17:28:48 UTC (rev 89984)
@@ -1,35 +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.12
-pkgrel=1
-pkgdesc="Python bindings for Xapian"
-arch=(i686 x86_64)
-url="http://xapian.org/docs/bindings/python/"
-license=('GPL')
-groups=(xapian)
-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:
-md5sums=('9331d7885a68470184ba3d3e8c2b57d5')

Copied: python2-xapian/repos/community-i686/PKGBUILD (from rev 89983, python2-xapian/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-06 17:28:48 UTC (rev 89984)
@@ -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.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')

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-06 17:26:35 UTC (rev 89983)
+++ community-x86_64/PKGBUILD	2013-05-06 17:28:48 UTC (rev 89984)
@@ -1,35 +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.12
-pkgrel=1
-pkgdesc="Python bindings for Xapian"
-arch=(i686 x86_64)
-url="http://xapian.org/docs/bindings/python/"
-license=('GPL')
-groups=(xapian)
-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:
-md5sums=('9331d7885a68470184ba3d3e8c2b57d5')

Copied: python2-xapian/repos/community-x86_64/PKGBUILD (from rev 89983, python2-xapian/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-06 17:28:48 UTC (rev 89984)
@@ -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.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')




More information about the arch-commits mailing list