[arch-commits] Commit in mpfr/repos (14 files)

Allan McRae allan at archlinux.org
Thu Jul 5 13:48:54 UTC 2012


    Date: Thursday, July 5, 2012 @ 09:48:54
  Author: allan
Revision: 163011

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

Added:
  mpfr/repos/core-i686/PKGBUILD
    (from rev 163006, mpfr/repos/testing-i686/PKGBUILD)
  mpfr/repos/core-i686/mpfr-3.1.0.p10.patch
    (from rev 163006, mpfr/repos/testing-i686/mpfr-3.1.0.p10.patch)
  mpfr/repos/core-i686/mpfr.install
    (from rev 163006, mpfr/repos/testing-i686/mpfr.install)
  mpfr/repos/core-x86_64/PKGBUILD
    (from rev 163006, mpfr/repos/testing-x86_64/PKGBUILD)
  mpfr/repos/core-x86_64/mpfr-3.1.0.p10.patch
    (from rev 163006, mpfr/repos/testing-x86_64/mpfr-3.1.0.p10.patch)
  mpfr/repos/core-x86_64/mpfr.install
    (from rev 163006, mpfr/repos/testing-x86_64/mpfr.install)
Deleted:
  mpfr/repos/core-i686/PKGBUILD
  mpfr/repos/core-i686/mpfr-3.1.0.p10.patch
  mpfr/repos/core-i686/mpfr.install
  mpfr/repos/core-x86_64/PKGBUILD
  mpfr/repos/core-x86_64/mpfr-3.1.0.p10.patch
  mpfr/repos/core-x86_64/mpfr.install
  mpfr/repos/testing-i686/
  mpfr/repos/testing-x86_64/

--------------------------+
 core-i686/PKGBUILD       |   74 +++++++++++++++++++++------------------------
 core-i686/mpfr.install   |   40 ++++++++++++------------
 core-x86_64/PKGBUILD     |   74 +++++++++++++++++++++------------------------
 core-x86_64/mpfr.install |   40 ++++++++++++------------
 4 files changed, 112 insertions(+), 116 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2012-07-05 13:48:46 UTC (rev 163010)
