[arch-commits] Commit in sshpass/repos (4 files)

Sébastien Luttringer seblu at nymeria.archlinux.org
Tue Jul 1 18:51:39 UTC 2014


    Date: Tuesday, July 1, 2014 @ 20:51:38
  Author: seblu
Revision: 114518

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sshpass/repos/community-i686/PKGBUILD
    (from rev 114517, sshpass/trunk/PKGBUILD)
  sshpass/repos/community-x86_64/PKGBUILD
    (from rev 114517, sshpass/trunk/PKGBUILD)
Deleted:
  sshpass/repos/community-i686/PKGBUILD
  sshpass/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   56 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   28 ----------------------
 community-x86_64/PKGBUILD |   28 ----------------------
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-01 18:49:12 UTC (rev 114517)
+++ community-i686/PKGBUILD	2014-07-01 18:51:38 UTC (rev 114518)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
-# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: Sebastien Vasey sebastien dot vasey at gmail dot com
-
-pkgname=sshpass
-pkgver=1.05
-pkgrel=2
-pkgdesc='Fool ssh into accepting an interactive password non-interactively'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/sshpass/'
-license=('GPL')
-depends=('openssh')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('c52d65fdee0712af6f77eb2b60974ac7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sshpass/repos/community-i686/PKGBUILD (from rev 114517, sshpass/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-01 18:51:38 UTC (rev 114518)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Sebastien Vasey sebastien dot vasey at gmail dot com
+
+pkgname=sshpass
+pkgver=1.05
+pkgrel=2
+pkgdesc='Fool ssh into accepting an interactive password non-interactively'
+arch=('i686' 'x86_64')
+url='http://sourceforge.net/projects/sshpass/'
+license=('GPL')
+depends=('openssh')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('c52d65fdee0712af6f77eb2b60974ac7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-01 18:49:12 UTC (rev 114517)
+++ community-x86_64/PKGBUILD	2014-07-01 18:51:38 UTC (rev 114518)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
-# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: Sebastien Vasey sebastien dot vasey at gmail dot com
-
-pkgname=sshpass
-pkgver=1.05
-pkgrel=2
-pkgdesc='Fool ssh into accepting an interactive password non-interactively'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/sshpass/'
-license=('GPL')
-depends=('openssh')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('c52d65fdee0712af6f77eb2b60974ac7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sshpass/repos/community-x86_64/PKGBUILD (from rev 114517, sshpass/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-01 18:51:38 UTC (rev 114518)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Sebastien Vasey sebastien dot vasey at gmail dot com
+
+pkgname=sshpass
+pkgver=1.05
+pkgrel=2
+pkgdesc='Fool ssh into accepting an interactive password non-interactively'
+arch=('i686' 'x86_64')
+url='http://sourceforge.net/projects/sshpass/'
+license=('GPL')
+depends=('openssh')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('c52d65fdee0712af6f77eb2b60974ac7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list