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

Eric Bélanger eric at nymeria.archlinux.org
Sun May 11 00:25:53 UTC 2014


    Date: Sunday, May 11, 2014 @ 02:25:53
  Author: eric
Revision: 212217

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

Added:
  bin86/repos/extra-i686/PKGBUILD
    (from rev 212216, bin86/trunk/PKGBUILD)
  bin86/repos/extra-i686/bin86-0.16.17-x86_64-1.patch
    (from rev 212216, bin86/trunk/bin86-0.16.17-x86_64-1.patch)
  bin86/repos/extra-x86_64/PKGBUILD
    (from rev 212216, bin86/trunk/PKGBUILD)
  bin86/repos/extra-x86_64/bin86-0.16.17-x86_64-1.patch
    (from rev 212216, bin86/trunk/bin86-0.16.17-x86_64-1.patch)
Deleted:
  bin86/repos/extra-i686/PKGBUILD
  bin86/repos/extra-i686/bin86-0.16.17-x86_64-1.patch
  bin86/repos/extra-x86_64/PKGBUILD
  bin86/repos/extra-x86_64/bin86-0.16.17-x86_64-1.patch

-------------------------------------------+
 /PKGBUILD                                 |   68 +++++++++++++++++++++
 /bin86-0.16.17-x86_64-1.patch             |   88 ++++++++++++++++++++++++++++
 extra-i686/PKGBUILD                       |   33 ----------
 extra-i686/bin86-0.16.17-x86_64-1.patch   |   44 --------------
 extra-x86_64/PKGBUILD                     |   33 ----------
 extra-x86_64/bin86-0.16.17-x86_64-1.patch |   44 --------------
 6 files changed, 156 insertions(+), 154 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-05-11 00:23:16 UTC (rev 212216)
+++ extra-i686/PKGBUILD	2014-05-11 00:25:53 UTC (rev 212217)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-
-pkgname=bin86
-pkgver=0.16.19
-pkgrel=1
-pkgdesc="A complete 8086 assembler and loader"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.debath.co.uk/"
-depends=('glibc')
-source=("http://www.debath.co.uk/dev86/$pkgname-$pkgver.tar.gz"
-        bin86-0.16.17-x86_64-1.patch)
-md5sums=('0a20d79765a6855ce7c8c2d02b23a0f0'
-         '92bdce7b0655cd2e9f83c83fc56d128e')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  if [[ $CARCH = x86_64 ]]; then
-     patch -Np1 < "$srcdir/bin86-0.16.17-x86_64-1.patch"
-  fi
-
-  make PREFIX=/usr
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  mkdir -p "$pkgdir/usr/bin" "$pkgdir/usr/share/man/man1"
-  make "PREFIX=$pkgdir/usr" "MANDIR=$pkgdir/usr/share/man/man1" install
-}

