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

Pierre Schmitz pierre at archlinux.org
Mon Feb 27 17:50:18 UTC 2012


    Date: Monday, February 27, 2012 @ 12:50:18
  Author: pierre
Revision: 151558

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

Added:
  hercules/repos/extra-i686/PKGBUILD
    (from rev 151557, hercules/trunk/PKGBUILD)
  hercules/repos/extra-x86_64/PKGBUILD
    (from rev 151557, hercules/trunk/PKGBUILD)
Deleted:
  hercules/repos/extra-i686/PKGBUILD
  hercules/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   57 +++++++++++++++++++++++++-----------------------
 extra-x86_64/PKGBUILD |   57 +++++++++++++++++++++++++-----------------------
 2 files changed, 60 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-27 17:49:48 UTC (rev 151557)
+++ extra-i686/PKGBUILD	2012-02-27 17:50:18 UTC (rev 151558)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Maintainer: Kevin Piche <kevin at archlinux.org>
-
-pkgname=hercules
-pkgver=3.07
-pkgrel=1
-pkgdesc="A software implementation of the mainframe System/370 and ESA/390 architectures"
-url="http://www.hercules-390.org/"
-source=(http://www.hercules-390.org/$pkgname-$pkgver.tar.gz)
-arch=(i686 x86_64)
-license=('custom')
-options=(!libtool)
-depends=('bzip2' 'libgcrypt' 'zlib')
-md5sums=('a12aa1645b0695b25b7fc0c9a3ccab3a')
-
-build() {
-  cd $startdir/src/$pkgname-$pkgver
-  # Change module extension from .la to .so.
-  sed '/HDL_MODULE_SUFFIX/ s/\.la/.so/' -i hdl.h
-  ./configure --prefix=/usr
-  make || return 1
-  make prefix=$startdir/pkg/usr install
-  # license
-  install -D -m644 COPYRIGHT \
-  		$startdir/pkg/usr/share/licenses/hercules/qpl1
-}

Copied: hercules/repos/extra-i686/PKGBUILD (from rev 151557, hercules/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-27 17:50:18 UTC (rev 151558)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Maintainer: Kevin Piche <kevin at archlinux.org>
+
+pkgname=hercules
+pkgver=3.07
+pkgrel=2
+pkgdesc="A software implementation of the mainframe System/370 and ESA/390 architectures"
+url="http://www.hercules-390.org/"
+source=("http://www.hercules-390.org/$pkgname-$pkgver.tar.gz")
+arch=('i686' 'x86_64')
+license=('custom')
+options=('!libtool')
+depends=('bzip2' 'libgcrypt' 'zlib')
+md5sums=('a12aa1645b0695b25b7fc0c9a3ccab3a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  # Change module extension from .la to .so.
+  sed '/HDL_MODULE_SUFFIX/ s/\.la/.so/' -i hdl.h
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install
+  install -D -m644 COPYRIGHT \
+    $pkgdir/usr/share/licenses/hercules/qpl1
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-27 17:49:48 UTC (rev 151557)
+++ extra-x86_64/PKGBUILD	2012-02-27 17:50:18 UTC (rev 151558)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Maintainer: Kevin Piche <kevin at archlinux.org>
-
-pkgname=hercules
-pkgver=3.07
-pkgrel=1
-pkgdesc="A software implementation of the mainframe System/370 and ESA/390 architectures"
-url="http://www.hercules-390.org/"
-source=(http://www.hercules-390.org/$pkgname-$pkgver.tar.gz)
-arch=(i686 x86_64)
-license=('custom')
-options=(!libtool)
-depends=('bzip2' 'libgcrypt' 'zlib')
-md5sums=('a12aa1645b0695b25b7fc0c9a3ccab3a')
-
-build() {
-  cd $startdir/src/$pkgname-$pkgver
-  # Change module extension from .la to .so.
-  sed '/HDL_MODULE_SUFFIX/ s/\.la/.so/' -i hdl.h
-  ./configure --prefix=/usr
-  make || return 1
-  make prefix=$startdir/pkg/usr install
-  # license
-  install -D -m644 COPYRIGHT \
-  		$startdir/pkg/usr/share/licenses/hercules/qpl1
-}

Copied: hercules/repos/extra-x86_64/PKGBUILD (from rev 151557, hercules/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-27 17:50:18 UTC (rev 151558)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Maintainer: Kevin Piche <kevin at archlinux.org>
+
+pkgname=hercules
+pkgver=3.07
+pkgrel=2
+pkgdesc="A software implementation of the mainframe System/370 and ESA/390 architectures"
+url="http://www.hercules-390.org/"
+source=("http://www.hercules-390.org/$pkgname-$pkgver.tar.gz")
+arch=('i686' 'x86_64')
+license=('custom')
+options=('!libtool')
+depends=('bzip2' 'libgcrypt' 'zlib')
+md5sums=('a12aa1645b0695b25b7fc0c9a3ccab3a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  # Change module extension from .la to .so.
+  sed '/HDL_MODULE_SUFFIX/ s/\.la/.so/' -i hdl.h
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install
+  install -D -m644 COPYRIGHT \
+    $pkgdir/usr/share/licenses/hercules/qpl1
+}




More information about the arch-commits mailing list