[arch-commits] Commit in simh/repos (12 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jul 1 15:19:18 UTC 2014


    Date: Tuesday, July 1, 2014 @ 17:19:18
  Author: spupykin
Revision: 114390

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

Added:
  simh/repos/community-i686/LICENSE
    (from rev 114389, simh/trunk/LICENSE)
  simh/repos/community-i686/PKGBUILD
    (from rev 114389, simh/trunk/PKGBUILD)
  simh/repos/community-i686/simh.install
    (from rev 114389, simh/trunk/simh.install)
  simh/repos/community-x86_64/LICENSE
    (from rev 114389, simh/trunk/LICENSE)
  simh/repos/community-x86_64/PKGBUILD
    (from rev 114389, simh/trunk/PKGBUILD)
  simh/repos/community-x86_64/simh.install
    (from rev 114389, simh/trunk/simh.install)
Deleted:
  simh/repos/community-i686/LICENSE
  simh/repos/community-i686/PKGBUILD
  simh/repos/community-i686/simh.install
  simh/repos/community-x86_64/LICENSE
  simh/repos/community-x86_64/PKGBUILD
  simh/repos/community-x86_64/simh.install

-------------------------------+
 /LICENSE                      |   48 ++++++++++++++++++++++++
 /PKGBUILD                     |   78 ++++++++++++++++++++++++++++++++++++++++
 /simh.install                 |   46 +++++++++++++++++++++++
 community-i686/LICENSE        |   24 ------------
 community-i686/PKGBUILD       |   39 --------------------
 community-i686/simh.install   |   23 -----------
 community-x86_64/LICENSE      |   24 ------------
 community-x86_64/PKGBUILD     |   39 --------------------
 community-x86_64/simh.install |   23 -----------
 9 files changed, 172 insertions(+), 172 deletions(-)

Deleted: community-i686/LICENSE
===================================================================
--- community-i686/LICENSE	2014-07-01 15:19:04 UTC (rev 114389)
+++ community-i686/LICENSE	2014-07-01 15:19:18 UTC (rev 114390)
@@ -1,24 +0,0 @@
-   Original code published in 1993-2005, written by Robert M Supnik
-   Copyright (c) 1993-2005, Robert M Supnik
-
-   Permission is hereby granted, free of charge, to any person obtaining a
-   copy of this software and associated documentation files (the "Software"),
-   to deal in the Software without restriction, including without limitation
-   the rights to use, copy, modify, merge, publish, distribute, sublicense,
-   and/or sell copies of the Software, and to permit persons to whom the
-   Software is furnished to do so, subject to the following conditions:
-
-   The above copyright notice and this permission notice shall be included in
-   all copies or substantial portions of the Software.
-
-   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-   ROBERT M SUPNIK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-   IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-   CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-   Except as contained in this notice, the name of Robert M Supnik shall not be
-   used in advertising or otherwise to promote the sale, use or other dealings
-   in this Software without prior written authorization from Robert M Supnik.
-

Copied: simh/repos/community-i686/LICENSE (from rev 114389, simh/trunk/LICENSE)
===================================================================
--- community-i686/LICENSE	                        (rev 0)
+++ community-i686/LICENSE	2014-07-01 15:19:18 UTC (rev 114390)
@@ -0,0 +1,24 @@
+   Original code published in 1993-2005, written by Robert M Supnik
+   Copyright (c) 1993-2005, Robert M Supnik
+
+   Permission is hereby granted, free of charge, to any person obtaining a
+   copy of this software and associated documentation files (the "Software"),
+   to deal in the Software without restriction, including without limitation
+   the rights to use, copy, modify, merge, publish, distribute, sublicense,
+   and/or sell copies of the Software, and to permit persons to whom the
+   Software is furnished to do so, subject to the following conditions:
+
+   The above copyright notice and this permission notice shall be included in
+   all copies or substantial portions of the Software.
+
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+   ROBERT M SUPNIK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+   IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+   CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+   Except as contained in this notice, the name of Robert M Supnik shall not be
+   used in advertising or otherwise to promote the sale, use or other dealings
+   in this Software without prior written authorization from Robert M Supnik.
+

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-01 15:19:04 UTC (rev 114389)
+++ community-i686/PKGBUILD	2014-07-01 15:19:18 UTC (rev 114390)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: waterbear <st92.at.freeshell.org>
-
-pkgname=simh
-pkgver=3.9.0
-_pkgver=39-0
-pkgrel=1
-pkgdesc="simulator for assorted historical computers, from Altair to VAX"
-arch=('i686' 'x86_64')
-url="http://simh.trailing-edge.com"
-license=("BSD")
-depends=("libpcap")
-makedepends=("unzip")
-install=simh.install
-source=("http://simh.trailing-edge.com/sources/simhv${_pkgver}.zip"
-	"LICENSE")
-md5sums=('b80385888f23269abaee0bad7d84ea7c'
-         'd56eefa5d020ee2b77d21280fef80e3d')
-
-build() {
-  cd "$srcdir"
-  mkdir -p BIN
-  find VAX -type f -exec sed -i 's/SIM_INLINE//' {} +
-  make USE_NETWORK=1 NETWORK_OPT='-DUSE_NETWORK -isystem /usr/include -lpcap'
-}
-
-package() {
-  cd "$srcdir/BIN"
-  for i in *; do
-    install -D $i "$pkgdir/usr/bin/simh-$i"
-  done
-
-  cd "$srcdir/VAX"
-  mkdir -p "$pkgdir/usr/lib/simh"
-  cp *.bin "$pkgdir/usr/lib/simh"
-
-  install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: simh/repos/community-i686/PKGBUILD (from rev 114389, simh/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-01 15:19:18 UTC (rev 114390)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: waterbear <st92.at.freeshell.org>
+
+pkgname=simh
+pkgver=3.9.0
+_pkgver=39-0
+pkgrel=2
+pkgdesc="simulator for assorted historical computers, from Altair to VAX"
+arch=('i686' 'x86_64')
+url="http://simh.trailing-edge.com"
+license=("BSD")
+depends=("libpcap")
+makedepends=("unzip")
+install=simh.install
+source=("http://simh.trailing-edge.com/sources/simhv${_pkgver}.zip"
+	"LICENSE")
+md5sums=('b80385888f23269abaee0bad7d84ea7c'
+         'd56eefa5d020ee2b77d21280fef80e3d')
+
+build() {
+  cd "$srcdir"
+  mkdir -p BIN
+  find VAX -type f -exec sed -i 's/SIM_INLINE//' {} +
+  make USE_NETWORK=1 NETWORK_OPT='-DUSE_NETWORK -isystem /usr/include -lpcap'
+}
+
+package() {
+  cd "$srcdir/BIN"
+  for i in *; do
+    install -D $i "$pkgdir/usr/bin/simh-$i"
+  done
+
+  cd "$srcdir/VAX"
+  mkdir -p "$pkgdir/usr/lib/simh"
+  cp *.bin "$pkgdir/usr/lib/simh"
+
+  install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-i686/simh.install
===================================================================
--- community-i686/simh.install	2014-07-01 15:19:04 UTC (rev 114389)
+++ community-i686/simh.install	2014-07-01 15:19:18 UTC (rev 114390)
@@ -1,23 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  echo -e "->  The VAX ROM images are located in /usr/lib/simh."
-  /bin/true
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  post_install $1
-  /bin/true
-}
-
-# arg 1:  the old package version
-pre_remove() {
-  /bin/true
-}
-
-# arg 1:  the old package version
-post_remove() {
-  /bin/true
-}
-

Copied: simh/repos/community-i686/simh.install (from rev 114389, simh/trunk/simh.install)
===================================================================
--- community-i686/simh.install	                        (rev 0)
+++ community-i686/simh.install	2014-07-01 15:19:18 UTC (rev 114390)
@@ -0,0 +1,23 @@
+# arg 1:  the new package version
+post_install() {
+  echo -e "->  The VAX ROM images are located in /usr/lib/simh."
+  /bin/true
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  post_install $1
+  /bin/true
+}
+
+# arg 1:  the old package version
+pre_remove() {
+  /bin/true
+}
+
+# arg 1:  the old package version
+post_remove() {
+  /bin/true
+}
+

Deleted: community-x86_64/LICENSE
===================================================================
--- community-x86_64/LICENSE	2014-07-01 15:19:04 UTC (rev 114389)
+++ community-x86_64/LICENSE	2014-07-01 15:19:18 UTC (rev 114390)
@@ -1,24 +0,0 @@
-   Original code published in 1993-2005, written by Robert M Supnik
-   Copyright (c) 1993-2005, Robert M Supnik
-
-   Permission is hereby granted, free of charge, to any person obtaining a
-   copy of this software and associated documentation files (the "Software"),
-   to deal in the Software without restriction, including without limitation
-   the rights to use, copy, modify, merge, publish, distribute, sublicense,
-   and/or sell copies of the Software, and to permit persons to whom the
-   Software is furnished to do so, subject to the following conditions:
-
-   The above copyright notice and this permission notice shall be included in
-   all copies or substantial portions of the Software.
-
-   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-   ROBERT M SUPNIK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-   IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-   CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-   Except as contained in this notice, the name of Robert M Supnik shall not be
-   used in advertising or otherwise to promote the sale, use or other dealings
-   in this Software without prior written authorization from Robert M Supnik.
-

Copied: simh/repos/community-x86_64/LICENSE (from rev 114389, simh/trunk/LICENSE)
===================================================================
--- community-x86_64/LICENSE	                        (rev 0)
+++ community-x86_64/LICENSE	2014-07-01 15:19:18 UTC (rev 114390)
@@ -0,0 +1,24 @@
+   Original code published in 1993-2005, written by Robert M Supnik
+   Copyright (c) 1993-2005, Robert M Supnik
+
+   Permission is hereby granted, free of charge, to any person obtaining a
+   copy of this software and associated documentation files (the "Software"),
+   to deal in the Software without restriction, including without limitation
+   the rights to use, copy, modify, merge, publish, distribute, sublicense,
+   and/or sell copies of the Software, and to permit persons to whom the
+   Software is furnished to do so, subject to the following conditions:
+
+   The above copyright notice and this permission notice shall be included in
+   all copies or substantial portions of the Software.
+
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+   ROBERT M SUPNIK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+   IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+   CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+   Except as contained in this notice, the name of Robert M Supnik shall not be
+   used in advertising or otherwise to promote the sale, use or other dealings
+   in this Software without prior written authorization from Robert M Supnik.
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-01 15:19:04 UTC (rev 114389)
+++ community-x86_64/PKGBUILD	2014-07-01 15:19:18 UTC (rev 114390)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: waterbear <st92.at.freeshell.org>
-
-pkgname=simh
-pkgver=3.9.0
-_pkgver=39-0
-pkgrel=1
-pkgdesc="simulator for assorted historical computers, from Altair to VAX"
-arch=('i686' 'x86_64')
-url="http://simh.trailing-edge.com"
-license=("BSD")
-depends=("libpcap")
-makedepends=("unzip")
-install=simh.install
-source=("http://simh.trailing-edge.com/sources/simhv${_pkgver}.zip"
-	"LICENSE")
-md5sums=('b80385888f23269abaee0bad7d84ea7c'
-         'd56eefa5d020ee2b77d21280fef80e3d')
-
-build() {
-  cd "$srcdir"
-  mkdir -p BIN
-  find VAX -type f -exec sed -i 's/SIM_INLINE//' {} +
-  make USE_NETWORK=1 NETWORK_OPT='-DUSE_NETWORK -isystem /usr/include -lpcap'
-}
-
-package() {
-  cd "$srcdir/BIN"
-  for i in *; do
-    install -D $i "$pkgdir/usr/bin/simh-$i"
-  done
-
-  cd "$srcdir/VAX"
-  mkdir -p "$pkgdir/usr/lib/simh"
-  cp *.bin "$pkgdir/usr/lib/simh"
-
-  install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: simh/repos/community-x86_64/PKGBUILD (from rev 114389, simh/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-01 15:19:18 UTC (rev 114390)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: waterbear <st92.at.freeshell.org>
+
+pkgname=simh
+pkgver=3.9.0
+_pkgver=39-0
+pkgrel=2
+pkgdesc="simulator for assorted historical computers, from Altair to VAX"
+arch=('i686' 'x86_64')
+url="http://simh.trailing-edge.com"
+license=("BSD")
+depends=("libpcap")
+makedepends=("unzip")
+install=simh.install
+source=("http://simh.trailing-edge.com/sources/simhv${_pkgver}.zip"
+	"LICENSE")
+md5sums=('b80385888f23269abaee0bad7d84ea7c'
+         'd56eefa5d020ee2b77d21280fef80e3d')
+
+build() {
+  cd "$srcdir"
+  mkdir -p BIN
+  find VAX -type f -exec sed -i 's/SIM_INLINE//' {} +
+  make USE_NETWORK=1 NETWORK_OPT='-DUSE_NETWORK -isystem /usr/include -lpcap'
+}
+
+package() {
+  cd "$srcdir/BIN"
+  for i in *; do
+    install -D $i "$pkgdir/usr/bin/simh-$i"
+  done
+
+  cd "$srcdir/VAX"
+  mkdir -p "$pkgdir/usr/lib/simh"
+  cp *.bin "$pkgdir/usr/lib/simh"
+
+  install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/simh.install
===================================================================
--- community-x86_64/simh.install	2014-07-01 15:19:04 UTC (rev 114389)
+++ community-x86_64/simh.install	2014-07-01 15:19:18 UTC (rev 114390)
@@ -1,23 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  echo -e "->  The VAX ROM images are located in /usr/lib/simh."
-  /bin/true
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  post_install $1
-  /bin/true
-}
-
-# arg 1:  the old package version
-pre_remove() {
-  /bin/true
-}
-
-# arg 1:  the old package version
-post_remove() {
-  /bin/true
-}
-

Copied: simh/repos/community-x86_64/simh.install (from rev 114389, simh/trunk/simh.install)
===================================================================
--- community-x86_64/simh.install	                        (rev 0)
+++ community-x86_64/simh.install	2014-07-01 15:19:18 UTC (rev 114390)
@@ -0,0 +1,23 @@
+# arg 1:  the new package version
+post_install() {
+  echo -e "->  The VAX ROM images are located in /usr/lib/simh."
+  /bin/true
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  post_install $1
+  /bin/true
+}
+
+# arg 1:  the old package version
+pre_remove() {
+  /bin/true
+}
+
+# arg 1:  the old package version
+post_remove() {
+  /bin/true
+}
+




More information about the arch-commits mailing list