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

Felix Yan felixonmars at archlinux.org
Fri Oct 21 06:38:26 UTC 2016


    Date: Friday, October 21, 2016 @ 06:38:25
  Author: felixonmars
Revision: 192771

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

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

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

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD	2016-10-21 06:32:46 UTC (rev 192770)
+++ community-testing-i686/PKGBUILD	2016-10-21 06:38:25 UTC (rev 192771)
@@ -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.24
-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=('aaedac02ec9fb192ef8b45b07bef5584bc60aff7068c2e3fa0008430ed8296a653780cad04176431d81fe014802df333a3090469dce63204923eead15e6bbaef')
-
-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-testing-i686/PKGBUILD (from rev 192770, python-xapian/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2016-10-21 06:38:25 UTC (rev 192771)
@@ -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.24
+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=('aaedac02ec9fb192ef8b45b07bef5584bc60aff7068c2e3fa0008430ed8296a653780cad04176431d81fe014802df333a3090469dce63204923eead15e6bbaef')
+
+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-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD	2016-10-21 06:32:46 UTC (rev 192770)
+++ community-testing-x86_64/PKGBUILD	2016-10-21 06:38:25 UTC (rev 192771)
@@ -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.24
-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=('aaedac02ec9fb192ef8b45b07bef5584bc60aff7068c2e3fa0008430ed8296a653780cad04176431d81fe014802df333a3090469dce63204923eead15e6bbaef')
-
-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-testing-x86_64/PKGBUILD (from rev 192770, python-xapian/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-10-21 06:38:25 UTC (rev 192771)
@@ -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.24
+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=('aaedac02ec9fb192ef8b45b07bef5584bc60aff7068c2e3fa0008430ed8296a653780cad04176431d81fe014802df333a3090469dce63204923eead15e6bbaef')
+
+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