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

Andreas Radke andyrtr at archlinux.org
Wed Apr 27 19:37:45 UTC 2016


    Date: Wednesday, April 27, 2016 @ 21:37:44
  Author: andyrtr
Revision: 266331

upgpkg: nettle 3.2-2

Hooks rebuild (part 1)

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

----------------+
 PKGBUILD       |    3 +--
 nettle.install |   20 --------------------
 2 files changed, 1 insertion(+), 22 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 19:35:18 UTC (rev 266330)
+++ PKGBUILD	2016-04-27 19:37:44 UTC (rev 266331)
@@ -4,12 +4,11 @@
 
 pkgname=nettle
 pkgver=3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A low-level cryptographic library"
 arch=('i686' 'x86_64')
 url="http://www.lysator.liu.se/~nisse/nettle/"
 license=('GPL2')
-install=$pkgname.install
 depends=('gmp')
 checkdepends=('valgrind')
 source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})

Deleted: nettle.install
===================================================================
--- nettle.install	2016-04-27 19:35:18 UTC (rev 266330)
+++ nettle.install	2016-04-27 19:37:44 UTC (rev 266331)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(nettle.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}



More information about the arch-commits mailing list