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

Antonio Rojas arojas at archlinux.org
Tue Jul 7 19:40:51 UTC 2015


    Date: Tuesday, July 7, 2015 @ 21:40:51
  Author: arojas
Revision: 241864

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

Added:
  xapian-core/repos/extra-i686/PKGBUILD
    (from rev 241863, xapian-core/trunk/PKGBUILD)
  xapian-core/repos/extra-x86_64/PKGBUILD
    (from rev 241863, xapian-core/trunk/PKGBUILD)
Deleted:
  xapian-core/repos/extra-i686/PKGBUILD
  xapian-core/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   74 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   37 ------------------------
 extra-x86_64/PKGBUILD |   37 ------------------------
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-07-07 19:40:07 UTC (rev 241863)
+++ extra-i686/PKGBUILD	2015-07-07 19:40:51 UTC (rev 241864)
@@ -1,37 +0,0 @@
-# $Id$
-# Contributor: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Contributor: William Rea <sillywilly at gmail.com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=xapian-core
-epoch=1
-pkgver=1.2.20
-pkgrel=2
-pkgdesc='Open source search engine library.'
-arch=('i686' 'x86_64')
-url='http://www.xapian.org/'
-license=('GPL')
-depends=('util-linux')
-# xapian config requires libxapian.la
-options=('libtool')
-source=("http://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('eecb650d8b73e09a63f32140f2d810ce')
-
-build() {
-  # FS#40614
-  if [ "${CARCH}" = "i686" ]; then
-    SSE2="--disable-sse"
-  fi
-
-  cd ${pkgname}-${pkgver}
-  ./configure \
-    --prefix=/usr ${SSE2}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: xapian-core/repos/extra-i686/PKGBUILD (from rev 241863, xapian-core/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-07-07 19:40:51 UTC (rev 241864)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: William Rea <sillywilly at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=xapian-core
+epoch=1
+pkgver=1.2.21
+pkgrel=1
+pkgdesc='Open source search engine library.'
+arch=('i686' 'x86_64')
+url='http://www.xapian.org/'
+license=('GPL')
+depends=('util-linux')
+# xapian config requires libxapian.la
+options=('libtool')
+source=("http://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('276497a458a8ae63e7dceb372cc1bc37')
+
+build() {
+  # FS#40614
+  if [ "${CARCH}" = "i686" ]; then
+    SSE2="--disable-sse"
+  fi
+
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr ${SSE2}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-07-07 19:40:07 UTC (rev 241863)
+++ extra-x86_64/PKGBUILD	2015-07-07 19:40:51 UTC (rev 241864)
@@ -1,37 +0,0 @@
-# $Id$
-# Contributor: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Contributor: William Rea <sillywilly at gmail.com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=xapian-core
-epoch=1
-pkgver=1.2.20
-pkgrel=2
-pkgdesc='Open source search engine library.'
-arch=('i686' 'x86_64')
-url='http://www.xapian.org/'
-license=('GPL')
-depends=('util-linux')
-# xapian config requires libxapian.la
-options=('libtool')
-source=("http://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('eecb650d8b73e09a63f32140f2d810ce')
-
-build() {
-  # FS#40614
-  if [ "${CARCH}" = "i686" ]; then
-    SSE2="--disable-sse"
-  fi
-
-  cd ${pkgname}-${pkgver}
-  ./configure \
-    --prefix=/usr ${SSE2}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: xapian-core/repos/extra-x86_64/PKGBUILD (from rev 241863, xapian-core/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-07-07 19:40:51 UTC (rev 241864)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: William Rea <sillywilly at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=xapian-core
+epoch=1
+pkgver=1.2.21
+pkgrel=1
+pkgdesc='Open source search engine library.'
+arch=('i686' 'x86_64')
+url='http://www.xapian.org/'
+license=('GPL')
+depends=('util-linux')
+# xapian config requires libxapian.la
+options=('libtool')
+source=("http://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('276497a458a8ae63e7dceb372cc1bc37')
+
+build() {
+  # FS#40614
+  if [ "${CARCH}" = "i686" ]; then
+    SSE2="--disable-sse"
+  fi
+
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr ${SSE2}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list