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

Allan McRae allan at archlinux.org
Sat Nov 5 22:42:55 UTC 2011


    Date: Saturday, November 5, 2011 @ 18:42:55
  Author: allan
Revision: 142185

db-move: moved texinfo from [testing] to [core] (x86_64)

Added:
  texinfo/repos/core-x86_64/PKGBUILD
    (from rev 142181, texinfo/repos/testing-x86_64/PKGBUILD)
  texinfo/repos/core-x86_64/texinfo.install
    (from rev 142181, texinfo/repos/testing-x86_64/texinfo.install)
Deleted:
  texinfo/repos/core-x86_64/PKGBUILD
  texinfo/repos/core-x86_64/texinfo.install
  texinfo/repos/testing-x86_64/

-----------------+
 PKGBUILD        |   61 +++++++++++++++++++++++++++---------------------------
 texinfo.install |   42 ++++++++++++++++++-------------------
 2 files changed, 52 insertions(+), 51 deletions(-)

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2011-11-05 22:42:53 UTC (rev 142184)
+++ core-x86_64/PKGBUILD	2011-11-05 22:42:55 UTC (rev 142185)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=texinfo
-pkgver=4.13a
-pkgrel=5
-pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/texinfo/"
-license=('GPL3')
-groups=('base')
-depends=('ncurses' 'findutils' 'gzip')
-install=texinfo.install
-source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('71ba711519209b5fb583fed2b3d86fcb')
-
-build() {
-  cd ${srcdir}/${pkgname}-4.13
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-4.13
-  make DESTDIR=${pkgdir} install
-
-  # fix this here as it prevent make from trying to rebuild manual pages
-  sed -i 's#A-z#A-Za-z#' ${pkgdir}/usr/bin/texi2dvi
-}

Copied: texinfo/repos/core-x86_64/PKGBUILD (from rev 142181, texinfo/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2011-11-05 22:42:55 UTC (rev 142185)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=texinfo
+pkgver=4.13a
+pkgrel=6
+pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/texinfo/"
+license=('GPL3')
+groups=('base')
+depends=('ncurses' 'findutils' 'gzip')
+install=texinfo.install
+source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('71ba711519209b5fb583fed2b3d86fcb'
+         'db2ca82c831684cd7cef181234017c46')
+
+build() {
+  cd ${srcdir}/${pkgname}-4.13
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-4.13
+  make DESTDIR=${pkgdir} install
+
+  # fix this here as it prevents make from trying to rebuild manual pages
+  sed -i 's#A-z#A-Za-z#' ${pkgdir}/usr/bin/texi2dvi
+}

Deleted: core-x86_64/texinfo.install
===================================================================
--- core-x86_64/texinfo.install	2011-11-05 22:42:53 UTC (rev 142184)
+++ core-x86_64/texinfo.install	2011-11-05 22:42:55 UTC (rev 142185)
@@ -1,21 +0,0 @@
-infodir=usr/share/info
-filelist=(info.info info-stnd.info texinfo texinfo-1 texinfo-2 texinfo-3)
-
-post_install() {
-  # Scan *all* info files on install
-  for file in $(find $infodir -type f ! -name dir); do
-      install-info $file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}

Copied: texinfo/repos/core-x86_64/texinfo.install (from rev 142181, texinfo/repos/testing-x86_64/texinfo.install)
===================================================================
--- core-x86_64/texinfo.install	                        (rev 0)
+++ core-x86_64/texinfo.install	2011-11-05 22:42:55 UTC (rev 142185)
@@ -0,0 +1,21 @@
+infodir=usr/share/info
+filelist=(info.info info-stnd.info texinfo texinfo-1 texinfo-2 texinfo-3)
+
+post_install() {
+  # Scan *all* info files on install
+  for file in $(find $infodir -type f ! -name dir); do
+      install-info $file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  for file in ${filelist[@]}; do
+    install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+pre_remove() {
+  for file in ${filelist[@]}; do
+    install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}




More information about the arch-commits mailing list