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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Jan 31 09:43:58 UTC 2016


    Date: Sunday, January 31, 2016 @ 10:43:58
  Author: jlichtblau
Revision: 159680

archrelease: copy trunk to community-any

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

----------------------+
 PKGBUILD             |   88 ++++++++++++++++++++++++-------------------------
 clusterssh.changelog |   39 +++++++++++----------
 2 files changed, 65 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-31 09:43:39 UTC (rev 159679)
+++ PKGBUILD	2016-01-31 09:43:58 UTC (rev 159680)
@@ -1,44 +0,0 @@
-# $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.04
-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' 'perl-sort-naturally')
-makedepends=('perl-module-build')
-options=('!emptydirs')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/App-ClusterSSH-$pkgver.tar.gz)
-sha256sums=('0f76cbca6a50c42366788c76f4d09713c6a21d43ff97cadbe660a1e3c5caaaae')
-
-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-any/PKGBUILD (from rev 159679, clusterssh/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-01-31 09:43:58 UTC (rev 159680)
@@ -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.05
+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' 'perl-sort-naturally')
+makedepends=('perl-module-build')
+options=('!emptydirs')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/App-ClusterSSH-$pkgver.tar.gz)
+sha256sums=('a2fa2722f1cf6901daa4576b2c2ec09e3c44a9911912d48332a6b66de2ddabd6')
+
+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
+}

Deleted: clusterssh.changelog
===================================================================
--- clusterssh.changelog	2016-01-31 09:43:39 UTC (rev 159679)
+++ clusterssh.changelog	2016-01-31 09:43:58 UTC (rev 159680)
@@ -1,18 +0,0 @@
-2015-11-10 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* clusterssh 4.04-1
-
-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

Copied: clusterssh/repos/community-any/clusterssh.changelog (from rev 159679, clusterssh/trunk/clusterssh.changelog)
===================================================================
--- clusterssh.changelog	                        (rev 0)
+++ clusterssh.changelog	2016-01-31 09:43:58 UTC (rev 159680)
@@ -0,0 +1,21 @@
+2016-01-31 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* clusterssh 4.05-1
+
+2015-11-10 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* clusterssh 4.04-1
+
+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