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

2017-09-12 Thread Antonio Rojas
Date: Tuesday, September 12, 2017 @ 06:28:57
  Author: arojas
Revision: 257086

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

Added:
  fplll/repos/community-i686/PKGBUILD
(from rev 257085, fplll/trunk/PKGBUILD)
  fplll/repos/community-x86_64/PKGBUILD
(from rev 257085, fplll/trunk/PKGBUILD)
Deleted:
  fplll/repos/community-i686/PKGBUILD
  fplll/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   28 --
 community-x86_64/PKGBUILD |   28 --
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-12 06:28:24 UTC (rev 257085)
+++ community-i686/PKGBUILD 2017-09-12 06:28:57 UTC (rev 257086)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=fplll
-pkgver=5.2.0
-pkgrel=1
-pkgdesc="Lattice algorithms using floating-point arithmetic"
-arch=(i686 x86_64)
-url="https://github.com/fplll/fplll;
-license=(LGPL)
-depends=(mpfr qd)
-conflicts=(libfplll)
-provides=(libfplll)
-replaces=(libfplll)
-source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('a39871bc9d351732c230e9e56a9e7f4128f2a5ae3bd4094fe61065d4a8f54dfd')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-

Copied: fplll/repos/community-i686/PKGBUILD (from rev 257085, 
fplll/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-12 06:28:57 UTC (rev 257086)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=fplll
+pkgver=5.2.0
+pkgrel=2
+pkgdesc="Lattice algorithms using floating-point arithmetic"
+arch=(i686 x86_64)
+url="https://github.com/fplll/fplll;
+license=(LGPL)
+depends=(mpfr qd)
+conflicts=(libfplll)
+provides=(libfplll)
+replaces=(libfplll)
+source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('75e17fcaa4fc5fdddbe6eb42aca5f38c4c169a4b52756e74fbe2d1769737ac9c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-12 06:28:24 UTC (rev 257085)
+++ community-x86_64/PKGBUILD   2017-09-12 06:28:57 UTC (rev 257086)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=fplll
-pkgver=5.2.0
-pkgrel=1
-pkgdesc="Lattice algorithms using floating-point arithmetic"
-arch=(i686 x86_64)
-url="https://github.com/fplll/fplll;
-license=(LGPL)
-depends=(mpfr qd)
-conflicts=(libfplll)
-provides=(libfplll)
-replaces=(libfplll)
-source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('a39871bc9d351732c230e9e56a9e7f4128f2a5ae3bd4094fe61065d4a8f54dfd')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-

Copied: fplll/repos/community-x86_64/PKGBUILD (from rev 257085, 
fplll/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-12 06:28:57 UTC (rev 257086)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=fplll
+pkgver=5.2.0
+pkgrel=2
+pkgdesc="Lattice algorithms using floating-point arithmetic"
+arch=(i686 x86_64)
+url="https://github.com/fplll/fplll;
+license=(LGPL)
+depends=(mpfr qd)
+conflicts=(libfplll)
+provides=(libfplll)
+replaces=(libfplll)
+source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('75e17fcaa4fc5fdddbe6eb42aca5f38c4c169a4b52756e74fbe2d1769737ac9c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+


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

2017-09-11 Thread Antonio Rojas
Date: Monday, September 11, 2017 @ 12:08:32
  Author: arojas
Revision: 256902

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

Added:
  fplll/repos/community-staging-i686/
  fplll/repos/community-staging-i686/PKGBUILD
(from rev 256901, fplll/trunk/PKGBUILD)
  fplll/repos/community-staging-x86_64/
  fplll/repos/community-staging-x86_64/PKGBUILD
(from rev 256901, fplll/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   28 
 community-staging-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: fplll/repos/community-staging-i686/PKGBUILD (from rev 256901, 
fplll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-11 12:08:32 UTC (rev 256902)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=fplll
+pkgver=5.2.0
+pkgrel=1
+pkgdesc="Lattice algorithms using floating-point arithmetic"
+arch=(i686 x86_64)
+url="https://github.com/fplll/fplll;
+license=(LGPL)
+depends=(mpfr qd)
+conflicts=(libfplll)
+provides=(libfplll)
+replaces=(libfplll)
+source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('a39871bc9d351732c230e9e56a9e7f4128f2a5ae3bd4094fe61065d4a8f54dfd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+

Copied: fplll/repos/community-staging-x86_64/PKGBUILD (from rev 256901, 
fplll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-11 12:08:32 UTC (rev 256902)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=fplll
+pkgver=5.2.0
+pkgrel=1
+pkgdesc="Lattice algorithms using floating-point arithmetic"
+arch=(i686 x86_64)
+url="https://github.com/fplll/fplll;
+license=(LGPL)
+depends=(mpfr qd)
+conflicts=(libfplll)
+provides=(libfplll)
+replaces=(libfplll)
+source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('a39871bc9d351732c230e9e56a9e7f4128f2a5ae3bd4094fe61065d4a8f54dfd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+


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

2017-03-26 Thread Antonio Rojas
Date: Sunday, March 26, 2017 @ 17:47:10
  Author: arojas
Revision: 219152

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

Added:
  fplll/repos/community-staging-i686/
  fplll/repos/community-staging-i686/PKGBUILD
(from rev 219151, fplll/trunk/PKGBUILD)
  fplll/repos/community-staging-x86_64/
  fplll/repos/community-staging-x86_64/PKGBUILD
(from rev 219151, fplll/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   28 
 community-staging-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: fplll/repos/community-staging-i686/PKGBUILD (from rev 219151, 
fplll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-26 17:47:10 UTC (rev 219152)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=fplll
+pkgver=5.1.0
+pkgrel=1
+pkgdesc="Lattice algorithms using floating-point arithmetic"
+arch=(i686 x86_64)
+url="https://github.com/fplll/fplll;
+license=(LGPL)
+depends=(mpfr qd)
+conflicts=(libfplll)
+provides=(libfplll)
+replaces=(libfplll)
+source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('58175c54cc92752576a64361c73e4ea7797fc18fb703b3f22c7570a09075486f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+

Copied: fplll/repos/community-staging-x86_64/PKGBUILD (from rev 219151, 
fplll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-26 17:47:10 UTC (rev 219152)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=fplll
+pkgver=5.1.0
+pkgrel=1
+pkgdesc="Lattice algorithms using floating-point arithmetic"
+arch=(i686 x86_64)
+url="https://github.com/fplll/fplll;
+license=(LGPL)
+depends=(mpfr qd)
+conflicts=(libfplll)
+provides=(libfplll)
+replaces=(libfplll)
+source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('58175c54cc92752576a64361c73e4ea7797fc18fb703b3f22c7570a09075486f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+


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

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 21:18:50
  Author: arojas
Revision: 192627

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

Added:
  fplll/repos/community-staging-i686/PKGBUILD
(from rev 192626, fplll/trunk/PKGBUILD)
  fplll/repos/community-staging-x86_64/PKGBUILD
(from rev 192626, fplll/trunk/PKGBUILD)
Deleted:
  fplll/repos/community-staging-i686/PKGBUILD
  fplll/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-staging-i686/PKGBUILD   |   28 --
 community-staging-x86_64/PKGBUILD |   28 --
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-10-19 21:18:01 UTC (rev 192626)
+++ community-staging-i686/PKGBUILD 2016-10-19 21:18:50 UTC (rev 192627)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=fplll
-pkgver=5.0.3rc0
-pkgrel=2
-pkgdesc="Lattice algorithms using floating-point arithmetic"
-arch=(i686 x86_64)
-url="https://github.com/fplll/fplll;
-license=(LGPL)
-depends=(mpfr qd)
-conflicts=(libfplll)
-provides=(libfplll)
-replaces=(libfplll)
-source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-md5sums=('b457c99950de200240596abf0368b70a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-

Copied: fplll/repos/community-staging-i686/PKGBUILD (from rev 192626, 
fplll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-19 21:18:50 UTC (rev 192627)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=fplll
+pkgver=5.0.3
+pkgrel=1
+pkgdesc="Lattice algorithms using floating-point arithmetic"
+arch=(i686 x86_64)
+url="https://github.com/fplll/fplll;
+license=(LGPL)
+depends=(mpfr qd)
+conflicts=(libfplll)
+provides=(libfplll)
+replaces=(libfplll)
+source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('111ea027e447878d656414f24867f289')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2016-10-19 21:18:01 UTC (rev 192626)
+++ community-staging-x86_64/PKGBUILD   2016-10-19 21:18:50 UTC (rev 192627)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=fplll
-pkgver=5.0.3rc0
-pkgrel=2
-pkgdesc="Lattice algorithms using floating-point arithmetic"
-arch=(i686 x86_64)
-url="https://github.com/fplll/fplll;
-license=(LGPL)
-depends=(mpfr qd)
-conflicts=(libfplll)
-provides=(libfplll)
-replaces=(libfplll)
-source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-md5sums=('b457c99950de200240596abf0368b70a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-

Copied: fplll/repos/community-staging-x86_64/PKGBUILD (from rev 192626, 
fplll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-19 21:18:50 UTC (rev 192627)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=fplll
+pkgver=5.0.3
+pkgrel=1
+pkgdesc="Lattice algorithms using floating-point arithmetic"
+arch=(i686 x86_64)
+url="https://github.com/fplll/fplll;
+license=(LGPL)
+depends=(mpfr qd)
+conflicts=(libfplll)
+provides=(libfplll)
+replaces=(libfplll)
+source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('111ea027e447878d656414f24867f289')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+


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

2016-10-18 Thread Antonio Rojas
Date: Tuesday, October 18, 2016 @ 18:24:07
  Author: arojas
Revision: 192539

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

Added:
  fplll/repos/community-staging-i686/PKGBUILD
(from rev 192538, fplll/trunk/PKGBUILD)
  fplll/repos/community-staging-x86_64/PKGBUILD
(from rev 192538, fplll/trunk/PKGBUILD)
Deleted:
  fplll/repos/community-staging-i686/PKGBUILD
  fplll/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-staging-i686/PKGBUILD   |   27 -
 community-staging-x86_64/PKGBUILD |   27 -
 3 files changed, 56 insertions(+), 54 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-10-18 18:23:32 UTC (rev 192538)
+++ community-staging-i686/PKGBUILD 2016-10-18 18:24:07 UTC (rev 192539)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=fplll
-pkgver=5.0.3rc0
-pkgrel=1
-pkgdesc="Lattice algorithms using floating-point arithmetic"
-arch=(i686 x86_64)
-url="https://github.com/fplll/fplll;
-license=(LGPL)
-depends=(mpfr qd)
-conflicts=(libfplll)
-replaces=(libfplll)
-source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-md5sums=('b457c99950de200240596abf0368b70a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-

Copied: fplll/repos/community-staging-i686/PKGBUILD (from rev 192538, 
fplll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-18 18:24:07 UTC (rev 192539)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=fplll
+pkgver=5.0.3rc0
+pkgrel=2
+pkgdesc="Lattice algorithms using floating-point arithmetic"
+arch=(i686 x86_64)
+url="https://github.com/fplll/fplll;
+license=(LGPL)
+depends=(mpfr qd)
+conflicts=(libfplll)
+provides=(libfplll)
+replaces=(libfplll)
+source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('b457c99950de200240596abf0368b70a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2016-10-18 18:23:32 UTC (rev 192538)
+++ community-staging-x86_64/PKGBUILD   2016-10-18 18:24:07 UTC (rev 192539)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=fplll
-pkgver=5.0.3rc0
-pkgrel=1
-pkgdesc="Lattice algorithms using floating-point arithmetic"
-arch=(i686 x86_64)
-url="https://github.com/fplll/fplll;
-license=(LGPL)
-depends=(mpfr qd)
-conflicts=(libfplll)
-replaces=(libfplll)
-source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-md5sums=('b457c99950de200240596abf0368b70a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-

Copied: fplll/repos/community-staging-x86_64/PKGBUILD (from rev 192538, 
fplll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-18 18:24:07 UTC (rev 192539)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=fplll
+pkgver=5.0.3rc0
+pkgrel=2
+pkgdesc="Lattice algorithms using floating-point arithmetic"
+arch=(i686 x86_64)
+url="https://github.com/fplll/fplll;
+license=(LGPL)
+depends=(mpfr qd)
+conflicts=(libfplll)
+provides=(libfplll)
+replaces=(libfplll)
+source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('b457c99950de200240596abf0368b70a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+