[arch-commits] Commit in stow/repos/community-any (PKGBUILD PKGBUILD stow.install)

Sébastien Luttringer seblu at archlinux.org
Sat May 14 13:22:11 UTC 2016


    Date: Saturday, May 14, 2016 @ 15:22:11
  Author: seblu
Revision: 175356

archrelease: copy trunk to community-any

Added:
  stow/repos/community-any/PKGBUILD
    (from rev 175355, stow/trunk/PKGBUILD)
Deleted:
  stow/repos/community-any/PKGBUILD
  stow/repos/community-any/stow.install

--------------+
 PKGBUILD     |   85 ++++++++++++++++++++++++++++-----------------------------
 stow.install |   20 -------------
 2 files changed, 42 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-14 13:21:54 UTC (rev 175355)
+++ PKGBUILD	2016-05-14 13:22:11 UTC (rev 175356)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
-# Contributor: eric <eric at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
-
-pkgname=stow
-pkgver=2.2.2
-pkgrel=1
-pkgdesc='Manage installation of multiple softwares in the same directory tree'
-url='http://www.gnu.org/software/stow/'
-arch=('any')
-license=('GPL2')
-depends=('perl')
-makedepends=('texi2html')
-checkdepends=('perl-test-output' 'perl-io-stringy')
-install=$pkgname.install
-source=("ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('8712d22b7abe26b1bef0e22818981248')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
-    --prefix=/usr \
-    --mandir=/usr/share/man \
-    --infodir=/usr/share/info \
-    --with-pmdir=/usr/lib/perl5/vendor_perl/
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # remove html doc
-  rm -r "$pkgdir/usr/share/doc/$pkgname"/{manual*,version.texi}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: stow/repos/community-any/PKGBUILD (from rev 175355, stow/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-05-14 13:22:11 UTC (rev 175356)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: eric <eric at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
+
+pkgname=stow
+pkgver=2.2.2
+pkgrel=2
+pkgdesc='Manage installation of multiple softwares in the same directory tree'
+url='http://www.gnu.org/software/stow/'
+arch=('any')
+license=('GPL2')
+depends=('perl')
+makedepends=('texi2html')
+checkdepends=('perl-test-output' 'perl-io-stringy')
+source=("ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('8712d22b7abe26b1bef0e22818981248')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+    --prefix=/usr \
+    --mandir=/usr/share/man \
+    --infodir=/usr/share/info \
+    --with-pmdir=/usr/lib/perl5/vendor_perl/
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # remove html doc
+  rm -r "$pkgdir/usr/share/doc/$pkgname"/{manual*,version.texi}
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: stow.install
===================================================================
--- stow.install	2016-05-14 13:21:54 UTC (rev 175355)
+++ stow.install	2016-05-14 13:22:11 UTC (rev 175356)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(stow.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