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

2020-05-29 Thread Lukas Fleischer via arch-commits
Date: Friday, May 29, 2020 @ 18:30:11
  Author: lfleischer
Revision: 637247

db-move: moved mosh from [community-staging] to [community-testing] (x86_64)

Added:
  mosh/repos/community-testing-x86_64/
  mosh/repos/community-testing-x86_64/PKGBUILD
(from rev 637246, mosh/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  mosh/repos/community-staging-x86_64/

--+
 PKGBUILD |   32 
 1 file changed, 32 insertions(+)

Copied: mosh/repos/community-testing-x86_64/PKGBUILD (from rev 637246, 
mosh/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-05-29 18:30:11 UTC (rev 637247)
@@ -0,0 +1,32 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Christian Neukirchen 
+# Contributor: Thomas Weißschuh 
+
+pkgname=mosh
+pkgver=1.3.2
+pkgrel=12
+pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
+arch=(x86_64)
+url='https://mosh.org/'
+license=(GPL3)
+depends=(libutempter openssh openssl perl-io-tty protobuf)
+makedepends=(git)
+options=(!emptydirs)
+source=("git+https://github.com/mobile-shell/mosh#tag=$pkgname-$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --enable-ufw --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C $pkgname install
+  install -Dm644 "$pkgname/conf/bash-completion/completions/$pkgname" \
+"$pkgdir/usr/share/bash-completion/completions/$pkgname"
+}
+
+# getver: raw.githubusercontent.com/mobile-shell/mosh/master/ChangeLog
+# vim: ts=2 sw=2 et:


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

2019-12-15 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 15, 2019 @ 18:23:05
  Author: lfleischer
Revision: 537785

db-move: moved mosh from [community-testing] to [community] (x86_64)

Added:
  mosh/repos/community-x86_64/PKGBUILD
(from rev 537784, mosh/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  mosh/repos/community-testing-x86_64/
  mosh/repos/community-x86_64/PKGBUILD

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

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-12-15 18:22:55 UTC (rev 537784)
+++ community-x86_64/PKGBUILD   2019-12-15 18:23:05 UTC (rev 537785)
@@ -1,32 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Christian Neukirchen 
-# Contributor: Thomas Weißschuh 
-
-pkgname=mosh
-pkgver=1.3.2
-pkgrel=11
-pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
-arch=(x86_64)
-url='https://mosh.org/'
-license=(GPL3)
-depends=(libutempter openssh openssl perl-io-tty protobuf)
-makedepends=(git)
-options=(!emptydirs)
-source=("git+https://github.com/mobile-shell/mosh#tag=$pkgname-$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --enable-ufw --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  DESTDIR="$pkgdir" make -C $pkgname install
-  install -Dm644 "$pkgname/conf/bash-completion/completions/$pkgname" \
-"$pkgdir/usr/share/bash-completion/completions/$pkgname"
-}
-
-# getver: raw.githubusercontent.com/mobile-shell/mosh/master/ChangeLog
-# vim: ts=2 sw=2 et:

Copied: mosh/repos/community-x86_64/PKGBUILD (from rev 537784, 
mosh/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-15 18:23:05 UTC (rev 537785)
@@ -0,0 +1,32 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Christian Neukirchen 
+# Contributor: Thomas Weißschuh 
+
+pkgname=mosh
+pkgver=1.3.2
+pkgrel=11
+pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
+arch=(x86_64)
+url='https://mosh.org/'
+license=(GPL3)
+depends=(libutempter openssh openssl perl-io-tty protobuf)
+makedepends=(git)
+options=(!emptydirs)
+source=("git+https://github.com/mobile-shell/mosh#tag=$pkgname-$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --enable-ufw --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C $pkgname install
+  install -Dm644 "$pkgname/conf/bash-completion/completions/$pkgname" \
+"$pkgdir/usr/share/bash-completion/completions/$pkgname"
+}
+
+# getver: raw.githubusercontent.com/mobile-shell/mosh/master/ChangeLog
+# vim: ts=2 sw=2 et:


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

2019-12-11 Thread Lukas Fleischer via arch-commits
Date: Thursday, December 12, 2019 @ 03:10:41
  Author: lfleischer
Revision: 537145

db-move: moved mosh from [community-staging] to [community-testing] (x86_64)

Added:
  mosh/repos/community-testing-x86_64/
  mosh/repos/community-testing-x86_64/PKGBUILD
(from rev 537144, mosh/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  mosh/repos/community-staging-x86_64/

--+
 PKGBUILD |   32 
 1 file changed, 32 insertions(+)

Copied: mosh/repos/community-testing-x86_64/PKGBUILD (from rev 537144, 
mosh/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-12-12 03:10:41 UTC (rev 537145)
@@ -0,0 +1,32 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Christian Neukirchen 
+# Contributor: Thomas Weißschuh 
+
+pkgname=mosh
+pkgver=1.3.2
+pkgrel=11
+pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
+arch=(x86_64)
+url='https://mosh.org/'
+license=(GPL3)
+depends=(libutempter openssh openssl perl-io-tty protobuf)
+makedepends=(git)
+options=(!emptydirs)
+source=("git+https://github.com/mobile-shell/mosh#tag=$pkgname-$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --enable-ufw --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C $pkgname install
+  install -Dm644 "$pkgname/conf/bash-completion/completions/$pkgname" \
+"$pkgdir/usr/share/bash-completion/completions/$pkgname"
+}
+
+# getver: raw.githubusercontent.com/mobile-shell/mosh/master/ChangeLog
+# vim: ts=2 sw=2 et:


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

2019-10-27 Thread Lukas Fleischer via arch-commits
Date: Sunday, October 27, 2019 @ 18:54:32
  Author: lfleischer
Revision: 520776

db-move: moved mosh from [community-testing] to [community] (x86_64)

Added:
  mosh/repos/community-x86_64/PKGBUILD
(from rev 520775, mosh/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  mosh/repos/community-testing-x86_64/
  mosh/repos/community-x86_64/PKGBUILD

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

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-10-27 18:54:19 UTC (rev 520775)
+++ community-x86_64/PKGBUILD   2019-10-27 18:54:32 UTC (rev 520776)
@@ -1,32 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Christian Neukirchen 
-# Contributor: Thomas Weißschuh 
-
-pkgname=mosh
-pkgver=1.3.2
-pkgrel=8
-pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
-arch=(x86_64)
-url='https://mosh.org/'
-license=(GPL3)
-depends=(libutempter openssh openssl perl-io-tty protobuf)
-makedepends=(git)
-options=(!emptydirs)
-source=("git+https://github.com/mobile-shell/mosh#tag=$pkgname-$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr --enable-ufw --sysconfdir=/etc
-  make
-}
-
-package() {
-  DESTDIR="$pkgdir" make -C $pkgname install
-  install -Dm644 "$pkgname/conf/bash-completion/completions/$pkgname" \
-"$pkgdir/usr/share/bash-completion/completions/$pkgname"
-}
-
-# getver: raw.githubusercontent.com/mobile-shell/mosh/master/ChangeLog
-# vim: ts=2 sw=2 et:

Copied: mosh/repos/community-x86_64/PKGBUILD (from rev 520775, 
mosh/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-10-27 18:54:32 UTC (rev 520776)
@@ -0,0 +1,32 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Christian Neukirchen 
+# Contributor: Thomas Weißschuh 
+
+pkgname=mosh
+pkgver=1.3.2
+pkgrel=10
+pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
+arch=(x86_64)
+url='https://mosh.org/'
+license=(GPL3)
+depends=(libutempter openssh openssl perl-io-tty protobuf)
+makedepends=(git)
+options=(!emptydirs)
+source=("git+https://github.com/mobile-shell/mosh#tag=$pkgname-$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --enable-ufw --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C $pkgname install
+  install -Dm644 "$pkgname/conf/bash-completion/completions/$pkgname" \
+"$pkgdir/usr/share/bash-completion/completions/$pkgname"
+}
+
+# getver: raw.githubusercontent.com/mobile-shell/mosh/master/ChangeLog
+# vim: ts=2 sw=2 et:


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

2018-09-14 Thread Gaëtan Bisson via arch-commits
Date: Friday, September 14, 2018 @ 07:25:32
  Author: bisson
Revision: 380803

db-move: moved mosh from [community-testing] to [community] (x86_64)

Added:
  mosh/repos/community-x86_64/PKGBUILD
(from rev 380802, mosh/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  mosh/repos/community-testing-x86_64/
  mosh/repos/community-x86_64/PKGBUILD

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

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2018-09-14 07:25:31 UTC (rev 380802)
+++ community-x86_64/PKGBUILD   2018-09-14 07:25:32 UTC (rev 380803)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Christian Neukirchen 
-# Contributor: Thomas Weißschuh 
-
-pkgname=mosh
-pkgver=1.3.2
-pkgrel=5
-pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
-arch=('x86_64')
-url='https://mosh.org/'
-license=('GPL3')
-depends=('libutempter' 'openssl' 'perl-io-tty' 'protobuf')
-makedepends=('git')
-options=('!emptydirs')
-source=("git+https://github.com/mobile-shell/mosh#tag=$pkgname-$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  ./autogen.sh
-  ./configure --prefix=/usr --enable-ufw --sysconfdir=/etc
-  make
-}
-
-package() {
-  DESTDIR="$pkgdir" make -C "$pkgname" install
-  install -Dm644 "$pkgname/conf/bash-completion/completions/$pkgname" \
-"$pkgdir/usr/share/bash-completion/completions/$pkgname"
-}
-
-# getver: raw.githubusercontent.com/mobile-shell/mosh/master/ChangeLog
-# vim: ts=2 sw=2 et:

Copied: mosh/repos/community-x86_64/PKGBUILD (from rev 380802, 
mosh/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-09-14 07:25:32 UTC (rev 380803)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Christian Neukirchen 
+# Contributor: Thomas Weißschuh 
+
+pkgname=mosh
+pkgver=1.3.2
+pkgrel=6
+pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
+arch=('x86_64')
+url='https://mosh.org/'
+license=('GPL3')
+depends=('libutempter' 'openssl' 'perl-io-tty' 'protobuf')
+makedepends=('git')
+options=('!emptydirs')
+source=("git+https://github.com/mobile-shell/mosh#tag=$pkgname-$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-ufw --sysconfdir=/etc
+  make
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C "$pkgname" install
+  install -Dm644 "$pkgname/conf/bash-completion/completions/$pkgname" \
+"$pkgdir/usr/share/bash-completion/completions/$pkgname"
+}
+
+# getver: raw.githubusercontent.com/mobile-shell/mosh/master/ChangeLog
+# vim: ts=2 sw=2 et: