[arch-commits] Commit in gnupg/repos (5 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Feb 5 12:21:22 UTC 2012


    Date: Sunday, February 5, 2012 @ 07:21:22
  Author: andyrtr
Revision: 148991

db-move: moved gnupg from [testing] to [core] (i686)

Added:
  gnupg/repos/core-i686/PKGBUILD
    (from rev 148990, gnupg/repos/testing-i686/PKGBUILD)
  gnupg/repos/core-i686/gnupg.install
    (from rev 148990, gnupg/repos/testing-i686/gnupg.install)
Deleted:
  gnupg/repos/core-i686/PKGBUILD
  gnupg/repos/core-i686/gnupg.install
  gnupg/repos/testing-i686/

---------------+
 PKGBUILD      |   72 ++++++++++++++++++++++++++++----------------------------
 gnupg.install |   42 ++++++++++++++++----------------
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2012-02-05 12:20:26 UTC (rev 148990)
+++ core-i686/PKGBUILD	2012-02-05 12:21:22 UTC (rev 148991)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Committer: Judd Vinet <jvinet at zeroflux.org>
-pkgname=gnupg
-pkgver=1.4.11
-pkgrel=3
-pkgdesc="GNU Privacy Guard - a PGP replacement tool"
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('zlib' 'bzip2' 'libldap>=2.4.18' 'libusb-compat' 'curl>=7.16.2' 'readline>=6.0.00')
-source=(ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/gnupg/$pkgname-$pkgver.tar.bz2)
-install=gnupg.install
-url="http://www.gnupg.org/"
-md5sums=('411744e1ef8ce90b87938c4203f001f1')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-	--libexecdir=/usr/lib \
-	--enable-noexecstack
-  make
-  #ln -s ${pkgname}-${pkgver}/scripts .. # seems obsolete now
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -k check #All 27 tests passed
-}
-
-package () {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  
-  # fix fileconflict with gnupg2 pkg
-  rm ${pkgdir}/usr/share/man/man1/gpg-zip.1
-}

Copied: gnupg/repos/core-i686/PKGBUILD (from rev 148990, gnupg/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2012-02-05 12:21:22 UTC (rev 148991)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Committer: Judd Vinet <jvinet at zeroflux.org>
+pkgname=gnupg
+pkgver=1.4.12
+pkgrel=1
+pkgdesc="GNU Privacy Guard - a PGP replacement tool"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('zlib' 'bzip2' 'libldap>=2.4.18' 'libusb-compat' 'curl>=7.16.2' 'readline>=6.0.00')
+source=(ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/gnupg/$pkgname-$pkgver.tar.bz2)
+install=gnupg.install
+url="http://www.gnupg.org/"
+md5sums=('ce3742e5c7912559cab7894ad8ba7f6b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+	--libexecdir=/usr/lib \
+	--enable-noexecstack
+  make
+  #ln -s ${pkgname}-${pkgver}/scripts .. # seems obsolete now
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -k check #All 27 tests passed
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  # fix fileconflict with gnupg2 pkg
+  rm ${pkgdir}/usr/share/man/man1/gpg-zip.1
+}

Deleted: core-i686/gnupg.install
===================================================================
--- core-i686/gnupg.install	2012-02-05 12:20:26 UTC (rev 148990)
+++ core-i686/gnupg.install	2012-02-05 12:21:22 UTC (rev 148991)
@@ -1,21 +0,0 @@
-info_dir=/usr/share/info
-info_files=(gnupg1.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for f in ${info_files[@]}; do
-    usr/bin/install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for f in ${info_files[@]}; do
-    usr/bin/install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-# vim:set ts=2 sw=2 et:

Copied: gnupg/repos/core-i686/gnupg.install (from rev 148990, gnupg/repos/testing-i686/gnupg.install)
===================================================================
--- core-i686/gnupg.install	                        (rev 0)
+++ core-i686/gnupg.install	2012-02-05 12:21:22 UTC (rev 148991)
@@ -0,0 +1,21 @@
+info_dir=/usr/share/info
+info_files=(gnupg1.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+    usr/bin/install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+    usr/bin/install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list