+++ core-i686/PKGBUILD	2012-07-05 13:48:54 UTC (rev 163011)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-
-pkgname=mpfr
-_pkgver=3.1.0
-_patchlevel=p10
-pkgver=${_pkgver}.${_patchlevel}
-pkgrel=1
-pkgdesc="Multiple-precision floating-point library"
-arch=('i686' 'x86_64')
-url="http://www.mpfr.org/"
-license=('LGPL')
-depends=('gmp>=5.0')
-options=('!libtool')
-install=mpfr.install
-source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz{,.asc}
-        mpfr-${_pkgver}.${_patchlevel}.patch)
-md5sums=('6e495841bb026481567006cec0f821c3'
-         '293374ee4b01527f8f7889fdfa9016f8'
-         '776954381923739ef0e618d992188535')
-
-build() {
-  cd "${srcdir}/${pkgname}-${_pkgver}"
-  patch -Np1 -i $srcdir/mpfr-${_pkgver}.${_patchlevel}.patch
-  ./configure --prefix=/usr --enable-thread-safe --enable-shared
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${_pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${_pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: mpfr/repos/core-i686/PKGBUILD (from rev 163006, mpfr/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2012-07-05 13:48:54 UTC (rev 163011)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=mpfr
+_pkgver=3.1.1
+#_patchlevel=p1
+#pkgver=${_pkgver}.${_patchlevel}
+pkgver=${_pkgver}
+pkgrel=1
+pkgdesc="Multiple-precision floating-point library"
+arch=('i686' 'x86_64')
+url="http://www.mpfr.org/"
+license=('LGPL')
+depends=('gmp>=5.0')
+options=('!libtool')
+install=mpfr.install
+source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz{,.asc})
+md5sums=('91d51c41fcf2799e4ee7a7126fc95c17'
+         '91b187a2229211e543ba6fb82a079b2c')
+
+build() {
+  cd "${srcdir}/${pkgname}-${_pkgver}"
+  ./configure --prefix=/usr --enable-thread-safe --enable-shared
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${_pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${_pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: core-i686/mpfr-3.1.0.p10.patch
===================================================================
(Binary files differ)

Copied: mpfr/repos/core-i686/mpfr-3.1.0.p10.patch (from rev 163006, mpfr/repos/testing-i686/mpfr-3.1.0.p10.patch)
===================================================================
(Binary files differ)

Deleted: core-i686/mpfr.install
===================================================================
--- core-i686/mpfr.install	2012-07-05 13:48:46 UTC (rev 163010)
+++ core-i686/mpfr.install	2012-07-05 13:48:54 UTC (rev 163011)
@@ -1,20 +0,0 @@
-info_dir=usr/share/info
-info_files=(mpfr.info)
-
-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: mpfr/repos/core-i686/mpfr.install (from rev 163006, mpfr/repos/testing-i686/mpfr.install)
===================================================================
--- core-i686/mpfr.install	                        (rev 0)
+++ core-i686/mpfr.install	2012-07-05 13:48:54 UTC (rev 163011)
@@ -0,0 +1,20 @@
+info_dir=usr/share/info
+info_files=(mpfr.info)
+
+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/PKGBUILD	2012-07-05 13:48:46 UTC (rev 163010)
+++ core-x86_64/PKGBUILD	2012-07-05 13:48:54 UTC (rev 163011)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-
-pkgname=mpfr
-_pkgver=3.1.0
-_patchlevel=p10
-pkgver=${_pkgver}.${_patchlevel}
-pkgrel=1
-pkgdesc="Multiple-precision floating-point library"
-arch=('i686' 'x86_64')
-url="http://www.mpfr.org/"
-license=('LGPL')
-depends=('gmp>=5.0')
-options=('!libtool')
-install=mpfr.install
-source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz{,.asc}
-        mpfr-${_pkgver}.${_patchlevel}.patch)
-md5sums=('6e495841bb026481567006cec0f821c3'
-         '293374ee4b01527f8f7889fdfa9016f8'
-         '776954381923739ef0e618d992188535')
-
-build() {
-  cd "${srcdir}/${pkgname}-${_pkgver}"
-  patch -Np1 -i $srcdir/mpfr-${_pkgver}.${_patchlevel}.patch
-  ./configure --prefix=/usr --enable-thread-safe --enable-shared
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${_pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${_pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: mpfr/repos/core-x86_64/PKGBUILD (from rev 163006, mpfr/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2012-07-05 13:48:54 UTC (rev 163011)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=mpfr
+_pkgver=3.1.1
+#_patchlevel=p1
+#pkgver=${_pkgver}.${_patchlevel}
+pkgver=${_pkgver}
+pkgrel=1
+pkgdesc="Multiple-precision floating-point library"
+arch=('i686' 'x86_64')
+url="http://www.mpfr.org/"
+license=('LGPL')
+depends=('gmp>=5.0')
+options=('!libtool')
+install=mpfr.install
+source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz{,.asc})
+md5sums=('91d51c41fcf2799e4ee7a7126fc95c17'
+         '91b187a2229211e543ba6fb82a079b2c')
+
+build() {
+  cd "${srcdir}/${pkgname}-${_pkgver}"
+  ./configure --prefix=/usr --enable-thread-safe --enable-shared
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${_pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${_pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: core-x86_64/mpfr-3.1.0.p10.patch
===================================================================
(Binary files differ)

Copied: mpfr/repos/core-x86_64/mpfr-3.1.0.p10.patch (from rev 163006, mpfr/repos/testing-x86_64/mpfr-3.1.0.p10.patch)
===================================================================
(Binary files differ)

Deleted: core-x86_64/mpfr.install
===================================================================
--- core-x86_64/mpfr.install	2012-07-05 13:48:46 UTC (rev 163010)
+++ core-x86_64/mpfr.install	2012-07-05 13:48:54 UTC (rev 163011)
@@ -1,20 +0,0 @@
-info_dir=usr/share/info
-info_files=(mpfr.info)
-
-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: mpfr/repos/core-x86_64/mpfr.install (from rev 163006, mpfr/repos/testing-x86_64/mpfr.install)
===================================================================
--- core-x86_64/mpfr.install	                        (rev 0)
+++ core-x86_64/mpfr.install	2012-07-05 13:48:54 UTC (rev 163011)
@@ -0,0 +1,20 @@
+info_dir=usr/share/info
+info_files=(mpfr.info)
+
+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
+}




More information about the arch-commits mailing list