Copied: bin86/repos/extra-i686/PKGBUILD (from rev 212216, bin86/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-05-11 00:25:53 UTC (rev 212217)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=bin86
+pkgver=0.16.21
+pkgrel=1
+pkgdesc="A complete 8086 assembler and loader"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://v3.sk/~lkundrak/dev86/"
+depends=('glibc')
+source=(http://v3.sk/~lkundrak/dev86/$pkgname-$pkgver.tar.gz
+        bin86-0.16.17-x86_64-1.patch)
+sha1sums=('35a1222350adce5b6d62dd56f3477d9416c59174'
+          '2c967c062fbee4e40ca1bf55feec2033e132e0a9')
+
+prepare() {
+  cd $pkgname-$pkgver
+  if [[ $CARCH = x86_64 ]]; then
+     patch -Np1 < "$srcdir/bin86-0.16.17-x86_64-1.patch"
+  fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -d "$pkgdir"/usr/{bin,share/man/man1}
+  make PREFIX="$pkgdir/usr" MANDIR="$pkgdir/usr/share/man/man1" install
+}

Deleted: extra-i686/bin86-0.16.17-x86_64-1.patch
===================================================================
--- extra-i686/bin86-0.16.17-x86_64-1.patch	2014-05-11 00:23:16 UTC (rev 212216)
+++ extra-i686/bin86-0.16.17-x86_64-1.patch	2014-05-11 00:25:53 UTC (rev 212217)
@@ -1,44 +0,0 @@
-Submitted By: Ken Moffat <ken at kenmoffat.uklinux.net>
-Date: 2005-06-28
-Initial Package Version: 0.16.14
-Upstream Status: Submitted Upstream
-Origin: from ROCK Linux
-Description: Allows bin86 to compile on x86_64, which permits lilo to
- be used in a 64-bit system.  I'm dubious about ROCK's attempts to
- automatically add dual-licensing to all their patches, but bin86 is
- already GPL'd.  I've heard from the maintainer that this will be
- included in the next upload.
-
-
-# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
-# 
-# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
-# Please add additional copyright information _after_ the line containing
-# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
-# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
-# 
-# ROCK Linux: rock-src/package/x86/bin86/x86_64.patch
-# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
-# 
-# This patch file is dual-licensed. It is available under the license the
-# patched project is licensed under, as long as it is an OpenSource license
-# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
-# of the GNU General Public License as published by the Free Software
-# Foundation; either version 2 of the License, or (at your option) any later
-# version.
-# 
-# --- ROCK-COPYRIGHT-NOTE-END ---
-
-diff -urN bin86-0.16.14-orig/ld/x86_aout.h bin86-0.16.14/ld/x86_aout.h
---- bin86-0.16.14-orig/ld/x86_aout.h	2004-11-07 20:07:31.506442000 +0100
-+++ bin86-0.16.14/ld/x86_aout.h	2004-11-07 20:07:41.106982496 +0100
-@@ -12,6 +12,9 @@
- #if defined(i386) || defined(__BCC__) || defined(MSDOS)
- typedef long Long;
- #define __OUT_OK 1
-+#elif defined(__x86_64__)
-+typedef int Long;
-+#define __OUT_OK 1
- #else
- typedef char Long[4];
- #endif

Copied: bin86/repos/extra-i686/bin86-0.16.17-x86_64-1.patch (from rev 212216, bin86/trunk/bin86-0.16.17-x86_64-1.patch)
===================================================================
--- extra-i686/bin86-0.16.17-x86_64-1.patch	                        (rev 0)
+++ extra-i686/bin86-0.16.17-x86_64-1.patch	2014-05-11 00:25:53 UTC (rev 212217)
@@ -0,0 +1,44 @@
+Submitted By: Ken Moffat <ken at kenmoffat.uklinux.net>
+Date: 2005-06-28
+Initial Package Version: 0.16.14
+Upstream Status: Submitted Upstream
+Origin: from ROCK Linux
+Description: Allows bin86 to compile on x86_64, which permits lilo to
+ be used in a 64-bit system.  I'm dubious about ROCK's attempts to
+ automatically add dual-licensing to all their patches, but bin86 is
+ already GPL'd.  I've heard from the maintainer that this will be
+ included in the next upload.
+
+
+# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
+# 
+# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
+# Please add additional copyright information _after_ the line containing
+# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
+# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
+# 
+# ROCK Linux: rock-src/package/x86/bin86/x86_64.patch
+# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
+# 
+# This patch file is dual-licensed. It is available under the license the
+# patched project is licensed under, as long as it is an OpenSource license
+# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
+# of the GNU General Public License as published by the Free Software
+# Foundation; either version 2 of the License, or (at your option) any later
+# version.
+# 
+# --- ROCK-COPYRIGHT-NOTE-END ---
+
+diff -urN bin86-0.16.14-orig/ld/x86_aout.h bin86-0.16.14/ld/x86_aout.h
+--- bin86-0.16.14-orig/ld/x86_aout.h	2004-11-07 20:07:31.506442000 +0100
++++ bin86-0.16.14/ld/x86_aout.h	2004-11-07 20:07:41.106982496 +0100
+@@ -12,6 +12,9 @@
+ #if defined(i386) || defined(__BCC__) || defined(MSDOS)
+ typedef long Long;
+ #define __OUT_OK 1
++#elif defined(__x86_64__)
++typedef int Long;
++#define __OUT_OK 1
+ #else
+ typedef char Long[4];
+ #endif

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-05-11 00:23:16 UTC (rev 212216)
+++ extra-x86_64/PKGBUILD	2014-05-11 00:25:53 UTC (rev 212217)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-
-pkgname=bin86
-pkgver=0.16.19
-pkgrel=1
-pkgdesc="A complete 8086 assembler and loader"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.debath.co.uk/"
-depends=('glibc')
-source=("http://www.debath.co.uk/dev86/$pkgname-$pkgver.tar.gz"
-        bin86-0.16.17-x86_64-1.patch)
-md5sums=('0a20d79765a6855ce7c8c2d02b23a0f0'
-         '92bdce7b0655cd2e9f83c83fc56d128e')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  if [[ $CARCH = x86_64 ]]; then
-     patch -Np1 < "$srcdir/bin86-0.16.17-x86_64-1.patch"
-  fi
-
-  make PREFIX=/usr
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  mkdir -p "$pkgdir/usr/bin" "$pkgdir/usr/share/man/man1"
-  make "PREFIX=$pkgdir/usr" "MANDIR=$pkgdir/usr/share/man/man1" install
-}

