[arch-commits] Commit in gmp/repos (10 files)

2012-12-20 Thread Allan McRae
Date: Thursday, December 20, 2012 @ 06:11:53
  Author: allan
Revision: 173657

db-move: moved gmp from [testing] to [core] (i686, x86_64)

Added:
  gmp/repos/core-i686/PKGBUILD
(from rev 173656, gmp/repos/testing-i686/PKGBUILD)
  gmp/repos/core-i686/gmp.install
(from rev 173656, gmp/repos/testing-i686/gmp.install)
  gmp/repos/core-x86_64/PKGBUILD
(from rev 173656, gmp/repos/testing-x86_64/PKGBUILD)
  gmp/repos/core-x86_64/gmp.install
(from rev 173656, gmp/repos/testing-x86_64/gmp.install)
Deleted:
  gmp/repos/core-i686/PKGBUILD
  gmp/repos/core-i686/gmp.install
  gmp/repos/core-x86_64/PKGBUILD
  gmp/repos/core-x86_64/gmp.install
  gmp/repos/testing-i686/
  gmp/repos/testing-x86_64/

-+
 core-i686/PKGBUILD  |   73 ++
 core-i686/gmp.install   |   40 -
 core-x86_64/PKGBUILD|   73 ++
 core-x86_64/gmp.install |   40 -
 4 files changed, 112 insertions(+), 114 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-12-20 10:01:20 UTC (rev 173656)
