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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Fri Mar 1 18:39:42 UTC 2013


    Date: Friday, March 1, 2013 @ 19:39:42
  Author: svenstaro
Revision: 85452

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

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

---------------------------+
 community-i686/PKGBUILD   |   72 ++++++++++++++++++++++----------------------
 community-x86_64/PKGBUILD |   72 ++++++++++++++++++++++----------------------
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-03-01 18:39:32 UTC (rev 85451)
+++ community-i686/PKGBUILD	2013-03-01 18:39:42 UTC (rev 85452)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Christian Neukirchen <chneukirchen at gmail.com>
-# Contributor: Thomas Weißschuh <thomas_weissschuh lavabit.com>
-
-pkgname=mosh
-pkgver=1.2.3
-pkgrel=3
-pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
-arch=('x86_64' 'i686')
-url='http://mosh.mit.edu/'
-license=('GPL3')
-depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 'libutempter')
-source=("https://github.com/downloads/keithw/mosh/$pkgname-$pkgver.tar.gz")
-sha256sums=('93f09fda77e57f05485a61f3ac679bf9f3f359a9b0b93c216ddd53cd124a768f')
-options=('!emptydirs')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "conf/bash_completion.d/$pkgname" \
-    "$pkgdir/usr/share/bash-completion/completions/$pkgname"
-  install -Dm644 "conf/ufw/applications.d/$pkgname" \
-    "$pkgdir/usr/share/mosh/ufw-${pkgname}.example"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mosh/repos/community-i686/PKGBUILD (from rev 85451, mosh/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-03-01 18:39:42 UTC (rev 85452)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Christian Neukirchen <chneukirchen at gmail.com>
+# Contributor: Thomas Weißschuh <thomas_weissschuh lavabit.com>
+
+pkgname=mosh
+pkgver=1.2.3
+pkgrel=4
+pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
+arch=('x86_64' 'i686')
+url='http://mosh.mit.edu/'
+license=('GPL3')
+depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 'libutempter')
+source=("https://github.com/downloads/keithw/mosh/$pkgname-$pkgver.tar.gz")
+sha256sums=('93f09fda77e57f05485a61f3ac679bf9f3f359a9b0b93c216ddd53cd124a768f')
+options=('!emptydirs')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "conf/bash_completion.d/$pkgname" \
+    "$pkgdir/usr/share/bash-completion/completions/$pkgname"
+  install -Dm644 "conf/ufw/applications.d/$pkgname" \
+    "$pkgdir/usr/share/mosh/ufw-${pkgname}.example"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-03-01 18:39:32 UTC (rev 85451)
+++ community-x86_64/PKGBUILD	2013-03-01 18:39:42 UTC (rev 85452)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Christian Neukirchen <chneukirchen at gmail.com>
-# Contributor: Thomas Weißschuh <thomas_weissschuh lavabit.com>
-
-pkgname=mosh
-pkgver=1.2.3
-pkgrel=3
-pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
-arch=('x86_64' 'i686')
-url='http://mosh.mit.edu/'
-license=('GPL3')
-depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 'libutempter')
-source=("https://github.com/downloads/keithw/mosh/$pkgname-$pkgver.tar.gz")
-sha256sums=('93f09fda77e57f05485a61f3ac679bf9f3f359a9b0b93c216ddd53cd124a768f')
-options=('!emptydirs')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "conf/bash_completion.d/$pkgname" \
-    "$pkgdir/usr/share/bash-completion/completions/$pkgname"
-  install -Dm644 "conf/ufw/applications.d/$pkgname" \
-    "$pkgdir/usr/share/mosh/ufw-${pkgname}.example"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mosh/repos/community-x86_64/PKGBUILD (from rev 85451, mosh/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-03-01 18:39:42 UTC (rev 85452)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Christian Neukirchen <chneukirchen at gmail.com>
+# Contributor: Thomas Weißschuh <thomas_weissschuh lavabit.com>
+
+pkgname=mosh
+pkgver=1.2.3
+pkgrel=4
+pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
+arch=('x86_64' 'i686')
+url='http://mosh.mit.edu/'
+license=('GPL3')
+depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 'libutempter')
+source=("https://github.com/downloads/keithw/mosh/$pkgname-$pkgver.tar.gz")
+sha256sums=('93f09fda77e57f05485a61f3ac679bf9f3f359a9b0b93c216ddd53cd124a768f')
+options=('!emptydirs')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "conf/bash_completion.d/$pkgname" \
+    "$pkgdir/usr/share/bash-completion/completions/$pkgname"
+  install -Dm644 "conf/ufw/applications.d/$pkgname" \
+    "$pkgdir/usr/share/mosh/ufw-${pkgname}.example"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list