[arch-commits] Commit in ksshaskpass/repos (8 files)

Felix Yan fyan at nymeria.archlinux.org
Sat Jul 5 02:55:16 UTC 2014


    Date: Saturday, July 5, 2014 @ 04:55:16
  Author: fyan
Revision: 114984

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

Added:
  ksshaskpass/repos/community-i686/PKGBUILD
    (from rev 114983, ksshaskpass/trunk/PKGBUILD)
  ksshaskpass/repos/community-i686/ksshaskpass.sh
    (from rev 114983, ksshaskpass/trunk/ksshaskpass.sh)
  ksshaskpass/repos/community-x86_64/PKGBUILD
    (from rev 114983, ksshaskpass/trunk/PKGBUILD)
  ksshaskpass/repos/community-x86_64/ksshaskpass.sh
    (from rev 114983, ksshaskpass/trunk/ksshaskpass.sh)
Deleted:
  ksshaskpass/repos/community-i686/PKGBUILD
  ksshaskpass/repos/community-i686/ksshaskpass.sh
  ksshaskpass/repos/community-x86_64/PKGBUILD
  ksshaskpass/repos/community-x86_64/ksshaskpass.sh

---------------------------------+
 /PKGBUILD                       |   70 ++++++++++++++++++++++++++++++++++++++
 /ksshaskpass.sh                 |    2 +
 community-i686/PKGBUILD         |   35 -------------------
 community-i686/ksshaskpass.sh   |    1 
 community-x86_64/PKGBUILD       |   35 -------------------
 community-x86_64/ksshaskpass.sh |    1 
 6 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-05 02:54:41 UTC (rev 114983)
+++ community-i686/PKGBUILD	2014-07-05 02:55:16 UTC (rev 114984)
@@ -1,35 +0,0 @@
-# Maintainer: schuay <jakob.gruber at gmail.com>
-
-pkgname=ksshaskpass
-pkgver=0.5.3
-pkgrel=3
-pkgdesc='KDE4 implementation of ssh-askpass with Kwallet integration'
-url='http://www.kde-apps.org/content/show.php/Ksshaskpass?content=50971'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-provides=('x11-ssh-askpass')
-conflicts=('x11-ssh-askpass')
-source=("http://www.kde-apps.org/CONTENT/content-files/50971-$pkgname-$pkgver.tar.gz"
-        "$pkgname.sh")
-md5sums=('05dad7745e9d92b08bd86e7ab7a9540d'
-         '70396ba019ae05cc91502456f548caff')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
-  make
-}
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  
-  # Remove useless desktop file.
-  rm -rf "$pkgdir"/usr/share/applications
-  
-  # Documentation requires that this application is installed as /usr/bin/ssh-askpass.
-  # But this way is cleaner.
-  # Add script to profile.d to set ssh password agent to ksshasskpass.
-  install -Dm 755 "$srcdir"/$pkgname.sh "$pkgdir"/etc/profile.d/$pkgname.sh
-}

Copied: ksshaskpass/repos/community-i686/PKGBUILD (from rev 114983, ksshaskpass/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-05 02:55:16 UTC (rev 114984)
@@ -0,0 +1,35 @@
+# Maintainer: schuay <jakob.gruber at gmail.com>
+
+pkgname=ksshaskpass
+pkgver=0.5.3
+pkgrel=4
+pkgdesc='KDE4 implementation of ssh-askpass with Kwallet integration'
+url='http://www.kde-apps.org/content/show.php/Ksshaskpass?content=50971'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+provides=('x11-ssh-askpass')
+conflicts=('x11-ssh-askpass')
+source=("http://www.kde-apps.org/CONTENT/content-files/50971-$pkgname-$pkgver.tar.gz"
+        "$pkgname.sh")
+md5sums=('05dad7745e9d92b08bd86e7ab7a9540d'
+         '70396ba019ae05cc91502456f548caff')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+  make
+}
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  
+  # Remove useless desktop file.
+  rm -rf "$pkgdir"/usr/share/applications
+  
+  # Documentation requires that this application is installed as /usr/bin/ssh-askpass.
+  # But this way is cleaner.
+  # Add script to profile.d to set ssh password agent to ksshasskpass.
+  install -Dm 755 "$srcdir"/$pkgname.sh "$pkgdir"/etc/profile.d/$pkgname.sh
+}

Deleted: community-i686/ksshaskpass.sh
===================================================================
--- community-i686/ksshaskpass.sh	2014-07-05 02:54:41 UTC (rev 114983)
+++ community-i686/ksshaskpass.sh	2014-07-05 02:55:16 UTC (rev 114984)
@@ -1 +0,0 @@
-test -f /usr/bin/ksshaskpass && export SSH_ASKPASS="/usr/bin/ksshaskpass"

Copied: ksshaskpass/repos/community-i686/ksshaskpass.sh (from rev 114983, ksshaskpass/trunk/ksshaskpass.sh)
===================================================================
--- community-i686/ksshaskpass.sh	                        (rev 0)
+++ community-i686/ksshaskpass.sh	2014-07-05 02:55:16 UTC (rev 114984)
@@ -0,0 +1 @@
+test -f /usr/bin/ksshaskpass && export SSH_ASKPASS="/usr/bin/ksshaskpass"

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-05 02:54:41 UTC (rev 114983)
+++ community-x86_64/PKGBUILD	2014-07-05 02:55:16 UTC (rev 114984)
@@ -1,35 +0,0 @@
-# Maintainer: schuay <jakob.gruber at gmail.com>
-
-pkgname=ksshaskpass
-pkgver=0.5.3
-pkgrel=3
-pkgdesc='KDE4 implementation of ssh-askpass with Kwallet integration'
-url='http://www.kde-apps.org/content/show.php/Ksshaskpass?content=50971'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-provides=('x11-ssh-askpass')
-conflicts=('x11-ssh-askpass')
-source=("http://www.kde-apps.org/CONTENT/content-files/50971-$pkgname-$pkgver.tar.gz"
-        "$pkgname.sh")
-md5sums=('05dad7745e9d92b08bd86e7ab7a9540d'
-         '70396ba019ae05cc91502456f548caff')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
-  make
-}
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  
-  # Remove useless desktop file.
-  rm -rf "$pkgdir"/usr/share/applications
-  
-  # Documentation requires that this application is installed as /usr/bin/ssh-askpass.
-  # But this way is cleaner.
-  # Add script to profile.d to set ssh password agent to ksshasskpass.
-  install -Dm 755 "$srcdir"/$pkgname.sh "$pkgdir"/etc/profile.d/$pkgname.sh
-}

Copied: ksshaskpass/repos/community-x86_64/PKGBUILD (from rev 114983, ksshaskpass/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-05 02:55:16 UTC (rev 114984)
@@ -0,0 +1,35 @@
+# Maintainer: schuay <jakob.gruber at gmail.com>
+
+pkgname=ksshaskpass
+pkgver=0.5.3
+pkgrel=4
+pkgdesc='KDE4 implementation of ssh-askpass with Kwallet integration'
+url='http://www.kde-apps.org/content/show.php/Ksshaskpass?content=50971'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+provides=('x11-ssh-askpass')
+conflicts=('x11-ssh-askpass')
+source=("http://www.kde-apps.org/CONTENT/content-files/50971-$pkgname-$pkgver.tar.gz"
+        "$pkgname.sh")
+md5sums=('05dad7745e9d92b08bd86e7ab7a9540d'
+         '70396ba019ae05cc91502456f548caff')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+  make
+}
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  
+  # Remove useless desktop file.
+  rm -rf "$pkgdir"/usr/share/applications
+  
+  # Documentation requires that this application is installed as /usr/bin/ssh-askpass.
+  # But this way is cleaner.
+  # Add script to profile.d to set ssh password agent to ksshasskpass.
+  install -Dm 755 "$srcdir"/$pkgname.sh "$pkgdir"/etc/profile.d/$pkgname.sh
+}

Deleted: community-x86_64/ksshaskpass.sh
===================================================================
--- community-x86_64/ksshaskpass.sh	2014-07-05 02:54:41 UTC (rev 114983)
+++ community-x86_64/ksshaskpass.sh	2014-07-05 02:55:16 UTC (rev 114984)
@@ -1 +0,0 @@
-test -f /usr/bin/ksshaskpass && export SSH_ASKPASS="/usr/bin/ksshaskpass"

Copied: ksshaskpass/repos/community-x86_64/ksshaskpass.sh (from rev 114983, ksshaskpass/trunk/ksshaskpass.sh)
===================================================================
--- community-x86_64/ksshaskpass.sh	                        (rev 0)
+++ community-x86_64/ksshaskpass.sh	2014-07-05 02:55:16 UTC (rev 114984)
@@ -0,0 +1 @@
+test -f /usr/bin/ksshaskpass && export SSH_ASKPASS="/usr/bin/ksshaskpass"




More information about the arch-commits mailing list