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

Sergej Pupykin spupykin at nymeria.archlinux.org
Sat Jul 13 14:17:21 UTC 2013


    Date: Saturday, July 13, 2013 @ 16:17:21
  Author: spupykin
Revision: 94064

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

Added:
  qucs/repos/community-i686/ChangeLog
    (from rev 94063, qucs/trunk/ChangeLog)
  qucs/repos/community-i686/PKGBUILD
    (from rev 94063, qucs/trunk/PKGBUILD)
  qucs/repos/community-x86_64/ChangeLog
    (from rev 94063, qucs/trunk/ChangeLog)
  qucs/repos/community-x86_64/PKGBUILD
    (from rev 94063, qucs/trunk/PKGBUILD)
Deleted:
  qucs/repos/community-i686/ChangeLog
  qucs/repos/community-i686/PKGBUILD
  qucs/repos/community-x86_64/ChangeLog
  qucs/repos/community-x86_64/PKGBUILD

----------------------------+
 /ChangeLog                 |    6 ++++
 /PKGBUILD                  |   58 +++++++++++++++++++++++++++++++++++++++++++
 community-i686/ChangeLog   |    3 --
 community-i686/PKGBUILD    |   28 --------------------
 community-x86_64/ChangeLog |    3 --
 community-x86_64/PKGBUILD  |   28 --------------------
 6 files changed, 64 insertions(+), 62 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog	2013-07-13 14:17:04 UTC (rev 94063)
+++ community-i686/ChangeLog	2013-07-13 14:17:21 UTC (rev 94064)
@@ -1,3 +0,0 @@
-2007-06-27 tardo <tardo at nagi-fanboi.net>
-* Built for x86_64
-

Copied: qucs/repos/community-i686/ChangeLog (from rev 94063, qucs/trunk/ChangeLog)
===================================================================
--- community-i686/ChangeLog	                        (rev 0)
+++ community-i686/ChangeLog	2013-07-13 14:17:21 UTC (rev 94064)
@@ -0,0 +1,3 @@
+2007-06-27 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64
+

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-07-13 14:17:04 UTC (rev 94063)
+++ community-i686/PKGBUILD	2013-07-13 14:17:21 UTC (rev 94064)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Víctor Martínez Romanos <vmromanos at gmail.com>
-
-pkgname=qucs
-pkgver=0.0.17s130610
-pkgrel=1
-pkgdesc="An integrated circuit simulator with a graphical user interface"
-arch=('i686' 'x86_64')
-url="http://qucs.sourceforge.net"
-license=('GPL')
-depends=('gcc-libs' 'qt4')
-optdepends=('freehdl: to permit digital circuit simulation'
-	    'asco: to enable circuit optimization'
-	    'perl')
-source=("http://downloads.sourceforge.net/project/qucs/qucs/$(echo $pkgver | cut -f1 -ds)-snapshots/qucs-${pkgver/s/.}.tar.gz")
-md5sums=('47dead7df86419bf121d9c1c45f3cdfa')
-
-build() {
-  cd $srcdir/$pkgname-${pkgver/s/.}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${pkgver/s/.}
-  make DESTDIR=$pkgdir install
-}

Copied: qucs/repos/community-i686/PKGBUILD (from rev 94063, qucs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-07-13 14:17:21 UTC (rev 94064)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Víctor Martínez Romanos <vmromanos at gmail.com>
+
+pkgname=qucs
+pkgver=0.0.17
+pkgrel=1
+pkgdesc="An integrated circuit simulator with a graphical user interface"
+arch=('i686' 'x86_64')
+url="http://qucs.sourceforge.net"
+license=('GPL')
+depends=('gcc-libs' 'qt4')
+optdepends=('freehdl: to permit digital circuit simulation'
+	    'asco: to enable circuit optimization'
+	    'perl')
+#source=("http://downloads.sourceforge.net/project/qucs/qucs/$(echo $pkgver | cut -f1 -ds)-snapshots/qucs-${pkgver/s/.}.tar.gz")
+source=("http://downloads.sourceforge.net/project/qucs/qucs/$pkgver/qucs-$pkgver.tar.gz")
+md5sums=('4b93ffcc2ef3dbbd6fa53a5743721532')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver/s/.}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver/s/.}
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog	2013-07-13 14:17:04 UTC (rev 94063)
+++ community-x86_64/ChangeLog	2013-07-13 14:17:21 UTC (rev 94064)
@@ -1,3 +0,0 @@
-2007-06-27 tardo <tardo at nagi-fanboi.net>
-* Built for x86_64
-

Copied: qucs/repos/community-x86_64/ChangeLog (from rev 94063, qucs/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog	                        (rev 0)
+++ community-x86_64/ChangeLog	2013-07-13 14:17:21 UTC (rev 94064)
@@ -0,0 +1,3 @@
+2007-06-27 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-07-13 14:17:04 UTC (rev 94063)
+++ community-x86_64/PKGBUILD	2013-07-13 14:17:21 UTC (rev 94064)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Víctor Martínez Romanos <vmromanos at gmail.com>
-
-pkgname=qucs
-pkgver=0.0.17s130610
-pkgrel=1
-pkgdesc="An integrated circuit simulator with a graphical user interface"
-arch=('i686' 'x86_64')
-url="http://qucs.sourceforge.net"
-license=('GPL')
-depends=('gcc-libs' 'qt4')
-optdepends=('freehdl: to permit digital circuit simulation'
-	    'asco: to enable circuit optimization'
-	    'perl')
-source=("http://downloads.sourceforge.net/project/qucs/qucs/$(echo $pkgver | cut -f1 -ds)-snapshots/qucs-${pkgver/s/.}.tar.gz")
-md5sums=('47dead7df86419bf121d9c1c45f3cdfa')
-
-build() {
-  cd $srcdir/$pkgname-${pkgver/s/.}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${pkgver/s/.}
-  make DESTDIR=$pkgdir install
-}

Copied: qucs/repos/community-x86_64/PKGBUILD (from rev 94063, qucs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-07-13 14:17:21 UTC (rev 94064)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Víctor Martínez Romanos <vmromanos at gmail.com>
+
+pkgname=qucs
+pkgver=0.0.17
+pkgrel=1
+pkgdesc="An integrated circuit simulator with a graphical user interface"
+arch=('i686' 'x86_64')
+url="http://qucs.sourceforge.net"
+license=('GPL')
+depends=('gcc-libs' 'qt4')
+optdepends=('freehdl: to permit digital circuit simulation'
+	    'asco: to enable circuit optimization'
+	    'perl')
+#source=("http://downloads.sourceforge.net/project/qucs/qucs/$(echo $pkgver | cut -f1 -ds)-snapshots/qucs-${pkgver/s/.}.tar.gz")
+source=("http://downloads.sourceforge.net/project/qucs/qucs/$pkgver/qucs-$pkgver.tar.gz")
+md5sums=('4b93ffcc2ef3dbbd6fa53a5743721532')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver/s/.}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver/s/.}
+  make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list