Date: Tuesday, July 1, 2014 @ 11:50:12
  Author: spupykin
Revision: 113921

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

Added:
  autossh/repos/community-i686/LICENSE
    (from rev 113920, autossh/trunk/LICENSE)
  autossh/repos/community-i686/PKGBUILD
    (from rev 113920, autossh/trunk/PKGBUILD)
  autossh/repos/community-x86_64/LICENSE
    (from rev 113920, autossh/trunk/LICENSE)
  autossh/repos/community-x86_64/PKGBUILD
    (from rev 113920, autossh/trunk/PKGBUILD)
Deleted:
  autossh/repos/community-i686/LICENSE
  autossh/repos/community-i686/PKGBUILD
  autossh/repos/community-x86_64/LICENSE
  autossh/repos/community-x86_64/PKGBUILD

---------------------------+
 /LICENSE                  |   32 ++++++++++++++++++++++
 /PKGBUILD                 |   62 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/LICENSE    |   16 -----------
 community-i686/PKGBUILD   |   33 -----------------------
 community-x86_64/LICENSE  |   16 -----------
 community-x86_64/PKGBUILD |   33 -----------------------
 6 files changed, 94 insertions(+), 98 deletions(-)

Deleted: community-i686/LICENSE
===================================================================
--- community-i686/LICENSE      2014-07-01 09:49:54 UTC (rev 113920)
+++ community-i686/LICENSE      2014-07-01 09:50:12 UTC (rev 113921)
@@ -1,16 +0,0 @@
-Copyright (c) Carson Harding, 2002-2008.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are freely permitted.
-
-THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, 
-INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY 
-AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL 
-THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
-PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
-OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
-WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
-OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 
-ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: autossh/repos/community-i686/LICENSE (from rev 113920, 
autossh/trunk/LICENSE)
===================================================================
--- community-i686/LICENSE                              (rev 0)
+++ community-i686/LICENSE      2014-07-01 09:50:12 UTC (rev 113921)
@@ -0,0 +1,16 @@
+Copyright (c) Carson Harding, 2002-2008.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are freely permitted.
+
+THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
+THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2014-07-01 09:49:54 UTC (rev 113920)
+++ community-i686/PKGBUILD     2014-07-01 09:50:12 UTC (rev 113921)
@@ -1,33 +0,0 @@
-# Contributor: Ian Taylor <ian at lorf dot orgs>
-
-pkgname=autossh
-pkgver=1.4c
-pkgrel=1
-pkgdesc="Automatically restart SSH sessions and tunnels"
-arch=('i686' 'x86_64')
-url="http://www.harding.motd.ca/autossh/";
-license=('custom')
-depends=('openssh')
-source=("http://www.harding.motd.ca/autossh/$pkgname-$pkgver.tgz";
-       "LICENSE")
-md5sums=('26520eea934f296be0783dabe7fcfd28'
-         '5d65ce1eff3f2c72546a8343b18d67bf')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  msg "Configuring"
-  ./configure --prefix=$pkgdir/usr --sysconfdir=/etc --localstatedir=/var
-
-  msg "Building"
-  make
-
-  msg "Creating package"
-  install -D -m755 autossh $pkgdir/usr/bin/autossh
-  install -D -m644 CHANGES $pkgdir/usr/share/doc/autossh/CHANGES
-  install -D -m644 README $pkgdir/usr/share/doc/autossh/README
-  install -D -m644 autossh.host $pkgdir/usr/share/autossh/examples/autossh.host
-  install -D -m644 rscreen $pkgdir/usr/share/autossh/examples/rscreen
-  install -D -m644 autossh.1 $pkgdir/usr/share/man/man1/autossh.1
-  install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: autossh/repos/community-i686/PKGBUILD (from rev 113920, 
autossh/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2014-07-01 09:50:12 UTC (rev 113921)
@@ -0,0 +1,31 @@
+# Contributor: Ian Taylor <ian at lorf dot orgs>
+
+pkgname=autossh
+pkgver=1.4c
+pkgrel=2
+pkgdesc="Automatically restart SSH sessions and tunnels"
+arch=('i686' 'x86_64')
+url="http://www.harding.motd.ca/autossh/";
+license=('custom')
+depends=('openssh')
+source=("http://www.harding.motd.ca/autossh/$pkgname-$pkgver.tgz";
+       "LICENSE")
+md5sums=('26520eea934f296be0783dabe7fcfd28'
+         '663dffbc9a1adbf1d1b19a3e4ab318ad')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=$pkgdir/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -D -m755 autossh $pkgdir/usr/bin/autossh
+  install -D -m644 CHANGES $pkgdir/usr/share/doc/autossh/CHANGES
+  install -D -m644 README $pkgdir/usr/share/doc/autossh/README
+  install -D -m644 autossh.host $pkgdir/usr/share/autossh/examples/autossh.host
+  install -D -m644 rscreen $pkgdir/usr/share/autossh/examples/rscreen
+  install -D -m644 autossh.1 $pkgdir/usr/share/man/man1/autossh.1
+  install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/LICENSE
===================================================================
--- community-x86_64/LICENSE    2014-07-01 09:49:54 UTC (rev 113920)
+++ community-x86_64/LICENSE    2014-07-01 09:50:12 UTC (rev 113921)
@@ -1,16 +0,0 @@
-Copyright (c) Carson Harding, 2002-2008.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are freely permitted.
-
-THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, 
-INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY 
-AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL 
-THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
-PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
-OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
-WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
-OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 
-ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: autossh/repos/community-x86_64/LICENSE (from rev 113920, 
autossh/trunk/LICENSE)
===================================================================
--- community-x86_64/LICENSE                            (rev 0)
+++ community-x86_64/LICENSE    2014-07-01 09:50:12 UTC (rev 113921)
@@ -0,0 +1,16 @@
+Copyright (c) Carson Harding, 2002-2008.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are freely permitted.
+
+THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
+THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2014-07-01 09:49:54 UTC (rev 113920)
+++ community-x86_64/PKGBUILD   2014-07-01 09:50:12 UTC (rev 113921)
@@ -1,33 +0,0 @@
-# Contributor: Ian Taylor <ian at lorf dot orgs>
-
-pkgname=autossh
-pkgver=1.4c
-pkgrel=1
-pkgdesc="Automatically restart SSH sessions and tunnels"
-arch=('i686' 'x86_64')
-url="http://www.harding.motd.ca/autossh/";
-license=('custom')
-depends=('openssh')
-source=("http://www.harding.motd.ca/autossh/$pkgname-$pkgver.tgz";
-       "LICENSE")
-md5sums=('26520eea934f296be0783dabe7fcfd28'
-         '5d65ce1eff3f2c72546a8343b18d67bf')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  msg "Configuring"
-  ./configure --prefix=$pkgdir/usr --sysconfdir=/etc --localstatedir=/var
-
-  msg "Building"
-  make
-
-  msg "Creating package"
-  install -D -m755 autossh $pkgdir/usr/bin/autossh
-  install -D -m644 CHANGES $pkgdir/usr/share/doc/autossh/CHANGES
-  install -D -m644 README $pkgdir/usr/share/doc/autossh/README
-  install -D -m644 autossh.host $pkgdir/usr/share/autossh/examples/autossh.host
-  install -D -m644 rscreen $pkgdir/usr/share/autossh/examples/rscreen
-  install -D -m644 autossh.1 $pkgdir/usr/share/man/man1/autossh.1
-  install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: autossh/repos/community-x86_64/PKGBUILD (from rev 113920, 
autossh/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-01 09:50:12 UTC (rev 113921)
@@ -0,0 +1,31 @@
+# Contributor: Ian Taylor <ian at lorf dot orgs>
+
+pkgname=autossh
+pkgver=1.4c
+pkgrel=2
+pkgdesc="Automatically restart SSH sessions and tunnels"
+arch=('i686' 'x86_64')
+url="http://www.harding.motd.ca/autossh/";
+license=('custom')
+depends=('openssh')
+source=("http://www.harding.motd.ca/autossh/$pkgname-$pkgver.tgz";
+       "LICENSE")
+md5sums=('26520eea934f296be0783dabe7fcfd28'
+         '663dffbc9a1adbf1d1b19a3e4ab318ad')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=$pkgdir/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -D -m755 autossh $pkgdir/usr/bin/autossh
+  install -D -m644 CHANGES $pkgdir/usr/share/doc/autossh/CHANGES
+  install -D -m644 README $pkgdir/usr/share/doc/autossh/README
+  install -D -m644 autossh.host $pkgdir/usr/share/autossh/examples/autossh.host
+  install -D -m644 rscreen $pkgdir/usr/share/autossh/examples/rscreen
+  install -D -m644 autossh.1 $pkgdir/usr/share/man/man1/autossh.1
+  install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Reply via email to