[arch-commits] Commit in clusterssh/repos (3 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun May 17 21:25:08 UTC 2015


    Date: Sunday, May 17, 2015 @ 23:25:07
  Author: jlichtblau
Revision: 133678

archrelease: copy trunk to community-testing-any

Added:
  clusterssh/repos/community-testing-any/
  clusterssh/repos/community-testing-any/PKGBUILD
    (from rev 133677, clusterssh/trunk/PKGBUILD)
  clusterssh/repos/community-testing-any/clusterssh.changelog
    (from rev 133677, clusterssh/trunk/clusterssh.changelog)

----------------------+
 PKGBUILD             |   44 ++++++++++++++++++++++++++++++++++++++++++++
 clusterssh.changelog |   15 +++++++++++++++
 2 files changed, 59 insertions(+)

Copied: clusterssh/repos/community-testing-any/PKGBUILD (from rev 133677, clusterssh/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2015-05-17 21:25:07 UTC (rev 133678)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Macfly <mmacfly at gmail.com>
+# Contributor: Duncan Ferguson <duncan_ferguson at users.sourceforge.net>
+
+pkgname=clusterssh
+_pkgver=4.03_06
+pkgver=${_pkgver/_/.}
+pkgrel=1
+pkgdesc="Control multiple open terminal windows with connections to specified hosts and an administration console"
+arch=('any')
+url="http://sourceforge.net/projects/clusterssh/"
+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')
+options=('!emptydirs')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/App-ClusterSSH-$_pkgver.tar.gz)
+sha256sums=('f3c5c89669deb7a579be65a0dba1e197b6d8b9f1d5b3e48b8a0646193d0bf6f0')
+
+build() {
+  cd "${srcdir}"/App-ClusterSSH-$_pkgver
+
+  perl Build.PL installdirs=vendor
+  ./Build
+}
+
+check() {
+  cd "${srcdir}"/App-ClusterSSH-$_pkgver
+
+#https://github.com/duncs/clusterssh/issues/10
+  LANG=en_US.UTF-8 ./Build test
+}
+
+package() {
+  cd "${srcdir}"/App-ClusterSSH-$_pkgver
+
+  ./Build install destdir="${pkgdir}"
+
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}

Copied: clusterssh/repos/community-testing-any/clusterssh.changelog (from rev 133677, clusterssh/trunk/clusterssh.changelog)
===================================================================
--- community-testing-any/clusterssh.changelog	                        (rev 0)
+++ community-testing-any/clusterssh.changelog	2015-05-17 21:25:07 UTC (rev 133678)
@@ -0,0 +1,15 @@
+2015-05-17 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* clusterssh 4.03_06-1
+
+2014-10-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* clusterssh 4.02_04-3 FS#40797 fixed
+
+2014-05-25 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* clusterssh 4.02_04-3 FS#40551 fixed
+
+2013-10-06 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* clusterssh 3.28-4 - changelog properly added, changed to 'any' architecture
+
+2009-12-26 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Package moved to [community]
+	* version 3.28 - 39 votes in AUR



More information about the arch-commits mailing list