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

2013-11-12 Thread Jan Steffens
Date: Tuesday, November 12, 2013 @ 18:03:37
  Author: heftig
Revision: 100868

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-12 17:03:01 UTC (rev 100867)
+++ community-i686/PKGBUILD 2013-11-12 17:03:37 UTC (rev 100868)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: joyfulg...@archlinux.us
-
-pkgname=quvi
-pkgver=0.9.3.1
-pkgrel=3
-pkgdesc='Command-line tool for parsing video download links.'
-arch=('i686' 'x86_64')
-url='http://quvi.sourceforge.net/'
-license=('AGPL3')
-depends=('libquvi' 'libxml2' 'json-glib')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('24b3173f8662a6bb33d9a8a58662764f'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: quvi/repos/community-i686/PKGBUILD (from rev 100867, 
quvi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-12 17:03:37 UTC (rev 100868)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: joyfulg...@archlinux.us
+
+pkgname=quvi
+pkgver=0.9.5
+pkgrel=1
+pkgdesc='Command-line tool for parsing video download links.'
+arch=('i686' 'x86_64')
+url='http://quvi.sourceforge.net/'
+license=('AGPL3')
+depends=('libquvi' 'libxml2' 'json-glib')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('baa1d7b25e9fd173e952e27d4aa4b933'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-12 17:03:01 UTC (rev 100867)
+++ community-x86_64/PKGBUILD   2013-11-12 17:03:37 UTC (rev 100868)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: joyfulg...@archlinux.us
-
-pkgname=quvi
-pkgver=0.9.3.1
-pkgrel=3
-pkgdesc='Command-line tool for parsing video download links.'
-arch=('i686' 'x86_64')
-url='http://quvi.sourceforge.net/'
-license=('AGPL3')
-depends=('libquvi' 'libxml2' 'json-glib')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('24b3173f8662a6bb33d9a8a58662764f'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: quvi/repos/community-x86_64/PKGBUILD (from rev 100867, 
quvi/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-12 17:03:37 UTC (rev 100868)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: joyfulg...@archlinux.us
+
+pkgname=quvi
+pkgver=0.9.5
+pkgrel=1
+pkgdesc='Command-line tool for parsing video download links.'
+arch=('i686' 'x86_64')
+url='http://quvi.sourceforge.net/'
+license=('AGPL3')
+depends=('libquvi' 'libxml2' 'json-glib')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('baa1d7b25e9fd173e952e27d4aa4b933'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-11-07 Thread Jan Steffens
Date: Friday, November 8, 2013 @ 07:29:29
  Author: heftig
Revision: 100675

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-08 06:28:54 UTC (rev 100674)
+++ community-i686/PKGBUILD 2013-11-08 06:29:29 UTC (rev 100675)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: joyfulg...@archlinux.us
-
-pkgname=quvi
-pkgver=0.9.3.1
-pkgrel=2
-pkgdesc='Command-line tool for parsing video download links.'
-arch=('i686' 'x86_64')
-url='http://quvi.sourceforge.net/'
-license=('AGPL3')
-depends=('libquvi')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('24b3173f8662a6bb33d9a8a58662764f'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: quvi/repos/community-i686/PKGBUILD (from rev 100674, 
quvi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-08 06:29:29 UTC (rev 100675)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: joyfulg...@archlinux.us
+
+pkgname=quvi
+pkgver=0.9.3.1
+pkgrel=3
+pkgdesc='Command-line tool for parsing video download links.'
+arch=('i686' 'x86_64')
+url='http://quvi.sourceforge.net/'
+license=('AGPL3')
+depends=('libquvi' 'libxml2' 'json-glib')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('24b3173f8662a6bb33d9a8a58662764f'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-08 06:28:54 UTC (rev 100674)
+++ community-x86_64/PKGBUILD   2013-11-08 06:29:29 UTC (rev 100675)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: joyfulg...@archlinux.us
-
-pkgname=quvi
-pkgver=0.9.3.1
-pkgrel=2
-pkgdesc='Command-line tool for parsing video download links.'
-arch=('i686' 'x86_64')
-url='http://quvi.sourceforge.net/'
-license=('AGPL3')
-depends=('libquvi')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('24b3173f8662a6bb33d9a8a58662764f'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: quvi/repos/community-x86_64/PKGBUILD (from rev 100674, 
quvi/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-08 06:29:29 UTC (rev 100675)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: joyfulg...@archlinux.us
+
+pkgname=quvi
+pkgver=0.9.3.1
+pkgrel=3
+pkgdesc='Command-line tool for parsing video download links.'
+arch=('i686' 'x86_64')
+url='http://quvi.sourceforge.net/'
+license=('AGPL3')
+depends=('libquvi' 'libxml2' 'json-glib')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('24b3173f8662a6bb33d9a8a58662764f'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-09-30 Thread Jan Steffens
Date: Monday, September 30, 2013 @ 14:26:19
  Author: heftig
Revision: 97881

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

Added:
  quvi/repos/community-testing-i686/
  quvi/repos/community-testing-i686/PKGBUILD
(from rev 97880, quvi/trunk/PKGBUILD)
  quvi/repos/community-testing-x86_64/
  quvi/repos/community-testing-x86_64/PKGBUILD
(from rev 97880, quvi/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   28 
 community-testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: quvi/repos/community-testing-i686/PKGBUILD (from rev 97880, 
quvi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-09-30 12:26:19 UTC (rev 97881)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: joyfulg...@archlinux.us
+
+pkgname=quvi
+pkgver=0.9.3.1
+pkgrel=1
+pkgdesc='Command-line tool for parsing video download links.'
+arch=('i686' 'x86_64')
+url='http://quvi.sourceforge.net/'
+license=('LGPL')
+depends=('libquvi')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('24b3173f8662a6bb33d9a8a58662764f'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: quvi/repos/community-testing-x86_64/PKGBUILD (from rev 97880, 
quvi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-09-30 12:26:19 UTC (rev 97881)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: joyfulg...@archlinux.us
+
+pkgname=quvi
+pkgver=0.9.3.1
+pkgrel=1
+pkgdesc='Command-line tool for parsing video download links.'
+arch=('i686' 'x86_64')
+url='http://quvi.sourceforge.net/'
+license=('LGPL')
+depends=('libquvi')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('24b3173f8662a6bb33d9a8a58662764f'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-09-30 Thread Jan Steffens
Date: Tuesday, October 1, 2013 @ 01:41:16
  Author: heftig
Revision: 97902

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

Added:
  quvi/repos/community-testing-i686/PKGBUILD
(from rev 97900, quvi/trunk/PKGBUILD)
  quvi/repos/community-testing-x86_64/PKGBUILD
(from rev 97901, quvi/trunk/PKGBUILD)
Deleted:
  quvi/repos/community-testing-i686/PKGBUILD
  quvi/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-testing-i686/PKGBUILD   |   28 --
 community-testing-x86_64/PKGBUILD |   28 --
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-09-30 23:41:01 UTC (rev 97901)
+++ community-testing-i686/PKGBUILD 2013-09-30 23:41:16 UTC (rev 97902)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: joyfulg...@archlinux.us
-
-pkgname=quvi
-pkgver=0.9.3.1
-pkgrel=1
-pkgdesc='Command-line tool for parsing video download links.'
-arch=('i686' 'x86_64')
-url='http://quvi.sourceforge.net/'
-license=('LGPL')
-depends=('libquvi')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('24b3173f8662a6bb33d9a8a58662764f'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: quvi/repos/community-testing-i686/PKGBUILD (from rev 97900, 
quvi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-09-30 23:41:16 UTC (rev 97902)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: joyfulg...@archlinux.us
+
+pkgname=quvi
+pkgver=0.9.3.1
+pkgrel=2
+pkgdesc='Command-line tool for parsing video download links.'
+arch=('i686' 'x86_64')
+url='http://quvi.sourceforge.net/'
+license=('AGPL3')
+depends=('libquvi')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('24b3173f8662a6bb33d9a8a58662764f'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2013-09-30 23:41:01 UTC (rev 97901)
+++ community-testing-x86_64/PKGBUILD   2013-09-30 23:41:16 UTC (rev 97902)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: joyfulg...@archlinux.us
-
-pkgname=quvi
-pkgver=0.9.3.1
-pkgrel=1
-pkgdesc='Command-line tool for parsing video download links.'
-arch=('i686' 'x86_64')
-url='http://quvi.sourceforge.net/'
-license=('LGPL')
-depends=('libquvi')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('24b3173f8662a6bb33d9a8a58662764f'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: quvi/repos/community-testing-x86_64/PKGBUILD (from rev 97901, 
quvi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-09-30 23:41:16 UTC (rev 97902)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: joyfulg...@archlinux.us
+
+pkgname=quvi
+pkgver=0.9.3.1
+pkgrel=2
+pkgdesc='Command-line tool for parsing video download links.'
+arch=('i686' 'x86_64')
+url='http://quvi.sourceforge.net/'
+license=('AGPL3')
+depends=('libquvi')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('24b3173f8662a6bb33d9a8a58662764f'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}