[arch-commits] Commit in mpfi/repos (6 files)

Antonio Rojas arojas at archlinux.org
Wed Apr 27 21:00:41 UTC 2016


    Date: Wednesday, April 27, 2016 @ 23:00:41
  Author: arojas
Revision: 172193

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

Added:
  mpfi/repos/community-i686/PKGBUILD
    (from rev 172192, mpfi/trunk/PKGBUILD)
  mpfi/repos/community-x86_64/PKGBUILD
    (from rev 172192, mpfi/trunk/PKGBUILD)
Deleted:
  mpfi/repos/community-i686/PKGBUILD
  mpfi/repos/community-i686/mpfi.install
  mpfi/repos/community-x86_64/PKGBUILD
  mpfi/repos/community-x86_64/mpfi.install

-------------------------------+
 /PKGBUILD                     |   50 ++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD       |   25 --------------------
 community-i686/mpfi.install   |   17 -------------
 community-x86_64/PKGBUILD     |   25 --------------------
 community-x86_64/mpfi.install |   17 -------------
 5 files changed, 50 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-27 21:00:11 UTC (rev 172192)
+++ community-i686/PKGBUILD	2016-04-27 21:00:41 UTC (rev 172193)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <remy at archlinux.org>
-
-pkgname=mpfi
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="C library for interval arithmetic"
-arch=('i686' 'x86_64')
-url="http://perso.ens-lyon.fr/nathalie.revol/software.html"
-license=('GPL')
-depends=('mpfr')
-source=("https://gforge.inria.fr/frs/download.php/file/30130/mpfi-1.5.1.tar.gz")
-md5sums=('2787d2fab9ba7fc5b171758e84892fb5')
-install=mpfi.install
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-shared 
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: mpfi/repos/community-i686/PKGBUILD (from rev 172192, mpfi/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-27 21:00:41 UTC (rev 172193)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=mpfi
+pkgver=1.5.1
+pkgrel=2
+pkgdesc="C library for interval arithmetic"
+arch=('i686' 'x86_64')
+url="http://perso.ens-lyon.fr/nathalie.revol/software.html"
+license=('GPL')
+depends=('mpfr')
+source=("https://gforge.inria.fr/frs/download.php/file/30130/mpfi-1.5.1.tar.gz")
+md5sums=('2787d2fab9ba7fc5b171758e84892fb5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared 
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/mpfi.install
===================================================================
--- community-i686/mpfi.install	2016-04-27 21:00:11 UTC (rev 172192)
+++ community-i686/mpfi.install	2016-04-27 21:00:41 UTC (rev 172193)
@@ -1,17 +0,0 @@
-info_dir=usr/share/info
-
-post_install() {
-  install-info ${info_dir}/mpfi.info.gz ${info_dir}/dir
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  install-info --delete ${info_dir}/mpfi.info.gz ${info_dir}/dir
-}
-
-pre_upgrade() {
-    pre_remove
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-27 21:00:11 UTC (rev 172192)
+++ community-x86_64/PKGBUILD	2016-04-27 21:00:41 UTC (rev 172193)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <remy at archlinux.org>
-
-pkgname=mpfi
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="C library for interval arithmetic"
-arch=('i686' 'x86_64')
-url="http://perso.ens-lyon.fr/nathalie.revol/software.html"
-license=('GPL')
-depends=('mpfr')
-source=("https://gforge.inria.fr/frs/download.php/file/30130/mpfi-1.5.1.tar.gz")
-md5sums=('2787d2fab9ba7fc5b171758e84892fb5')
-install=mpfi.install
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-shared 
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: mpfi/repos/community-x86_64/PKGBUILD (from rev 172192, mpfi/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-27 21:00:41 UTC (rev 172193)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=mpfi
+pkgver=1.5.1
+pkgrel=2
+pkgdesc="C library for interval arithmetic"
+arch=('i686' 'x86_64')
+url="http://perso.ens-lyon.fr/nathalie.revol/software.html"
+license=('GPL')
+depends=('mpfr')
+source=("https://gforge.inria.fr/frs/download.php/file/30130/mpfi-1.5.1.tar.gz")
+md5sums=('2787d2fab9ba7fc5b171758e84892fb5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared 
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/mpfi.install
===================================================================
--- community-x86_64/mpfi.install	2016-04-27 21:00:11 UTC (rev 172192)
+++ community-x86_64/mpfi.install	2016-04-27 21:00:41 UTC (rev 172193)
@@ -1,17 +0,0 @@
-info_dir=usr/share/info
-
-post_install() {
-  install-info ${info_dir}/mpfi.info.gz ${info_dir}/dir
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  install-info --delete ${info_dir}/mpfi.info.gz ${info_dir}/dir
-}
-
-pre_upgrade() {
-    pre_remove
-}



More information about the arch-commits mailing list