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

Jaroslav Lichtblau jlichtblau at archlinux.org
Thu Oct 16 12:26:01 UTC 2014


    Date: Thursday, October 16, 2014 @ 14:26:01
  Author: jlichtblau
Revision: 120802

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-16 12:25:55 UTC (rev 120801)
+++ PKGBUILD	2014-10-16 12:26:01 UTC (rev 120802)
@@ -1,30 +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=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/PKGBUILD (from rev 120801, clusterssh/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-10-16 12:26:01 UTC (rev 120802)
@@ -0,0 +1,32 @@
+# $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=4
+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 INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd App-ClusterSSH-$_pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: clusterssh.changelog
===================================================================
--- clusterssh.changelog	2014-10-16 12:25:55 UTC (rev 120801)
+++ clusterssh.changelog	2014-10-16 12:26:01 UTC (rev 120802)
@@ -1,9 +0,0 @@
-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

Copied: clusterssh/repos/community-any/clusterssh.changelog (from rev 120801, clusterssh/trunk/clusterssh.changelog)
===================================================================
--- clusterssh.changelog	                        (rev 0)
+++ clusterssh.changelog	2014-10-16 12:26:01 UTC (rev 120802)
@@ -0,0 +1,12 @@
+2014-10-16 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* clusterssh 4.02_04-3 FS#40797 fixed
+
+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