[arch-commits] Commit in pinentry/repos (14 files)

2014-11-26 Thread Tobias Powalowski
Date: Wednesday, November 26, 2014 @ 14:40:35
  Author: tpowa
Revision: 227133

db-move: moved pinentry from [testing] to [core] (i686, x86_64)

Added:
  pinentry/repos/core-i686/PKGBUILD
(from rev 227132, pinentry/repos/testing-i686/PKGBUILD)
  pinentry/repos/core-i686/pinentry.install
(from rev 227132, pinentry/repos/testing-i686/pinentry.install)
  pinentry/repos/core-i686/qt4-pinentry-window.patch
(from rev 227132, pinentry/repos/testing-i686/qt4-pinentry-window.patch)
  pinentry/repos/core-x86_64/PKGBUILD
(from rev 227132, pinentry/repos/testing-x86_64/PKGBUILD)
  pinentry/repos/core-x86_64/pinentry.install
(from rev 227132, pinentry/repos/testing-x86_64/pinentry.install)
  pinentry/repos/core-x86_64/qt4-pinentry-window.patch
(from rev 227132, pinentry/repos/testing-x86_64/qt4-pinentry-window.patch)
Deleted:
  pinentry/repos/core-i686/PKGBUILD
  pinentry/repos/core-i686/pinentry.install
  pinentry/repos/core-i686/qt4-pinentry-window.patch
  pinentry/repos/core-x86_64/PKGBUILD
  pinentry/repos/core-x86_64/pinentry.install
  pinentry/repos/core-x86_64/qt4-pinentry-window.patch
  pinentry/repos/testing-i686/
  pinentry/repos/testing-x86_64/

---+
 /PKGBUILD |   72 
 /pinentry.install |   40 +
 /qt4-pinentry-window.patch|   56 
 core-i686/PKGBUILD|   39 -
 core-i686/pinentry.install|   20 
 core-i686/qt4-pinentry-window.patch   |   28 
 core-x86_64/PKGBUILD  |   39 -
 core-x86_64/pinentry.install  |   20 
 core-x86_64/qt4-pinentry-window.patch |   28 
 9 files changed, 168 insertions(+), 174 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-11-26 13:40:22 UTC (rev 227132)
