[arch-commits] Commit in help2man/repos (6 files)

Antonio Rojas arojas at archlinux.org
Wed May 4 20:33:21 UTC 2016


    Date: Wednesday, May 4, 2016 @ 22:33:21
  Author: arojas
Revision: 266888

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

Added:
  help2man/repos/extra-i686/PKGBUILD
    (from rev 266887, help2man/trunk/PKGBUILD)
  help2man/repos/extra-x86_64/PKGBUILD
    (from rev 266887, help2man/trunk/PKGBUILD)
Deleted:
  help2man/repos/extra-i686/PKGBUILD
  help2man/repos/extra-i686/help2man.install
  help2man/repos/extra-x86_64/PKGBUILD
  help2man/repos/extra-x86_64/help2man.install

-------------------------------+
 /PKGBUILD                     |   64 ++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD           |   33 --------------------
 extra-i686/help2man.install   |   18 -----------
 extra-x86_64/PKGBUILD         |   33 --------------------
 extra-x86_64/help2man.install |   18 -----------
 5 files changed, 64 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-05-04 20:32:51 UTC (rev 266887)
+++ extra-i686/PKGBUILD	2016-05-04 20:33:21 UTC (rev 266888)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Paul Mattal <paul at mattal.com>
-
-pkgname=help2man
-pkgver=1.47.3
-pkgrel=1
-pkgdesc="Conversion tool to create man files"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/help2man/"
-license=('GPL')
-depends=('perl-locale-gettext')
-install=help2man.install
-source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('d1d44a7a7b2bd61755a2045d96ecaea0'
-         'SKIP')
-validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea <bod at debian.org>
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-              --mandir=/usr/share/man \
-	      --infodir=/usr/share/info \
-	      --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: help2man/repos/extra-i686/PKGBUILD (from rev 266887, help2man/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-05-04 20:33:21 UTC (rev 266888)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Paul Mattal <paul at mattal.com>
+
+pkgname=help2man
+pkgver=1.47.3
+pkgrel=2
+pkgdesc="Conversion tool to create man files"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/help2man/"
+license=('GPL')
+depends=('perl-locale-gettext')
+source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('d1d44a7a7b2bd61755a2045d96ecaea0'
+         'SKIP')
+validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea <bod at debian.org>
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+              --mandir=/usr/share/man \
+	      --infodir=/usr/share/info \
+	      --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/help2man.install
===================================================================
--- extra-i686/help2man.install	2016-05-04 20:32:51 UTC (rev 266887)
+++ extra-i686/help2man.install	2016-05-04 20:33:21 UTC (rev 266888)
@@ -1,18 +0,0 @@
-info_dir=/usr/share/info
-info_files=(help2man.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-    install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-    install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-05-04 20:32:51 UTC (rev 266887)
+++ extra-x86_64/PKGBUILD	2016-05-04 20:33:21 UTC (rev 266888)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Paul Mattal <paul at mattal.com>
-
-pkgname=help2man
-pkgver=1.47.3
-pkgrel=1
-pkgdesc="Conversion tool to create man files"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/help2man/"
-license=('GPL')
-depends=('perl-locale-gettext')
-install=help2man.install
-source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('d1d44a7a7b2bd61755a2045d96ecaea0'
-         'SKIP')
-validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea <bod at debian.org>
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-              --mandir=/usr/share/man \
-	      --infodir=/usr/share/info \
-	      --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: help2man/repos/extra-x86_64/PKGBUILD (from rev 266887, help2man/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-05-04 20:33:21 UTC (rev 266888)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Paul Mattal <paul at mattal.com>
+
+pkgname=help2man
+pkgver=1.47.3
+pkgrel=2
+pkgdesc="Conversion tool to create man files"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/help2man/"
+license=('GPL')
+depends=('perl-locale-gettext')
+source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('d1d44a7a7b2bd61755a2045d96ecaea0'
+         'SKIP')
+validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea <bod at debian.org>
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+              --mandir=/usr/share/man \
+	      --infodir=/usr/share/info \
+	      --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/help2man.install
===================================================================
--- extra-x86_64/help2man.install	2016-05-04 20:32:51 UTC (rev 266887)
+++ extra-x86_64/help2man.install	2016-05-04 20:33:21 UTC (rev 266888)
@@ -1,18 +0,0 @@
-info_dir=/usr/share/info
-info_files=(help2man.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-    install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-    install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}



More information about the arch-commits mailing list