[arch-commits] Commit in mdds/repos/extra-any (PKGBUILD PKGBUILD)

2020-08-23 Thread Andreas Radke via arch-commits
Date: Sunday, August 23, 2020 @ 10:10:02
  Author: andyrtr
Revision: 394595

archrelease: copy trunk to extra-any

Added:
  mdds/repos/extra-any/PKGBUILD
(from rev 394594, mdds/trunk/PKGBUILD)
Deleted:
  mdds/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-23 10:09:52 UTC (rev 394594)
+++ PKGBUILD2020-08-23 10:10:02 UTC (rev 394595)
@@ -1,32 +0,0 @@
-# Maintainer: AndyRTR 
-# Contributor: kusakata 
-
-pkgname=mdds
-pkgver=1.5.0
-pkgrel=1
-pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
-arch=('any')
-url="https://gitlab.com/mdds/mdds;
-license=('MIT')
-checkdepends=('boost')
-#source=(https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${pkgver})
-source=(https://kohei.us/files/mdds/src/${pkgname}-${pkgver}.tar.bz2)
-# checksums listed there - https://gitlab.com/mdds/mdds
-sha256sums=('144d6debd7be32726f332eac14ef9f17e2d3cf89cb3250eb31a7127e0789680d')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./autogen.sh --prefix=/usr
-  # make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: mdds/repos/extra-any/PKGBUILD (from rev 394594, mdds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-23 10:10:02 UTC (rev 394595)
@@ -0,0 +1,32 @@
+# Maintainer: AndyRTR 
+# Contributor: kusakata 
+
+pkgname=mdds
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
+arch=('any')
+url="https://gitlab.com/mdds/mdds;
+license=('MIT')
+checkdepends=('boost')
+#source=(https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${pkgver})
+source=(https://kohei.us/files/mdds/src/${pkgname}-${pkgver}.tar.bz2)
+# checksums listed there - https://gitlab.com/mdds/mdds
+sha256sums=('f1585c9cbd12f83a6d43d395ac1ab6a9d9d5d77f062c7b5f704e24ed72dae07d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh --prefix=/usr
+  # make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in mdds/repos/extra-any (PKGBUILD PKGBUILD)

2017-11-12 Thread Andreas Radke
Date: Sunday, November 12, 2017 @ 09:20:59
  Author: andyrtr
Revision: 309583

archrelease: copy trunk to extra-any

Added:
  mdds/repos/extra-any/PKGBUILD
(from rev 309582, mdds/trunk/PKGBUILD)
Deleted:
  mdds/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-12 09:20:44 UTC (rev 309582)
+++ PKGBUILD2017-11-12 09:20:59 UTC (rev 309583)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: kusakata 
-
-pkgname=mdds
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
-arch=('any')
-url="https://gitlab.com/mdds/mdds;
-license=('MIT')
-checkdepends=('boost')
-#source=(https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${pkgver})
-source=(https://kohei.us/files/mdds/src/${pkgname}-${pkgver}.tar.bz2)
-# checksums listed there - https://gitlab.com/mdds/mdds
-sha256sums=('00aa92a28af9f1168a8e5c38e46f311abb65ef5b113ef56078ff104b94211460')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./autogen.sh --prefix=/usr
-  # make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: mdds/repos/extra-any/PKGBUILD (from rev 309582, mdds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-12 09:20:59 UTC (rev 309583)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: kusakata 
+
+pkgname=mdds
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
+arch=('any')
+url="https://gitlab.com/mdds/mdds;
+license=('MIT')
+checkdepends=('boost')
+#source=(https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${pkgver})
+source=(https://kohei.us/files/mdds/src/${pkgname}-${pkgver}.tar.bz2)
+# checksums listed there - https://gitlab.com/mdds/mdds
+sha256sums=('dcb8cd2425567a5a5ec164afea475bce57784bca3e352ad4cbdd3d1a7e08e5a1')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh --prefix=/usr
+  # make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in mdds/repos/extra-any (PKGBUILD PKGBUILD)

2017-06-03 Thread Andreas Radke
Date: Saturday, June 3, 2017 @ 11:56:03
  Author: andyrtr
Revision: 297743

archrelease: copy trunk to extra-any

Added:
  mdds/repos/extra-any/PKGBUILD
(from rev 297742, mdds/trunk/PKGBUILD)
Deleted:
  mdds/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-03 11:55:55 UTC (rev 297742)
+++ PKGBUILD2017-06-03 11:56:03 UTC (rev 297743)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: kusakata 
-
-pkgname=mdds
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
-arch=('any')
-url="https://gitlab.com/mdds/mdds;
-license=('MIT')
-checkdepends=('boost')
-#source=(https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${pkgver})
-source=(https://kohei.us/files/mdds/src/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('141e730b39110434b02cd844c5ad3442103f7c35f7e9a4d6a9f8af813594cc9d')
-
-build() {
-  cd ${pkgname}-${pkgver}*
-  ./autogen.sh --prefix=/usr
-  # make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}*
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}*
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: mdds/repos/extra-any/PKGBUILD (from rev 297742, mdds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-03 11:56:03 UTC (rev 297743)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: kusakata 
+
+pkgname=mdds
+pkgver=1.2.3
+pkgrel=1
+pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
+arch=('any')
+url="https://gitlab.com/mdds/mdds;
+license=('MIT')
+checkdepends=('boost')
+#source=(https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${pkgver})
+source=(https://kohei.us/files/mdds/src/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('402fec18256f95b89517d54d85f00bce1faa6e517cb3d7c98a720fddd063354f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh --prefix=/usr
+  # make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in mdds/repos/extra-any (PKGBUILD PKGBUILD)

2017-01-17 Thread Andreas Radke
Date: Tuesday, January 17, 2017 @ 20:28:13
  Author: andyrtr
Revision: 286800

archrelease: copy trunk to extra-any

Added:
  mdds/repos/extra-any/PKGBUILD
(from rev 286799, mdds/trunk/PKGBUILD)
Deleted:
  mdds/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-17 20:27:57 UTC (rev 286799)
+++ PKGBUILD2017-01-17 20:28:13 UTC (rev 286800)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: kusakata 
-
-pkgname=mdds
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
-arch=('any')
-url="https://gitlab.com/mdds/mdds;
-license=('MIT')
-checkdepends=('boost')
-#source=(https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${pkgver})
-source=(http://kohei.us/files/mdds/src/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('141e730b39110434b02cd844c5ad3442103f7c35f7e9a4d6a9f8af813594cc9d')
-
-build() {
-  cd ${pkgname}-${pkgver}*
-  ./autogen.sh --prefix=/usr
-  # make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}*
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}*
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: mdds/repos/extra-any/PKGBUILD (from rev 286799, mdds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-17 20:28:13 UTC (rev 286800)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: kusakata 
+
+pkgname=mdds
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
+arch=('any')
+url="https://gitlab.com/mdds/mdds;
+license=('MIT')
+checkdepends=('boost')
+#source=(https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${pkgver})
+source=(https://kohei.us/files/mdds/src/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('141e730b39110434b02cd844c5ad3442103f7c35f7e9a4d6a9f8af813594cc9d')
+
+build() {
+  cd ${pkgname}-${pkgver}*
+  ./autogen.sh --prefix=/usr
+  # make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}*
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}*
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in mdds/repos/extra-any (PKGBUILD PKGBUILD)

2016-09-11 Thread Andreas Radke
Date: Sunday, September 11, 2016 @ 11:33:00
  Author: andyrtr
Revision: 276173

archrelease: copy trunk to extra-any

Added:
  mdds/repos/extra-any/PKGBUILD
(from rev 276172, mdds/trunk/PKGBUILD)
Deleted:
  mdds/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-11 11:32:45 UTC (rev 276172)
+++ PKGBUILD2016-09-11 11:33:00 UTC (rev 276173)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: kusakata 
-
-pkgname=mdds
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
-arch=('any')
-url="https://gitlab.com/mdds/mdds;
-license=('MIT')
-checkdepends=('boost')
-#source=(https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${pkgver})
-source=(http://kohei.us/files/mdds/src/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1e2f49dfc7b9d444bad07064837099741f4c2d061807173392ad2357116dfc7b')
-
-build() {
-  cd ${pkgname}-${pkgver}*
-  ./autogen.sh --prefix=/usr
-  # make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}*
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}*
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: mdds/repos/extra-any/PKGBUILD (from rev 276172, mdds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-11 11:33:00 UTC (rev 276173)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: kusakata 
+
+pkgname=mdds
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
+arch=('any')
+url="https://gitlab.com/mdds/mdds;
+license=('MIT')
+checkdepends=('boost')
+#source=(https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${pkgver})
+source=(http://kohei.us/files/mdds/src/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('141e730b39110434b02cd844c5ad3442103f7c35f7e9a4d6a9f8af813594cc9d')
+
+build() {
+  cd ${pkgname}-${pkgver}*
+  ./autogen.sh --prefix=/usr
+  # make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}*
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}*
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in mdds/repos/extra-any (PKGBUILD PKGBUILD)

2016-06-25 Thread Andreas Radke
Date: Saturday, June 25, 2016 @ 09:14:44
  Author: andyrtr
Revision: 270633

archrelease: copy trunk to extra-any

Added:
  mdds/repos/extra-any/PKGBUILD
(from rev 270632, mdds/trunk/PKGBUILD)
Deleted:
  mdds/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-25 09:14:38 UTC (rev 270632)
+++ PKGBUILD2016-06-25 09:14:44 UTC (rev 270633)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: kusakata 
-
-pkgname=mdds
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
-arch=('any')
-url="https://gitlab.com/mdds/mdds;
-license=('MIT')
-checkdepends=('boost')
-#source=(https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${pkgver})
-source=(http://kohei.us/files/mdds/src/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('f44fd0635de94c7d490f9a65f74b5e55860d7bdd507951428294f9690fda45b6')
-
-build() {
-  cd ${pkgname}-${pkgver}*
-  ./autogen.sh --prefix=/usr
-  # make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}*
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}*
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: mdds/repos/extra-any/PKGBUILD (from rev 270632, mdds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-25 09:14:44 UTC (rev 270633)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: kusakata 
+
+pkgname=mdds
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
+arch=('any')
+url="https://gitlab.com/mdds/mdds;
+license=('MIT')
+checkdepends=('boost')
+#source=(https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${pkgver})
+source=(http://kohei.us/files/mdds/src/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('1e2f49dfc7b9d444bad07064837099741f4c2d061807173392ad2357116dfc7b')
+
+build() {
+  cd ${pkgname}-${pkgver}*
+  ./autogen.sh --prefix=/usr
+  # make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}*
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}*
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in mdds/repos/extra-any (PKGBUILD PKGBUILD)

2016-02-14 Thread Andreas Radke
Date: Sunday, February 14, 2016 @ 10:04:20
  Author: andyrtr
Revision: 259291

archrelease: copy trunk to extra-any

Added:
  mdds/repos/extra-any/PKGBUILD
(from rev 259290, mdds/trunk/PKGBUILD)
Deleted:
  mdds/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-14 09:04:10 UTC (rev 259290)
+++ PKGBUILD2016-02-14 09:04:20 UTC (rev 259291)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: kusakata 
-
-pkgname=mdds
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
-arch=('any')
-url="https://gitlab.com/mdds/mdds;
-license=('MIT')
-checkdepends=('boost')
-# see http://code.google.com/p/multidimalgorithm/wiki/Downloads
-source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
-sha256sums=('ef8abc1236b54c7ca16ae1ee38abfb9cdbc5d1e6a2427c65b92b8c1003e3bf56')
-
-build() {
-  cd ${pkgname}_${pkgver}
-  ./configure --prefix=/usr
-  # make
-}
-
-check() {
-  cd ${pkgname}_${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}_${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: mdds/repos/extra-any/PKGBUILD (from rev 259290, mdds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-14 09:04:20 UTC (rev 259291)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: kusakata 
+
+pkgname=mdds
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
+arch=('any')
+url="https://gitlab.com/mdds/mdds;
+license=('MIT')
+checkdepends=('boost')
+source=(https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${pkgver})
+#source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
+md5sums=('6d342a3dfd4543226fac809fe3de80fc')
+
+build() {
+  cd ${pkgname}-${pkgver}*
+  ./autogen.sh --prefix=/usr
+  # make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}*
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}*
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in mdds/repos/extra-any (PKGBUILD PKGBUILD)

2015-11-23 Thread Andreas Radke
Date: Monday, November 23, 2015 @ 21:53:46
  Author: andyrtr
Revision: 251916

archrelease: copy trunk to extra-any

Added:
  mdds/repos/extra-any/PKGBUILD
(from rev 251915, mdds/trunk/PKGBUILD)
Deleted:
  mdds/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-23 20:53:39 UTC (rev 251915)
+++ PKGBUILD2015-11-23 20:53:46 UTC (rev 251916)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: kusakata 
-
-pkgname=mdds
-pkgver=0.12.1
-pkgrel=1
-pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
-arch=('any')
-url="https://gitlab.com/mdds/mdds;
-license=('MIT')
-checkdepends=('boost')
-# see http://code.google.com/p/multidimalgorithm/wiki/Downloads
-source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
-sha1sums=('e7469349f8d0c65545896fe553918f3ea93bd84d')
-
-build() {
-  cd ${pkgname}_${pkgver}
-  ./configure --prefix=/usr
-  # make
-}
-
-check() {
-  cd ${pkgname}_${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}_${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: mdds/repos/extra-any/PKGBUILD (from rev 251915, mdds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-23 20:53:46 UTC (rev 251916)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: kusakata 
+
+pkgname=mdds
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
+arch=('any')
+url="https://gitlab.com/mdds/mdds;
+license=('MIT')
+checkdepends=('boost')
+# see http://code.google.com/p/multidimalgorithm/wiki/Downloads
+source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
+sha256sums=('ef8abc1236b54c7ca16ae1ee38abfb9cdbc5d1e6a2427c65b92b8c1003e3bf56')
+
+build() {
+  cd ${pkgname}_${pkgver}
+  ./configure --prefix=/usr
+  # make
+}
+
+check() {
+  cd ${pkgname}_${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}_${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


[arch-commits] Commit in mdds/repos/extra-any (PKGBUILD PKGBUILD)

2015-06-20 Thread Andreas Radke
Date: Saturday, June 20, 2015 @ 10:10:50
  Author: andyrtr
Revision: 241130

archrelease: copy trunk to extra-any

Added:
  mdds/repos/extra-any/PKGBUILD
(from rev 241129, mdds/trunk/PKGBUILD)
Deleted:
  mdds/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-20 08:10:36 UTC (rev 241129)
+++ PKGBUILD2015-06-20 08:10:50 UTC (rev 241130)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: kusakata shohei atmark kusakata period com
-
-pkgname=mdds
-pkgver=0.12.0
-pkgrel=1
-pkgdesc=A collection of multi-dimensional data structures and indexing 
algorithms
-arch=('any')
-url=http://code.google.com/p/multidimalgorithm/;
-license=('MIT')
-checkdepends=('boost')
-# see http://code.google.com/p/multidimalgorithm/wiki/Downloads
-source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
-sha1sums=('043590edde76a1df3e96070c46cbc7ae5f88f081')
-
-build() {
-  cd ${pkgname}_${pkgver}
-  ./configure --prefix=/usr
-  # make
-}
-
-check() {
-  cd ${pkgname}_${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}_${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: mdds/repos/extra-any/PKGBUILD (from rev 241129, mdds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-20 08:10:50 UTC (rev 241130)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: kusakata shohei atmark kusakata period com
+
+pkgname=mdds
+pkgver=0.12.1
+pkgrel=1
+pkgdesc=A collection of multi-dimensional data structures and indexing 
algorithms
+arch=('any')
+url=https://gitlab.com/mdds/mdds;
+license=('MIT')
+checkdepends=('boost')
+# see http://code.google.com/p/multidimalgorithm/wiki/Downloads
+source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
+sha1sums=('e7469349f8d0c65545896fe553918f3ea93bd84d')
+
+build() {
+  cd ${pkgname}_${pkgver}
+  ./configure --prefix=/usr
+  # make
+}
+
+check() {
+  cd ${pkgname}_${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}_${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}


[arch-commits] Commit in mdds/repos/extra-any (PKGBUILD PKGBUILD)

2015-02-07 Thread Andreas Radke
Date: Saturday, February 7, 2015 @ 20:10:40
  Author: andyrtr
Revision: 231114

archrelease: copy trunk to extra-any

Added:
  mdds/repos/extra-any/PKGBUILD
(from rev 231113, mdds/trunk/PKGBUILD)
Deleted:
  mdds/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-07 19:10:13 UTC (rev 231113)
+++ PKGBUILD2015-02-07 19:10:40 UTC (rev 231114)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: kusakata shohei atmark kusakata period com
-
-pkgname=mdds
-pkgver=0.11.2
-pkgrel=1
-pkgdesc=A collection of multi-dimensional data structures and indexing 
algorithms
-arch=('any')
-url=http://code.google.com/p/multidimalgorithm/;
-license=('MIT')
-checkdepends=('boost')
-# see http://code.google.com/p/multidimalgorithm/wiki/Downloads
-source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
-sha1sums=('17d2d06a1df818de61bba25a9322541e80f6eed7')
-
-build() {
-  cd ${pkgname}_${pkgver}
-  ./configure --prefix=/usr
-  # make
-}
-
-check() {
-  cd ${pkgname}_${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}_${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: mdds/repos/extra-any/PKGBUILD (from rev 231113, mdds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-07 19:10:40 UTC (rev 231114)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: kusakata shohei atmark kusakata period com
+
+pkgname=mdds
+pkgver=0.12.0
+pkgrel=1
+pkgdesc=A collection of multi-dimensional data structures and indexing 
algorithms
+arch=('any')
+url=http://code.google.com/p/multidimalgorithm/;
+license=('MIT')
+checkdepends=('boost')
+# see http://code.google.com/p/multidimalgorithm/wiki/Downloads
+source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
+sha1sums=('043590edde76a1df3e96070c46cbc7ae5f88f081')
+
+build() {
+  cd ${pkgname}_${pkgver}
+  ./configure --prefix=/usr
+  # make
+}
+
+check() {
+  cd ${pkgname}_${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}_${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}


[arch-commits] Commit in mdds/repos/extra-any (PKGBUILD PKGBUILD)

2014-12-21 Thread Andreas Radke
Date: Sunday, December 21, 2014 @ 20:02:53
  Author: andyrtr
Revision: 227914

archrelease: copy trunk to extra-any

Added:
  mdds/repos/extra-any/PKGBUILD
(from rev 227913, mdds/trunk/PKGBUILD)
Deleted:
  mdds/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-21 19:02:43 UTC (rev 227913)
+++ PKGBUILD2014-12-21 19:02:53 UTC (rev 227914)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: kusakata shohei atmark kusakata period com
-
-pkgname=mdds
-pkgver=0.11.1
-pkgrel=1
-pkgdesc=A collection of multi-dimensional data structures and indexing 
algorithms
-arch=('any')
-url=http://code.google.com/p/multidimalgorithm/;
-license=('MIT')
-checkdepends=('boost')
-# see http://code.google.com/p/multidimalgorithm/wiki/Downloads
-source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
-sha1sums=('0c1ace97ad310e5293c538f395176d9a506cdeda')
-
-build() {
-  cd ${pkgname}_${pkgver}
-  ./configure --prefix=/usr
-  # make
-}
-
-check() {
-  cd ${pkgname}_${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}_${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: mdds/repos/extra-any/PKGBUILD (from rev 227913, mdds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-21 19:02:53 UTC (rev 227914)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: kusakata shohei atmark kusakata period com
+
+pkgname=mdds
+pkgver=0.11.2
+pkgrel=1
+pkgdesc=A collection of multi-dimensional data structures and indexing 
algorithms
+arch=('any')
+url=http://code.google.com/p/multidimalgorithm/;
+license=('MIT')
+checkdepends=('boost')
+# see http://code.google.com/p/multidimalgorithm/wiki/Downloads
+source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
+sha1sums=('17d2d06a1df818de61bba25a9322541e80f6eed7')
+
+build() {
+  cd ${pkgname}_${pkgver}
+  ./configure --prefix=/usr
+  # make
+}
+
+check() {
+  cd ${pkgname}_${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}_${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}


[arch-commits] Commit in mdds/repos/extra-any (PKGBUILD PKGBUILD)

2014-10-03 Thread Andreas Radke
Date: Friday, October 3, 2014 @ 20:03:36
  Author: andyrtr
Revision: 223817

archrelease: copy trunk to extra-any

Added:
  mdds/repos/extra-any/PKGBUILD
(from rev 223816, mdds/trunk/PKGBUILD)
Deleted:
  mdds/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   68 -
 1 file changed, 32 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-03 18:03:30 UTC (rev 223816)
+++ PKGBUILD2014-10-03 18:03:36 UTC (rev 223817)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: kusakata shohei atmark kusakata period com
-
-pkgname=mdds
-pkgver=0.11.0
-pkgrel=1
-pkgdesc=A collection of multi-dimensional data structures and indexing 
algorithms
-arch=('any')
-url=http://code.google.com/p/multidimalgorithm/;
-license=('MIT')
-checkdepends=('boost')
-# see http://code.google.com/p/multidimalgorithm/wiki/Downloads
-source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
-sha1sums=('cefd57cf7cd0408737b3d76ed0771694f26bda58')
-
-build() {
-  cd ${pkgname}_${pkgver}
-
-  # this is only used in tests
-  #sed -i -e '/^CPPFLAGS_NODEBUG=/s/=.*/=${CXXFLAGS}/' configure
-
-  ./configure --prefix=/usr
-  # make
-}
-
-check() {
-  cd ${pkgname}_${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}_${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: mdds/repos/extra-any/PKGBUILD (from rev 223816, mdds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-03 18:03:36 UTC (rev 223817)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: kusakata shohei atmark kusakata period com
+
+pkgname=mdds
+pkgver=0.11.1
+pkgrel=1
+pkgdesc=A collection of multi-dimensional data structures and indexing 
algorithms
+arch=('any')
+url=http://code.google.com/p/multidimalgorithm/;
+license=('MIT')
+checkdepends=('boost')
+# see http://code.google.com/p/multidimalgorithm/wiki/Downloads
+source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
+sha1sums=('0c1ace97ad310e5293c538f395176d9a506cdeda')
+
+build() {
+  cd ${pkgname}_${pkgver}
+  ./configure --prefix=/usr
+  # make
+}
+
+check() {
+  cd ${pkgname}_${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}_${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}


[arch-commits] Commit in mdds/repos/extra-any (PKGBUILD PKGBUILD)

2014-09-20 Thread Andreas Radke
Date: Saturday, September 20, 2014 @ 09:37:48
  Author: andyrtr
Revision: 222150

archrelease: copy trunk to extra-any

Added:
  mdds/repos/extra-any/PKGBUILD
(from rev 222149, mdds/trunk/PKGBUILD)
Deleted:
  mdds/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-20 07:37:42 UTC (rev 222149)
+++ PKGBUILD2014-09-20 07:37:48 UTC (rev 222150)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: kusakata shohei atmark kusakata period com
-
-pkgname=mdds
-pkgver=0.10.3
-pkgrel=1
-pkgdesc=A collection of multi-dimensional data structures and indexing 
algorithms
-arch=('any')
-url=http://code.google.com/p/multidimalgorithm/;
-license=('MIT')
-checkdepends=('boost')
-# see http://code.google.com/p/multidimalgorithm/wiki/Downloads
-source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
-sha1sums=('0c4fa77918b8cc8ad32460c8d8a679e065976dbe')
-
-build() {
-  cd ${pkgname}_${pkgver}
-
-  # this is only used in tests
-  sed -i -e '/^CPPFLAGS_NODEBUG=/s/=.*/=${CXXFLAGS}/' configure
-
-  ./configure --prefix=/usr
-  # make
-}
-
-check() {
-  cd ${pkgname}_${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}_${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: mdds/repos/extra-any/PKGBUILD (from rev 222149, mdds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-20 07:37:48 UTC (rev 222150)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: kusakata shohei atmark kusakata period com
+
+pkgname=mdds
+pkgver=0.11.0
+pkgrel=1
+pkgdesc=A collection of multi-dimensional data structures and indexing 
algorithms
+arch=('any')
+url=http://code.google.com/p/multidimalgorithm/;
+license=('MIT')
+checkdepends=('boost')
+# see http://code.google.com/p/multidimalgorithm/wiki/Downloads
+source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
+sha1sums=('cefd57cf7cd0408737b3d76ed0771694f26bda58')
+
+build() {
+  cd ${pkgname}_${pkgver}
+
+  # this is only used in tests
+  #sed -i -e '/^CPPFLAGS_NODEBUG=/s/=.*/=${CXXFLAGS}/' configure
+
+  ./configure --prefix=/usr
+  # make
+}
+
+check() {
+  cd ${pkgname}_${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}_${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}