[arch-commits] Commit in gsl/trunk (PKGBUILD gsl.install)

Antonio Rojas arojas at archlinux.org
Sat May 14 18:32:11 UTC 2016


    Date: Saturday, May 14, 2016 @ 20:32:11
  Author: arojas
Revision: 267996

Hooks

Modified:
  gsl/trunk/PKGBUILD
Deleted:
  gsl/trunk/gsl.install

-------------+
 PKGBUILD    |    3 +--
 gsl.install |   21 ---------------------
 2 files changed, 1 insertion(+), 23 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-14 18:26:35 UTC (rev 267995)
+++ PKGBUILD	2016-05-14 18:32:11 UTC (rev 267996)
@@ -5,11 +5,10 @@
 
 pkgname=gsl
 pkgver=2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNU Scientific Library (GSL) is a modern numerical library for C and C++ programmers"
 url="http://www.gnu.org/software/gsl/gsl.html"
 source=("http://ftp.gnu.org/gnu/gsl/$pkgname-$pkgver.tar.gz")
-install=gsl.install
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('glibc' 'bash')

Deleted: gsl.install
===================================================================
--- gsl.install	2016-05-14 18:26:35 UTC (rev 267995)
+++ gsl.install	2016-05-14 18:32:11 UTC (rev 267996)
@@ -1,21 +0,0 @@
-  infodir=/usr/share/info
-  filelist=(gsl-ref.info.gz)
-
-  post_install() {
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-
-  }
-
-  post_upgrade() {
-    post_install $1
-  }
-
-  pre_remove() {
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-
-  }
-



More information about the arch-commits mailing list