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

Antonio Rojas arojas at archlinux.org
Sat Jan 16 21:00:39 UTC 2016


    Date: Saturday, January 16, 2016 @ 22:00:39
  Author: arojas
Revision: 157014

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

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

---------------------------+
 /PKGBUILD                 |   70 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   35 ----------------------
 community-x86_64/PKGBUILD |   35 ----------------------
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-01-16 21:00:03 UTC (rev 157013)
+++ community-i686/PKGBUILD	2016-01-16 21:00:39 UTC (rev 157014)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Kevin Piche <kevin at archlinux.org>
-# Contributor: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=hercules
-pkgver=3.11
-pkgrel=1
-pkgdesc='Software implementation of System/370 and ESA/390'
-arch=('i686' 'x86_64')
-url='http://www.hercules-390.eu/'
-license=('custom')
-depends=('bzip2' 'libgcrypt' 'zlib' 'perl')
-options=('!makeflags')
-source=("http://downloads.hercules-390.eu/$pkgname-$pkgver.tar.gz")
-sha256sums=('a75fa0138548f93749991adab954c4a473b961bae23ad06822903df0cf2fd2ca')
-
-build() {
-  cd $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 $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYRIGHT \
-    "$pkgdir/usr/share/licenses/hercules/qpl1"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: hercules/repos/community-i686/PKGBUILD (from rev 157013, hercules/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-01-16 21:00:39 UTC (rev 157014)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=hercules
+pkgver=3.12
+pkgrel=1
+pkgdesc='Software implementation of System/370 and ESA/390'
+arch=('i686' 'x86_64')
+url='http://www.hercules-390.eu/'
+license=('custom')
+depends=('bzip2' 'libgcrypt' 'zlib' 'perl')
+options=('!makeflags')
+source=("http://downloads.hercules-390.eu/$pkgname-$pkgver.tar.gz")
+sha256sums=('aefbe9d2f09372a530c17c177b7d2a0f4bcf8cfd28474672935b067e5f9ee373')
+
+build() {
+  cd $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 $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYRIGHT \
+    "$pkgdir/usr/share/licenses/hercules/qpl1"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-01-16 21:00:03 UTC (rev 157013)
+++ community-x86_64/PKGBUILD	2016-01-16 21:00:39 UTC (rev 157014)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Kevin Piche <kevin at archlinux.org>
-# Contributor: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=hercules
-pkgver=3.11
-pkgrel=1
-pkgdesc='Software implementation of System/370 and ESA/390'
-arch=('i686' 'x86_64')
-url='http://www.hercules-390.eu/'
-license=('custom')
-depends=('bzip2' 'libgcrypt' 'zlib' 'perl')
-options=('!makeflags')
-source=("http://downloads.hercules-390.eu/$pkgname-$pkgver.tar.gz")
-sha256sums=('a75fa0138548f93749991adab954c4a473b961bae23ad06822903df0cf2fd2ca')
-
-build() {
-  cd $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 $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYRIGHT \
-    "$pkgdir/usr/share/licenses/hercules/qpl1"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: hercules/repos/community-x86_64/PKGBUILD (from rev 157013, hercules/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-01-16 21:00:39 UTC (rev 157014)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=hercules
+pkgver=3.12
+pkgrel=1
+pkgdesc='Software implementation of System/370 and ESA/390'
+arch=('i686' 'x86_64')
+url='http://www.hercules-390.eu/'
+license=('custom')
+depends=('bzip2' 'libgcrypt' 'zlib' 'perl')
+options=('!makeflags')
+source=("http://downloads.hercules-390.eu/$pkgname-$pkgver.tar.gz")
+sha256sums=('aefbe9d2f09372a530c17c177b7d2a0f4bcf8cfd28474672935b067e5f9ee373')
+
+build() {
+  cd $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 $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYRIGHT \
+    "$pkgdir/usr/share/licenses/hercules/qpl1"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list