Date: Friday, June 2, 2017 @ 04:52:54
  Author: foutrelis
Revision: 232784

archrelease: copy trunk to community-staging-any

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

----------------------+
 PKGBUILD             |   44 ++++++++++++++++++++++++++++++++++++++++++++
 clusterssh.changelog |   27 +++++++++++++++++++++++++++
 2 files changed, 71 insertions(+)

Copied: clusterssh/repos/community-staging-any/PKGBUILD (from rev 232783, 
clusterssh/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2017-06-02 04:52:54 UTC (rev 232784)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemo...@archlinux.org>
+# Contributor: Macfly <mmac...@gmail.com>
+# Contributor: Duncan Ferguson <duncan_fergu...@users.sourceforge.net>
+
+pkgname=clusterssh
+pkgver=4.09
+pkgrel=2
+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-other')
+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')
+makedepends=('perl-module-build')
+options=('!emptydirs')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/App-ClusterSSH-$pkgver.tar.gz)
+sha256sums=('32b9fd9fbaf0a6b66aae79bdf6ebaa9f53fe438601a9a850c6f035684cd5da39')
+
+build() {
+  cd "${srcdir}"/App-ClusterSSH-$pkgver
+
+  perl Build.PL installdirs=vendor
+  ./Build
+}
+
+check() {
+  cd "${srcdir}"/App-ClusterSSH-$pkgver
+
+  ./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-staging-any/clusterssh.changelog (from rev 
232783, clusterssh/trunk/clusterssh.changelog)
===================================================================
--- community-staging-any/clusterssh.changelog                          (rev 0)
+++ community-staging-any/clusterssh.changelog  2017-06-02 04:52:54 UTC (rev 
232784)
@@ -0,0 +1,27 @@
+2017-03-21 Jaroslav Lichtblau <svetlemo...@archlinux.org>
+       * clusterssh 4.09-1
+
+2016-12-18 Jaroslav Lichtblau <svetlemo...@archlinux.org>
+       * clusterssh 4.08-1
+
+2016-01-31 Jaroslav Lichtblau <svetlemo...@archlinux.org>
+       * clusterssh 4.05-1
+
+2015-11-10 Jaroslav Lichtblau <svetlemo...@archlinux.org>
+       * clusterssh 4.04-1
+
+2015-05-17 Jaroslav Lichtblau <svetlemo...@archlinux.org>
+       * clusterssh 4.03_06-1
+
+2014-10-16 Jaroslav Lichtblau <svetlemo...@archlinux.org>
+       * clusterssh 4.02_04-3 FS#40797 fixed
+
+2014-05-25 Jaroslav Lichtblau <svetlemo...@archlinux.org>
+       * clusterssh 4.02_04-3 FS#40551 fixed
+
+2013-10-06 Jaroslav Lichtblau <svetlemo...@archlinux.org>
+       * clusterssh 3.28-4 - changelog properly added, changed to 'any' 
architecture
+
+2009-12-26 Jaroslav Lichtblau <svetlemo...@archlinux.org>
+       * Package moved to [community]
+       * version 3.28 - 39 votes in AUR

Reply via email to