Date: Sunday, May 25, 2014 @ 15:55:38
  Author: bpiotrowski
Revision: 111842

archrelease: copy trunk to community-any

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

----------------------+
 PKGBUILD             |   58 ++++++++++++++++++++++++-------------------------
 clusterssh.changelog |    6 -----
 2 files changed, 29 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2014-05-25 13:55:31 UTC (rev 111841)
+++ PKGBUILD    2014-05-25 13:55:38 UTC (rev 111842)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonl...@aur.archlinux.org>
-# Contributor: Macfly <mmac...@gmail.com>
-# Contributor: Duncan Ferguson <duncan_fergu...@users.sourceforge.net>
-
-pkgname=clusterssh
-pkgver=3.28
-pkgrel=4
-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=('perl-tk' 'perl-x11-protocol' 'xterm')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/project/$pkgname/1.%20ClusterSSH%20Series%203/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('27e7c0feb652d980229c5fe07f9d6bfe4eb1e3becafaf0e82a5409a9f67d8faf')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: clusterssh/repos/community-any/PKGBUILD (from rev 111841, 
clusterssh/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2014-05-25 13:55:38 UTC (rev 111842)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonl...@aur.archlinux.org>
+# Contributor: Macfly <mmac...@gmail.com>
+# Contributor: Duncan Ferguson <duncan_fergu...@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
+}

Deleted: clusterssh.changelog
===================================================================
--- clusterssh.changelog        2014-05-25 13:55:31 UTC (rev 111841)
+++ clusterssh.changelog        2014-05-25 13:55:38 UTC (rev 111842)
@@ -1,6 +0,0 @@
-2013-10-06 Jaroslav Lichtblau <dragonl...@aur.archlinux.org>
-       * clusterssh 3.28-4 - changelog properly added, changed to 'any' 
architecture
-
-2009-12-26 Jaroslav Lichtblau <dragonl...@aur.archlinux.org>
-       * Package moved to [community]
-       * version 3.28 - 39 votes in AUR

Reply via email to