[arch-commits] Commit in lucene++/repos (4 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Thu Feb 13 11:02:34 UTC 2014


    Date: Thursday, February 13, 2014 @ 12:02:33
  Author: spupykin
Revision: 105669

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

Added:
  lucene++/repos/community-i686/PKGBUILD
    (from rev 105668, lucene++/trunk/PKGBUILD)
  lucene++/repos/community-x86_64/PKGBUILD
    (from rev 105668, lucene++/trunk/PKGBUILD)
Deleted:
  lucene++/repos/community-i686/PKGBUILD
  lucene++/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-02-13 11:02:17 UTC (rev 105668)
+++ community-i686/PKGBUILD	2014-02-13 11:02:33 UTC (rev 105669)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Rafael Ferreira <josephgbr at archlinux.info>
-
-pkgname=lucene++
-pkgver=3.0.5
-pkgrel=1
-pkgdesc='C++ port of the popular Java Lucene library'
-arch=(i686 x86_64)
-url='https://github.com/luceneplusplus/LucenePlusPlus'
-license=('GPL' 'Apache')
-depends=('boost-libs')
-makedepends=('boost' 'cmake')
-source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_$pkgver.tar.gz)
-md5sums=('da785510716a759d7d37a2ee52cb8140')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-
-  cmake ../LucenePlusPlus-rel_$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DLIB_DESTINATION=/usr/lib \
-    -DBoost_LIBRARY_DIR=/usr/lib \
-    -DENABLE_CUSTOM_ALLOCATOR='FALSE'
-
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: lucene++/repos/community-i686/PKGBUILD (from rev 105668, lucene++/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-02-13 11:02:33 UTC (rev 105669)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Rafael Ferreira <josephgbr at archlinux.info>
+
+pkgname=lucene++
+pkgver=3.0.5
+pkgrel=2
+pkgdesc='C++ port of the popular Java Lucene library'
+arch=(i686 x86_64)
+url='https://github.com/luceneplusplus/LucenePlusPlus'
+license=('GPL' 'Apache')
+depends=('boost-libs')
+makedepends=('boost' 'cmake')
+source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_$pkgver.tar.gz)
+md5sums=('da785510716a759d7d37a2ee52cb8140')
+
+prepare() {
+  mkdir build
+  sed -i \
+    -e 's#SET(LUCENE++_VERSION_REVISION.*#SET(LUCENE++_VERSION_REVISION "5")#' \
+    -e 's#SET(LUCENE++_VERSION_PATCH.*#SET(LUCENE++_VERSION_PATCH "0")#' \
+    $srcdir/LucenePlusPlus-rel_$pkgver/CMakeLists.txt
+}
+
+build() {
+  cd build
+
+  cmake ../LucenePlusPlus-rel_$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_DESTINATION=/usr/lib \
+    -DBoost_LIBRARY_DIR=/usr/lib \
+    -DENABLE_CUSTOM_ALLOCATOR='FALSE'
+
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-02-13 11:02:17 UTC (rev 105668)
+++ community-x86_64/PKGBUILD	2014-02-13 11:02:33 UTC (rev 105669)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Rafael Ferreira <josephgbr at archlinux.info>
-
-pkgname=lucene++
-pkgver=3.0.5
-pkgrel=1
-pkgdesc='C++ port of the popular Java Lucene library'
-arch=(i686 x86_64)
-url='https://github.com/luceneplusplus/LucenePlusPlus'
-license=('GPL' 'Apache')
-depends=('boost-libs')
-makedepends=('boost' 'cmake')
-source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_$pkgver.tar.gz)
-md5sums=('da785510716a759d7d37a2ee52cb8140')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-
-  cmake ../LucenePlusPlus-rel_$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DLIB_DESTINATION=/usr/lib \
-    -DBoost_LIBRARY_DIR=/usr/lib \
-    -DENABLE_CUSTOM_ALLOCATOR='FALSE'
-
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: lucene++/repos/community-x86_64/PKGBUILD (from rev 105668, lucene++/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-02-13 11:02:33 UTC (rev 105669)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Rafael Ferreira <josephgbr at archlinux.info>
+
+pkgname=lucene++
+pkgver=3.0.5
+pkgrel=2
+pkgdesc='C++ port of the popular Java Lucene library'
+arch=(i686 x86_64)
+url='https://github.com/luceneplusplus/LucenePlusPlus'
+license=('GPL' 'Apache')
+depends=('boost-libs')
+makedepends=('boost' 'cmake')
+source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_$pkgver.tar.gz)
+md5sums=('da785510716a759d7d37a2ee52cb8140')
+
+prepare() {
+  mkdir build
+  sed -i \
+    -e 's#SET(LUCENE++_VERSION_REVISION.*#SET(LUCENE++_VERSION_REVISION "5")#' \
+    -e 's#SET(LUCENE++_VERSION_PATCH.*#SET(LUCENE++_VERSION_PATCH "0")#' \
+    $srcdir/LucenePlusPlus-rel_$pkgver/CMakeLists.txt
+}
+
+build() {
+  cd build
+
+  cmake ../LucenePlusPlus-rel_$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_DESTINATION=/usr/lib \
+    -DBoost_LIBRARY_DIR=/usr/lib \
+    -DENABLE_CUSTOM_ALLOCATOR='FALSE'
+
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list