+++ core-i686/PKGBUILD  2012-12-20 11:11:53 UTC (rev 173657)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gmp
-pkgver=5.0.5
-pkgrel=1
-pkgdesc=A free library for arbitrary precision arithmetic
-arch=('i686' 'x86_64')
-url=http://gmplib.org/;
-depends=('gcc-libs' 'sh')
-license=('LGPL3')
-options=(!libtool)
-install=gmp.install
-source=(ftp://ftp.gnu.org/gnu/gmp/gmp-${pkgver}.tar.xz{,.sig})
-md5sums=('8aef50959acec2a1ad41d144ffe0f3b5'
- '406e8878aadc51b134d1b3dd845261ee')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  [ ${CARCH} = i686 ]  export ABI=32
-  ./configure --build=${CHOST} \
---prefix=/usr --infodir=/usr/share/info \
---enable-cxx
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gmp/repos/core-i686/PKGBUILD (from rev 173656, 
gmp/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-12-20 11:11:53 UTC (rev 173657)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gmp
+pkgver=5.1.0
+pkgrel=1
+pkgdesc=A free library for arbitrary precision arithmetic
+arch=('i686' 'x86_64')
+url=http://gmplib.org/;
+depends=('gcc-libs' 'sh')
+license=('LGPL3')
+options=(!libtool)
+install=gmp.install
+source=(ftp://ftp.gmplib.org/pub/gmp-${pkgver}/gmp-${pkgver}.tar.xz{,.sig})
+md5sums=('69fd511e435f81a0334f14f00c7d77b3'
+ '7a02b99dc7edd9822c210f78d88140e5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  [[ ${CARCH} = i686 ]]  export ABI=32
+  ./configure --build=${CHOST} \
+--prefix=/usr --enable-cxx
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: core-i686/gmp.install
===
--- core-i686/gmp.install   2012-12-20 10:01:20 UTC (rev 173656)
+++ core-i686/gmp.install   2012-12-20 11:11:53 UTC (rev 173657)
@@ -1,20 +0,0 @@
-info_dir=usr/share/info
-info_files=(gmp.info gmp.info-1 gmp.info-2)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}

Copied: gmp/repos/core-i686/gmp.install (from rev 173656, 
gmp/repos/testing-i686/gmp.install)
===
--- core-i686/gmp.install   (rev 0)
+++ core-i686/gmp.install   2012-12-20 11:11:53 UTC (rev 173657)
@@ -0,0 +1,20 @@
+info_dir=usr/share/info
+info_files=(gmp.info gmp.info-1 gmp.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-12-20 10:01:20 UTC (rev 173656)
+++ core-x86_64/PKGBUILD2012-12-20 11:11:53 UTC (rev 

[arch-commits] Commit in gmp/repos (10 files)

2012-04-15 Thread Allan McRae
Date: Sunday, April 15, 2012 @ 23:46:32
  Author: allan
Revision: 156203

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

Added:
  gmp/repos/core-i686/PKGBUILD
(from rev 156202, gmp/trunk/PKGBUILD)
  gmp/repos/core-i686/gmp.install
(from rev 156202, gmp/trunk/gmp.install)
  gmp/repos/core-x86_64/PKGBUILD
(from rev 156202, gmp/trunk/PKGBUILD)
  gmp/repos/core-x86_64/gmp.install
(from rev 156202, gmp/trunk/gmp.install)
Deleted:
  gmp/repos/core-i686/538dfce27f41.patch
  gmp/repos/core-i686/PKGBUILD
  gmp/repos/core-i686/gmp.install
  gmp/repos/core-x86_64/538dfce27f41.patch
  gmp/repos/core-x86_64/PKGBUILD
  gmp/repos/core-x86_64/gmp.install

+
 core-i686/538dfce27f41.patch   |   38 
 core-i686/PKGBUILD |   74 +++
 core-i686/gmp.install  |   40 ++---
 core-x86_64/538dfce27f41.patch |   38 
 core-x86_64/PKGBUILD   |   74 +++
 core-x86_64/gmp.install|   40 ++---
 6 files changed, 114 insertions(+), 190 deletions(-)

Deleted: core-i686/538dfce27f41.patch
===
--- core-i686/538dfce27f41.patch2012-04-16 03:45:36 UTC (rev 156202)
+++ core-i686/538dfce27f41.patch2012-04-16 03:46:32 UTC (rev 156203)
@@ -1,38 +0,0 @@
-
-# HG changeset patch
-# User Torbjorn Granlund t...@gmplib.org
-# Date 1310730221 -7200
-# Node ID 538dfce27f410b910d5e2f09269e224d16a3
-# Parent  03ed209dd7efd4f4fff0ce297bb3a8f7e7ba2366
-(mpn_dcpi1_bdiv_q): Get mpn_sub_1 size argument right.
-
-diff -r 03ed209dd7ef -r 538dfce27f41 mpn/generic/dcpi1_bdiv_q.c
 a/mpn/generic/dcpi1_bdiv_q.c   Thu Jun 16 12:22:24 2011 +0200
-+++ b/mpn/generic/dcpi1_bdiv_q.c   Fri Jul 15 13:43:41 2011 +0200
-@@ -7,7 +7,7 @@
-SAFE TO REACH THEM THROUGH DOCUMENTED INTERFACES.  IN FACT, IT IS ALMOST
-GUARANTEED THAT THEY WILL CHANGE OR DISAPPEAR IN A FUTURE GMP RELEASE.
- 
--Copyright 2006, 2007, 2009, 2010 Free Software Foundation, Inc.
-+Copyright 2006, 2007, 2009, 2010, 2011 Free Software Foundation, Inc.
- 
- This file is part of the GNU MP Library.
- 
-@@ -28,7 +28,6 @@
- #include gmp-impl.h
- 
- 
--
- mp_size_t
- mpn_dcpi1_bdiv_q_n_itch (mp_size_t n)
- {
-@@ -130,7 +129,7 @@
-   qn = nn - qn;
-   while (qn  dn)
-   {
--mpn_sub_1 (np + dn, np + dn, qn, cy);
-+mpn_sub_1 (np + dn, np + dn, qn - dn, cy);
- cy = mpn_dcpi1_bdiv_qr_n (qp, np, dp, dn, dinv, tp);
- qp += dn;
- np += dn;
-

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-04-16 03:45:36 UTC (rev 156202)
+++ core-i686/PKGBUILD  2012-04-16 03:46:32 UTC (rev 156203)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gmp
-pkgver=5.0.4
-pkgrel=1
-pkgdesc=A free library for arbitrary precision arithmetic
-arch=('i686' 'x86_64')
-url=http://gmplib.org/;
-depends=('gcc-libs' 'sh')
-license=('LGPL3')
-options=(!libtool)
-install=gmp.install
-source=(ftp://ftp.gnu.org/gnu/gmp/gmp-${pkgver}.tar.xz{,.sig})
-md5sums=('0881f4ff2617226c673fc534ac39d448'
- 'f9e448fff9eaeccdde6ee1f1df00c988')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  [ ${CARCH} = i686 ]  export ABI=32
-  ./configure --build=${CHOST} \
---prefix=/usr --infodir=/usr/share/info \
---enable-cxx
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gmp/repos/core-i686/PKGBUILD (from rev 156202, gmp/trunk/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-04-16 03:46:32 UTC (rev 156203)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gmp
+pkgver=5.0.4
+pkgrel=1
+pkgdesc=A free library for arbitrary precision arithmetic
+arch=('i686' 'x86_64')
+url=http://gmplib.org/;
+depends=('gcc-libs' 'sh')
+license=('LGPL3')
+options=(!libtool)
+install=gmp.install
+source=(ftp://ftp.gnu.org/gnu/gmp/gmp-${pkgver}.tar.xz{,.sig})
+md5sums=('0881f4ff2617226c673fc534ac39d448'
+ 'f9e448fff9eaeccdde6ee1f1df00c988')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  [ ${CARCH} = i686 ]  export ABI=32
+  ./configure --build=${CHOST} \
+--prefix=/usr --infodir=/usr/share/info \
+--enable-cxx
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: core-i686/gmp.install
===
--- core-i686/gmp.install