[arch-commits] Commit in clusterssh (repos/community-any/PKGBUILD trunk/PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Tue Nov 10 21:37:18 UTC 2015


    Date: Tuesday, November 10, 2015 @ 22:37:18
  Author: jlichtblau
Revision: 146545

PKGBUILD obsolete data removed

Modified:
  clusterssh/repos/community-any/PKGBUILD
  clusterssh/trunk/PKGBUILD

------------------------------+
 repos/community-any/PKGBUILD |    9 +++------
 trunk/PKGBUILD               |    9 +++------
 2 files changed, 6 insertions(+), 12 deletions(-)

Modified: repos/community-any/PKGBUILD
===================================================================
--- repos/community-any/PKGBUILD	2015-11-10 21:34:01 UTC (rev 146544)
+++ repos/community-any/PKGBUILD	2015-11-10 21:37:18 UTC (rev 146545)
@@ -5,7 +5,6 @@
 
 pkgname=clusterssh
 pkgver=4.04
-# pkgver=${_pkgver/_/.}
 pkgrel=1
 pkgdesc="Control multiple open terminal windows with connections to specified hosts and an administration console"
 arch=('any')
@@ -13,9 +12,9 @@
 license=('GPL')
 depends=('xterm' 'perl-exception-class' 'perl-try-tiny' 'perl-tk' 'perl-x11-protocol')
 checkdepends=('perl-cpan-changes' 'perl-file-slurp' 'perl-file-which' 'perl-readonly'
-             'perl-test-differences' 'perl-test-distmanifest' 'perl-test-perltidy'
-             'perl-test-pod' 'perl-test-pod-coverage' 'perl-test-pod-coverage'
-             'perl-test-trap' 'perl-sort-naturally')
+              'perl-test-differences' 'perl-test-distmanifest' 'perl-test-perltidy'
+              'perl-test-pod' 'perl-test-pod-coverage' 'perl-test-pod-coverage'
+              'perl-test-trap' 'perl-sort-naturally')
 makedepends=('perl-module-build')
 options=('!emptydirs')
 changelog=$pkgname.changelog
@@ -32,8 +31,6 @@
 check() {
   cd "${srcdir}"/App-ClusterSSH-$pkgver
 
-#https://github.com/duncs/clusterssh/issues/10
-#  LANG=en_US.UTF-8 ./Build test
   ./Build test
 }
 

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2015-11-10 21:34:01 UTC (rev 146544)
+++ trunk/PKGBUILD	2015-11-10 21:37:18 UTC (rev 146545)
@@ -5,7 +5,6 @@
 
 pkgname=clusterssh
 pkgver=4.04
-# pkgver=${_pkgver/_/.}
 pkgrel=1
 pkgdesc="Control multiple open terminal windows with connections to specified hosts and an administration console"
 arch=('any')
@@ -13,9 +12,9 @@
 license=('GPL')
 depends=('xterm' 'perl-exception-class' 'perl-try-tiny' 'perl-tk' 'perl-x11-protocol')
 checkdepends=('perl-cpan-changes' 'perl-file-slurp' 'perl-file-which' 'perl-readonly'
-             'perl-test-differences' 'perl-test-distmanifest' 'perl-test-perltidy'
-             'perl-test-pod' 'perl-test-pod-coverage' 'perl-test-pod-coverage'
-             'perl-test-trap' 'perl-sort-naturally')
+              'perl-test-differences' 'perl-test-distmanifest' 'perl-test-perltidy'
+              'perl-test-pod' 'perl-test-pod-coverage' 'perl-test-pod-coverage'
+              'perl-test-trap' 'perl-sort-naturally')
 makedepends=('perl-module-build')
 options=('!emptydirs')
 changelog=$pkgname.changelog
@@ -32,8 +31,6 @@
 check() {
   cd "${srcdir}"/App-ClusterSSH-$pkgver
 
-#https://github.com/duncs/clusterssh/issues/10
-#  LANG=en_US.UTF-8 ./Build test
   ./Build test
 }
 



More information about the arch-commits mailing list