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

2017-10-03 Thread Alexander Rødseth
Date: Tuesday, October 3, 2017 @ 09:00:00
  Author: arodseth
Revision: 261359

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

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

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   38 --
 community-x86_64/PKGBUILD |   38 --
 3 files changed, 74 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-03 08:59:42 UTC (rev 261358)
+++ community-i686/PKGBUILD 2017-10-03 09:00:00 UTC (rev 261359)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
-# Maintainer: Alexander F Rødseth 
-# Contributor: Jared Casper 
-# Contributor: Paulo Matias 
-
-pkgname=iverilog
-pkgver=10.1
-pkgrel=3
-pkgdesc='Icarus Verilog compiler and simulation tool'
-arch=('x86_64' 'i686')
-url='http://iverilog.icarus.com/'
-license=('GPL')
-makedepends=('readline' 'gperf' 'git' 'gcc')
-depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
-options=('staticlibs')
-source=("git://github.com/steveicarus/iverilog#tag=v${pkgver/./_}")
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  aclocal
-  autoconf
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname" -j1 prefix="$pkgdir/usr" install
-}
-
-# vim:set ts=2 sw=2 et:
-# getver: 
raw.githubusercontent.com/steveicarus/iverilog/master/scripts/MAKE_RELEASE.sh

Copied: iverilog/repos/community-i686/PKGBUILD (from rev 261358, 
iverilog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-03 09:00:00 UTC (rev 261359)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Jared Casper 
+# Contributor: Paulo Matias 
+
+pkgname=iverilog
+pkgver=10.2
+pkgrel=1
+pkgdesc='Icarus Verilog compiler and simulation tool'
+arch=('x86_64' 'i686')
+url='http://iverilog.icarus.com/'
+license=('GPL')
+makedepends=('gperf' 'git')
+options=('staticlibs')
+source=("git+https://github.com/steveicarus/iverilog#tag=v${pkgver/./_};)
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  aclocal
+  autoconf
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname" -j1 prefix="$pkgdir/usr" install
+}
+
+# vim: ts=2 sw=2 et:
+# getver: 
raw.githubusercontent.com/steveicarus/iverilog/master/scripts/MAKE_RELEASE.sh

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-03 08:59:42 UTC (rev 261358)
+++ community-x86_64/PKGBUILD   2017-10-03 09:00:00 UTC (rev 261359)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
-# Maintainer: Alexander F Rødseth 
-# Contributor: Jared Casper 
-# Contributor: Paulo Matias 
-
-pkgname=iverilog
-pkgver=10.1
-pkgrel=3
-pkgdesc='Icarus Verilog compiler and simulation tool'
-arch=('x86_64' 'i686')
-url='http://iverilog.icarus.com/'
-license=('GPL')
-makedepends=('readline' 'gperf' 'git' 'gcc')
-depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
-options=('staticlibs')
-source=("git://github.com/steveicarus/iverilog#tag=v${pkgver/./_}")
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  aclocal
-  autoconf
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname" -j1 prefix="$pkgdir/usr" install
-}
-
-# vim:set ts=2 sw=2 et:
-# getver: 
raw.githubusercontent.com/steveicarus/iverilog/master/scripts/MAKE_RELEASE.sh

