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

Felix Yan fyan at nymeria.archlinux.org
Sat Jun 28 02:38:09 UTC 2014


    Date: Saturday, June 28, 2014 @ 04:38:09
  Author: fyan
Revision: 113692

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

Added:
  python-xapian/repos/community-i686/PKGBUILD
    (from rev 113691, python-xapian/trunk/PKGBUILD)
  python-xapian/repos/community-x86_64/PKGBUILD
    (from rev 113691, 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-06-28 02:36:33 UTC (rev 113691)
+++ community-i686/PKGBUILD	2014-06-28 02:38:09 UTC (rev 113692)
@@ -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.17
-epoch=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=$epoch:$pkgver")
-source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz")
-
-build() {
-  cd ${_realname}-$pkgver
-    
-  LDFLAGS=-lpython2.7 ./configure XAPIAN_CONFIG=/usr/bin/xapian-config \
-         --prefix=/usr --with-python \
-         PYTHON=/usr/bin/python2
-
-  make
-}
-
-package() {
-  cd ${_realname}-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
-sha512sums=('4c8348ece62b57c4442e8cb16282b7da2a8ebecaf99eefbb263795c1451f1395c2073ea311df0159e74a4d52029682034926526b17554627cf8e286f328f36a7')

Copied: python-xapian/repos/community-i686/PKGBUILD (from rev 113691, python-xapian/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-06-28 02:38:09 UTC (rev 113692)
@@ -0,0 +1,35 @@
+# $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')

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-06-28 02:36:33 UTC (rev 113691)
+++ community-x86_64/PKGBUILD	2014-06-28 02:38:09 UTC (rev 113692)
@@ -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.17
-epoch=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=$epoch:$pkgver")
-source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz")
-
-build() {
-  cd ${_realname}-$pkgver
-    
-  LDFLAGS=-lpython2.7 ./configure XAPIAN_CONFIG=/usr/bin/xapian-config \
-         --prefix=/usr --with-python \
-         PYTHON=/usr/bin/python2
-
-  make
-}
-
-package() {
-  cd ${_realname}-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
-sha512sums=('4c8348ece62b57c4442e8cb16282b7da2a8ebecaf99eefbb263795c1451f1395c2073ea311df0159e74a4d52029682034926526b17554627cf8e286f328f36a7')

Copied: python-xapian/repos/community-x86_64/PKGBUILD (from rev 113691, python-xapian/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-06-28 02:38:09 UTC (rev 113692)
@@ -0,0 +1,35 @@
+# $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')




More information about the arch-commits mailing list