Copied: bin86/repos/extra-x86_64/PKGBUILD (from rev 212216, bin86/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-05-11 00:25:53 UTC (rev 212217)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=bin86
+pkgver=0.16.21
+pkgrel=1
+pkgdesc="A complete 8086 assembler and loader"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://v3.sk/~lkundrak/dev86/"
+depends=('glibc')
+source=(http://v3.sk/~lkundrak/dev86/$pkgname-$pkgver.tar.gz
+        bin86-0.16.17-x86_64-1.patch)
+sha1sums=('35a1222350adce5b6d62dd56f3477d9416c59174'
+          '2c967c062fbee4e40ca1bf55feec2033e132e0a9')
+
+prepare() {
+  cd $pkgname-$pkgver
+  if [[ $CARCH = x86_64 ]]; then
+     patch -Np1 < "$srcdir/bin86-0.16.17-x86_64-1.patch"
+  fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -d "$pkgdir"/usr/{bin,share/man/man1}
+  make PREFIX="$pkgdir/usr" MANDIR="$pkgdir/usr/share/man/man1" install
+}

Deleted: extra-x86_64/bin86-0.16.17-x86_64-1.patch
===================================================================
--- extra-x86_64/bin86-0.16.17-x86_64-1.patch	2014-05-11 00:23:16 UTC (rev 212216)
+++ extra-x86_64/bin86-0.16.17-x86_64-1.patch	2014-05-11 00:25:53 UTC (rev 212217)
@@ -1,44 +0,0 @@
-Submitted By: Ken Moffat <ken at kenmoffat.uklinux.net>
-Date: 2005-06-28
-Initial Package Version: 0.16.14
-Upstream Status: Submitted Upstream
-Origin: from ROCK Linux
-Description: Allows bin86 to compile on x86_64, which permits lilo to
- be used in a 64-bit system.  I'm dubious about ROCK's attempts to
- automatically add dual-licensing to all their patches, but bin86 is
- already GPL'd.  I've heard from the maintainer that this will be
- included in the next upload.
-
-
-# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
-# 
-# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
-# Please add additional copyright information _after_ the line containing
-# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
-# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
-# 
-# ROCK Linux: rock-src/package/x86/bin86/x86_64.patch
-# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
-# 
-# This patch file is dual-licensed. It is available under the license the
-# patched project is licensed under, as long as it is an OpenSource license
-# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
-# of the GNU General Public License as published by the Free Software
-# Foundation; either version 2 of the License, or (at your option) any later
-# version.
-# 
-# --- ROCK-COPYRIGHT-NOTE-END ---
-
-diff -urN bin86-0.16.14-orig/ld/x86_aout.h bin86-0.16.14/ld/x86_aout.h
---- bin86-0.16.14-orig/ld/x86_aout.h	2004-11-07 20:07:31.506442000 +0100
-+++ bin86-0.16.14/ld/x86_aout.h	2004-11-07 20:07:41.106982496 +0100
-@@ -12,6 +12,9 @@
- #if defined(i386) || defined(__BCC__) || defined(MSDOS)
- typedef long Long;
- #define __OUT_OK 1
-+#elif defined(__x86_64__)
-+typedef int Long;
-+#define __OUT_OK 1
- #else
- typedef char Long[4];
- #endif

Copied: bin86/repos/extra-x86_64/bin86-0.16.17-x86_64-1.patch (from rev 212216, bin86/trunk/bin86-0.16.17-x86_64-1.patch)
===================================================================
--- extra-x86_64/bin86-0.16.17-x86_64-1.patch	                        (rev 0)
+++ extra-x86_64/bin86-0.16.17-x86_64-1.patch	2014-05-11 00:25:53 UTC (rev 212217)
@@ -0,0 +1,44 @@
+Submitted By: Ken Moffat <ken at kenmoffat.uklinux.net>
+Date: 2005-06-28
+Initial Package Version: 0.16.14
+Upstream Status: Submitted Upstream
+Origin: from ROCK Linux
+Description: Allows bin86 to compile on x86_64, which permits lilo to
+ be used in a 64-bit system.  I'm dubious about ROCK's attempts to
+ automatically add dual-licensing to all their patches, but bin86 is
+ already GPL'd.  I've heard from the maintainer that this will be
+ included in the next upload.
+
+
+# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
+# 
+# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
+# Please add additional copyright information _after_ the line containing
+# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
+# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
+# 
+# ROCK Linux: rock-src/package/x86/bin86/x86_64.patch
+# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
+# 
+# This patch file is dual-licensed. It is available under the license the
+# patched project is licensed under, as long as it is an OpenSource license
+# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
+# of the GNU General Public License as published by the Free Software
+# Foundation; either version 2 of the License, or (at your option) any later
+# version.
+# 
+# --- ROCK-COPYRIGHT-NOTE-END ---
+
+diff -urN bin86-0.16.14-orig/ld/x86_aout.h bin86-0.16.14/ld/x86_aout.h
+--- bin86-0.16.14-orig/ld/x86_aout.h	2004-11-07 20:07:31.506442000 +0100
++++ bin86-0.16.14/ld/x86_aout.h	2004-11-07 20:07:41.106982496 +0100
+@@ -12,6 +12,9 @@
+ #if defined(i386) || defined(__BCC__) || defined(MSDOS)
+ typedef long Long;
+ #define __OUT_OK 1
++#elif defined(__x86_64__)
++typedef int Long;
++#define __OUT_OK 1
+ #else
+ typedef char Long[4];
+ #endif




More information about the arch-commits mailing list