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

Andrea Scarpino andrea at archlinux.org
Fri Dec 5 15:12:27 UTC 2014


    Date: Friday, December 5, 2014 @ 16:12:26
  Author: andrea
Revision: 227290

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-12-05 15:12:17 UTC (rev 227289)
+++ extra-i686/PKGBUILD	2014-12-05 15:12:26 UTC (rev 227290)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Contributor: William Rea <sillywilly at gmail.com>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=xapian-core
-epoch=1
-pkgver=1.2.18
-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=('0ccbf68ade12e7b1ead10c57f4447899')
-
-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 227289, xapian-core/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-12-05 15:12:26 UTC (rev 227290)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: William Rea <sillywilly at gmail.com>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=xapian-core
+epoch=1
+pkgver=1.2.19
+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=('54ec8333757eb94dbde76d31d185af91')
+
+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	2014-12-05 15:12:17 UTC (rev 227289)
+++ extra-x86_64/PKGBUILD	2014-12-05 15:12:26 UTC (rev 227290)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Contributor: William Rea <sillywilly at gmail.com>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=xapian-core
-epoch=1
-pkgver=1.2.18
-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=('0ccbf68ade12e7b1ead10c57f4447899')
-
-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 227289, xapian-core/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-12-05 15:12:26 UTC (rev 227290)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: William Rea <sillywilly at gmail.com>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=xapian-core
+epoch=1
+pkgver=1.2.19
+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=('54ec8333757eb94dbde76d31d185af91')
+
+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