Copied: iverilog/repos/community-x86_64/PKGBUILD (from rev 261358, 
iverilog/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-03 09:00:00 UTC (rev 261359)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Jared Casper 
+# Contributor: Paulo Matias 
+
+pkgname=iverilog
+pkgver=10.2
+pkgrel=1
+pkgdesc='Icarus Verilog compiler and simulation tool'
+arch=('x86_64' 'i686')
+url='http://iverilog.icarus.com/'
+license=('GPL')
+makedepends=('gperf' 'git')
+options=('staticlibs')
+source=("git+https://github.com/steveicarus/iverilog#tag=v${pkgver/./_};)
+md5sums=('SKIP')
+
+prepare() {
+  cd 

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

2017-07-12 Thread Jelle van der Waa
Date: Wednesday, July 12, 2017 @ 09:16:19
  Author: jelle
Revision: 244788

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-12 09:16:07 UTC (rev 244787)
+++ community-i686/PKGBUILD 2017-07-12 09:16:19 UTC (rev 244788)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
-# Maintainer: Alexander F Rødseth 
-# Contributor: Jared Casper 
-# Contributor: Paulo Matias 
-
-pkgname=iverilog
-pkgver=10.1
-pkgrel=2
-pkgdesc='Icarus Verilog compiler and simulation tool'
-arch=('x86_64' 'i686')
-url='http://iverilog.icarus.com/'
-license=('GPL')
-makedepends=('readline' 'gperf' 'git' 'gcc')
-depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
-options=('staticlibs')
-source=("git://github.com/steveicarus/iverilog#tag=v${pkgver/./_}")
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  aclocal
-  autoconf
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname" -j1 prefix="$pkgdir/usr" install
-}
-
-# vim:set ts=2 sw=2 et:
-# getver: 
raw.githubusercontent.com/steveicarus/iverilog/master/scripts/MAKE_RELEASE.sh

Copied: iverilog/repos/community-i686/PKGBUILD (from rev 244787, 
iverilog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-12 09:16:19 UTC (rev 244788)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Jared Casper 
+# Contributor: Paulo Matias 
+
+pkgname=iverilog
+pkgver=10.1
+pkgrel=3
+pkgdesc='Icarus Verilog compiler and simulation tool'
+arch=('x86_64' 'i686')
+url='http://iverilog.icarus.com/'
+license=('GPL')
+makedepends=('readline' 'gperf' 'git' 'gcc')
+depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
+options=('staticlibs')
+source=("git://github.com/steveicarus/iverilog#tag=v${pkgver/./_}")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  aclocal
+  autoconf
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname" -j1 prefix="$pkgdir/usr" install
+}
+
+# vim:set ts=2 sw=2 et:
+# getver: 
raw.githubusercontent.com/steveicarus/iverilog/master/scripts/MAKE_RELEASE.sh

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-12 09:16:07 UTC (rev 244787)
+++ community-x86_64/PKGBUILD   2017-07-12 09:16:19 UTC (rev 244788)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
-# Maintainer: Alexander F Rødseth 
-# Contributor: Jared Casper 
-# Contributor: Paulo Matias 
-
-pkgname=iverilog
-pkgver=10.1
-pkgrel=2
-pkgdesc='Icarus Verilog compiler and simulation tool'
-arch=('x86_64' 'i686')
-url='http://iverilog.icarus.com/'
-license=('GPL')
-makedepends=('readline' 'gperf' 'git' 'gcc')
-depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
-options=('staticlibs')
-source=("git://github.com/steveicarus/iverilog#tag=v${pkgver/./_}")
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  aclocal
-  autoconf
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname" -j1 prefix="$pkgdir/usr" install
-}
-
-# vim:set ts=2 sw=2 et:
-# getver: 
raw.githubusercontent.com/steveicarus/iverilog/master/scripts/MAKE_RELEASE.sh

Copied: iverilog/repos/community-x86_64/PKGBUILD (from rev 244787, 
iverilog/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-07-12 09:16:19 UTC (rev 244788)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Jared Casper 
+# Contributor: Paulo Matias 
+
+pkgname=iverilog
+pkgver=10.1
+pkgrel=3
+pkgdesc='Icarus Verilog compiler and simulation tool'
+arch=('x86_64' 'i686')
+url='http://iverilog.icarus.com/'
+license=('GPL')
+makedepends=('readline' 'gperf' 'git' 'gcc')
+depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
+options=('staticlibs')

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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:41:54
  Author: foutrelis
Revision: 194836

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

Added:
  iverilog/repos/community-staging-i686/
  iverilog/repos/community-staging-i686/PKGBUILD
(from rev 194835, iverilog/trunk/PKGBUILD)
  iverilog/repos/community-staging-x86_64/
  iverilog/repos/community-staging-x86_64/PKGBUILD
(from rev 194835, iverilog/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   38 
 community-staging-x86_64/PKGBUILD |   38 
 2 files changed, 76 insertions(+)

Copied: iverilog/repos/community-staging-i686/PKGBUILD (from rev 194835, 
iverilog/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-07 00:41:54 UTC (rev 194836)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Jared Casper 
+# Contributor: Paulo Matias 
+
+pkgname=iverilog
+pkgver=10.1
+pkgrel=2
+pkgdesc='Icarus Verilog compiler and simulation tool'
+arch=('x86_64' 'i686')
+url='http://iverilog.icarus.com/'
+license=('GPL')
+makedepends=('readline' 'gperf' 'git' 'gcc')
+depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
+options=('staticlibs')
+source=("git://github.com/steveicarus/iverilog#tag=v${pkgver/./_}")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  aclocal
+  autoconf
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname" -j1 prefix="$pkgdir/usr" install
+}
+
+# vim:set ts=2 sw=2 et:
+# getver: 
raw.githubusercontent.com/steveicarus/iverilog/master/scripts/MAKE_RELEASE.sh

Copied: iverilog/repos/community-staging-x86_64/PKGBUILD (from rev 194835, 
iverilog/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-07 00:41:54 UTC (rev 194836)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Jared Casper 
+# Contributor: Paulo Matias 
+
+pkgname=iverilog
+pkgver=10.1
+pkgrel=2
+pkgdesc='Icarus Verilog compiler and simulation tool'
+arch=('x86_64' 'i686')
+url='http://iverilog.icarus.com/'
+license=('GPL')
+makedepends=('readline' 'gperf' 'git' 'gcc')
+depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
+options=('staticlibs')
+source=("git://github.com/steveicarus/iverilog#tag=v${pkgver/./_}")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  aclocal
+  autoconf
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname" -j1 prefix="$pkgdir/usr" install
+}
+
+# vim:set ts=2 sw=2 et:
+# getver: 
raw.githubusercontent.com/steveicarus/iverilog/master/scripts/MAKE_RELEASE.sh


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

2016-03-26 Thread Alexander Rødseth
Date: Saturday, March 26, 2016 @ 14:02:23
  Author: arodseth
Revision: 168473

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

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

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   37 -
 community-x86_64/PKGBUILD |   37 -
 3 files changed, 76 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-26 13:02:05 UTC (rev 168472)
+++ community-i686/PKGBUILD 2016-03-26 13:02:23 UTC (rev 168473)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
-# Maintainer: Alexander Rødseth 
-# Contributor: Jared Casper 
-# Contributor: Paulo Matias 
-
-pkgname=iverilog
-pkgver=10.0
-pkgrel=2
-pkgdesc='Icarus Verilog compiler and simulation tool'
-arch=('x86_64' 'i686')
-url='http://iverilog.icarus.com/'
-license=('GPL')
-makedepends=('readline' 'gperf' 'git' 'gcc')
-depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
-options=('staticlibs')
-source=("git://github.com/steveicarus/iverilog#tag=v${pkgver/./_}")
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  aclocal
-  autoconf
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname" -j1 prefix="$pkgdir/usr" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: iverilog/repos/community-i686/PKGBUILD (from rev 168472, 
iverilog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-26 13:02:23 UTC (rev 168473)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Jared Casper 
+# Contributor: Paulo Matias 
+
+pkgname=iverilog
+pkgver=10.1
+pkgrel=1
+pkgdesc='Icarus Verilog compiler and simulation tool'
+arch=('x86_64' 'i686')
+url='http://iverilog.icarus.com/'
+license=('GPL')
+makedepends=('readline' 'gperf' 'git' 'gcc')
+depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
+options=('staticlibs')
+source=("git://github.com/steveicarus/iverilog#tag=v${pkgver/./_}")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  aclocal
+  autoconf
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname" -j1 prefix="$pkgdir/usr" install
+}
+
+# vim:set ts=2 sw=2 et:
+# getver: 
raw.githubusercontent.com/steveicarus/iverilog/master/scripts/MAKE_RELEASE.sh

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-26 13:02:05 UTC (rev 168472)
+++ community-x86_64/PKGBUILD   2016-03-26 13:02:23 UTC (rev 168473)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
-# Maintainer: Alexander Rødseth 
-# Contributor: Jared Casper 
-# Contributor: Paulo Matias 
-
-pkgname=iverilog
-pkgver=10.0
-pkgrel=2
-pkgdesc='Icarus Verilog compiler and simulation tool'
-arch=('x86_64' 'i686')
-url='http://iverilog.icarus.com/'
-license=('GPL')
-makedepends=('readline' 'gperf' 'git' 'gcc')
-depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
-options=('staticlibs')
-source=("git://github.com/steveicarus/iverilog#tag=v${pkgver/./_}")
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  aclocal
-  autoconf
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname" -j1 prefix="$pkgdir/usr" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: iverilog/repos/community-x86_64/PKGBUILD (from rev 168472, 
iverilog/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-26 13:02:23 UTC (rev 168473)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Jared Casper 
+# Contributor: Paulo Matias 
+
+pkgname=iverilog
+pkgver=10.1
+pkgrel=1
+pkgdesc='Icarus Verilog compiler and simulation tool'
+arch=('x86_64' 'i686')
+url='http://iverilog.icarus.com/'
+license=('GPL')
+makedepends=('readline' 'gperf' 'git' 'gcc')
+depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
+options=('staticlibs')
+source=("git://github.com/steveicarus/iverilog#tag=v${pkgver/./_}")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  aclocal
+  autoconf
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure 

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

2015-12-05 Thread Allan McRae
Date: Sunday, December 6, 2015 @ 04:11:06
  Author: allan
Revision: 148776

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

Added:
  iverilog/repos/community-staging-i686/
  iverilog/repos/community-staging-i686/PKGBUILD
(from rev 148775, iverilog/trunk/PKGBUILD)
  iverilog/repos/community-staging-x86_64/
  iverilog/repos/community-staging-x86_64/PKGBUILD
(from rev 148775, iverilog/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   37 
 community-staging-x86_64/PKGBUILD |   37 
 2 files changed, 74 insertions(+)

Copied: iverilog/repos/community-staging-i686/PKGBUILD (from rev 148775, 
iverilog/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 03:11:06 UTC (rev 148776)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander Rødseth 
+# Contributor: Jared Casper 
+# Contributor: Paulo Matias 
+
+pkgname=iverilog
+pkgver=10.0
+pkgrel=2
+pkgdesc='Icarus Verilog compiler and simulation tool'
+arch=('x86_64' 'i686')
+url='http://iverilog.icarus.com/'
+license=('GPL')
+makedepends=('readline' 'gperf' 'git' 'gcc')
+depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
+options=('staticlibs')
+source=("git://github.com/steveicarus/iverilog#tag=v${pkgver/./_}")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  aclocal
+  autoconf
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname" -j1 prefix="$pkgdir/usr" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: iverilog/repos/community-staging-x86_64/PKGBUILD (from rev 148775, 
iverilog/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 03:11:06 UTC (rev 148776)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander Rødseth 
+# Contributor: Jared Casper 
+# Contributor: Paulo Matias 
+
+pkgname=iverilog
+pkgver=10.0
+pkgrel=2
+pkgdesc='Icarus Verilog compiler and simulation tool'
+arch=('x86_64' 'i686')
+url='http://iverilog.icarus.com/'
+license=('GPL')
+makedepends=('readline' 'gperf' 'git' 'gcc')
+depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
+options=('staticlibs')
+source=("git://github.com/steveicarus/iverilog#tag=v${pkgver/./_}")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  aclocal
+  autoconf
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname" -j1 prefix="$pkgdir/usr" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-08-25 Thread Alexander Rødseth
Date: Tuesday, August 25, 2015 @ 19:54:12
  Author: arodseth
Revision: 138760

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

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

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   31 --
 community-x86_64/PKGBUILD |   31 --
 3 files changed, 74 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-25 17:52:42 UTC (rev 138759)
+++ community-i686/PKGBUILD 2015-08-25 17:54:12 UTC (rev 138760)
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jared Casper jaredcas...@gmail.com
-# Contributor: Paulo Matias matias archlinux-br org
-
-pkgname=iverilog
-pkgver=0.9.7
-pkgrel=3
-pkgdesc='Icarus Verilog compiler and simulation tool'
-arch=('x86_64' 'i686')
-url='http://iverilog.icarus.com/'
-# http://iverilog.wikia.com/wiki/Release_Notes_Icarus_Verilog_0_9
-license=('GPL')
-makedepends=('readline' 'gperf')
-depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
-options=('staticlibs')
-source=(ftp://ftp.icarus.com/pub/eda/verilog/v0.9/verilog-$pkgver.tar.gz;)
-sha256sums=('7a5e72e17bfb4c3a59264d8f3cc4e70a7c49c1307173348fdd44e079388e7454')
-
-build() {
-  cd ${pkgname/i}-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C ${pkgname/i}-$pkgver -j1 prefix=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: iverilog/repos/community-i686/PKGBUILD (from rev 138759, 
iverilog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-25 17:54:12 UTC (rev 138760)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jared Casper jaredcas...@gmail.com
+# Contributor: Paulo Matias matias archlinux-br org
+
+pkgname=iverilog
+pkgver=10.0
+pkgrel=1
+pkgdesc='Icarus Verilog compiler and simulation tool'
+arch=('x86_64' 'i686')
+url='http://iverilog.icarus.com/'
+license=('GPL')
+makedepends=('readline' 'gperf' 'git' 'gcc')
+depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
+options=('staticlibs')
+source=(git://github.com/steveicarus/iverilog#tag=v${pkgver/./_})
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+
+  aclocal
+  autoconf
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C $pkgname -j1 prefix=$pkgdir/usr install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-25 17:52:42 UTC (rev 138759)
+++ community-x86_64/PKGBUILD   2015-08-25 17:54:12 UTC (rev 138760)
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jared Casper jaredcas...@gmail.com
-# Contributor: Paulo Matias matias archlinux-br org
-
-pkgname=iverilog
-pkgver=0.9.7
-pkgrel=3
-pkgdesc='Icarus Verilog compiler and simulation tool'
-arch=('x86_64' 'i686')
-url='http://iverilog.icarus.com/'
-# http://iverilog.wikia.com/wiki/Release_Notes_Icarus_Verilog_0_9
-license=('GPL')
-makedepends=('readline' 'gperf')
-depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
-options=('staticlibs')
-source=(ftp://ftp.icarus.com/pub/eda/verilog/v0.9/verilog-$pkgver.tar.gz;)
-sha256sums=('7a5e72e17bfb4c3a59264d8f3cc4e70a7c49c1307173348fdd44e079388e7454')
-
-build() {
-  cd ${pkgname/i}-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C ${pkgname/i}-$pkgver -j1 prefix=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: iverilog/repos/community-x86_64/PKGBUILD (from rev 138759, 
iverilog/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-25 17:54:12 UTC (rev 138760)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jared Casper jaredcas...@gmail.com
+# Contributor: Paulo Matias matias archlinux-br org
+
+pkgname=iverilog
+pkgver=10.0
+pkgrel=1
+pkgdesc='Icarus Verilog compiler and simulation tool'
+arch=('x86_64' 'i686')
+url='http://iverilog.icarus.com/'
+license=('GPL')
+makedepends=('readline' 'gperf' 'git' 'gcc')
+depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
+options=('staticlibs')
+source=(git://github.com/steveicarus/iverilog#tag=v${pkgver/./_})

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

2013-11-04 Thread Alexander Rødseth
Date: Monday, November 4, 2013 @ 10:20:40
  Author: arodseth
Revision: 100431

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

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

---+
 /PKGBUILD |   62 
 community-i686/PKGBUILD   |   32 --
 community-x86_64/PKGBUILD |   32 --
 3 files changed, 62 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-04 09:20:28 UTC (rev 100430)
+++ community-i686/PKGBUILD 2013-11-04 09:20:40 UTC (rev 100431)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jared Casper jaredcas...@gmail.com
-# Contributor: Paulo Matias matias archlinux-br org
-
-pkgname=iverilog
-pkgver=0.9.7
-pkgrel=2
-pkgdesc='Icarus Verilog compiler and simulation tool'
-arch=('x86_64' 'i686')
-url='http://iverilog.icarus.com/'
-# http://iverilog.wikia.com/wiki/Release_Notes_Icarus_Verilog_0_9
-license=('GPL')
-makedepends=('readline' 'gperf')
-depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
-source=(ftp://ftp.icarus.com/pub/eda/verilog/v0.9/verilog-$pkgver.tar.gz;)
-sha256sums=('7a5e72e17bfb4c3a59264d8f3cc4e70a7c49c1307173348fdd44e079388e7454')
-
-build() {
-  cd ${pkgname/i}-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname/i}-$pkgver
-
-  make -j1 prefix=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: iverilog/repos/community-i686/PKGBUILD (from rev 100430, 
iverilog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-04 09:20:40 UTC (rev 100431)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jared Casper jaredcas...@gmail.com
+# Contributor: Paulo Matias matias archlinux-br org
+
+pkgname=iverilog
+pkgver=0.9.7
+pkgrel=3
+pkgdesc='Icarus Verilog compiler and simulation tool'
+arch=('x86_64' 'i686')
+url='http://iverilog.icarus.com/'
+# http://iverilog.wikia.com/wiki/Release_Notes_Icarus_Verilog_0_9
+license=('GPL')
+makedepends=('readline' 'gperf')
+depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
+options=('staticlibs')
+source=(ftp://ftp.icarus.com/pub/eda/verilog/v0.9/verilog-$pkgver.tar.gz;)
+sha256sums=('7a5e72e17bfb4c3a59264d8f3cc4e70a7c49c1307173348fdd44e079388e7454')
+
+build() {
+  cd ${pkgname/i}-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C ${pkgname/i}-$pkgver -j1 prefix=$pkgdir/usr install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-04 09:20:28 UTC (rev 100430)
+++ community-x86_64/PKGBUILD   2013-11-04 09:20:40 UTC (rev 100431)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jared Casper jaredcas...@gmail.com
-# Contributor: Paulo Matias matias archlinux-br org
-
-pkgname=iverilog
-pkgver=0.9.7
-pkgrel=2
-pkgdesc='Icarus Verilog compiler and simulation tool'
-arch=('x86_64' 'i686')
-url='http://iverilog.icarus.com/'
-# http://iverilog.wikia.com/wiki/Release_Notes_Icarus_Verilog_0_9
-license=('GPL')
-makedepends=('readline' 'gperf')
-depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
-source=(ftp://ftp.icarus.com/pub/eda/verilog/v0.9/verilog-$pkgver.tar.gz;)
-sha256sums=('7a5e72e17bfb4c3a59264d8f3cc4e70a7c49c1307173348fdd44e079388e7454')
-
-build() {
-  cd ${pkgname/i}-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname/i}-$pkgver
-
-  make -j1 prefix=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: iverilog/repos/community-x86_64/PKGBUILD (from rev 100430, 
iverilog/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-04 09:20:40 UTC (rev 100431)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jared Casper jaredcas...@gmail.com
+# Contributor: Paulo Matias matias archlinux-br org
+
+pkgname=iverilog
+pkgver=0.9.7
+pkgrel=3
+pkgdesc='Icarus Verilog compiler and simulation tool'
+arch=('x86_64' 'i686')
+url='http://iverilog.icarus.com/'
+# http://iverilog.wikia.com/wiki/Release_Notes_Icarus_Verilog_0_9
+license=('GPL')
+makedepends=('readline' 'gperf')
+depends=('bzip2' 

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

2013-10-30 Thread Alexander Rødseth
Date: Wednesday, October 30, 2013 @ 14:36:25
  Author: arodseth
Revision: 99609

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-30 13:36:15 UTC (rev 99608)
+++ community-i686/PKGBUILD 2013-10-30 13:36:25 UTC (rev 99609)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jared Casper jaredcas...@gmail.com
-# Contributor: Paulo Matias matias archlinux-br org
-
-pkgname=iverilog
-pkgver=0.9.7
-pkgrel=1
-pkgdesc='Icarus Verilog compiler and simulation tool'
-arch=('x86_64' 'i686')
-url='http://iverilog.icarus.com/'
-# http://iverilog.wikia.com/wiki/Release_Notes_Icarus_Verilog_0_9
-license=('GPL')
-makedepends=('readline' 'gperf')
-depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
-source=(ftp://ftp.icarus.com/pub/eda/verilog/v0.9/verilog-$pkgver.tar.gz;)
-sha256sums=('7a5e72e17bfb4c3a59264d8f3cc4e70a7c49c1307173348fdd44e079388e7454')
-
-build() {
-  cd $srcdir/${pkgname/i}-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname/i}-$pkgver
-
-  make -j1 prefix=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: iverilog/repos/community-i686/PKGBUILD (from rev 99608, 
iverilog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-30 13:36:25 UTC (rev 99609)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jared Casper jaredcas...@gmail.com
+# Contributor: Paulo Matias matias archlinux-br org
+
+pkgname=iverilog
+pkgver=0.9.7
+pkgrel=2
+pkgdesc='Icarus Verilog compiler and simulation tool'
+arch=('x86_64' 'i686')
+url='http://iverilog.icarus.com/'
+# http://iverilog.wikia.com/wiki/Release_Notes_Icarus_Verilog_0_9
+license=('GPL')
+makedepends=('readline' 'gperf')
+depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
+source=(ftp://ftp.icarus.com/pub/eda/verilog/v0.9/verilog-$pkgver.tar.gz;)
+sha256sums=('7a5e72e17bfb4c3a59264d8f3cc4e70a7c49c1307173348fdd44e079388e7454')
+
+build() {
+  cd ${pkgname/i}-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname/i}-$pkgver
+
+  make -j1 prefix=$pkgdir/usr install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-30 13:36:15 UTC (rev 99608)
+++ community-x86_64/PKGBUILD   2013-10-30 13:36:25 UTC (rev 99609)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jared Casper jaredcas...@gmail.com
-# Contributor: Paulo Matias matias archlinux-br org
-
-pkgname=iverilog
-pkgver=0.9.7
-pkgrel=1
-pkgdesc='Icarus Verilog compiler and simulation tool'
-arch=('x86_64' 'i686')
-url='http://iverilog.icarus.com/'
-# http://iverilog.wikia.com/wiki/Release_Notes_Icarus_Verilog_0_9
-license=('GPL')
-makedepends=('readline' 'gperf')
-depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
-source=(ftp://ftp.icarus.com/pub/eda/verilog/v0.9/verilog-$pkgver.tar.gz;)
-sha256sums=('7a5e72e17bfb4c3a59264d8f3cc4e70a7c49c1307173348fdd44e079388e7454')
-
-build() {
-  cd $srcdir/${pkgname/i}-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname/i}-$pkgver
-
-  make -j1 prefix=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: iverilog/repos/community-x86_64/PKGBUILD (from rev 99608, 
iverilog/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-30 13:36:25 UTC (rev 99609)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jared Casper jaredcas...@gmail.com
+# Contributor: Paulo Matias matias archlinux-br org
+
+pkgname=iverilog
+pkgver=0.9.7
+pkgrel=2
+pkgdesc='Icarus Verilog compiler and simulation tool'
+arch=('x86_64' 'i686')
+url='http://iverilog.icarus.com/'
+# http://iverilog.wikia.com/wiki/Release_Notes_Icarus_Verilog_0_9
+license=('GPL')
+makedepends=('readline' 'gperf')

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

2013-08-27 Thread Alexander Rødseth
Date: Tuesday, August 27, 2013 @ 11:54:20
  Author: arodseth
Revision: 96376

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

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

---+
 /PKGBUILD |   64 
 community-i686/PKGBUILD   |   31 -
 community-x86_64/PKGBUILD |   31 -
 3 files changed, 64 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-27 09:54:07 UTC (rev 96375)
+++ community-i686/PKGBUILD 2013-08-27 09:54:20 UTC (rev 96376)
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jared Casper jaredcas...@gmail.com
-# Contributor: Paulo Matias matias archlinux-br org
-
-pkgname=iverilog
-pkgver=0.9.6
-pkgrel=1
-pkgdesc='Icarus Verilog compiler and simulation tool'
-arch=('x86_64' 'i686')
-url='http://iverilog.icarus.com/'
-license=('GPL')
-makedepends=('readline' 'gperf')
-depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
-source=(ftp://ftp.icarus.com/pub/eda/verilog/v0.9/verilog-$pkgver.tar.gz;)
-sha256sums=('25304d5d58d6411fcd1ab94992a505215eea5a6bbd9779c2be2d9d19f38cd54a')
-
-build() {
-  cd $srcdir/${pkgname/i}-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname/i}-$pkgver
-
-  make -j1 prefix=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: iverilog/repos/community-i686/PKGBUILD (from rev 96375, 
iverilog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-27 09:54:20 UTC (rev 96376)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jared Casper jaredcas...@gmail.com
+# Contributor: Paulo Matias matias archlinux-br org
+
+pkgname=iverilog
+pkgver=0.9.7
+pkgrel=1
+pkgdesc='Icarus Verilog compiler and simulation tool'
+arch=('x86_64' 'i686')
+url='http://iverilog.icarus.com/'
+# http://iverilog.wikia.com/wiki/Release_Notes_Icarus_Verilog_0_9
+license=('GPL')
+makedepends=('readline' 'gperf')
+depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
+source=(ftp://ftp.icarus.com/pub/eda/verilog/v0.9/verilog-$pkgver.tar.gz;)
+sha256sums=('7a5e72e17bfb4c3a59264d8f3cc4e70a7c49c1307173348fdd44e079388e7454')
+
+build() {
+  cd $srcdir/${pkgname/i}-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname/i}-$pkgver
+
+  make -j1 prefix=$pkgdir/usr install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-27 09:54:07 UTC (rev 96375)
+++ community-x86_64/PKGBUILD   2013-08-27 09:54:20 UTC (rev 96376)
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jared Casper jaredcas...@gmail.com
-# Contributor: Paulo Matias matias archlinux-br org
-
-pkgname=iverilog
-pkgver=0.9.6
-pkgrel=1
-pkgdesc='Icarus Verilog compiler and simulation tool'
-arch=('x86_64' 'i686')
-url='http://iverilog.icarus.com/'
-license=('GPL')
-makedepends=('readline' 'gperf')
-depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
-source=(ftp://ftp.icarus.com/pub/eda/verilog/v0.9/verilog-$pkgver.tar.gz;)
-sha256sums=('25304d5d58d6411fcd1ab94992a505215eea5a6bbd9779c2be2d9d19f38cd54a')
-
-build() {
-  cd $srcdir/${pkgname/i}-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname/i}-$pkgver
-
-  make -j1 prefix=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: iverilog/repos/community-x86_64/PKGBUILD (from rev 96375, 
iverilog/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-27 09:54:20 UTC (rev 96376)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jared Casper jaredcas...@gmail.com
+# Contributor: Paulo Matias matias archlinux-br org
+
+pkgname=iverilog
+pkgver=0.9.7
+pkgrel=1
+pkgdesc='Icarus Verilog compiler and simulation tool'
+arch=('x86_64' 'i686')
+url='http://iverilog.icarus.com/'
+# http://iverilog.wikia.com/wiki/Release_Notes_Icarus_Verilog_0_9
+license=('GPL')
+makedepends=('readline' 'gperf')
+depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
+source=(ftp://ftp.icarus.com/pub/eda/verilog/v0.9/verilog-$pkgver.tar.gz;)