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

Sébastien Luttringer seblu at archlinux.org
Tue Nov 10 16:30:54 UTC 2015


    Date: Tuesday, November 10, 2015 @ 17:30:53
  Author: seblu
Revision: 146517

archrelease: copy trunk to community-any

Added:
  stow/repos/community-any/PKGBUILD
    (from rev 146516, stow/trunk/PKGBUILD)
  stow/repos/community-any/stow.install
    (from rev 146516, stow/trunk/stow.install)
Deleted:
  stow/repos/community-any/01-fix-warning-message-perl5.20.patch
  stow/repos/community-any/PKGBUILD
  stow/repos/community-any/stow.install

---------------------------------------+
 01-fix-warning-message-perl5.20.patch |   13 ----
 PKGBUILD                              |   92 ++++++++++++++------------------
 stow.install                          |   40 ++++++-------
 3 files changed, 63 insertions(+), 82 deletions(-)

Deleted: 01-fix-warning-message-perl5.20.patch
===================================================================
--- 01-fix-warning-message-perl5.20.patch	2015-11-10 16:30:48 UTC (rev 146516)
+++ 01-fix-warning-message-perl5.20.patch	2015-11-10 16:30:53 UTC (rev 146517)
@@ -1,13 +0,0 @@
-# https://bugs.archlinux.org/task/40767
-# https://bbs.archlinux.org/viewtopic.php?pid=1423847
---- a/lib/Stow.pm.in	2012-02-18 20:33:34.000000000 +0000
-+++ b/lib/Stow.pm.in	2014-06-08 22:46:03.420893651 +0100
-@@ -1732,7 +1732,7 @@
-     }
-     elsif (-l $path) {
-         debug(4, "  read_a_link($path): real link");
--        return readlink $path
-+        (return readlink $path)
-             or error("Could not read link: $path");
-     }
-     internal_error("read_a_link() passed a non link path: $path\n");

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-10 16:30:48 UTC (rev 146516)
+++ PKGBUILD	2015-11-10 16:30:53 UTC (rev 146517)
@@ -1,49 +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.0
-pkgrel=3
-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')
-install=$pkgname.install
-source=("ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz"
-        '01-fix-warning-message-perl5.20.patch')
-md5sums=('902564d502975f353d3b0514a21863b1'
-         'eef5f349057aea7dcbf6567a63f26096')
-
-prepare() {
-  patch -d $pkgname-$pkgver -p 1 < '01-fix-warning-message-perl5.20.patch'
-}
-
-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 146516, stow/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-11-10 16:30:53 UTC (rev 146517)
@@ -0,0 +1,43 @@
+# $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:

Deleted: stow.install
===================================================================
--- stow.install	2015-11-10 16:30:48 UTC (rev 146516)
+++ stow.install	2015-11-10 16:30:53 UTC (rev 146517)
@@ -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 146516, stow/trunk/stow.install)
===================================================================
--- stow.install	                        (rev 0)
+++ stow.install	2015-11-10 16:30:53 UTC (rev 146517)
@@ -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