Date: Friday, November 1, 2013 @ 21:25:05
  Author: spupykin
Revision: 100156

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

Added:
  freehdl/repos/community-i686/PKGBUILD
    (from rev 100155, freehdl/trunk/PKGBUILD)
  freehdl/repos/community-i686/freehdl.install
    (from rev 100155, freehdl/trunk/freehdl.install)
  freehdl/repos/community-x86_64/PKGBUILD
    (from rev 100155, freehdl/trunk/PKGBUILD)
  freehdl/repos/community-x86_64/freehdl.install
    (from rev 100155, freehdl/trunk/freehdl.install)
Deleted:
  freehdl/repos/community-i686/PKGBUILD
  freehdl/repos/community-i686/freehdl.install
  freehdl/repos/community-x86_64/PKGBUILD
  freehdl/repos/community-x86_64/freehdl.install

----------------------------------+
 /PKGBUILD                        |   60 +++++++++++++++++++++++++++++++++++++
 /freehdl.install                 |   40 ++++++++++++++++++++++++
 community-i686/PKGBUILD          |   30 ------------------
 community-i686/freehdl.install   |   20 ------------
 community-x86_64/PKGBUILD        |   30 ------------------
 community-x86_64/freehdl.install |   20 ------------
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2013-11-01 20:24:45 UTC (rev 100155)
+++ community-i686/PKGBUILD     2013-11-01 20:25:05 UTC (rev 100156)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Contributor: Neil Darlow <[email protected]>
-# Contributor: Jens Maucher <[email protected]>
-
-pkgname=freehdl
-pkgver=0.0.8
-pkgrel=5
-pkgdesc='An open-source (C++ generating) VHDL simulator'
-arch=('i686' 'x86_64')
-url='http://freehdl.seul.org'
-license=('GPL')
-depends=('perl')
-optdepends=('gtkwave: to view output when run standalone')
-options=('libtool')
-install=${pkgname}.install
-source=("http://downloads.sourceforge.net/qucs/$pkgname-$pkgver.tar.gz";)
-md5sums=('aa1382b8b5c6a972e9652c648a9278b5')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  sed -i 's|my $cpplibs = .*|my $cpplibs = "-lm -lfreehdl-kernel 
-lfreehdl-std";|g' v2cc/gvhdl-local v2cc/gvhdl.in
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: freehdl/repos/community-i686/PKGBUILD (from rev 100155, 
freehdl/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2013-11-01 20:25:05 UTC (rev 100156)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Neil Darlow <[email protected]>
+# Contributor: Jens Maucher <[email protected]>
+
+pkgname=freehdl
+pkgver=0.0.8
+pkgrel=6
+pkgdesc='An open-source (C++ generating) VHDL simulator'
+arch=('i686' 'x86_64')
+url='http://freehdl.seul.org'
+license=('GPL')
+depends=('perl')
+optdepends=('gtkwave: to view output when run standalone')
+options=('libtool')
+install=${pkgname}.install
+source=("http://downloads.sourceforge.net/qucs/$pkgname-$pkgver.tar.gz";)
+md5sums=('aa1382b8b5c6a972e9652c648a9278b5')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  sed -i 's|my $cpplibs = .*|my $cpplibs = "-lm -lfreehdl-kernel 
-lfreehdl-std";|g' v2cc/gvhdl-local v2cc/gvhdl.in
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/freehdl.install
===================================================================
--- community-i686/freehdl.install      2013-11-01 20:24:45 UTC (rev 100155)
+++ community-i686/freehdl.install      2013-11-01 20:25:05 UTC (rev 100156)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(fire.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}

Copied: freehdl/repos/community-i686/freehdl.install (from rev 100155, 
freehdl/trunk/freehdl.install)
===================================================================
--- community-i686/freehdl.install                              (rev 0)
+++ community-i686/freehdl.install      2013-11-01 20:25:05 UTC (rev 100156)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(fire.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2013-11-01 20:24:45 UTC (rev 100155)
+++ community-x86_64/PKGBUILD   2013-11-01 20:25:05 UTC (rev 100156)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Contributor: Neil Darlow <[email protected]>
-# Contributor: Jens Maucher <[email protected]>
-
-pkgname=freehdl
-pkgver=0.0.8
-pkgrel=5
-pkgdesc='An open-source (C++ generating) VHDL simulator'
-arch=('i686' 'x86_64')
-url='http://freehdl.seul.org'
-license=('GPL')
-depends=('perl')
-optdepends=('gtkwave: to view output when run standalone')
-options=('libtool')
-install=${pkgname}.install
-source=("http://downloads.sourceforge.net/qucs/$pkgname-$pkgver.tar.gz";)
-md5sums=('aa1382b8b5c6a972e9652c648a9278b5')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  sed -i 's|my $cpplibs = .*|my $cpplibs = "-lm -lfreehdl-kernel 
-lfreehdl-std";|g' v2cc/gvhdl-local v2cc/gvhdl.in
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: freehdl/repos/community-x86_64/PKGBUILD (from rev 100155, 
freehdl/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-01 20:25:05 UTC (rev 100156)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Neil Darlow <[email protected]>
+# Contributor: Jens Maucher <[email protected]>
+
+pkgname=freehdl
+pkgver=0.0.8
+pkgrel=6
+pkgdesc='An open-source (C++ generating) VHDL simulator'
+arch=('i686' 'x86_64')
+url='http://freehdl.seul.org'
+license=('GPL')
+depends=('perl')
+optdepends=('gtkwave: to view output when run standalone')
+options=('libtool')
+install=${pkgname}.install
+source=("http://downloads.sourceforge.net/qucs/$pkgname-$pkgver.tar.gz";)
+md5sums=('aa1382b8b5c6a972e9652c648a9278b5')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  sed -i 's|my $cpplibs = .*|my $cpplibs = "-lm -lfreehdl-kernel 
-lfreehdl-std";|g' v2cc/gvhdl-local v2cc/gvhdl.in
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/freehdl.install
===================================================================
--- community-x86_64/freehdl.install    2013-11-01 20:24:45 UTC (rev 100155)
+++ community-x86_64/freehdl.install    2013-11-01 20:25:05 UTC (rev 100156)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(fire.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}

Copied: freehdl/repos/community-x86_64/freehdl.install (from rev 100155, 
freehdl/trunk/freehdl.install)
===================================================================
--- community-x86_64/freehdl.install                            (rev 0)
+++ community-x86_64/freehdl.install    2013-11-01 20:25:05 UTC (rev 100156)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(fire.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}

Reply via email to