[arch-commits] Commit in stow/repos/community-any (4 files)

Sébastien Luttringer seblu at nymeria.archlinux.org
Sat Sep 7 15:43:01 UTC 2013


    Date: Saturday, September 7, 2013 @ 17:43:01
  Author: seblu
Revision: 96902

archrelease: copy trunk to community-any

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

--------------+
 PKGBUILD     |   75 ++++++++++++++++++++++++++++-----------------------------
 stow.install |   40 +++++++++++++++---------------
 2 files changed, 58 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-07 15:42:55 UTC (rev 96901)
+++ PKGBUILD	2013-09-07 15:43:01 UTC (rev 96902)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at aur.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.0
-pkgrel=1
-pkgdesc='Manage installation of localy builded softwares'
-url='http://www.gnu.org/software/stow/'
-arch=('any')
-source=("ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz")
-license=('GPL2')
-makedepends=('texi2html')
-checkdepends=('perl-test-output')
-install=$pkgname.install
-md5sums=('902564d502975f353d3b0514a21863b1')
-
-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
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: stow/repos/community-any/PKGBUILD (from rev 96901, stow/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-09-07 15:43:01 UTC (rev 96902)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# 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.0
+pkgrel=2
+pkgdesc='Manage installation of multiple softwares in the same directory tree'
+url='http://www.gnu.org/software/stow/'
+arch=('any')
+source=("ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz")
+license=('GPL2')
+depends=('perl')
+makedepends=('texi2html')
+checkdepends=('perl-test-output')
+install=$pkgname.install
+md5sums=('902564d502975f353d3b0514a21863b1')
+
+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
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: stow.install
===================================================================
--- stow.install	2013-09-07 15:42:55 UTC (rev 96901)
+++ stow.install	2013-09-07 15:43:01 UTC (rev 96902)
@@ -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
-}

Copied: stow/repos/community-any/stow.install (from rev 96901, stow/trunk/stow.install)
===================================================================
--- stow.install	                        (rev 0)
+++ stow.install	2013-09-07 15:43:01 UTC (rev 96902)
@@ -0,0 +1,20 @@
+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