+++ core-i686/PKGBUILD  2014-11-26 13:40:35 UTC (rev 227133)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=pinentry
-pkgver=0.8.4
-pkgrel=1
-pkgdesc=a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://gnupg.org/related_software/pinentry/;
-depends=('ncurses' 'libcap=2.16')
-makedepends=('gtk2' 'qt4')
-optdepends=('gtk2: for gtk2 backend'
-'qt4: for qt4 backend')  
-source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
-#qt4-pinentry-window.patch)
-install=pinentry.install
-md5sums=('e2b6f94471ba1e978f6e5bf6b275189b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  #fix: https://bugs.archlinux.org/task/29998
-  #patch -Np1 -i ../qt4-pinentry-window.patch
-  for file in qt4/*.moc; do
-   moc-qt4 ${file/.moc/.h}  ${file}
-   done
-  ./configure --prefix=/usr \
-   --enable-pinentry-curses \
---disable-pinentry-gtk \
---disable-pinentry-qt \
-   --enable-pinentry-gtk2 \
---enable-pinentry-qt4 \
-   --enable-fallback-curses
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install 
-}

Copied: pinentry/repos/core-i686/PKGBUILD (from rev 227132, 
pinentry/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-11-26 13:40:35 UTC (rev 227133)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=pinentry
+pkgver=0.9.0
+pkgrel=1
+pkgdesc=a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://gnupg.org/related_software/pinentry/;
+depends=('ncurses' 'libcap=2.16')
+makedepends=('gtk2' 'qt4')
+optdepends=('gtk2: for gtk2 backend'
+'qt4: for qt4 backend')  
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
+install=pinentry.install
+md5sums=('40a05856cb3accf6679987b7899b0f5a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  for file in qt4/*.moc; do
+   moc-qt4 ${file/.moc/.h}  ${file}
+   done
+  ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+--disable-pinentry-gtk \
+--disable-pinentry-qt \
+   --enable-pinentry-gtk2 \
+--enable-pinentry-qt4 \
+   --enable-fallback-curses
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install 
+}

Deleted: core-i686/pinentry.install
===
--- core-i686/pinentry.install  2014-11-26 13:40:22 UTC (rev 227132)
+++ core-i686/pinentry.install  2014-11-26 13:40:35 UTC (rev 227133)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(pinentry.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-

[arch-commits] Commit in pinentry/repos (14 files)

2014-11-11 Thread Tobias Powalowski
Date: Wednesday, November 12, 2014 @ 08:44:59
  Author: tpowa
Revision: 226108

db-move: moved pinentry from [testing] to [core] (i686, x86_64)

Added:
  pinentry/repos/core-i686/PKGBUILD
(from rev 226107, pinentry/repos/testing-i686/PKGBUILD)
  pinentry/repos/core-i686/pinentry.install
(from rev 226107, pinentry/repos/testing-i686/pinentry.install)
  pinentry/repos/core-i686/qt4-pinentry-window.patch
(from rev 226107, pinentry/repos/testing-i686/qt4-pinentry-window.patch)
  pinentry/repos/core-x86_64/PKGBUILD
(from rev 226107, pinentry/repos/testing-x86_64/PKGBUILD)
  pinentry/repos/core-x86_64/pinentry.install
(from rev 226107, pinentry/repos/testing-x86_64/pinentry.install)
  pinentry/repos/core-x86_64/qt4-pinentry-window.patch
(from rev 226107, pinentry/repos/testing-x86_64/qt4-pinentry-window.patch)
Deleted:
  pinentry/repos/core-i686/PKGBUILD
  pinentry/repos/core-i686/pinentry.install
  pinentry/repos/core-i686/qt4-pinentry-window.patch
  pinentry/repos/core-x86_64/PKGBUILD
  pinentry/repos/core-x86_64/pinentry.install
  pinentry/repos/core-x86_64/qt4-pinentry-window.patch
  pinentry/repos/testing-i686/
  pinentry/repos/testing-x86_64/

---+
 /PKGBUILD |   78 
 /pinentry.install |   40 
 /qt4-pinentry-window.patch|   56 ++
 core-i686/PKGBUILD|   40 
 core-i686/pinentry.install|   20 
 core-i686/qt4-pinentry-window.patch   |   28 ---
 core-x86_64/PKGBUILD  |   40 
 core-x86_64/pinentry.install  |   20 
 core-x86_64/qt4-pinentry-window.patch |   28 ---
 9 files changed, 174 insertions(+), 176 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-11-12 07:44:32 UTC (rev 226107)
+++ core-i686/PKGBUILD  2014-11-12 07:44:59 UTC (rev 226108)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=pinentry
-pkgver=0.8.3
-pkgrel=1
-pkgdesc=a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.gnupg.org/aegypten2;
-depends=('ncurses' 'libcap=2.16')
-makedepends=('gtk2' 'qt4')
-optdepends=('gtk2: for gtk2 backend'
-'qt4: for qt4 backend')  
-source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2
-qt4-pinentry-window.patch)
-install=pinentry.install
-md5sums=('2ae681cbca0d9fb774b2c90b11ebf56c'
- '450b8713fe42f1bd93311ef84767c3d8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  #fix: https://bugs.archlinux.org/task/29998
-  patch -Np1 -i ../qt4-pinentry-window.patch
-  for file in qt4/*.moc; do
-   moc-qt4 ${file/.moc/.h}  ${file}
-   done
-  ./configure --prefix=/usr \
-   --enable-pinentry-curses \
---disable-pinentry-gtk \
---disable-pinentry-qt \
-   --enable-pinentry-gtk2 \
---enable-pinentry-qt4 \
-   --enable-fallback-curses
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install 
-}

Copied: pinentry/repos/core-i686/PKGBUILD (from rev 226107, 
pinentry/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-11-12 07:44:59 UTC (rev 226108)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=pinentry
+pkgver=0.8.4
+pkgrel=1
+pkgdesc=a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://gnupg.org/related_software/pinentry/;
+depends=('ncurses' 'libcap=2.16')
+makedepends=('gtk2' 'qt4')
+optdepends=('gtk2: for gtk2 backend'
+'qt4: for qt4 backend')  
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
+#qt4-pinentry-window.patch)
+install=pinentry.install
+md5sums=('e2b6f94471ba1e978f6e5bf6b275189b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  #fix: https://bugs.archlinux.org/task/29998
+  #patch -Np1 -i ../qt4-pinentry-window.patch
+  for file in qt4/*.moc; do
+   moc-qt4 ${file/.moc/.h}  ${file}
+   done
+  ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+--disable-pinentry-gtk \
+--disable-pinentry-qt \
+   --enable-pinentry-gtk2 \
+--enable-pinentry-qt4 \
+   --enable-fallback-curses
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install 
+}

Deleted: core-i686/pinentry.install
===
--- core-i686/pinentry.install  2014-11-12 07:44:32 UTC (rev 226107)
+++ core-i686/pinentry.install  2014-11-12 07:44:59 UTC (rev 226108)
@@ -1,20 +0,0 @@

[arch-commits] Commit in pinentry/repos (14 files)

2012-09-16 Thread Tobias Powalowski
Date: Monday, September 17, 2012 @ 01:06:14
  Author: tpowa
Revision: 166720

db-move: moved pinentry from [testing] to [core] (i686, x86_64)

Added:
  pinentry/repos/core-i686/PKGBUILD
(from rev 166719, pinentry/repos/testing-i686/PKGBUILD)
  pinentry/repos/core-i686/pinentry.install
(from rev 166719, pinentry/repos/testing-i686/pinentry.install)
  pinentry/repos/core-i686/qt4-pinentry-window.patch
(from rev 166719, pinentry/repos/testing-i686/qt4-pinentry-window.patch)
  pinentry/repos/core-x86_64/PKGBUILD
(from rev 166719, pinentry/repos/testing-x86_64/PKGBUILD)
  pinentry/repos/core-x86_64/pinentry.install
(from rev 166719, pinentry/repos/testing-x86_64/pinentry.install)
  pinentry/repos/core-x86_64/qt4-pinentry-window.patch
(from rev 166719, pinentry/repos/testing-x86_64/qt4-pinentry-window.patch)
Deleted:
  pinentry/repos/core-i686/PKGBUILD
  pinentry/repos/core-i686/pinentry.install
  pinentry/repos/core-i686/qt4-pinentry-window.patch
  pinentry/repos/core-x86_64/PKGBUILD
  pinentry/repos/core-x86_64/pinentry.install
  pinentry/repos/core-x86_64/qt4-pinentry-window.patch
  pinentry/repos/testing-i686/
  pinentry/repos/testing-x86_64/

---+
 core-i686/PKGBUILD|   80 
 core-i686/pinentry.install|   40 
 core-i686/qt4-pinentry-window.patch   |   56 +++---
 core-x86_64/PKGBUILD  |   80 
 core-x86_64/pinentry.install  |   40 
 core-x86_64/qt4-pinentry-window.patch |   56 +++---
 6 files changed, 176 insertions(+), 176 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-09-16 18:09:21 UTC (rev 166719)
+++ core-i686/PKGBUILD  2012-09-17 05:06:14 UTC (rev 166720)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=pinentry
-pkgver=0.8.1
-pkgrel=4
-pkgdesc=a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.gnupg.org/aegypten2;
-depends=('ncurses' 'libcap=2.16')
-makedepends=('gtk2' 'qt')
-optdepends=('gtk2: for gtk2 backend'
-'qt: for qt4 backend')  
-source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.gz
-qt4-pinentry-window.patch)
-install=pinentry.install
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  #fix: https://bugs.archlinux.org/task/29998
-  patch -Np1 -i ../qt4-pinentry-window.patch
-  for file in qt4/*.moc; do
-   /usr/bin/moc ${file/.moc/.h}  ${file}
-   done
-  ./configure --prefix=/usr \
-   --enable-pinentry-curses \
---disable-pinentry-gtk \
---disable-pinentry-qt \
-   --enable-pinentry-gtk2 \
---enable-pinentry-qt4 \
-   --enable-fallback-curses
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install 
-}
-md5sums=('81f99904daee5331eb6738408bb024b6'
- '450b8713fe42f1bd93311ef84767c3d8')

Copied: pinentry/repos/core-i686/PKGBUILD (from rev 166719, 
pinentry/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-09-17 05:06:14 UTC (rev 166720)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=pinentry
+pkgver=0.8.2
+pkgrel=1
+pkgdesc=a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gnupg.org/aegypten2;
+depends=('ncurses' 'libcap=2.16')
+makedepends=('gtk2' 'qt')
+optdepends=('gtk2: for gtk2 backend'
+'qt: for qt4 backend')  
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2
+qt4-pinentry-window.patch)
+install=pinentry.install
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  #fix: https://bugs.archlinux.org/task/29998
+  patch -Np1 -i ../qt4-pinentry-window.patch
+  for file in qt4/*.moc; do
+   /usr/bin/moc ${file/.moc/.h}  ${file}
+   done
+  ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+--disable-pinentry-gtk \
+--disable-pinentry-qt \
+   --enable-pinentry-gtk2 \
+--enable-pinentry-qt4 \
+   --enable-fallback-curses
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install 
+}
+md5sums=('82e6114e5e27a8ab36f314b332a6e024'
+ '450b8713fe42f1bd93311ef84767c3d8')

Deleted: core-i686/pinentry.install
===
--- core-i686/pinentry.install  2012-09-16 18:09:21 UTC (rev 166719)
+++ core-i686/pinentry.install  2012-09-17 05:06:14 UTC (rev 166720)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(pinentry.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-