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

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Sun May 25 18:18:21 UTC 2014


    Date: Sunday, May 25, 2014 @ 20:18:21
  Author: jlichtblau
Revision: 111847

archrelease: copy trunk to community-any

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

----------------------+
 PKGBUILD             |   59 ++++++++++++++++++++++++-------------------------
 clusterssh.changelog |    9 +++++++
 2 files changed, 39 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-25 18:18:12 UTC (rev 111846)
+++ PKGBUILD	2014-05-25 18:18:21 UTC (rev 111847)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Macfly <mmacfly at gmail.com>
-# Contributor: Duncan Ferguson <duncan_ferguson at users.sourceforge.net>
-
-pkgname=clusterssh
-_pkgver=4.02_04
-pkgver=${_pkgver/_/.}
-pkgrel=2
-pkgdesc="Cluster SSH opens terminal windows with connections to specified hosts and an administration console."
-arch=('any')
-url="http://clusterssh.sourceforge.net/"
-license=('GPL')
-depends=('xterm' 'perl-file-which' 'perl-extutils-makemaker' 'perl-test-differences'
-         'perl-test-pod' 'perl-test-pod-coverage' 'perl-test-trap' 'perl-try-tiny'
-         'perl-tk' 'perl-x11-protocol' 'perl-exception-class')
-source=(http://downloads.sourceforge.net/$pkgname/App-ClusterSSH-$_pkgver.tar.gz)
-sha256sums=('a16142261ca83bee871005f9293f4f54da8c24918a6b439cee1f774ed4f0eb5a')
-
-build() {
-  cd App-ClusterSSH-$_pkgver
-  perl Makefile.PL
-  make
-}
-
-package() {
-  cd App-ClusterSSH-$_pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: clusterssh/repos/community-any/PKGBUILD (from rev 111846, clusterssh/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-05-25 18:18:21 UTC (rev 111847)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Macfly <mmacfly at gmail.com>
+# Contributor: Duncan Ferguson <duncan_ferguson at users.sourceforge.net>
+
+pkgname=clusterssh
+_pkgver=4.02_04
+pkgver=${_pkgver/_/.}
+pkgrel=3
+pkgdesc="Cluster SSH opens terminal windows with connections to specified hosts and an administration console"
+arch=('any')
+url="http://sourceforge.net/projects/clusterssh/"
+license=('GPL')
+depends=('xterm' 'perl-file-which' 'perl-extutils-makemaker' 'perl-test-differences'
+         'perl-test-pod' 'perl-test-pod-coverage' 'perl-test-trap' 'perl-try-tiny'
+         'perl-tk' 'perl-x11-protocol' 'perl-exception-class')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/App-ClusterSSH-$_pkgver.tar.gz)
+sha256sums=('a16142261ca83bee871005f9293f4f54da8c24918a6b439cee1f774ed4f0eb5a')
+
+build() {
+  cd App-ClusterSSH-$_pkgver
+  perl Makefile.PL
+  make
+}
+
+package() {
+  cd App-ClusterSSH-$_pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: clusterssh/repos/community-any/clusterssh.changelog (from rev 111846, clusterssh/trunk/clusterssh.changelog)
===================================================================
--- clusterssh.changelog	                        (rev 0)
+++ clusterssh.changelog	2014-05-25 18:18:21 UTC (rev 111847)
@@ -0,0 +1,9 @@
+2014-05-25 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* clusterssh 4.02_04-3 FS#40551 fixed
+
+2013-10-06 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* clusterssh 3.28-4 - changelog properly added, changed to 'any' architecture
+
+2009-12-26 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Package moved to [community]
+	* version 3.28 - 39 votes in AUR




More information about the arch-commits mailing list